• @Kazumara@discuss.tchncs.de
    link
    fedilink
    5
    edit-2
    29 days ago

    Arch is pretty stable

    No, it’s a rolling release. Stable means that behaviours don’t change during a support cycle of a major version. A rolling release can’t be stable since it doesn’t have major versions.

    • @nexussapphire@lemm.ee
      link
      fedilink
      English
      -329 days ago

      Your funny, I think the word your looking for is stagnant. I’ve never seen any substantial evidence of a distro with outdated packages really being any more reliable than a rolling release.

      I’ve only had a Debian server for six months and have already ran into issues with botched updates multiple times on bookworm. I only use it for zfs because Debian often runs a kernel old enough to support it. I had an arch server run for nine years no issues zfs just takes a bit to support the latest lts kernel.

      I’ve troubleshooted Debian just about as much as I’ve troubleshooted arch so what’s your point.

      • @nexussapphire@lemm.ee
        link
        fedilink
        English
        1
        edit-2
        28 days ago

        The behavior doesn’t change until they brick a driver or mess up your software without any worning months after that release taking them over a week to fix it. 😆 Thanks Debian for consuming a whole afternoon just before movie night with the family started.

      • @Kazumara@discuss.tchncs.de
        link
        fedilink
        128 days ago

        I’ve never seen any substantial evidence of a distro with outdated packages really being any more reliable than a rolling release.

        I think the fundamental issue here is that you conflate the concepts of reliablility and stability. Those are not the same. Stability in distros is a question of how much they restrict change during support cycles in order to not be a moving target for developers and system integrators. Fundamentally a rolling release can’t be stable. It can absolutely be reliable to use, but you wouldn’t use it as a basis for an embedded system you’re trying to develop.

        • @nexussapphire@lemm.ee
          link
          fedilink
          English
          1
          edit-2
          28 days ago

          I’ve heard the counter argument from developers that jumping from a two to four years old codebase is an absolute nightmare to deal with and moving to a rolling release means not dealing with the burden of migrating over to a newer version and implementing small patches when needed.

          Entire fixes, features, and upgrades miss the deadline and have to wait because of a process like this. It’s still a moving target but on a different scale. They try to roll the newest packages possible into the release meaning the majority of the bug fixing and testing happens mere months before release.

          It’s also a burden on bigger teams especially when they build their own automations and tooling. why Google devs moved to a rolling release.

          It’s a solid concept but so much changes all at once it’s a big project to migrate to a newer version. It frontloads a lot of the work sometimes to the point of delaying support for the newer version. Unless you build for Debian unstable and work backwards from there (basically rolling) but doesn’t guarantee back ports don’t break the software.

          • @nexussapphire@lemm.ee
            link
            fedilink
            English
            128 days ago

            It only benefits users who need a set it and forget it solution. I chose it for my server because I don’t want to touch it but I dread the day I have to upgrade the whole system and something small like the zfs filesystem, docker, or my samba setup suddenly has issues and makes it unbootable like that kernel update that bricked my Nvidia drivers a couple months ago. I’m hoping that’s a fluke because it happened at the worst time for me.

            It’s four years from now, I don’t have to think about it yet.