this post was submitted on 23 Apr 2024
687 points (94.9% liked)

Programmer Humor

36554 readers
661 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] -1 points 1 year ago (21 children)
[–] [email protected] 121 points 1 year ago (13 children)

In case you are serious: It's probably not.
When you're not careful with parallel processing / multithreading, you can run into something called a "race condition", where results of parallel computations end up in the wrong order because some were finished faster than others.
The joke here is that whoever "programmed" this commic is bad at parallel progmming and got the bubbles in the wrong order because of that.
The image makes perfect sense if you read it in the order 3, 1, 2.

[–] [email protected] 20 points 1 year ago* (last edited 1 year ago) (3 children)

Apart from the fact that bubble 1 and 2 point to the wrong person.

[–] [email protected] 29 points 1 year ago (1 children)

I think that’s part of the joke too. Like the whole comic has been written out of order due to race conditions; rather than just the father represents race conditions.

It’s one degree of humour too far though, if that’s the case, doesn’t really land.

[–] Simon 17 points 1 year ago

It definitely landed for me. The aspect of one thread coming out of a totally different routine for no reason was extra funny.

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

Yes, if you reorder only the text and not the whole bubble it's also correct. =)

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

Oooh. Thanks for that, makes more sense now.

load more comments (9 replies)
load more comments (16 replies)