• TrickDacy@lemmy.world
    link
    fedilink
    arrow-up
    6
    ·
    6 months ago

    I’ve used arch on one machine now, am a total noob to it, and I really like it. I see what people are raving about and I see no reason to shit on it. I don’t really care if 6 years ago some people were annoying about it

        • 0x4E4F@lemmy.dbzer0.comOP
          link
          fedilink
          arrow-up
          2
          ·
          edit-2
          6 months ago

          Faster, more stable, no systemd, supports musl and architectures not usually supported by most distros. It’s probably the most stable rolling release distro out there.

          • TrickDacy@lemmy.world
            link
            fedilink
            arrow-up
            0
            ·
            6 months ago

            Interesting. I will have to try it some time. I just know on my raspberry pi 5, out of the few OSes I could get to run on it, Arch was the fastest and smoothest running, and gets updates all the time. All this, even though rpi5 is not even officially supported yet!

            • 0x4E4F@lemmy.dbzer0.comOP
              link
              fedilink
              arrow-up
              1
              ·
              6 months ago

              Yes, there are basically 2 builds for every architecture. One is glibc, the other is musl. I haven’t used the musl builds that much, just toyed with them a few times (mainly because of lack of software), but if you only use open source software that doesn’t specifically depend on the GNU toolchain, yes, you can daily drive it, no doubt there. And yes, it is faster than the glibc builds.

            • Yes. From their website:

              C library diversity

              Void Linux supports both the musl and GNU libc implementations, patching incompatible software when necessary and working with upstream developers to improve the correctness and portability of their projects.

                • 0x4E4F@lemmy.dbzer0.comOP
                  link
                  fedilink
                  arrow-up
                  1
                  ·
                  edit-2
                  6 months ago

                  The syntax is a bit different, but everything else, more or less the same. In fact, if you just wanna repackage a deb or an rpm, it’s even easier than in Arch, xbps-src can handle deb and rpm automatically, it detects dependencies and does repackaging on it’s own. You basically just have to feed it the deb/rpm file in a one liner, that’s it.

                  I should probably give an example. Here is the template file (they’re called templates in Void) for Viber. You basically just feed it the deb, do a vcopy (copy operation specific to xbps-src) and that’s it, everything else regarding the repackaging is done automatically by xbps-src.

    • Ann Archy@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      6 months ago

      It’s a bit tounge in cheek, nobody actually got mad at the arch namedropping. More like “I’m a platinum level player in LoL”. Lol.

      • TrickDacy@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        6 months ago

        I always got the impression that it was more of an “Oh god one of THESE insufferable people”. I’m just saying from my experience – they have a point. Arch is pretty nice.

      • ByteWelder@lemmy.ml
        link
        fedilink
        arrow-up
        5
        ·
        6 months ago

        The existence of ArchWiki and the Arch User Respository (AUR). And rolling releases, if that’s your thing.

      • TrickDacy@lemmy.world
        link
        fedilink
        arrow-up
        4
        ·
        6 months ago

        Basically just the fact that it’s very lightweight, I was able to install it on an rpi5 (not officially supported), install only what I needed, and was able to resolve all the issues I had for my niche use-case.

        There is a quite noticeable difference in how snappy it feels versus the official rpi OS. Arch runs way zippier on it. Those devices are a little limited hardware-wise so it makes a big difference in what it feels like to use that system.

        I also like knowing that the updates flowing in so quickly, I get the latest fixes and new features before I would on any of the other distros I’ve used. I have always been a little scared of rolling releases but over the last couple months I haven’t seen any breakages yet so fingers crossed! A lot of people have tried to tell me rolling release can be solid, but I was skeptical.

        • bort@sopuli.xyz
          link
          fedilink
          arrow-up
          3
          ·
          6 months ago

          snappy it feels versus the official rpi OS

          I blame the desktop manager. Once I ditched the default von on the pi, and replaced it with standard gnome, the pi became almost as snappy as my regular notebook.

          in general: standard debian should be exactly as light-weight as arch.