this post was submitted on 04 Oct 2023
723 points (95.1% liked)
linuxmemes
24370 readers
850 users here now
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
3. Post Linux-related content
sudo
in Windows.4. No recent reposts
5. π¬π§ Language/ΡΠ·ΡΠΊ/Sprache
6. (NEW!) Regarding public figures
We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Roughly speaking, it is because it does not follow the Unix philosophy and proposes to do several tasks making the code very complex and therefore more susceptible to bugs.
But systemd is not a single tool, nor a single binary, it's a collection of tools.
I believe their retort would be "name one thing systemd does well"
That is a bit like asking "name one thing that coreutils does well" or "name one thing GNU does well".
The joke being "systemd does everything poorly". First heard someone say this about X and Wayland. People were saying Wayland violated Unix philosophy and the speaker said "name one thing X does well" lol.
Systemd might not be perfect but it certainly does every single thing init scripts did better than any init script.
Don't the Linux kernel or the GNU core utils violate unix philosophy too? Philosophical ideas become outdated, there aren't many presocratics around.
The linux kernel unfortunately does not follow unix philosophy.
It would be better in various ways if the linux kernel used a micro kernel architecture following the unix philosophy, something Torwalds acknowledged in the past.
Philosophical ideas being lost does not mean they're outdated.
How old in the past did Linus acknowledge it? my source says he dislikes/disliked microkernel, it dates to 2001 ,if you have a more recent source proving that he no longer thinks it I'll look at it
The source is this
Unfortunately I can't remember the timestamp, but it's right around when he starts speaking about when the MINIX creator bashed him, IIRC (not to bash on you, but this implies the point you're making, that Linux shouldn't have a monolithic kernel is 30 years old,)
As opposed to which other tools that respect Unix philosophy. Philosophy which I might add is severely outdated. That could have been a thing when you have simple command line interfaces but pretty much every application today violates that philosophy and nothing of value was lost.