What’s the difference? No matter how hard I look, most of their websites just consist of them advertising that they are immutable.

  • SavvyWolf
    link
    fedilink
    English
    52 months ago

    I see lots of people recommending immutable distros to new users as if they are able to debug the inevitable breakages that occur or difficulty installing external programs.

    • @ikidd@lemmy.world
      link
      fedilink
      English
      3
      edit-2
      2 months ago

      This goes right with recommending Mint for gaming where Wayland is experimental and everything else is behind by several versions.

      • @stuner@lemmy.world
        link
        fedilink
        32 months ago

        I’d say Mint is fine for gaming, as long as your hardware is supported. I’m using it with an Nvidia GPU on X11 and I can play all the games I want to play (Steam is Steam after all). My main gripe is that multi-monitor VRR doesn’t work on X11, but it hasn’t pushed me to another distro just yet…

        For people/beginners that mostly want to game on a computer, I’d say that actually something “immutable” like Bazzite might be one of the best options.

        • NekuSoul
          link
          fedilink
          12 months ago

          For basic gaming the experience should be at the very least about equal for all GPU vendors right now. If you want anything fancy beyond that, like HDR or properly paced and multi-monitor VRR then Wayland is the only way to even have a chance of it working.

    • @Zeddex@sh.itjust.works
      link
      fedilink
      English
      12 months ago

      Yeah this I don’t understand. I do use immutable distros and quite like them(Bazzite/Aurora/Kinoite) but I would never recommend them to a new user to Linux. They just work too differently than most other distros so like 90% of the documentation you might find for other programs is pretty much useless. Like if you look up some piece of software and it says use your package manager to install, then what? It’s usually easy enough to solve if you read the distro’s docs and use their recommended approach(flatpak, brew, AppImage etc) but that’s already probably way too advanced for someone new too Linux.

      • @yistdaj@pawb.social
        link
        fedilink
        2
        edit-2
        2 months ago

        I think half the reason immutable distros started being recommended to people is the fallout after LTT’s Linux challenge. I noticed some people presenting immutable distros as the solution to prevent things like accidentally removing the desktop.

  • @arrakark@lemmy.ca
    link
    fedilink
    English
    12 months ago

    Okay, I get what an immutable distro is. I get it’s advantages in security/safety. But can someone please explain why this matters? Like, how much safer is this really? I don’t understand the cost/benefit ratio of having an immutable core, especially since compromising the core will probably require fully compromising one or more privileged processes first, at which point it would be game over for a mutable distro as well.

    • I think the biggest advantage for my use case is the no fuzz aspect. In the rare case something goes wrong I can reboot and select the previous version that worked without a problem. Also the ease of mind knowing I can’t really fuck up my machine, as the important parts are immutable. Other than that I enjoy having everything gaming related already configured correctly as I use bazzite - but that’s probably also true for non immutable gaming oriented distros.

      • Björn Tantau
        link
        fedilink
        02 months ago

        Honestly, that’s the same thing I got with BTRFS+snapper. It creates a snapshot before and after any Package installation. In case anything goes wrong I can just go back to a previous snapshot. And on top of that I can easily install native packages and don’t lose any disk space to multiple partitions.

        I’ve come to despise immutable operating systems since first encountering them in Android.

        • B-TR3E
          link
          fedilink
          0
          edit-2
          2 months ago

          How would you fuck up your machine by installing packages? Hell, get a reasonable package manager and package installation frontend (and a reasonable brain between your ears if that’s the problem). I can’t see how anyone might get their machines into an useless or unbootable state considering that any useful package manager (even minimalist ones like aptitude or blank apt-get) will inform you what it’s going to install and unistall. If I see, that my choice is going to remove the complete DIE I am using plus X, or even GRUB, I lknow there’s something wrong with my selection and abort.

          • Björn Tantau
            link
            fedilink
            12 months ago

            “Yes, do as I say”

            A power outage during install.

            Trying out experimental stuff.

            Uninstalling critical packages.

            Someone at $distribution fucked up packaging.

            You could just as well ask why an immutable system must be immutable. The safeguards are not there for normal operation. They are supposed to help you with fatal irregularities.

          • funkajunk
            link
            fedilink
            English
            02 months ago

            ☝🏻People like this fucking nerd are why Linux gets a bad name.

    • @a14o@feddit.org
      link
      fedilink
      12 months ago

      It’s not just debatable, it’s beside the point. NixOS is declarative, trivially reproducible and natively container-ready, that’s what makes it so great.

      • @RustyNova@lemmy.world
        link
        fedilink
        02 months ago

        Until you realise that you need to learn a whole programming language to run one executable outside of the package repos

        I do respect nix, but it ain’t for me