Recent posts

Cleaning the CPAN cage: January 2015

2 minute read

In the first installment of my participation in the CPAN Pull Request Challenge I was assigned the module XML::NamespaceSupport. The module enables one to pr...

Installing MinGW doesn’t suck anymore

14 minute read

Recently a PhD student at the institute where I work wanted to use make and gfortran on a Windows box without having to install Cygwin in order to compile a ...

Windows Git Installation

16 minute read

A version control system is fundamental to the work of anyone developing software, whether it be scientific software or not. This is one of the fundamental ...

Test suite profiling

15 minute read

Recently at $work I found that our test suite was taking longer and longer to run and had begun to slow down development. A long-running test suite smells of...