Posts about good news
Update server not available (error- 12) on OSX

Here's the definitive fix for this annoying-as-hell problem:

1. Run the following on the command line: sudo...

Pedro Salgado - World champion of the Parkour Speed Contest 2011

It's too bad most people in Portugal only pay attention to football, because then they miss a lot of other spectacular people that make our country known in the world.

Thanks Pedro!

SecuritySpy Control

Yesterday i made my first attempt at selling an Android application on the Play Store. Knowing both the Apple Store and the Play Store, i can't help thinking that the latter was a much more pleasant experience than Apple's. Maybe because of the...

How to get the "watch" command line tool on OSX

1. Download it. curl -O http://sveinbjorn.org/files/software/watch-0.3-macosx.zip 2. Unzip and move into folder.

2. Make file executable. chmod +x watch 3. Move it to somewhere in $PATH. sudo mv watch /usr/local/bin/ 4. Done.