• Sentient Loom
    link
    fedilink
    English
    595 months ago

    I wrote my own file system in binary BTW (on a computer I forged from sand in my back yard)

    • ferret
      link
      fedilink
      English
      14
      edit-2
      5 months ago

      Oh you refined your own sand? What semiconductor did you end up using for the CPU?

    • @Creosm
      link
      45 months ago

      You better have etched the binary onto storage by hand, and also made the storage medium yourself

  • @ogeist
    link
    135 months ago

    Apropos ich benutze Arch

  • @Nikls94
    link
    65 months ago

    Become vegan and start cooking with only a cast iron skillet.

  • @[email protected]
    link
    fedilink
    15 months ago

    I used to be a gentoo user in the 00s. Recently came bsck to linux and I find tge popularity of gentoo died down as fast as arch became popular.

    Why does arch exist ? Is it like, gentoo but with a binary cache ? Can you automatically build everything from source still ? Is there something equivalent to use flags .

    • @[email protected]
      link
      fedilink
      34 months ago

      It’s a rolling release with minimal changes to packages from upstream, and generally the latest versions of available software in the repos. I guess you could go through and rebuild the whole system from source if you were determined to, but a quick look at the ABS wiki page doesn’t make it seem like it’s set up to make doing so all that easy. For other software not in the repos, the AUR makes it easy enough to build them from source, though there’s often binary options available as well. The base install is pretty simple, so you can build upon it as you’d like if you really want to go wild on a minimal, highly customized system. Or you can go wild installing what you’d like and trying all the things.

      • @[email protected]
        link
        fedilink
        14 months ago

        Is there anything akin to use flags ? Suppose there’s a package you need to enable sonething not enabled by default, how painful is that ?

        • @[email protected]
          link
          fedilink
          24 months ago

          You can set general options for all compilations in /etc/makepkg.conf, and package specific options would probably be best handled by just downloading a PKGBUILD for the package in question and editing it to include the option you want to enable. makepkg won’t ask you about options by default when building something, but it’s not that complicated to edit the PKGBUILD prior to calling makepkg.