On ruby-talk, there recently was a thread about the nicest programs for Ruby signatures. I proposed femtoblog, a tiny CGI blog in only 127 bytes:
puts"Content-type: text/html\n\n<h1>Blog",Dir["*.entry"].sort_by{
|f|-File.mtime(f).to_i}[0,9].map{|f|"<h2>#{IO.read f}<hr>"}
Of course, that code shouldn’t be taken too seriously… heck, I need to get Nukumi2 out.
NP: Die Roten Rosen—Ihr Kinderlein Kommet