git clean

Some projects can clutter up your repository with compiled object or bytecode files. git clean offers a convenient way to keep things in order.

Read post

Building ATLAS

Compilation of the Automatically Tuned Linear Algebra Software (ATLAS) can be challenging. Here I walk through some of the steps I took to get it working on my system.

Read post