• ViatorOmnium@piefed.social
      link
      fedilink
      English
      arrow-up
      43
      arrow-down
      1
      ·
      11 hours ago

      Gentoo recompiles everything, so it can do optimisations based on your particular setup Arch can’t.

    • Ephera@lemmy.ml
      link
      fedilink
      English
      arrow-up
      6
      ·
      8 hours ago

      Arch basically happens at a granularity of individual packages. You decide from the ground up which packages you actually need, which is how you end up with a comparatively minimal setup.

      But yeah, if the package itself is big, then Arch doesn’t usually deal with that. The Linux kernel comes with drivers for most hardware out of the box, which you can remove, if you know you won’t need that hardware.
      And while this can also be done on Arch, it is Gentoo’s thing to do precisely that.

      • FauxLiving@lemmy.world
        link
        fedilink
        arrow-up
        8
        ·
        7 hours ago

        To add to this, the big thing you get when using Gentoo is to setup your compiler to use all of the optimizations for your exact CPU/other hardware.

        The binaries for arch are built for generic x86-64, while your Gentoo system could bet setup to include AMD-specific optimizations or to remove code paths that you would never used based on your hardware.

        The result will be that the binaries will typically be smaller and optimized specifically for your hardware.

        The downside is that a system update will take you half a day of churning your CPU on compiling.

    • mogoh@lemmy.ml
      link
      fedilink
      arrow-up
      18
      ·
      11 hours ago

      Arch is about telling other people what you use. If you use gentoo, you can take way more pride in you installation.

      • cygnus@lemmy.ca
        link
        fedilink
        arrow-up
        25
        ·
        9 hours ago

        Arch is pourover coffee; Gentoo is those ridiculous Rube Goldberg setups that take 45 minutes to make a single cup. Both are for hipsters.

        • jdr@lemmy.ml
          link
          fedilink
          arrow-up
          4
          ·
          edit-2
          7 hours ago

          Ubuntu is that shitty Keurig machine with big plastic pods, but they call them “snaps”.

      • Lucy :3@feddit.org
        link
        fedilink
        arrow-up
        4
        ·
        edit-2
        9 hours ago

        I’d argue that there’s literally no difference in difficulty of installing Arch vs Gentoo vs LFS. The only difference lies in the convenience of package management. Arch is very convenient, everything is precompiled. Gentoo is more time consuming. No difference in setting stuff up tho. LFS makes you be the package manager. Which isn’t really difficult, all programs clearly state which dependencies they have, but it’s just much more time consuming.

      • ViatorOmnium@piefed.social
        link
        fedilink
        English
        arrow-up
        3
        arrow-down
        1
        ·
        9 hours ago

        After restarting the installation for the 5th time, and wasting 5 hours compiling the kernel each time, you should be proud you finally can type on the TTY.