Earlier quoted context omitted.
Surely you're exaggerating. 8GB is necessary for a dev machine where you're going to be intentionally straining it. Most laptops nowadays come with 4GB. You're seriously saying those are "unusable" for you? What are you doing that requires 8GB of memory? Running multiple instances of SQL Server, AutoCAD, Visual Studio, and 2 or 3 games simultaneously?
Oh, some of our software barely compiles with 4GB of memory (unless you have enough time). E.g. large finite state transducers dumped as a big array of structs in C tend to blow up the compiler ;). Also, some people tend to work with large data sets or problems that just require lots of memory. E.g. I work on language generation, and generally the more memory the better. For me 8GB is the minimum for doing serious wo…
Edit: my question is not rhetorical, I really would like to know.