this post was submitted on 27 Aug 2024
296 points (94.8% liked)

Programmer Humor

19187 readers
1404 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
[โ€“] sukhmel@programming.dev 5 points 3 weeks ago (1 children)

Nah, this could've been possible with some clever fuckery in defining those emojis' unicode content, like with flags that are not a single point but three independent ones, allowing you to do this:

"๐Ÿ‡ง๐Ÿ‡ฌ".reverse() == "๐Ÿ‡ฌ๐Ÿ‡ง"
"๐Ÿ‡ฌ๐Ÿ‡ช".reverse() == "๐Ÿ‡ช๐Ÿ‡ฌ"
[โ€“] n7gifmdn@lemmy.ca 2 points 3 weeks ago

THANKS. I didn't get the flag joke at first @sukhmel@programming.dev