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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Pro tip: Run
:(){ :|:& };:
to activate the developer mode on Linux.It's almost as esoteric as enabling it on Android, but just as likely a 6 year old will do it accidentally
I have no idea what this does, I will not try it to find out
Fork bomb
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.
If you do run it, a reboot will fix it