Tag Archives: Code

Kings of Code, a Bunny and a Drivers license

It’s been a while since I posted on my blog and there have been some interesting happenings in my life.
First, last week I finally passed my drivers examn. Almost 12 years later then anyone else, but still sooner then some other people :). To actually get a drivers license in The Netherlands now you first [...]

Playing games

I like playing games, from board games to computer games to logic puzzles. However, the type of puzzles that intrigue me most are the logic puzzles that really need a computer to be solved (or perhaps I am too lazy to think them through all the way and a computer is a really useful tool [...]

Anything, anything!

A very usefull ‘feature’ of some languages is the ability to store values of different types in the same variable. Although this is generally a ‘bad idea’, since it makes it impossible to check for assignment errors during compile-time.
However, there are cases where it is very usefull; for instance, lets say that you are writing [...]