TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Automatic content moderation using validates_text_content

7 pointsby aarongoughabout 15 years ago

4 comments

erikabout 15 years ago
I could see this causing problems on technical discussion sites as it might consider a block of C code a bad comment. Sometimes there are legitimate reasons to post something non-english, like a blob of numbers or some ascii (or unicode) art.<p>Slashdot has some filters like this on their comment system, but I think they are mostly targeted at blocking ascii art spam.
评论 #1265189 未加载
petervandijckabout 15 years ago
So you create a barrier by rejecting "bad" comments versus creating a barrier by using signup/captchas etc.<p>I'm not really buying it. The problem in communities isn't really bad writing or quick comments, it's usually trolls who will circumvent something like this quite easily.
评论 #1265272 未加载
aarongoughabout 15 years ago
Before someone else says it: I know I should migrate to using Git, I just haven't found the motivation yet! I will try to migrate in the next few months though.
评论 #1266293 未加载
pierrefarabout 15 years ago
Interesting. Might try to port it to PHP.
评论 #1265192 未加载