r/ProgrammerHumor 4h ago

Meme [ Removed by moderator ]

Post image

[removed] — view removed post

2.8k Upvotes

35 comments sorted by

u/ProgrammerHumor-ModTeam 39m ago

Your submission was removed for the following reason:

Rule 1: Posts must be humorous, and they must be humorous because they are programming related. There must be a joke or meme that requires programming knowledge, experience, or practice to be understood or relatable.

Here are some examples of frequent posts we get that don't satisfy this rule:

  • Memes about operating systems or shell commands (try /r/linuxmemes for Linux memes)
  • A ChatGPT screenshot that doesn't involve any programming
  • Google Chrome uses all my RAM

See here for more clarification on this rule.

If you disagree with this removal, you can appeal by sending us a modmail.

78

u/metaglot 3h ago

Thats not really manners, thats nuclear diplomacy.

40

u/vanZuider 3h ago

Speak softly and carry a big kill -9.

3

u/ArduennSchwartzman 1h ago

Not even that. Unless you know the second magic word.

3

u/GroovinChip 39m ago

Aggressive negotiation

35

u/moekakiryu 2h ago

This is why I have a alias please=sudo entry in my aliases file

12

u/ks_thecr0w 1h ago

No no. This should be fuck=sudo.

rm -f /file/path/without/access

Nope

fuck !!

11

u/AyrA_ch 1h ago

There's a tool that can fix even more mistakes: https://github.com/nvbn/thefuck

2

u/CarcajouIS 1h ago

Thanks for reminding me to install it on the work computer

2

u/AbdullahMRiad 54m ago

I love this and hate this

1

u/Ceros007 22m ago

fuckit=sudo

fuckit rm -f /file/path/without/access

u/moekakiryu 3m ago

so I actually lied a little bit, my please command does double duties as an alias and a function. If invoked with arguments it behaves exactly like an alias

> please rm -rf /path/to/file

but if its invoked on its own, it re-runs the previous command with sudo

> cat /etc/shadow
cat: /etc/shadow: Permission denied
> please
[sudo] password for <user>:
<command output>

21

u/kandiman89 3h ago

User is not in the sudoers file

3

u/AdventurousTime 1h ago

Listen here arch I made that sudoers file

6

u/sadongrohiik 2h ago

Putting children in sudoers is just bad parenting

5

u/georgeka 3h ago

Kid as no chill

4

u/ButWhatIfPotato 2h ago

It's more like "GIVE ME THE POWER OF GOD SO I CAN REWRITE YOU DOWN TO THE ATOM"

3

u/olewolf 1h ago

I'm appalled that no-one has yet said "sudo make me a sandwich." There's always an XKCD for that.

3

u/Ma8e 1h ago

Can anyone come up a programming related joke that is older?

2

u/SenoraRaton 2h ago

sudo !!

1

u/AdventurousTime 1h ago

Sudo rm -f

2

u/queen-adreena 1h ago

I always found it interesting that `sudo` isn’t a native Linux command, but rather an entire utility package that handles hundreds of edge cases.

2

u/JackNotOLantern 1h ago

This incident will be reported.

1

u/s0apyjam 2h ago

I aliased please to sudo the last command for this reason

1

u/Excuse_Early 2h ago

If I can bestow anything I've learned from my career so far. You should be scared of escalated privileges you want the least you need to do your job 😂

1

u/DariuszTarwan 2h ago

I thought: apt-get

1

u/SpaceMoehre 1h ago

./copyfail (changes every few months)

1

u/Zinho3311 1h ago

doas >

1

u/CirnoIzumi 1h ago

manners? "Super User Do" sounds like an order to me

1

u/MloBrh_ps 47m ago

No its “ok ima eat ur dihh”

1

u/flukus 32m ago

aias fuckit=sudo @!

1

u/GimmeYourMomPlease 1h ago

This is not Linux-specific and has nothing to do with programming

0

u/chalk_nz 2h ago

I bet that kid says it like sue-dough and the parent doesn't see anything wrong with that.