this post was submitted on 12 Aug 2025
39 points (91.5% liked)

Programmer Humor

26673 readers
1470 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 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] aliceblossom@lemmy.world 7 points 1 month ago (1 children)
[–] LordTE7R1S@lemmy.sdf.org 1 points 1 month ago (1 children)

I got that reference. Fuck, I'm old.

[–] mfed1122@discuss.tchncs.de 1 points 1 month ago (1 children)

Please explain? I get that the chubby bird is speaking assembly, but I'm sure there's more to it than that?

[–] cheet@infosec.pub 4 points 1 month ago (1 children)

PS2 keyboards use interrupts rather than polling in USB, meaning every time a key is pressed the CPU stops what its doing to process it.

[–] mfed1122@discuss.tchncs.de 1 points 1 month ago

Cool! I had no idea it was deeper than just a physical interface change.