this post was submitted on 24 Jul 2026
475 points (99.6% liked)

Programmer Humor

32854 readers
2238 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] zitrone@europe.pub 42 points 3 weeks ago (3 children)

that is why you don't run random install script as root

i hate that so many tools nowadays want you to curl | sh for installing

[–] w33n1s@lemmy.world 8 points 3 weeks ago

Glad I'm not the only one. It's always the shell apps that use annoying emojis too

[–] SpatchyIsOnline@lemmy.world 8 points 3 weeks ago (1 children)

i hate that so many tools nowadays want you to curl | sh for installing

Using NixOS has the advantage of making me not want to touch these tools. If I can't install it reproducibly with Nix, I'll just look for an alternative :)

[–] iocase@lemmy.zip 1 points 3 weeks ago

Yeah pipe that shit into a file and check first unless you really really trust the project.