this post was submitted on 14 Sep 2023
824 points (98.6% liked)

Programmer Humor

19197 readers
1076 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
[–] [email protected] 29 points 1 year ago* (last edited 1 year ago) (2 children)

The equivalent of "just configure && make && make install bro, it's super easy"

(it never is)

Edit: Alright, is it just my browser or does lemmy not know how to hand ampersands? Test: && && & &

[–] [email protected] 11 points 1 year ago (3 children)

Do you ever make install for minutes just to have it crash at the end because you missed a completely random C dependency?

[–] [email protected] 5 points 1 year ago

And then you find out you have that dependency but your linker decides to not take it and then you have it but a slightly other version and you decide it's not worth it

[–] [email protected] 3 points 1 year ago

sobs uncontrollably

Uh...I mean...of course not

[–] [email protected] 1 points 1 year ago

No, I use Portage

[–] [email protected] 6 points 1 year ago (1 children)
[–] [email protected] 2 points 1 year ago* (last edited 1 year ago) (1 children)

Could you do that in

``

though?

Oh wait,

4 spaces

./configure && make && make install

Three circumflexes

./configure && make && make install

Edit: nope, doesn't work using the browser interface

[–] [email protected] 2 points 1 year ago

Maybe somebody is paranoid about injections?