this post was submitted on 15 Jul 2026
221 points (95.9% liked)

Programmer Humor

32317 readers
182 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 3 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] csolisr@hub.azkware.net 56 points 2 days ago (5 children)

...Did you add an unescaped RTL toggle character on your user name?

[–] ChaoticNeutralCzech@feddit.org 2 points 16 hours ago

‮</span></div>

[–] csolisr@hub.azkware.net 35 points 2 days ago (3 children)

For the record, I noticed because I use Friendica:

Header of the post in Friendica, which thanks to the RTL toggle character, reads literally: "XylightromuH remmargorP aív"

[–] Scoopta@programming.dev 28 points 2 days ago (2 children)

Jeroba only flips the instance domain, that is way more wild

[–] cepelinas@sopuli.xyz 5 points 1 day ago (1 children)
[–] boonhet@sopuli.xyz 1 points 6 minutes ago

Voyager shows username, he probably changed display name

[–] SpaceNoodle@lemmy.world 25 points 2 days ago (1 children)
[–] plateee@piefed.social 19 points 1 day ago (1 children)

What's it like being famous? 🤩

[–] bloubz@lemmygrad.ml 7 points 2 days ago* (last edited 2 days ago) (3 children)

Funnily enough, it is correctly escaped in the client they developed, Photon

[–] Xylight@lemdro.id 7 points 1 day ago

it actually isnt intentional that it works fine, it's some miracle of how i split the instance name and the username in markup. i was a little disappointed that nothing funny happened when i added that initially

[–] csolisr@hub.azkware.net 4 points 2 days ago

Call me unsurprised if @Xylight added it as a way to test for rendering errors across Fediverse clients

[–] notthebees@reddthat.com 2 points 2 days ago

Same with voyager

[–] Xylight@lemdro.id 27 points 2 days ago (1 children)

i do remember doing that a long time ago

[–] hirihit640@sh.itjust.works 23 points 1 day ago

Doing QA testing for free? You and lil bobby tables would get along great

[–] PumaStoleMyBluff@lemmy.world 16 points 2 days ago (3 children)

I strongly think Lemmy clients should have a toggle to show usernames instead of display names. Some of the Unicode is super obnoxious.

[–] DarkSirrush@piefed.ca 6 points 1 day ago

Some Lemmy clients like summit do (which I keep on, because display names are often cancer)

[–] csolisr@hub.azkware.net 6 points 2 days ago* (last edited 2 days ago) (1 children)

And now you're about to nerd-snipe me into checking if control characters are valid for user names in ActivityPub

[–] Xylight@lemdro.id 5 points 1 day ago

There's probably some restrictions because I tried making an instance that had a user with a completely empty username and it didn't federate.

[–] HypnoticSheep@lemmy.world 1 points 1 day ago

Connect lets you filter out the Unicode into a-z, which is nice

[–] csolisr@hub.azkware.net 10 points 2 days ago

By the way, if you want to replicate this effect for fun and profit, the control character you're searching for is U+202E RIGHT-TO-LEFT OVERRIDE (or RLO for short)