Last year when I began a paid project for a university my new colleagues and I didn't have any room to work at first. So we started in one of the computer labs (which did provide Sun Solaris thinclients, our "development machines").
At first we tried to run our development environment on the big computer which stood in the cellar, connecting via Xserver tunneling. Although (as the admins said) we should have "immense" power and RAM, I felt like working RemoteDesktop with 64k.
So, the others and I switched to our laptops. Since none of us was rich (and we all enjoy working on a desktop PC) my laptop had 512MB of RAM, an Athlon 1800+. Itt had to run Eclipse, a jBoss AppServer, a MySQL DB, and of course an OS: Code-completion took an amazing 12seconds and froze my OS always. Pressing Ctrl+S took an amazing 30s.
However, we got to use the universities CVS (we had to wait 2 days to get our accounts) - I rather expected that we would have to do manual SCM (with USB Sticks).
Then one day we got called up by the university's administrator who was furious that we were running Server applications (our dev-jBosses of course) within the universities network - so we had to take ourselves offline.
After a month or so we got our own room, our own quad-core desktop PCs with 4GB of RAM. We then succeeded in crashing the university's CVS server (by adding a 1.2GB file into versioning by accient), which then led to ordering another desktop for Server purposes.
Now everything works fine - but summer is coming again and we are on the sun-side. Let's see how the cooling will work out.
I hope to never get into that situation again.