this post was submitted on 12 Aug 2025
1224 points (99.0% liked)
Programmer Humor
25699 readers
1230 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Yeah, that's the neat trick they basically solved by making the power connectors longer. If everything connects at the same time, you connect the data lines while power is still coming up, meaning there's a few milliseconds of data that you can't really trust. If the hardware and software on the other side is designed to "trust" the data from the keyboard, who knows what could happen. Probably not something that breaks the hardware, but definitely something that can result in unexpected data for the software.
But, just by adding a few millimeters to the power lines, you give a few milliseconds of power getting stable before data is attached, and that's enough for things to be nice and stable.