You're looking at Less Wrong's discussion board. This includes all posts, including those that haven't been promoted to the front page yet. For more information, see About Less Wrong.

ialdabaoth comments on [moderator action] Eugine_Nier is now banned for mass downvote harassment - Less Wrong Discussion

107 Post author: Kaj_Sotala 03 July 2014 12:04PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (366)

You are viewing a single comment's thread. Show more comments above.

Comment author: ialdabaoth 03 July 2014 03:14:28PM 3 points [-]

True, but in my experience, Eugine's primary karma engine was karma-mining the Rationalist Quotes page; someone could simply commit to ONLY posting there, and build a pretty substantial resource pool rather quickly.

Comment author: gwern 03 July 2014 04:39:32PM 27 points [-]

Eugine's primary karma engine was karma-mining the Rationalist Quotes page

Nah. The quotes make up <1/5th of his top-ranked comments, and you can see for yourself: load http://www.ibiblio.org/weidai/lesswrong_user.php?u=Eugine_Nier , wait for it to fetch all his comments, "sort by: points", "hide parents", copy-paste down to, say, his comments with +9 karma, and then look at the composition:

$ xclip -o | fgrep -e 'In response to' | fgrep -i -e 'quote' | wc --lines
20
$ xclip -o | fgrep -e 'In response to' | wc --lines
108

Of his comments ranked >= 9 points, 20/108 or <1/5 were on rationality quote pages. I suppose he could be getting much more karma from masses of lower-ranked comments on quotes pages, but that seems a bit unlikely and more work than I want to do at the moment.

Comment author: 9eB1 03 July 2014 06:54:29PM 12 points [-]

Even a casual inspection of his comments page will reveal that he posted a lot in threads other than quote threads, that his comments were of reasonably good quality, and that they were frequently upvoted (and occasionally downvoted). I don't think there could be any system that would have stopped him from mass downvoting people by manipulating what counts for karma, as he was basically a contributing member of comment society.

Comment author: gwern 03 July 2014 07:13:21PM 8 points [-]

He did have a lot of good comments, but he also had a lot of very negative comments. Hypothetically a system could look for people with a very wide range of scores and flag them for deeper inspection.

Comment author: ialdabaoth 03 July 2014 04:53:29PM 21 points [-]

gwern: Testing our hypotheses since 2009.

Thanks for the info; I was not expecting the data to show that. It does indicate that the problem will be smaller than I feared.

Comment author: Viliam_Bur 03 July 2014 04:20:46PM *  8 points [-]

Now rewrite what you said as an SQL query...

:D

The serious answer is that the people who were downvoted noticed that they were downvoted. That was the whole point. At that moment, they should contact a moderator and report a suspicion. And we should make this visible somehow...

Anyway, the main damage was from knowing that someone mass-downvotes you anonymously, and you don't know who, and you can't defend. (And that it keeps happening to multiple people, for months.) This shouldn't happen again, because it would be easier to fix the next time.

Comment author: ialdabaoth 03 July 2014 04:25:53PM *  2 points [-]

Now rewrite what you said as an SQL query...

Using reddit's database schema? Challenge accepted. I'm at work right now (writing SQL queries for my college, in fact), but I'll gladly contribute something useful when I get home.

EDIT: This is a lot more difficult than anticipated. :( I'm going to have to do some serious research before I can produce something useful, given reddit's flat kvp schema.