Ask HN: How would software look if hardware had stopped improving long ago?
8 by palata | 11 comments on Hacker News.
Progress in hardware allows software to build computationally costly abstractions to make devs more productive (for better or worse). While some use-cases definitely required improvements (e.g. deep learning became a thing thanks to powerful hardware), it is not clear that all software is better now that "RAM/CPU is cheap". For instance, IRC predates the World Wide Web, but desktop apps like Slack/Discord (that get shipped with a whole browser with ElectronJS) solve the exact same problem. Many websites are excessively heavy, "because they can", I guess mostly to "look better", and maybe to some extent because of ads/trackers. Modern developer tools require to download half the Internet regularly (e.g. node projects often come with 30 000 dependencies, apps get shipped with a whole rootfs in containers, or with an embedded chromium browser, etc). There is a ton of overhead everywhere, sometimes just because we can, sometimes because it's faster to market. So I was wondering: how do you think software would look today if hardware had stopped improving, say 10 or 20 years ago? Surely we would have end-to-end messaging apps and social networks, but maybe video-on-demand (e.g. Netflix) would be more limited, and we would not have TikTok? Maybe we would not need 5G to connect our fridges to our shoes? We would not have cryptocurrencies or NFTs. But that does not mean we would have stopped developing software. Or maybe said differently: what are "useless/cosmetic" improvements that happened in the last 10 or 20 years in software, and what are "real" ones?

Post a Comment

Previous Post Next Post