Well, sometimes Apple’s Maps app is not so bad as it has been described lately: e.g. The 3D imagery here is better and more detailed than in Google’s Earth app. See the cliff and the buildings? Notice the difference by yourself (by the way, this is Bondi Beach, in the Eastern Suburbs of Sydney).

New things coming

So while a few months ago I posted this on Fb:

So you want a funny weekend…

1) sudo apt-get install ruby-rvm
2) sudo rvm install 1.9.3-p0
3) sudo rvm use 1.9.3-p0 —default
4) sudo gem install rails
5) LOTS OF FUN

I am now going into this:

sudo apt-get install pip

sudo pip install virtualenv

virtualenv ~/my_env

sudo ~/my_env/bin/pip install Django

I hope to get better and better!