Disk space blues
My work computer has a fast 10,000RPM SCSI drive, which is very fast but only 36GB.
This drive is my primary drive and I have a 115GB secondary drive. Since Windows generally insists on installing all programs in C:\Program Files (yes, I could change it for each install, but I can’t be bothered), and I “prefer” to have my work C++ repository on this fast disk, I basically run out of space pretty often.
So, today I use tools like CCleaner to free up some space, archive even more files to my D: drive, and purge temporary C++ build files for branches I no longer work in.
Sigh.