Oct 3
A few days ago I finally updated the aphorisms from which you can read one each time when loading this site (look at the Fortune-Box on the right side). I still continue gathering funny and/or meaningful quotes, aphorisms, sayings and small extracts of long texts. So if you know some, please feel free to send them to me. This is also a good reason to use the new contact formular accessible via the link on the top of this page ;-).

Posted by Andreas Lenz

Mar 15
Nachdem ich Clifford Stolls Kuckucksei als recht gut und spannend geschrieben beurteilt ins Regal gestellt hatte, dachte ich, dass ich seine Kritik an der schönen neuen Online-Welt auch lesen sollte, zumal ich vielen Dingen daraus ebenfalls durchaus kritisch gegenüber stehe. Ein Kapitel daraus hätte allerdings durchaus gereicht.
Random rand = new Random();
for (Iterator chapterIter = book.iterator();
        chapterIter.hasNext(); ) {
  Chapter actChapter = (Chapter) chapterIter.next();
  actChapter.fillWithContent(rand,
        "Netze sind Scheiße");
  actChapter.fillWithContent(rand,
        "Ohne Internet geht alles schneller.");
  actChapter.fillWithContent(rand,
        "Ohne Internet sind wir alle kreativer.");
}

Posted by Andreas Lenz