Error comments on [moderator action] Eugine_Nier is now banned for mass downvote harassment - Less Wrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (366)
I'm hoping that the fact that your total karma restricts the amount of downvoting that you can do would limit the usefulness of socks for this purpose. Of course there are ways to get around that, but it's an inconvenience for the downvoters. If there looks to be a problem anyway, we'll try to figure something out.
Would need to figure out one first. Many of the proposals I've seen so far require code changes.
jackk mentioned the possibility of reversing Eugine's votes by running a script to upvote the comments that he had downvoted. We can do that if the people who were targeted have an interest in it.
Villiam's solution is better, I think. The system certainly keeps track of who downvoted what and allows reversions, because I can see and revert my own up or downvotes.
Further improvement: Remove only downvotes against users he specifically targeted. Whatever remains is probably still a valid signal. That might be a more complex script, though.
Find all sets of Eugine's votes on comments by particular users, filter out any sets such that there are less than ten votes within that set or the ratio of upvotes to downvotes is greater than, say, 0.2, and reverse any downvotes in the remaining sets? That sounds like it should be compactly doable with SQL, although I don't know a thing about the LW database.
That's why I hedged a bit. I know SQL is capable of doing such a thing, but I don't know anything about the LW database either.