mike's web log

 

Blog Search


(Supports AND)

 

Google Ads

 

Technorati

 

Feed

Subscribe to the RSS feed for this blog.

See this post for info on full versus truncated feeds.

 

Quote

Sometimes, writing code means you've failed. So much of what we do already exists, and in more mature, complete form. The real challenge in modern programming isn't sitting down and writing a ton of code; it's figuring out what existing code or frameworks you should be hooking together.

Jeff Atwood



 

Navigation






<February 2010>
SMTWTFS
31123456
78910111213
14151617181920
21222324252627
28123456
78910111213


 

25 Most-Visited Entries

 

Categories

  RSS
  RSS
  RSS
  RSS
  RSS
  RSS
  RSS
  RSS
  RSS
  RSS
  RSS
  RSS
  RSS
  RSS
  RSS
  RSS
  RSS
  RSS
  RSS
  RSS
  RSS
  RSS
  RSS
 

Blogs I Read

 

Contact

Email me
 

Blog Statistics

Dates
First entry - 6/27/2003
Most recent entry - 2/9/2010

Totals
Posts - 2091
Comments - 2127
Hits - 1,084,686

Averages
Entries/day - 0.86
Comments/entry - 1.02
Hits/day - 449

Update every 30 minutes. Last: 5:06 AM Pacific

 
   |  Comment spam

posted at 10:18 PM | | |

Wow, I got hit pretty hard today with comment spam. Hmm, I might have to implement some protection. Perhaps using Jeff Atwood's CAPTCHA control.

Apparently CAPTCHA is not foolproof -- Casey Chestnut did a proof-of-concept for defeating CAPTCHA and and blogged about it, but his site is unreachable right now. (A person with a paranoid mindset might conclude that Casey's controversial post has something to do with the unavailability of his site.) But anyway, few comment spammers probably want to go to that much trouble when there are so many other, easier targets. At least, I think.

This blog entry from David Weinberger has an interesting comment thread where people suggest various alternatives. An approach that seems interesting is to pose a question that would be easy for humans to answer ("What is 1 + 3?", perhaps using randomly selected digits), but which a machine could not guess from scraping the comment-entry page. Maybe I'll play with that in my "spare" time.

[categories]