474
The keyboard
(lemmy.world)
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.
I don't know if everyone here is just a galaxy brain or what, but I'm surprised nobody has asked or explained the joke. The red bird is a CPU running lines of assembly instructions and the crow is user input causing an interrupt to press the e key. This particular type of interrupt exists because it would feel really bad if you were typing, and the text didn't show up until several seconds later when the CPU felt like processing the (hopefully) buffered input.
Quality meme op
Around normal people I feel like a fucking god when it comes to computers. But then I come here and I barely know what a computer is. Thanks for explaining.
No worries! Usually the memes here aren’t so technical. I only got the joke because I was required to take a class on operating systems for my degree, and we covered interrupts.