Archive for August, 2008

Okänt, 6a+

Sunday, August 31st, 2008

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

Sunday, August 31st, 2008

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

Sunday, August 31st, 2008

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

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

Sicksack, 5c

Sunday, August 31st, 2008

Sicksack, 5c, onsight, Uringe.

Related news

Saturday, August 30th, 2008

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

Friday, August 29th, 2008

tap tap tap ~ Fuck the VCs.

Top 10 Things That Annoy Programmers

Friday, August 29th, 2008

Top 10 Things That Annoy Programmers.

How to use git plugins in your subversion rails project

Thursday, August 28th, 2008

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

Wednesday, August 27th, 2008

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

Learn to Swim Effortlessly in 10 Days

Wednesday, August 27th, 2008

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