I’ve been working on Linux since '96. As time goes by I keep drifting more and more towards boring and stable distributions. I just don’t want to be bothered with a system that needs me to groom it constantly.
I use arch because it is the boring but stable system. Rolling release means you just keep updating it and it works forever rather than having to do big bang upgrades between LTS versions that always break something
Nah. It just means that the breaking updates could surprise you at any time.
With a LTS version upgrade, I can plan for the potentially breaking updates. I can set aside time when my schedule is free to do the big update and work through any potential bullshit. It won’t interrupt my work.
But in a rolling release, you’re still going to get that same breaking update … but with no warning this time. It might come at a crucial time when you’re trying to get other work done, forcing you to stop your more important work and fix your computer first.
And that’s not even counting the number of breaking updates. A relatively ‘bleeding edge’ rolling release distro like Arch is going to include much newer software versions that haven’t gone through as much real-world testing and bug reporting as the stale old packages in a LTS release. The price you pay for more updated software is that it’s less thoroughly tested software and more likely to include undiscovered, unfixed bugs.
By the time the same package update finally makes it to some stable LTS distro, more of the bugs have been discovered, reported, and hopefully fixed … before you ever even see it.
(Not to say that nobody should run cutting-edge rolling release distros. I’m glad you guys are out there. You’re the ones reporting those bugs that end up getting fixed before it makes it into the LTS version. If everybody was running LTS stuff, it would lose that advantage because nobody would be testing things before they make it to the LTS.)
Overall, I think cutting-edge rolling release is fine for a computer that doesn’t really matter, like a gaming PC. (And you’ll probably get a gaming performance boost from having the latest and greatest versions of things.)
But for an essential computer that you need for doing important things, a LTS stable release is the way to go 100%.
You can write a whole essay of theory, but my experience is running several arch devices for years and years with no problems and having ubuntu distro upgrades break so badly I just reinstall completely every single time.
Another hiccup is that LTS are not actually running stable packages. They are running Frankenstein versions of packages with backports that are not supported by the project maintainers, because the software has to be maintained for security if nothing else.
It just means that the breaking updates could surprise you at any time.
I keep hearing this but in my roughly 20 years of running Arch that’s happened no more than a handful of times. And usually because I missed an announcement. I don’t know what y’all are doing to your systems but Arch has been incredibly solid for me.
And complete distro version upgrades like with CentOS/Debian have always been such a fucking massive hassle. And CentOS often deprecates hardware shit I need which of course I never find out until after I run the update and the shit won’t ever boot again.
So I’m assuming you’re the type who says it’s on the user to carefully review all package updates before running the update (rather than running updates automatically)? And therefore the user’s fault if something breaks in an update?
Yeah … no. Ain’t nobody (who has a job and/or a life) got time for that. My computer isn’t a hobby, it’s a tool. And, as much as possible, I want my tool to ‘just work’. And I certainly don’t want to spend more time than necessary maintaining it. So I’ll stick with a distro where the work of vetting updates and making sure they don’t break anything has already been done by someone else – a distro where I can just run updates automatically in the background (if I choose) without any significant worry that it will interrupt my workflow in any way.
I asked a general question. You know, the one that only requires “yes” or “no” as an answer. When doing that, I am not expecting you to think anything about me
Back to the topic at hand: absurd is not automatic updates, but your foolish thinking (I would have said “illogical”, but failing to follow logic and breaking its rules are differen things), now demomnstrated twice in a row. So, if that is how you want to manage your computer - well, on the second thought who am I to save you from trouble
(I should probably switch since Canonical’s policies are increasingly bothering me, but meh, I can’t be bothered to reinstall more than once a decade.)
24.04 will be my last ubuntu lts. 26 doubling down on snap for system level packages, yea no that’s enough of that. I too was a gentoo lunatic in the early 2000s and will likely head back in that direction.
Ah, thanks for the warning. My install has been badgering me to upgrade because my (non-LTS) version just stopped getting security updates. I ought to get off my ass and switch distros.
Bleh, I don’t want to keep running old software, either. If they’re making the newer versions worse then it’s time to ditch them for someone who’s not doing that.
Don’t get me wrong, I’ve been procrastinating about upgrading for a few weeks, but that isn’t the same as staying on the same version for years.
Debian since the year after you, but I reinstall with every new version. Mostly just cuz it’s a great excuse to ‘start fresh’ with just the applications I want and to get the ‘new computer experience’. Totally unnecessary, but nice anyways.
I don’t like the new computer experience. Whenever I restart, I have to rediscover all the old hardware bugs that I’ve made configuration changes to improve.
Same for me. I clearly separate my “experiemental” machines from my “just works” machines now.
My laptop runs LMDE, my servers are mostly Debian 13, a handful of Ubuntu Server in there. My gaming rig is Nobara Linux, which is just Glorious Egg roll’s gaming-optimized Fedora build. When I first set it up a few years ago, I had everything all customized, themes, fonts, icons, fancy desktop/window effects, etc.
I actually considered just going with something vanilla recently, not because I have had any major issues with my current set up, but just because I don’t feel like tinkering with it anymore.
My tinkering desire has shifted more and more towards server/enterprise infrastructure and DevOps automation.
I’m older now, my career has taken off, and with that comes more responsibilities and mental energy required during the workday, then family obligations through the week/month, etc. I find myself with less time and mental energy to just tinker and play with tech. So when I do find myself with a bit of free time, I want to maximize it and work on stuff that both helps with my actual career, and helps me get more stuff self-hosted for myself and my family.
Way back in college, I used to spend more time tweaking my PC’s overclock than actually gaming xD
imho that’s kinda why i went ios for my phone. i dev in linux, deal with robotics, hardware, signals, “security” and whatnot to get paid. i just want something that works.
I’ve been working on Linux since '96. As time goes by I keep drifting more and more towards boring and stable distributions. I just don’t want to be bothered with a system that needs me to groom it constantly.
I use arch because it is the boring but stable system. Rolling release means you just keep updating it and it works forever rather than having to do big bang upgrades between LTS versions that always break something
this
you can just choose to use software that isn’t dev/nightly versions, and you’re fine
unless you want to see stuff break… then you install all of the nightly versions and have stuff break sometimes!
Nah. It just means that the breaking updates could surprise you at any time.
With a LTS version upgrade, I can plan for the potentially breaking updates. I can set aside time when my schedule is free to do the big update and work through any potential bullshit. It won’t interrupt my work.
But in a rolling release, you’re still going to get that same breaking update … but with no warning this time. It might come at a crucial time when you’re trying to get other work done, forcing you to stop your more important work and fix your computer first.
And that’s not even counting the number of breaking updates. A relatively ‘bleeding edge’ rolling release distro like Arch is going to include much newer software versions that haven’t gone through as much real-world testing and bug reporting as the stale old packages in a LTS release. The price you pay for more updated software is that it’s less thoroughly tested software and more likely to include undiscovered, unfixed bugs.
By the time the same package update finally makes it to some stable LTS distro, more of the bugs have been discovered, reported, and hopefully fixed … before you ever even see it.
(Not to say that nobody should run cutting-edge rolling release distros. I’m glad you guys are out there. You’re the ones reporting those bugs that end up getting fixed before it makes it into the LTS version. If everybody was running LTS stuff, it would lose that advantage because nobody would be testing things before they make it to the LTS.)
Overall, I think cutting-edge rolling release is fine for a computer that doesn’t really matter, like a gaming PC. (And you’ll probably get a gaming performance boost from having the latest and greatest versions of things.)
But for an essential computer that you need for doing important things, a LTS stable release is the way to go 100%.
You can write a whole essay of theory, but my experience is running several arch devices for years and years with no problems and having ubuntu distro upgrades break so badly I just reinstall completely every single time.
Another hiccup is that LTS are not actually running stable packages. They are running Frankenstein versions of packages with backports that are not supported by the project maintainers, because the software has to be maintained for security if nothing else.
Ubuntu doesn’t even let you upgrade LTS version on release, they take 3 months to fix upgrade bugs.
My experience is the same as yours. Plus the problem of looking for a fix to some issue, only to find out upstream fixed this 5 years ago
I keep hearing this but in my roughly 20 years of running Arch that’s happened no more than a handful of times. And usually because I missed an announcement. I don’t know what y’all are doing to your systems but Arch has been incredibly solid for me.
And complete distro version upgrades like with CentOS/Debian have always been such a fucking massive hassle. And CentOS often deprecates hardware shit I need which of course I never find out until after I run the update and the shit won’t ever boot again.
Lol. You guys write pacman -Syu into your .bashrc or what?
So I’m assuming you’re the type who says it’s on the user to carefully review all package updates before running the update (rather than running updates automatically)? And therefore the user’s fault if something breaks in an update?
Yeah … no. Ain’t nobody (who has a job and/or a life) got time for that. My computer isn’t a hobby, it’s a tool. And, as much as possible, I want my tool to ‘just work’. And I certainly don’t want to spend more time than necessary maintaining it. So I’ll stick with a distro where the work of vetting updates and making sure they don’t break anything has already been done by someone else – a distro where I can just run updates automatically in the background (if I choose) without any significant worry that it will interrupt my workflow in any way.
So you went on assuming and responding to your assumptions. Yeah… no. Have a good day
Well you didn’t give me much else to go on, had to fill it in with assumptions.
Since you seem to consider automating updates an absurd proposition, what else am I supposed to think?
I asked a general question. You know, the one that only requires “yes” or “no” as an answer. When doing that, I am not expecting you to think anything about me
Back to the topic at hand: absurd is not automatic updates, but your foolish thinking (I would have said “illogical”, but failing to follow logic and breaking its rules are differen things), now demomnstrated twice in a row. So, if that is how you want to manage your computer - well, on the second thought who am I to save you from trouble
I’m not an LLM. I’m not here just to answer your questions.
I have installations reaching 10 years. It just works when you don’t have to worry about “upgrades”. Best choice of my life.
Also, pkgbuildis by far the simplest package build system I’ve ever encountered. That’s why aur is so prolific, though troublesome
100%, I already gave a job and hobbies thanks.
Polishing dotfiles is a valid hobby, and can be fun now and then, but when I need to do actual work I reach for my debian laptop.
that reminds me. i need to commit and push my latest vimrc.
Surely you need to make a cron job to do this on changes? 😅
All roads lead to Debian Stable.
Yep.
In 2002, I used Gentoo.
In 2026, I use Kubuntu.
(I should probably switch since Canonical’s policies are increasingly bothering me, but meh, I can’t be bothered to reinstall more than once a decade.)
This was me!
2002 - - Gentoo
2026 - - Xubuntu
And I ALSO just found out how bad Canonical’s policies have gotten and I’m also considering switching but it just seems like a lot :: le sigh::
24.04 will be my last ubuntu lts. 26 doubling down on snap for system level packages, yea no that’s enough of that. I too was a gentoo lunatic in the early 2000s and will likely head back in that direction.
Ah, thanks for the warning. My install has been badgering me to upgrade because my (non-LTS) version just stopped getting security updates. I ought to get off my ass and switch distros.
What is your position on getting extended updates via a free account on their ‘pro’ program? That’s what i did when i didn’t want to leave 16.04 lts
Bleh, I don’t want to keep running old software, either. If they’re making the newer versions worse then it’s time to ditch them for someone who’s not doing that.
Don’t get me wrong, I’ve been procrastinating about upgrading for a few weeks, but that isn’t the same as staying on the same version for years.
Youve got a point. For me i dont mind old software if it works; i dont want to invest time into installing and learning a new distro on old hardware.
Just like me, for real!
I’ve used Debian since 2001 or so. I reinstall whenever I have a new computer, unless I’m decommissioning another computer at the same time.
Debian since the year after you, but I reinstall with every new version. Mostly just cuz it’s a great excuse to ‘start fresh’ with just the applications I want and to get the ‘new computer experience’. Totally unnecessary, but nice anyways.
I don’t like the new computer experience. Whenever I restart, I have to rediscover all the old hardware bugs that I’ve made configuration changes to improve.
Same for me. I clearly separate my “experiemental” machines from my “just works” machines now.
My laptop runs LMDE, my servers are mostly Debian 13, a handful of Ubuntu Server in there. My gaming rig is Nobara Linux, which is just Glorious Egg roll’s gaming-optimized Fedora build. When I first set it up a few years ago, I had everything all customized, themes, fonts, icons, fancy desktop/window effects, etc.
I actually considered just going with something vanilla recently, not because I have had any major issues with my current set up, but just because I don’t feel like tinkering with it anymore.
My tinkering desire has shifted more and more towards server/enterprise infrastructure and DevOps automation.
I’m older now, my career has taken off, and with that comes more responsibilities and mental energy required during the workday, then family obligations through the week/month, etc. I find myself with less time and mental energy to just tinker and play with tech. So when I do find myself with a bit of free time, I want to maximize it and work on stuff that both helps with my actual career, and helps me get more stuff self-hosted for myself and my family.
Way back in college, I used to spend more time tweaking my PC’s overclock than actually gaming xD
imho that’s kinda why i went ios for my phone. i dev in linux, deal with robotics, hardware, signals, “security” and whatnot to get paid. i just want something that works.