Ask YC: How come spammers are not attacking YC News?
I run a niche social news site in the part-time, and it has a very small community. It's growing slowly, but I'm fine with it. What I'm worried about is - how to control spammers by not submitting irrelevant stories on my site.
Adding CAPTCHA is one option, but then I was wondering, YC News also doesn't have any CAPTCHA protection. Then how come spammers don't submit advertisement based non-relevant news to YC News?
Does YC News algorithm detects such kind of links? Or is there any manual intervention? Or it's just that the community is so good that nobody attacks it.
In anyway, your input about how can tackle this situation will be very helpful. Currently I manually go and delete all those irrelevant submissions (Daily there are atleast 5-10 such submissions.)
-Aditya
20 comments
[ 0.21 ms ] story [ 46.9 ms ] threadBTW, when you say "aggressive about killing spams", you mean killing manually, right?
As for suggestions...
1. Obviously CAPTCHA. It just makes sense 2. I find keyword blocking very effective. So, for example, if I was running Hacker News I'd block any news item containing the word Viagra that was submitted by a user that is under a certain feedback level (like, no feedback, for example). With one caveat which is to give them a way to manually verify it (say an e-mail sent to them that allows them to verify they are an actual person and have the item approved) 3. Use E-Mail Spam Block Lists. Lists like SBL, CBL and XBL give IP addresses that generate massive amounts of spam. Many of those same IP addresses generate web spam. 4. I've never been a fan of this paticular method because I think it's discriminatory to an extent I'm uncomfortable with but many places have special requirements for countries that are famous for spam generation (Russia, China, etc...) Like making users from those IPs jump through special registration hoops.
Hope it Helps!
I use this on my mail server and with 200 users I've yet to ever get a false positive.
As a sighted person, I've even run across captchas that were impossible to decipher, both from some third party solution and from something like recaptcha, the latter which bothers me to no end because sometimes both words are ambiguous.
Whether or not they make sense depends on your audience and your site and your implementation of it.
It's worth noting that since late 2007, a significant portion of comment spam is human powered. CAPTCHA style bot filtering doesn't work against it, since it's not bots doing the posting. Bayesian filtering and good moderation tools are essential these days.
You could rely on the users to moderate, but then you get-inconsistent moderation with no one accountable for false positives.
That's both why it works even if you want to discuss viagra and how you can tell if you are getting too many false positives.