October 19, 2005
Comments
Just a quick post to reply to the comments I’ve had on some previous posts.
On Missing entropy on my server box, I received lots of comments on how to feed random other stuff into the entropy pool or make it bigger or other hacks, but Alexander Reelsen pointed me to the real cause — a kernel bug in older 2.4 kernels which causes the entropy pool to deadlock on SMP systems, and never get refilled. There is a patch from RedHat which backports the fix from 2.6, and is included in recent 2.4 kernels.
On the topic of kernels, now I’ve upgraded from 2.4.29-rc1 to 2.4.32-rc1 I get lots of errors like hw tcp v4 csum failed
in my syslog. I’m using the e100 driver which as far as I can see hasn’t changed between versions, but there have been some changes to TCP checksumming code which I havn’t quite been able to grok. Google finds mailing list posts with other people asking what the cause is, but nobody answering. Anyone know what’s going on there?
On Windows accessibility, many people seem to not listened to the first couple of minutes of the tasteless song I linked to, and hence taken my comment completely seriously. Thanks to everyone who told me about sticky keys etc in comments, but I did already know about the existence of Windows accessibility support (warning: mjg59 in furious anger mode). 😀
On the topic of blog comments, how do I cut down on the comment spam I have to moderate without requiring people to go through a completely unaccessible captcha image thing, or the annoyance of registering and acknowledging an e-mail? Would prohibiting comments and URIs containing words like ‘mortgage’, ‘casino’ and ‘ringtone’ ever cause false positives?
6 responses to “Comments”
Leave a Reply
Calendar
M | T | W | T | F | S | S |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
Links
Archives
- April 2024
- February 2024
- March 2023
- November 2022
- May 2022
- February 2022
- June 2021
- January 2021
- August 2019
- October 2018
- July 2017
- May 2010
- October 2009
- August 2009
- July 2009
- March 2009
- January 2009
- July 2008
- June 2008
- April 2008
- May 2007
- January 2007
- December 2006
- June 2006
- April 2006
- March 2006
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005
- May 2005
- April 2005
- March 2005
You are not special to spammers: a simple “Type the word Cow in the following box” would be enough to stop them.
Yes, there’s a very good chance that a legitimate comment would contain the word “casino”. Like this one, for instance.
One technique that I’ve seen is to include extra fields that a bot doesn’t know how to fill out (“time zone” maybe), or extra buttons that it doesn’t know how to click. Using JavaScript is good because few bots are smart enough to speak it.
Of course, the specifics are something that you should come up with on your own. If it gets too popular, someone will write a bot for it.
I’ve heard good things about wp-hashcash.
Spam Karma 2 (WP plugin) is easily the best solution I’ve tried. Seems to catch all my spam (close to 100 per day) without any false positives so far. I think I have it on the default settings, even.
Several of us Xfce devs have found that Spam Karma 2 is just about the nicest anti blogspam tool we’ve used
http://unknowngenius.com/blog/wordpress/spam-karma/
It’s pretty clever about picking between spam and ham, using multiple tests and giving messages a spam rating. An additional nicity is the lack of a captcha requirement by default – captcha only gets used in cases where the post is ambiguously spam. Obvious spam just gets dropped, obvious ham never sees the captcha.
Depends on what blog system you use, but I’ve just upgraded mine to WP 1.5 and installed Spam Karma 2 — so far it’s working wonders, no spam gets through, while it’s hard (I tried and failed) to get your comment moderated when typing it in by hand. I don’t know how well it plays with text-mode browsers, though, using JScript payload and captcha for ambigous ones.