Arc Forumnew | comments | leaders | submitlogin
1 point by synasta 4730 days ago | link | parent

Just curious, how is the programming of the forum done so that registration was so simple yet without any of the annoying authentication measures everywhere else there is no spam?


1 point by akkartik 4730 days ago | link

The arc webserver has several anti-spam measures:

a) Anybody can flag a story, and that somehow causes spam to be flagged in automatic fashion.

b) A few users are given moderator privileges and the ability to mark stories dead or users ignored. When a story is marked dead it is visible only to the submitter. When a user is marked ignored all his stories are automatically marked dead.

There are others that are secret to us users.

---

Further reading:

http://ycombinator.com/newsnews.html

http://paulgraham.com/hackernews.html

http://www.joelonsoftware.com/articles/BuildingCommunitieswi...

http://www.codinghorror.com/blog/2011/06/suspension-ban-or-h...

http://shirky.com/writings/group_enemy.html (dense)

-----