Blog Posts

Finally migrated to jekyll

I’ve finally jumped the bandwagon and migrated my blog to jekyll, takes a little to get used to, but I can’t say I regret it.

Read More

Eeepc 1000he 10.6.4 update

If your backlight has an issue after waking up from sleep you probably need to add the following to your dsdt file:

Read More

Protonet webOS socket example

I’ve just written a sample application for creating sockets in webOS applications. You can read the full blog post about it on the protonet homepage

Read More

ctags with objective-c and css support

The default ex-ctags package does not support css or obj-c tags.

Read More

3G-Modding your eee 1000he hackintosh

As some of you may know I’ve been using snow leopard on my eee 1000he for quite a while(You can still get the modded DSDT I use on my system from my github page)

Read More

rabbitmq erlang crash

So, we’ve been at the reboot:http://reboot.dk for a while now and it’s been a fun time until I decided to rename one of the nodes.

Read More

awesome with gentoo-prefix

I just updated a whole bunch of ebuilds for gentoo-prefix you can find the overlay here.

Just clone it and put it somewhere in your $EPREFIX/usr/local/portage then add that folder to your make.conf

Read More

gentoo osx

Update: I also forgot to run the emerge -u world after the bootstrap. So you might want to do that yourself.

Read More

open urxvt here and open in vim applescript

Update: noticed a little bug in the script, the right way to do it should be this:

Read More

cutehg in OSX

UPDATE: murky native osx mercurial client is out

sed -i '' -e 's/port:tk//' /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/python26/Portfile

sudo port install python26
sudo port install py26-sip

Pyqt4 seemed to have problems with qt4.5 so I installed it with the QT available from the Trolltech website.

Read More