Migrating the VPS from CloudUp to OVH

If you can read this post, it means the migration of my VPS from CloudUp to OVH went good!


Messing with Swift: a 2048 clone

I’ve not been writing for a while now. My new job at Quandoo, preparing another exam I have in July and other small chores take me basically all the “free time” I have.


Tales from C

I’m pretty sure no one will ever need this, but today I made good use of __has_include directive that I found here just by chance (and just a couple of days ago I was looking for a way to detect if a header was available or not, but at the end I created this issue on my GitHub RNF repo because I didn’t find any).


AOP article followup

Today I read an article on Alberto De Bortoli’s blog about an AOP approach to tackle Analytics code in iOS apps.


A simple working sample

** UPDATE 11/03 ** Uploaded the sample project on Github here. Instructions are in the README, but basically you only have to change the reference to the RuntimeNetworkFoundation group in “Supporting Files”. An easy way would be to clone the RuntimeNetworkFoundation project first :)