this post was submitted on 16 Mar 2026
741 points (97.1% liked)

Programmer Humor

30412 readers
1383 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
you are viewing a single comment's thread
view the rest of the comments
[–] OwOarchist@pawb.social 2 points 1 day ago

the general perception that rolling distros are annoying since they might break sometimes, with the reality that non rolling distros definitely break shit when upgrading versions.

Personally, I still prefer the non-rolling distros.

A rolling distro might break on any update, and you never know when.

But for non-rolling, you can wait until you have available time to deal with any issues. Sure there will be issues and things that need reconfiguring -- you basically just reinstalled your whole OS. But you can choose when and if that happens, so you can schedule it for a convenient time when you've got time and energy to work on it if necessary.

(And, personally, I wouldn't do the dist-upgrade thing at all. I just download the newest LTS version and install it as a fresh install, then port everything important over from backups. Nice fresh start with no old baggage hanging around. Often, I'd do that at the same time as a major hardware upgrade as well, so it's basically a new PC.)