Comment by leo_e
4 days ago
Hardware is faster, but the "abstraction tax" is higher than ever.
As someone currently fighting to shave megabytes off a C++ engine, it hurts my soul to see a simple chat app (Electron) consume 800MB just to idle. We spent the last decade using Moore's Law to subsidize lazy garbage collection, five layers of virtualization, and shipping entire web browsers as application runtimes. The computer is fast, but the software is drowning it.
At least the price hikes will put some emphasis on RAM usage.
Safari is still leaking memory where a single tab managed to use 50GB regardless of which website it is.