After a rather tedious approval process (of my company, not the app), 12months is live in the app store.

It is Amma’s and my Project Getaway experiment. It’s an iPad calendar that shows you the entire year in way that makes planning easy, inspired by David Seah’s Compact Calendar.
This is my first experiment with mobile (tablet apps count as “mobile”, right?) and though I have many ideas for features, I wanted to get a simple version out just to run through the process and to see if there is any interest. It has been out for three days now and has sold around 20 copies. I am really curious to see what the trend will look like in a couple of months.


Runtime Assembler for C++
rtasm is a project i made in 2005 for university. It’s a runtime assembler for C++ that allows you to write code that is assembled at the very last minute. This allows you to write generic code with conditions that still performs incredibly well because they can be evaluated before loops with deep context knowledge.
I haven’t been working on the project for a long time but I thought it was a waste to have the code just sitting on my drive so in spite of two failing unit tests, I have now uploaded the source code to GitHub. Maybe at some point I will look into it again.