this post was submitted on 31 Oct 2023
175 points (98.3% liked)

Programmer Humor

19544 readers
623 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
[–] [email protected] 18 points 1 year ago (3 children)

I hate those messages. Just be class clear about the failure.

OTOH, keep up the good fight little computer.

[–] [email protected] 9 points 1 year ago

The first 2 are exactly that. The third one is just a funny status update.

[–] [email protected] 5 points 1 year ago

I recently had GCC give me the error "returning to the gate for a mechanical issue", fun stuff as well

[–] [email protected] 5 points 1 year ago

It kinda is though. Iirc it received an interrupt it shouldn't have received and doesn't know how to resolve. It is not supposed to ignore it, but then the only other option is crashing at this point. Basically it continues in a dazed and confused state.

Of course the message could be clearer, but at least it also makes the message easily searchable.