Moving to github
I am following the trend.
Today I have moved all the free stuff I publish on github. Give it a look, if you like.
Using Clojure for iOS apps
Clojure is a dynamic programming language, specifically a dialect of Lisp, targeted at the Java Virtual Machine. In other words, you have a compiler that outputs java bytecode. No more need to write Java, if you want.
cocos2d and memory warnings
I have been suffering from sudden crashes in one app I am currently developing for the iPad using cocos2d. To make things worse, those crashes were intermittent, depending on some timing constraints.
iPhone or Android?
I am not really interested in the fight between iPhone’s and Android’s aficionados, I believe that they are two different platforms generating products with different specifications and targets. Anyway, I would like to share the following bit by Nick Farina (via Daring Fireball) on a difference in how iPhone and Android handle animations:
Adding more SDKs to your iPhone simulator
Great tip from here.