this post was submitted on 15 May 2024
301 points (95.5% liked)

Memes

45425 readers
2418 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
 

Me BTW I use arch

@memes

top 19 comments
sorted by: hot top controversial new old
[–] [email protected] 59 points 5 months ago (2 children)

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

[–] [email protected] 14 points 5 months ago* (last edited 5 months ago) (1 children)

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

[–] [email protected] 11 points 5 months ago

Germanium intrinsic.

[–] Creosm 4 points 5 months ago

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

[–] [email protected] 46 points 5 months ago (2 children)

Person behind Makes Hannah Montana boot with modern Nvidia drivers

[–] [email protected] 8 points 5 months ago

The wizard on the wall (disguised as a skeleton) uses NixOS and also happens to declare their incantations in the Nix language.

[–] helpImTrappedOnline 1 points 5 months ago* (last edited 5 months ago)

And the clock is running Doom

[–] [email protected] 14 points 5 months ago (1 children)

Mint users just getting drunk and having a great time.

[–] [email protected] 2 points 5 months ago

Oh, PopOS too!

[–] ogeist 13 points 5 months ago (2 children)
[–] [email protected] 7 points 5 months ago* (last edited 5 months ago) (2 children)

AproPO ich benutze auch Arsch

[–] [email protected] 4 points 5 months ago

À propos, ich benutze auch Arsch

[–] [email protected] 2 points 5 months ago

A pro Po, bin ich, auch Arsch.

[–] [email protected] 2 points 5 months ago

Ich benutze ebenfalls Bogen bei dem Weg. [email protected]

[–] Nikls94 6 points 5 months ago

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

[–] [email protected] 1 points 5 months ago (1 children)

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] 3 points 5 months ago (1 children)

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] 1 points 5 months ago (1 children)

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] 2 points 5 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.