• 0 Posts
  • 13 Comments
Joined 1 year ago
cake
Cake day: July 11th, 2023

help-circle












  • 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.