• 0 Posts
  • 107 Comments
Joined 4 months ago
cake
Cake day: July 5th, 2024

help-circle










  • I think the best bet is an entirely new system from the ground up that has an open architecture that every company can equally implement that from the ground up and is as simple as possible.

    This keeps getting said by people who don’t understand operating systems. Even if you build something from the ground up, you still end up with an operating system very much like Linux and Windows. The choices that were made for each OS were not random. The principles of I/O, user input, graphics display, filesystems, etc, are more or less universal concepts across all OSes.

    What you will accomplish is making an OS that no one will use. Linux, Windows, and macOS already fill every market that can be filled. Microsoft tried to become a third player in the mobile market and their product died pretty quickly.

    Google has been trying to build Fuschia into a new OS and they’ve asked back their ambitions (from what I recall reading).










  • Long time “old-school” kernel maintainers don’t know Rust and don’t want to learn Rust (completely fair and reasonable). But some of them don’t want to work with the Rust guys for lots’o’technical reasons.

    It’s by far not an easy situation technically. Like this is a huge challenge.

    But some of those old-school C guys are being vocal about their dislike of Rust in the kernel and gatekeeping the process. This came to a head at a recent conference (Linux Plumbers Conference?) and now one of the Rust maintainers has quit.

    The big technical challenge is being confounded by professional opinions.