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 Common Joe on Wednesday April 02 2014, @07:46PM
It could very well be the randomizer being broken. I used the C# randomizer recently and thought Man, this is crap. Curious, I had it output random integers between 1 and 10 in a loop 3000 times. I stuffed it into Excel and generated a count and made a line chart. I expected to see each integer generated about 300 times. The result was anything but that. Loops that involved tens of thousands of randomly generated numbers got more level line charts, but I think it can be inferred that it still may not be representative of making good random numbers. I'm not sure what Soylent News or the other site is using to generate random numbers. Might be worth setting up a check to see how good it is.
(Score: 1) by Yog-Yogguth on Thursday April 03 2014, @09:17AM
Random numbers and series don't really work the way you (and just about everyone initially and maybe even much later or occasionally or possibly even always if a field of study/specialization "says so" because it makes everything easier) think they should. The following example is short and trivial but mathematically 11111111 is as just as random as 11010001 despite the fact that 11111111 is a very easily recognizable pattern and thus fails "randomness tests". It's a common trap in statistics too (it's precisely the same thing) and people wade right into it all the time with their eyes wide open no matter how smart they are :)
Slashdot shouldn't have used randomness (if they did/do, I don't know that), they should use something giving an even distribution when biased according to their preferences (activity levels etc.). Something which in fact is both as non-random and predictable as things get! :D It can of course still be badly broken.
Likewise cryptography doesn't really want randomness nor even entropy but unpredictability/anti-patterns. So yeah words are misused all over the place just as in most (all?) sciences because it's so damned practical to do so as informal shorthand (and then it sticks).
Bite harder Ouroboros, bite! tails.boum.org/ linux USB CD secure desktop IRC *crypt tor (not endorsements (XKeyScore))
(Score: 1) by ChocolateTeacup on Friday April 04 2014, @07:14PM
These sort of gems are the reason I have been, and shall be, a lurker on both sites.
As a social maladroit (more accurate than Aspie), I generally chicken out before clicking Submit.
(Score: 1) by Yog-Yogguth on Friday April 04 2014, @09:16PM
Thank you, that's likely higher praise than I deserve :)
Maladroit would fit me as well and I've become socially awkward enough that I don't even use the friend/foe etc. system because it feels like commitments (oh dear! I don't want to continue that train of thought even if it could be amusing) that I can't live up to, and in addition I'm not only unusually bullheaded but also sometimes unfortunately acerbic and probably talk too much when I first get started ...and at this point in time of "say something about your deficiencies" any people from the "Human Relations department" will usually start to seriously freak out and I get to go home early from the interview lol XD
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:28AM
I consider stock slashcodes moderation system to be fundamentally broken: https://soylentnews.org/~NCommander/journal/35 [soylentnews.org]
The more I've dug into it (and using the raw numbers generated from moderation now), I've actually come to realize theres a far far more fundamental problem involved, plus feedback I've gotten here.
Still always moving