this post was submitted on 22 Jun 2024
41 points (95.6% liked)

linuxmemes

20836 readers
1009 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
top 18 comments
sorted by: hot top controversial new old
[–] thefartographer@lemm.ee 9 points 3 months ago (3 children)

Is this how one becomes nonbinary?

[–] palordrolap@kbin.run 2 points 3 months ago (2 children)

I don't know about that. Non-binary files have been put into bin directories for decades at this point. (Feel free to marvel at the analogy.)

Delete the contents and it's not just binaries going to the bit-bucket.

The joke here is more "Tony Lazuto said to execute these files."

[–] rambling_lunatic@sh.itjust.works 1 points 3 months ago

If you think about it, all files are binary, some just happen to be human-readable.

[–] thefartographer@lemm.ee 0 points 3 months ago (1 children)

So you're saying Tony Lazuto uses Windows??? That bastard!

[–] marcos@lemmy.world 1 points 3 months ago

Tony Lazuto says you should delete System32

[–] OpenStars@discuss.online 1 points 3 months ago

Only if you follow the script(s).

[–] voidnutcracker@feddit.de 6 points 3 months ago (1 children)

Clearing build files of your hobby project when you

rm -rf /bin

instead of

rm -rf bin/
[–] VitabytesDev@feddit.nl 3 points 3 months ago
rm -rf bin /
[–] sntx@lemm.ee 5 points 3 months ago (1 children)

I cleaned my bin.

All that's left is a symlink: sh -> /nix/store/...

[–] jdaxe@infosec.pub 1 points 3 months ago (1 children)

Why not just symlink to /usr/bin?

Not familiar with NixOS

[–] Neon@lemmy.world 4 points 3 months ago (1 children)

NixOS has two main selling points:

  1. I can declaratively manage my system. That'd probably the Thing you know about it.
  2. but it also uses the Nix Package manager which allows you to install multiple versions of the same program. On Ubuntu, if I update bash from v4.6 to 5.0, it will replace /bin/bash and if any breaking changes were made, any program that has bash 4.6 as dependency won't work anymore. On NixOS binaries are stored in /nix/store with a hash. So bash 4.6 is in /nix/store/hwnfuvshajdbgjajebskhak-bash-4.6 and 5.0 gets installed into /nix/store/638jsvusbhsuksvj76hwlsbj-bash-5.0 This allows us to have programs that depend on a old version of a software installed simultaneously with programs that depend on a new version of it.
[–] grock1722@lemmy.world 1 points 2 months ago

That’s fuckin sick.

[–] Bishma@discuss.tchncs.de 1 points 3 months ago* (last edited 3 months ago)

This one isn't true of course, but it still feels like it fits

Mr Incredible - Bin is bin!

[–] jbk@discuss.tchncs.de 1 points 3 months ago

time to snapshot my latest snapshot

(btrfs)

[–] TrickDacy@lemmy.world 0 points 3 months ago (1 children)
[–] Xirup@yiffit.net 3 points 3 months ago (1 children)

The joke is about the bin/ directory on Linux, which contains the binaries of the system (also called executables) which can break the system if you delete it, and also refer to the paper bin where all your trash files go and people tend to delete usually.

[–] TrickDacy@lemmy.world 1 points 3 months ago

Ah, I don't usually think of trash bins by that term