Earlier quoted context omitted.
>Imagine how programming and operating systems might look in a world where processing power is 80x cheaper. So like 2009 compared to 2021? Based on that, I'd say even more inefficient webshit.
Considering that many modern interfaces are somehow less responsive than ones written over 20 years ago even when running those programs on period hardware , I feel certain that you are right.
And no, software efficiency isn't even the main factor. Not even close.
Just a few pointers: polling on peripherals instead of interrupts (i.e. USB vs. PS/2 and DIN) introducing input lag, software no longer running in ring-0 while being the sole process that owns all the hardware, concurrent processes and context switches, portability (and the required layers of abstraction and indirection), etc.
It's a bit cheap to blame developers while at the same time taking for granted that you can even do what you can do with modern hard- and software.
Everything comes at a price and even MenuetOS [1] will have worse input lag and be less responsive than an Apple II, simply because you'll likely have USB keyboard and mouse and an LCD monitor connected to it.