Skydiving video - Suren Weekly

the usual dose of fun ;)

[vimeo clip_id="29677555" width="500" height="380"]

Export Mysql result as CSV

Don't ask me how the sed magic works, but it does. Taken from here.

Running this: mysql -u<USER> -p<PASSWORD> <DATABASE> -B -e "select * from videos_video;" | sed 's/\t/","/g;s/^/"/;s/$/"/;s/\n//g' will produce something like this:...

New blog layout

It was bound to happen; I get easily bored with website layouts and i saw that cluttered old design going away for some time now.

This new theme, a much more clean version, is an adaptation of Fiver, by Stinkyinkshop. I think it works really well,...

Nice tweaks for OSX

I think most of them work on both Snow Leopard and Lion. Not sure about previous versions. Just type the ones you want to activate/deactivate on the command line and have fun. # Enable full keyboard access for all controls (e.g. enable Tab in modal...