Hi guys,
i would like to hear your thoughts on this one. EndeavourOS gives you a quick and easy start running an Arch based system. But after installation, you’re on your own - just “rolling” on and on. It’s on you to manage your installation. But the “install once, update forever” nature does not take into account, that the landscape changes over time. It’s not like you set up your system one time and then leave it as is forever. New technologies and changes will come, like pipewire or wayland.
On non-rolling distros you get a new release which will eventually come with those new goddies, or other “improvements” like btrfs properly set up with sane subvolumes, maybe snapper already installed, snapshots created automatically, able to boot into them from grub. Or zram out of the box… you get what i mean.
On Arch (and EnOS), it’s up to you, to configure that things (if you like - you don’t have to, of course ).
That’s alright, the Arch Wki tells you how to do it. But you have to know about such things in the first place, right? Like there is something like zram, that can help improve performance. And moreover (and that’s my point here) you have to keep track on changes, that will maybe come sometime. For example, i stumbled across this one:
i used to use systemd-swap
. Lately i read on it’s GitHub page:
Current code quality and commit frequency is low
Users should migrate to systemd/zram-generator since zram should be enough in most systems
that’s what i mean with changes, coming over time (just one example). On Fedora, (or others), it would just be replaced with zram-generator
on the next release maybe, but on your Arch/EnOS system? How would you even know about it? So you have to keep track yourself about the things you have installed.
Well, Arch is a “do it yourself” distro, right? But it’s even like being kind of a distro maintainer yourself - responsible for your system, On other distros, the distro maintainers do the work for you, and you just get the changes with the next release - easy peasy
So, how do you guys “manage” your systems and “stay informed”? About new “exciting” technologies that would improve your computing experience, or changes (like my zram example)? Revisit the Arch Wiki regularly? Look at other distro releases and whats new there?
(sorry for the long post)