RSS item subscriptions
MJR: A Schemer's GazetteNew releases of Scheme software that interests me.
Stuttering through comment spam- October 16, 2007 I get too much spam and some of it isn't obvious from the subject line, particularly if it's a blog comment, so I use the following script to read the suspicious emails and pause at the bottom of each mail. It takes two optional parameters, explained in the comments below. Please comment on any obvious improvements to this quick hack. !usrbinmzscheme -qr (let ((c (or (and (> (vector-length argv) 0) (string->number (vector-ref argv 0))) 1)) ; first arg is.http://mjr.towers.org.uk/blog/2007/blogtools#stuttercomments |