Archive for June, 2008

Grace alone

Posted on June 26th, 2008 in Religion | No Comments »

Did someone ever want to give you something of a very very great value? Then you know how hard it can be to just accept it. It is nearly impossible to take it, and if you take it, you nearly drop it.

Read the rest of this entry »

Tweakers.net l33tsp34k

Posted on June 20th, 2008 in Personal | No Comments »

This is really fun. I just found a website where you can translate a website into l33tsp34k. I just dit it for tweakers.net, a Dutch technology website. See the pic…

Tweakers.net leetspeak

And for the people who want to try another website, here is the link to this one: http://l33t.0pointer.de/?skill=5&url=http%3A%2F%2Ftweakers.net. Have fun.

PHP subversion post-commit hook

Posted on June 11th, 2008 in Work | 5 Comments »

Some time ago I’ve written a post-commit hook for Subversion in PHP, to make it easier to track code changes via email.

Because I based it on another hook, written in Ruby. Because it had no license attached to it, and because I had to rewrite it myself, I decided to license it under the new BSD license.

You can find the hook here: commit-email-color.phps.

Enjoy it!

Update 2008-06-13: added an option to disable colorcode the diffs.
Update 2009-06-17: fixed a bug: now displays the full commit message instead of just the first line.