whomst is jeavon
Programmer Humor
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
That's... not really true, and not what that link shows. Those latency tests still show then-modern devices topping the list. They're arguing that some then-modern low end devices have more button-to-screen latency than older hardware (which they would, given he's comparing to single-threaded, single-tasking bare metal stuff from the 80s spitting signals out to a CRT to laptops with integrated graphics). And they're saying that at the time (I presume the post dates from 2017, when the testing ends), this wasn't well understood because people were benching the hardware and not the end to end latency factoring the I/O... which was kinda true at the time but absolutely not anymore.
I'd get in the weeds about how much or little sense it makes to compare an apple 2 drawing text on a CRT to typing on a powershell/Linux terminal window inside a desktop environment, but that'd be kind of unfair. Ten years ago this wasn't a terrible observation to make with the limited tools the guy had available, and this sort of post made it popular to think about latency and made manufacturers on controllers, monitors and GPUs focus on it more.
What it does not show, though, is that an apple 2 was faster than a modern gaming PC by any metric. Not in 2017, and sure as hell not in 2026, when 240Hz monitors are popular, 120Hz TVs are industry-standard, VRR is widely supported and keyboards, controllers, monitors and GPU manufacturers are obsessed with latency measurements. It's not just fallacious, it's wrong.
Uh, that's a bit off to be fair.
Our computers are 15x faster than they were about 15-20 years ago, sure...
But 1, the speed is noticeable and 2, not all the new performance is utilised 100%.
Sure, operating systems have started utilising the extra hardware to deliver the same 60-120fps base experience with some extra fancy (transparency with blur, for example, instead of regular transparency), but overall computer UX has plateaued a good decade and half ago.
The bottleneck is not the hardware or bad software but simply the idea of "why go faster when going this speed is fine, and we now don't need to use 15-30% of the hardware to do it but just 1-2%".
Oh and the other bottleneck is stupidity, like letting long running tasks onto the main/UI thread, fucking up the experience. Unfortunately, you can't help stupid.