• @Peasley@lemmy.world
    link
    fedilink
    2410 days ago

    New distros get a lot of crap, but often they are solving a need for someone.

    Take Windowmaker Live: ostensibly it’s just Debian + Windowmaker. I have seen comments saying why not just install WM on Debian? By asking that question, it’s clear the asker hasnt tried recently. There is a lot to configure, and there are lots of usability papercuts.

    A custom distro allows someone to fix those problems for themself, and share those fixes with others. It’s not fragmentation, it’s just FOSS.

    • emergencycall
      link
      fedilink
      1610 days ago

      It would help more people to improve the installer for difficult-to-install software rather than creating an entire operating system around that software. Using the entire operating system as an installer is over the top

      • Cassa
        link
        fedilink
        310 days ago

        Don’t know the case for this - but there are absolutely cases where the merger is blocked for some reason, and why not just fix it yourself with a distro? It hurts nobody.

        • Jess
          link
          fedilink
          310 days ago

          Maybe one you could just download and pipe to bash. /s

            • Jess
              link
              fedilink
              310 days ago

              I figured, I was playing on the number of github repos with instructions for curl pipe bash combos.

        • @iopq@lemmy.world
          link
          fedilink
          29 days ago

          You’re re-inventing the Nix tool which is exactly a script that sets up all the programs and services you want to install

          • Possibly linux
            link
            fedilink
            English
            19 days ago

            Except no one really uses Nix outside of Nix OS. It is slow and complicated for little reason.

            Just use Ansible and an answers file

            • @iopq@lemmy.world
              link
              fedilink
              1
              edit-2
              9 days ago

              Then how come we have more packages than the AUR?

              And don’t say it’s because we packaged Python and Haskell stuff since we have more non-unique packages too

      • @Kecessa@sh.itjust.works
        link
        fedilink
        3
        edit-2
        10 days ago

        Yeah I’m reading what they said and that kind of solution wouldn’t be acceptable in any industry…

        Imagine if you wanted to add AC to your central heating system and they told you they need to add a second furnace in parallel to the one you already have because it’s possible to add AC to your current setup, but it’s very complicated to do so…

      • @iopq@lemmy.world
        link
        fedilink
        19 days ago

        If you improve the installer to the point it can install any combination of software together (including incompatible versions of deps) you end up with NixOS again

        • @Peasley@lemmy.world
          link
          fedilink
          29 days ago

          Much like how crustaceans have repeatedly evolved into pseudo-crabs, Linux distros tend to evolve into pseudo-nix