Most software uses 10x more memory than is necessary to solve the problem. In an ideal world, developers would stop building bloatware if their customers can't afford the DRAM.
I agree, OTOH there are many very cool things that we can build if we're able to assume a user can spare 2GB of RAM that we'd otherwise have to avoid entirely like 3D scenes with Three.js, in-browser video/photo editing. Should be making sure that extra memory is enabling genuinely richer functionality, not just compensating for developer laziness (fewer excuses now than ever for that).
I agree, OTOH there are many very cool things that we can build if we're able to assume a user can spare 2GB of RAM that we'd otherwise have to avoid entirely like 3D scenes with Three.js, in-browser video/photo editing. Should be making sure that extra memory is enabling genuinely richer functionality, not just compensating for developer laziness (fewer excuses now than ever for that).