this post was submitted on 10 Apr 2024
1664 points (98.9% liked)

Programmer Humor

32473 readers
584 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 137 points 7 months ago* (last edited 7 months ago) (10 children)

One of the things I like most about my customer-facing technical role is that users find the craziest bugs. My favorite is a bug in a chat program that would keep channels from rendering and crash the client. The only clue I got was "it seems to be affecting channels used by HR more than other departments, but it's spreading."

Turns out the rendering engine couldn't handle a post that was an emoji followed by a newline and then another emoji. So when the HR team posted this, meaning "hair on fire" it broke things:

๐Ÿ”ฅ
๐Ÿ˜ฌ
[โ€“] [email protected] 8 points 7 months ago

I did actually find a very similliar bug in the experimental rendering engine of element (the matrix client). So yes, this is something that exists somewhere else too.

load more comments (9 replies)