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.

Ask HN: Do I need content moderation on day 1 for a Reddit type site?

2 pointsby hypnoscriptoalmost 4 years ago
What's your experience with illegal content on a link sharing site you've made? In your experience is it something to worry about hiring someone for before 100, 1000, 10000 users? Just had a simple idea I wanted to throw together, but realized this may be an issue even with a hobby site.

4 comments

muzanialmost 4 years ago
I&#x27;ve done multiple projects. I find that the pornography and spam comes in at the 1000 user line.<p>You don&#x27;t need active moderation up to around 10000 users, but you should have code that handles blocking by Day 1.<p>There&#x27;s a discord game out there where someone tries to put in random strings in a link sharing site and see who gets to interesting content the fastest. I&#x27;d say the NSFW content is is 1 in a hundred, but this is anectodal data. Actual illegal content would probably have been taken down earlier, but enough of it slips through things like MEGA that the FBI probably won&#x27;t hunt you down for it.
评论 #27431883 未加载
评论 #27433161 未加载
rawtxappalmost 4 years ago
Those kind of sites have the notorious chicken and egg problem and are pretty hard to grow. So just a simple manual moderation a few times a day should be good enough, Google won&#x27;t index you very quickly anyways.
codingclawsalmost 4 years ago
I recently launched a Reddit clone and I&#x27;d say about 10% of sign-ups are from troublemakers. However, I haven&#x27;t told many people about the site, it&#x27;s text only, and it uses an uncommon moderation system (whitelists). Here is the project if you are curious:<p><a href="https:&#x2F;&#x2F;www.peachesnstink.com" rel="nofollow">https:&#x2F;&#x2F;www.peachesnstink.com</a>
pasttense01almost 4 years ago
In the early days you can do the content moderation yourself, just like you will probably do almost everything else.