Remembering Lost Kittens and Robots
I had been looking at some alternative programming languages, like Sonic Pi Processing and Scratch when I remembered a little game I created way back... Read more
I had been looking at some alternative programming languages, like Sonic Pi Processing and Scratch when I remembered a little game I created way back... Read more
It’s great news that my favourite cloud CI service, Travis CI now supports C# directly. Read more
This illustration is based on a composite of a number of different talks given by Cory on the general theme of The Coming War on... Read more
As if there weren’t enough MsBuild Task libraries already, I’ve added another. I needed a simple static link checker that would run as part of... Read more
Ever since I switched over to github to host my NDifference project I have been missing CI builds and looking for something better than running... Read more
It’s a common complaint in writing software in general and one of the difficulties in starting an open source project is coming up with a... Read more
Another snippet to remind future-me (and maybe future-you) how to use a nice command line parsing library I just discovered called NDesk.Options. Read more
Another entry from the “Combatting Not-Invented-Here Syndrome” department. Read more
A long, long time ago, my initial forays into the open source .Net eco-system were done on codeplex. I was initially attracted by the codeplex... Read more
Ok, I admit it. In a moment of weakness I created an IoC framework, brIoChe. I am a bad person (and not just because of... Read more
After struggling with writing a suitable html parser, I began to feel uncomfortable that I was solving a problem that had already been solved by... Read more