• gi1242@lemmy.world
    link
    fedilink
    arrow-up
    64
    ·
    edit-2
    11 hours ago

    I used Gentoo for 3y. in hindsight I wasted so many CPU cycles just because I thought --march=native would make things faster.

    nope.

    you know what made things faster? switching to arch 😂

      • Im_old@lemmy.world
        link
        fedilink
        arrow-up
        3
        ·
        5 hours ago

        Yes, I tried it around 2002/2003, back when the recommended way was from stage1. I think I had a P4 with HT. It was noticeably faster than redhat or mandrake (yes, I was distro hopping a lot). Emerge gnome-mono was a night run. Openoffice about 24hrs.

        Lots of wasted time but I did learn how to setup some things manually.

      • WalnutLum@lemmy.ml
        link
        fedilink
        arrow-up
        9
        ·
        6 hours ago

        Most of the reason to build your own packages is a form of runtime assurance - to know what your computer is running is 100% what you intend.

        At least as a guix user that’s what I tell myself.

        • ByteJunk@lemmy.world
          link
          fedilink
          arrow-up
          8
          ·
          4 hours ago

          Compiling your own packages only ensures that, well, you’re running packages that you compiled. This definitely does not mean that your computer is running what you intend at all.

          Half the time I don’t know what my CPU is executing, and that’s code that I wrote myself.

          • Skullgrid@lemmy.world
            link
            fedilink
            arrow-up
            2
            ·
            3 hours ago

            This definitely does not mean that your computer is running what you intend at all.

            This is true of all programming