Wednesday, November 13, 2013

Running Technique Videos

Just stumbled upon the series of videos yesterday.
I could not find the part one,  but the rest is quite interesting. 
I never had the a proper coaching for running and it looks like there are lots of things that I can improve.

Running Technique Video - Part 2

Running Technique Video - Part 3

Running Technique Video - Part 4

Running Technique Video - Part 5

Enjoy!

Monday, September 30, 2013

Switching between Xcodes

Just wanted to "bookmark" the command that I had to go back to a couple of times in order to switch between instances of Xcode:
sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer

Sunday, September 08, 2013

Connecting Ubuntu to AirPort Time Capsule

Here is what worked for me:
sudo mount -t cifs -o user=root,password=[your password],rw,hard,nosetuids,noperm,sec=ntlm //192.168.x.x/Data ~/capsule

Make sure you put the correct password and the time capsule ip address in there.


Wednesday, February 06, 2013

Seems like there is a bug in ADT 20.0.1

I had to compile one of the old Android projects today, from the times when I still was using SVN (please never use it, Git is your friend), and was getting some weird crashes in the Android Tools.
The only solution at the moment is to upgrade to ADT 20.1 rc:
http://tools.android.com/preview-channel

Enjoy!