this post was submitted on 03 Nov 2023
1169 points (97.5% liked)
Programmer Humor
32380 readers
605 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Back in the dial-up days of the mid-'90s, a college classmate of mine had a DOS PC with a problem that PCs can't have anymore:
The cause? The modem and mouse were using the same IRQ, meaning that their communication with the CPU was getting muddled together.
The solution? Open the case and flip a physical switch on the modem card, causing it to use a different IRQ from the mouse port.