this post was submitted on 18 Jul 2023
91 points (84.7% liked)
Showerthoughts
29325 readers
2 users here now
A "Showerthought" is a simple term used to describe the thoughts that pop into your head while you're doing everyday things like taking a shower, driving, or just daydreaming. The best ones are thoughts that many people can relate to and they find something funny or interesting in regular stuff.
Rules
- All posts must be showerthoughts
- The entire showerthought must be in the title
- Posts must be original/unique
- Be good to others - no bigotry - including racism, sexism, ableism, homophobia, transphobia, or xenophobia
- Adhere to Lemmy's Code of Conduct
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Windows is also ridiculously good at backwards compatibility. Mac frequently just breaks old software and Linux is largely unconcerned because they assume anyone that cares will find a way. That backwards compatibility is over of the major keys to Windows success with developers.
But Linux is good at backward compatibility tho. Linus Torvalds leadership made sure that very few if at all any changes to the kernel will break existing userland. This means that if you have a program with their needed dependencies in the right version (which is easy with docker/flatpak/appimage) your programs will run flawlessly even if they are from the 90s.
Though Linux the kernel might be stable and considerate, Linux the ecosystem is not.
I'm pretty sure that's just default userland and foreign packages still update frequently and kernel updates might've broken syscalls not used by default userland.