Slashdot, a user-generated news, analysis, peer question and professional insight community. Tech professionals moderate the site which averages more than 5,300 comments daily and 3.7 million unique visitors each month.
As I said before, we don't have a really good idea on the number of unique IPIDs visiting the site, but we do have solid numbers for our daily comment counts. Here's the graph as generated by slashcode for a biweekly period:
(due to a quirk in slashcode, the graphs don't update until 48 hours later; our comment count for 04/01 was 712 comments total).
Taking in account averages, we're roughly getting a little less than 10% of Slashdot's comment counts, with a considerably smaller user base. As I said, the OkCupid story made me take notice. Here's the comment counts at various scores between the two sites
| SoylentNews | Slashdot.org | --------------------------------------- Score -1 | 130 | 1017 | Score 0 | 130 | 1005 | Score 1 | 109 | 696 | Score 2 | 74 | 586 | Score 3 | 12 | 96 | Score 4 | 4 | 64 | Score 5 | 1 | 46 | ---------------------------------------Furthermore, I took a look at UIDs on the other site, the vast majority of comments came from 6/7 digit UID posters. Looking at CmdrTaco's Retirement Post as well as posts detailing the history of the other site most of the low UIDs are still around, and are simply in perma-lurk mode.
(Score: 2) by moondrake on Thursday April 03 2014, @08:51AM
This is interesting. Suddenly I feel modding is more like peer review in science than I previously realized.
One solutions some journals applied is that you do double-blind reviews. I think it would be pretty interesting to hide user IDs when you got mod points. Probably wont work well in practice though (view the site without logging in to see who posted what)
(Score: 1) by Yog-Yogguth on Thursday April 03 2014, @09:22AM
Along those lines when this site grows big enough and with liberal supplies of mod points it would be interesting if each moderation would require an identical moderation to take effect, i.e. each mod point would in effect be half a mod point.
Maybe the server overhead wouldn't be worth it but it would be interesting to see how it worked out :)
Bite harder Ouroboros, bite! tails.boum.org/ linux USB CD secure desktop IRC *crypt tor (not endorsements (XKeyScore))
(Score: 2) by NCommander on Saturday April 05 2014, @11:24AM
This is actually trivial to implement in practice; scores and modscores are stored as floats in the backend; its just everything is set that X moderation costs 1 point, and every mod raises (or lowers) a score by one point. It *is* used in the current karma system (every moderation nudges karma 0.5 in either direction)
Still always moving