| About |

Who am I?

Name:Stefan Middendorf
Mail:sm-alpha-tango-ximido-delta-oscar-tango-delta-echo
PGP Key:sm.asc
PGP Fingerprint:38EE 607B 7A0D 175B EC74 2766 50D2 4A2C 6132 82BB

Where does this site's name come from?

I wrote a random name generator in Java and took the first name I liked the most. You can download it here:  Source   Bytecode
It generates random words that consist of sequences of one consonant followed by one vowel and comes with the following features:

This example shows how I found the name for this site:
> java NameGen 6 10 ".*mido"
simido
jimido
jemido
limido
kumido
qumido
jimido
gemido
vomido
ximido
As you can see in the example is does not check for duplicates - it's just a one-night-hack, but it's fun to run it... ;-)