Hello
General
Toys
Other
Blog Archives
Super Links
Copyleft

Unless otherwise stated, all original content on this site is licensed under your choice of the GNU FDL or the Creative Commons ShareAlike License.

GNU FDL Creative Commons License

Validate

Hopefully, this website is valid. You can check the XHTML, the CSS, and the RSS.

Valid XHTML 1.0 Strict Valid CSS Valid RSS

Stats

Factum Non Fabula

Ladies and gentleman of the unix persuasion: I present for your enjoyment factumnonfabula, the Mikko Jack dynamic quote generator. Suitable for cut and paste into a terminal.

#!/bin/bash

lynx -dump http://koti.welho.com/mjack1/ | tr "\n" ' ' | \
    perl -nle 's/\s+/ /g; s/References.*?$//; s/\[.*?\]//g; 
               s/[\*_]//g; s/\s+/ /g; @s = /[\.\?!]\s+(.*?[\.\?!])/g;
               print $s[int(rand(scalar @s))]' | \
    fold -s; echo '  -- Mikko Jack'