Posts from September 2011
over 1 year ago
Swatch to sell touchscreen watches

over 1 year ago
Skydiving video - Suren Weekly

the usual dose of fun ;)

over 1 year ago
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'

over 1 year ago
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, wouldn't you say? :)

over 1 year ago
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 dialogs)

over 1 year ago
Browser and visitor statistics

Was just now looking at google analytics for my blog and got some surprises, especially when it comes to the browser people use to access it. Seems that Chrome is leading and Internet Explorer is dead. Long live Internet Explorer :D

[caption id=“attachment_1427” align=“alignnone” width=“300” caption=“Browser usage”][/caption]

over 1 year ago
Enable/disable spotlight in OSX

This is just a self reminder on how to disable and enable spotlight in Snow Leopard and Lion. Open a terminal and type:

To enable:

sudo mdutil -a -i on