this post was submitted on 17 Nov 2023
152 points (93.7% liked)

linuxmemes

20707 readers
573 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] agressivelyPassive@feddit.de 24 points 10 months ago (5 children)

Thinking about it, it's weird that there hasn't been any real change in operating systems for about 50 years. Unix and its derivatives seem to be almost the only game in town, apart from desktops running Windows.

[–] lurch@sh.itjust.works 24 points 10 months ago (1 children)

It's because you don't want to reinvent the wheel all the time. It sucks doing it. Lots of effort. It's much better to build on existing stuff and maybe improve it for your needs.

[–] agressivelyPassive@feddit.de 7 points 10 months ago (3 children)

But that's the thing: is there only one wheel? Maybe wheels are a bad metaphor here, but isn't it weird, that there aren't any fundamentally new concepts? Unix was developed basically during the preschool years of computing and we all just kind of stuck with its concepts.

[–] LordOfTheChia@lemmy.world 11 points 10 months ago* (last edited 10 months ago) (1 children)

If the underlying concept is good and was well thought out, it's better to build upon it instead of reinventing it.

Look at the 4 stroke engine (and engines in general) many of the design concepts date back to the 1880s!

There's other engine designs (ex:rotary engine) but the 4 stroke has over a century of testing, improvements, and refinements. A new design can adapt some of the refinements, but would have to catch up on decades of innovation and testing just to catch up!

On the Unix side, there's the evolution of the Posix standard (which was based on Unix).

[–] cyanarchy@sh.itjust.works 2 points 10 months ago

I would point out, by comparison, that piston engines are effectively obsolete for certain applications. Most aircraft operate on some type of jet engine, which involves the same core concepts of thermodynamics and aeronautics, but are still fundamentally different. They also optimize for different criteria, which is why neither jet engines nor piston engines hold a monopoly on any class of vehicle.

This is really stretching the computer metaphor. I think my point is that there will be room for rethinking paradigms as our applications of computers grow to include things that weren't originally planned for. But in a mature technology there's a lot of established precedent, and that's not easily overcome. It takes something that can improve the field like jet engines made new aircraft possible.

[–] cucumber_sandwich@lemmy.world 3 points 10 months ago

Depends on the level of abstraction you're looking at. Operating systems today are vastly more capable of organizing different provesses, distributing work amongst multiple CPU cores, CPU caches, etc. I guess the von Neumann architecture has just proven really successful in practice. And von Neumann machines require a certain set of capabilities in their OSes.

Maybe look at embedded systems, where we find a bit more variety. Things like DSPs or microcontrollers.

[–] Fuzzypyro@lemmy.world 2 points 10 months ago

I have thought the same in my adventures into alternative operating systems.

[–] quantenzitrone@feddit.de 17 points 10 months ago
[–] Bishma@discuss.tchncs.de 8 points 10 months ago

I think the last one to make any real headway was BeOS and they've been dying a thousand deaths ever since Apple bought NeXT instead of them. Though admittedly that perspective is coming from a person who used BeOS once in the 90s and has never touched Haiku.

[–] freijon@feddit.ch 1 points 10 months ago (1 children)
[–] agressivelyPassive@feddit.de 2 points 10 months ago

Is that really different? I thought, it's just a "regular" OS.

[–] acockworkorange@mander.xyz 1 points 9 months ago

Plan 9 became Inferno and was quite successful as a distributed OS for network appliances.