this post was submitted on 24 Jul 2023
49 points (98.0% liked)

Programmer Humor

22837 readers
429 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 4 points 2 years ago (2 children)

I wish this were true! The problem with Linux is that it is constantly changing. I have been using it for 30 years and have built my own embedded distros from scratch. Yet every time I turn around there moving this setup file to another directory or changing out that language for a slightly incompatible newer version. Trying to configure and maintain a box is a constant battle.

Windows is the polar opposite. The ui may have some annoying changes but under the hood it is frustratingly stable, often remaining unchanged for 20+ years (even the bugs live forever). Users crave simplicity and consistency. It is something Linux still needs to figure out.

[–] [email protected] 3 points 2 years ago

I think Windows keeps some bugs unfixed for backwards competibility reasons

[–] [email protected] 1 points 2 years ago

Is that with Linux kernel specifically or the user space? I've heard that Linus tries to keep the kernel interface stable, but most userspace progtams don't share that philosophy.