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

help-circle

  • I also at first thought it’s not that bad, because it looks like the main part of the computer is “hovering”, because it stands on that round portion. But then I saw that the button is on the backside! Why? That way you have to reach around everything, making it impossible to fit the thing into some smaller space and still use it. If it was on the bottom but in the front you would still have your beloved button-less design but the button would still be pretty accessible.









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