C compiler geekiness
Recently discovered two rather handy little utilities for making C compilations faster … distcc and ccache. You can use distcc to distribute a compilation to a number of different systems – for example, if there are a number of fast machines on your local network, you can use all of them to reduce the compilation… (read more)