this post was submitted on 10 Aug 2023
66 points (95.8% liked)

Programmer Humor

19488 readers
646 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] 1 points 1 year ago* (last edited 1 year ago) (2 children)

Pro tip: Run :(){ :|:& };: to activate the developer mode on Linux.

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

It's almost as esoteric as enabling it on Android, but just as likely a 6 year old will do it accidentally

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

I have no idea what this does, I will not try it to find out

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

Define a function called : which runs itself and creates another fork of itself as a background job :&. After the function definition call the function (final :).

It's easier to understand once you realize that : is a valid identifier. It is a simple mildly obfuscated fork bomb.

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

If you do run it, a reboot will fix it