NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Captcha's don't work. (Score:2)
Anyway, that's not what I wanted to comment on. What I did want to say, is that another link found on Reddit, a "movie", clearly showed that with tools currently in use by comment spammers, captchas are easily bypassed, completely automatically. A test shows [untwistedvortex.com] a submit of the same post on 400 different forums in about 10 minutes time.
What about those with Visual Disabilities? (Score:1)
Still, an interesting idea. I think ultimately the solution may be for everyone to roll their own solution with modified software, such that there is no one technique that spammers can break.
Re: (Score:2)
Instead of making the form field invisible, create a div that's invisible via CSS, with text and the form field. The text then noting that the field is for spam prevention and is not to be filled in. That way anyone using a screen reader or not CSS enabled, can understand why the field is there.
Another idea - Hashcash (Score:1)
DVD John's blog [nanocrew.net] uses WP-Hashcash [elliottback.com] which is another interesting idea adapted from email spam ideas. I don't know how it degrades for those who don't have Javascript, though.
Basically, submitting a comment requires your browser to devote a certain number of processor cycles to calculating something that is quickly verifiable by the server [hashcash.org].