Okänt, 6a+

Posted: August 31st, 2008 | Author: Joakim Andersson | Filed under: ascents | No Comments »

Okänt, 6a+, onsight, Uringe.

The start was overhanging and quite hard but when you got past that it was easy but nice climbing to the top.


Filuren, 6c

Posted: August 31st, 2008 | Author: Joakim Andersson | Filed under: ascents | No Comments »

Filuren, 6c, onsight, Uringe.

I continued with my second 6c onsight after the lunch break. This route wasn’t as nice and quite uneven.


Det lilla äventyret, 6c

Posted: August 31st, 2008 | Author: Joakim Andersson | Filed under: ascents | No Comments »

Det lilla äventyret, 6c, onsight, Uringe.

My first 6c onsight! And a nice fun line too!


Sicksack, 5c

Posted: August 31st, 2008 | Author: Joakim Andersson | Filed under: ascents | No Comments »

Sicksack, 5c, onsight, Uringe.


Related news

Posted: August 30th, 2008 | Author: Joakim Andersson | Filed under: xinews | Tags: | No Comments »

Xinews, the ultimate daily news site, now automatically identifies related news items and groups them together. No longer will you have to read the same story from multiple sources.

For the technically interested it does the identification by calculating the normalized Levenshtein distance between the titles of the news items.


Why you don’t want any VC money for your iPhone startup

Posted: August 29th, 2008 | Author: Joakim Andersson | Filed under: asides | No Comments »

tap tap tap ~ Fuck the VCs.


Top 10 Things That Annoy Programmers

Posted: August 29th, 2008 | Author: Joakim Andersson | Filed under: asides | No Comments »

Top 10 Things That Annoy Programmers.


How to use git plugins in your subversion rails project

Posted: August 28th, 2008 | Author: Joakim Andersson | Filed under: rails | Tags: | No Comments »

If you like me still use subversion for your own rails projects but you want to use all the latest and coolest rails plugins that are hosted in a git repository you need to do as follows.

Start with installing git. If you use OS X you can download an installer here.

After you’ve done that use the following line to clone the remote git repository in your local vendor/plugins directory.

git clone --depth 1 git://github.com/fauna/has_many_polymorphs.git vendor/plugins/has_many_polymorphs

Change the address to the git repository and the name of the directory under vendor/plugins to fit your needs. In the above example I got the has_many_polymorphs plugin from github.

The checked out directory can then be added to your subversion repository like all other files. If you later want to update the plugin all you have to do is enter the directory and execute.

git pull

This ‘Using Git like svn:externals’ article helped me figure this out.


Facebook game Mob Wars making $22,000 a day » VentureBeat

Posted: August 27th, 2008 | Author: Joakim Andersson | Filed under: asides | No Comments »

Developer Analytics: Facebook game Mob Wars making $22,000 a day » VentureBeat.


Learn to Swim Effortlessly in 10 Days

Posted: August 27th, 2008 | Author: Joakim Andersson | Filed under: asides | No Comments »

Total Immersion: How I Learned to Swim Effortlessly in 10 Days and You Can Too – The Blog of Author Tim Ferriss.