this post was submitted on 18 Aug 2025
874 points (99.1% liked)

Programmer Humor

25827 readers
2951 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 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] thomasloven@lemmy.world 5 points 2 days ago (3 children)

If qoutes are removed and internal spaces are invalid, how could ":(){␣:|:&␣};:"@example.com be valid?

[–] ChairmanMeow@programming.dev 3 points 2 days ago (1 children)

Presumably the space between quotes is "escaped", meaning it's supposed to act like any other character.

[–] rumba@lemmy.zip 1 points 1 day ago

Yeah they're processed, but not passed through.

load more comments (1 replies)