This isn’t Linux, but Linux-like. Its a microkernel built from the rust programming language. Its still experimental, but I think it has great potential. It has a GUI desktop, but the compiler isn’t quite fully working yet.

Has anyone used this before? What was your experience with it?

Note: If this is inappropriate since this isn’t technically Linux, mods please take down.

  • DumbAceDragon
    link
    fedilink
    English
    8
    edit-2
    5 months ago

    This is one of my main gripes with the rust community. What programming language you used shouldn’t be of any concern to the end-user, let alone be put in the tagline.

    Rust is a very good and capable language and I enjoy using it. I can’t wait for the day it overtakes C or C++. But I want to know more about the program I’m using other than that it was written in a popular language.

    “Written in rust” is basically a meme at this point.

    • Mactan [he/him]
      link
      fedilink
      115 months ago

      not necessarily about the language, but things periodically getting rewritten or re-implemented is a useful exercise. it’s a moment for reflection and analysis of the structures and systems as a whole

    • davel [he/him]
      link
      fedilink
      English
      11
      edit-2
      5 months ago

      This is typical of when a language is the new hotness. It eventually dies down, either because the language becomes endemic or it fades away.

    • @LeFantome@programming.dev
      link
      fedilink
      1
      edit-2
      5 months ago

      Rust has characteristics that basically represent a value proposition for the user. An OS that can be higher performance, better at concurrency, more robust, and more secure sounds pretty good to me. They could make those claims and I could not believe them or they could tell me it is written in Rust and I would hope for all of them.

      Of course, the language is not a guarantee of anything but it does tell you something about the tailwind that this project will have.

      Python implies a bunch of things as well. None of those things make it sound great for an OS and I would assume the worst if an OS project told me they were using Python ( for the core ).

      Personally, I am very glad that they tell me the project is written in Rust. I am sorry it bothers you.

      It sounds like a elective complaint about Rust though as most OS projects tell you the language up front including C and C++. C++ seems especially eager to announce itself as a superior choice to C. I have not done much research but can tell you what language even most commercial operating systems are written in as they are usually pretty open or even vocal about it. Sometimes they are proud of what the did not pick ( see Linus opinions of C++ for example ). Haiku and SerenityOS, in contrast, brag about C++ and have even made YouTube videos about it.

      It is not just OS projects either. I mean, why does GitHub display the language used as a standard project feature after all?

    • @jack@monero.town
      link
      fedilink
      -25 months ago

      Rust is used by modern people to create modern programs. If the program would be in C++ for example, a very complicated, error-prone language, that gives me insight into how well (or not) that program might be supported in the future