this post was submitted on 14 May 2026
783 points (98.2% liked)

Programmer Humor

31408 readers
1478 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
[–] deadbeef79000@lemmy.nz 38 points 1 day ago (1 children)

USB keyboards yelling into the void in the background hoping to be noticed.

[–] SpaceNoodle@lemmy.world 21 points 1 day ago (1 children)

They ain't even, the host actually polls "interrupt" endpoints

[–] deadbeef79000@lemmy.nz 4 points 1 day ago (2 children)

Couldn't quite remember how it worked, just that USB didn't CPU interrupt:-)

[–] marcos@lemmy.world 18 points 1 day ago (3 children)

Modern CPUs can manage what interrupts them. Almost nothing actually does.

Computers have a CPU just to get in the way of things interrupting the main CPU.

[–] MonkderVierte@lemmy.zip 2 points 20 hours ago (1 children)

You have a CPU? Well, i have a CPU in a CPU!

[–] InternetCitizen2@lemmy.world 10 points 1 day ago

Modern CPUs can manage what interrupts them. Almost nothing actually does.

Based

[–] deadbeef79000@lemmy.nz 2 points 1 day ago

I'm remembering from back in the ol' single core days too. Where an interrupt was, well, an interrupt.

[–] SpaceNoodle@lemmy.world 7 points 1 day ago

If you want a USB host controller to interrupt your CPU, I can recommend some nice embedded SoCs