• Illecors@lemmy.cafe
      link
      fedilink
      English
      arrow-up
      24
      ·
      1 day ago

      I run Gentoo.

      It’s made my fundamentals stronger.

      It allows me to run the minimal number of codepaths.

      Every now and then it makes me happy. Sometimes proud of myself. All because I solved some problem that was helped by the mindset Gentoo had set up.

        • Illecors@lemmy.cafe
          link
          fedilink
          English
          arrow-up
          4
          ·
          20 hours ago

          I don’t know the size in bytes, haven’t cared much about it for some time now. It also very much depends on the definition of minimal. My minimal != your minimal.

          I’m referring to use flags, which allow me to not have a bunch of features I don’t use compiled to begin with. Less code - fewer headaches.

    • mirshafie@europe.pub
      link
      fedilink
      arrow-up
      3
      ·
      21 hours ago

      Gentoo is fun and a nice way to learn more about computers. Their wiki and their community was really good when I was into it, I’m sure it still is. But compiling everything from scratch is quite demanding of your CPU and your time, so it’s not really something that you run as your daily driver for long.

      • msage@programming.dev
        link
        fedilink
        arrow-up
        1
        ·
        6 hours ago

        All lies.

        After install, the distro just works.

        I’ve had more failed upgrades in Ubuntu.

        So if you have base Linux skills, you will have a rock solid distro, which may take a while to update, but you can limit the number of CPU cores for compiling, and therefore use the PC even during that.

        And USE flags are so addictive, while being just strings in a single file.

        I believed I would learn more about Linux when daily driving Gentoo. But all I learned is how to run three commands to keep the system updated, including compiling the kernel. And it just works.