558
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 25 Sep 2025
558 points (95.6% liked)
Programmer Humor
26651 readers
2194 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 2 years ago
MODERATORS
I like how some sentences contain phrases that actually make sense:
Also me, writing a lot in bash, can totally relate to this:
[[]][[]][[]][[]]][[]()()()()()()()()(){{}{}{}|{}{|}{}{|}{ ////////////////!! !!!! !! //// !!!
Except there should be backslashes, single and double quotes in it too.
Here's a real world example of getting the value of an array member, with a counter:
x="${array[$((i+=2))]}"
I want some of those please.
Haha yeah, made me think of escape sequences
Those would not typically be part of a software tutorial, also they are not part of the shell's language.
True. However they are part of the symbol gibberish category.