Archive for August 13th, 2008

Yeah, I know!

This is what I want to say in advance to everyone who wants to let me know that Iceland won against Germany in some handball match - presumably at the Olympic Games. What the heck do I know. I am not even interested in handball, but almost a dozen Icelandic colleagues had to tell me. My oh my …

Congratulations! (again)

And those who understand C99 can take this instead:

#include <stdio.h>
void main()
{
  FILE* brain = NULL;
  while(!brain) brain = fopen("/dev/brain", "a+");
  while(1) { fprintf(brain, "Congratulations!\n"); }
  // No need to close that brain :mrgreen:
}

Hope that helps :mrgreen: … the latter one should at least keep them busy, so to speak. I would have written it in Fjölnir, but in that case I would have risked the sanity of the compiler and readers of my blog :lol:

// Oliver