Web Design: The First Hundred Years idlewords.com

Maciej Cegłowski, with yet another killer talk:

A further symptom of our exponential hangover is bloat. As soon as a system shows signs of performance, developers will add enough abstraction to make it borderline unusable. Software forever remains at the limits of what people will put up with. Developers and designers together create overweight systems in hopes that the hardware will catch up in time and cover their mistakes.

We complained for years that browsers couldn’t do layout and javascript consistently. As soon as that got fixed, we got busy writing libraries that reimplemented the browser within itself, only slower.

It’s 2014, and consider one hot blogging site, Medium. On a late-model computer it takes me ten seconds for a Medium page (which is literally a formatted text file) to load and render. This experience was faster in the sixties.

The web is full of these abuses, extravagant animations and so on, forever a step ahead of the hardware, waiting for it to catch up.

But yeah, sure, it’s the browser’s fault.