this post was submitted on 10 Aug 2023
1540 points (94.3% liked)

Programmer Humor

19207 readers
1163 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 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Gremour@lemmy.world 3 points 1 year ago (2 children)

I'm around 20 years Linux user and I'm still installing various soft by curl bashing a script from their site.

[–] gendulf@kbin.social 6 points 1 year ago (1 children)

https://www.rust-lang.org/tools/install

Why is it the canon way to install rust by piping curl output to sh???

[–] Gremour@lemmy.world 4 points 1 year ago

At least it doesn't start with sudo, lol.

[–] grue@lemmy.ml 2 points 1 year ago (1 children)

Trusting official installation instructions from the software developer might be a step or two down from trusting your distro's package maintainers, but it's still several steps up from trusting random advice from a forum or chatroom.

And with the possible exception of Ken Thompson or Ben Eater, we've all got to trust somebody.