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.

Kaj_Sotala 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: Kaj_Sotala 03 July 2014 02:17:58PM 15 points [-]

Ah, I see. That's a reasonable request, I'll ask if there's anything that can be done about it.

Comment author: ialdabaoth 03 July 2014 09:13:23PM *  7 points [-]

Places to start looking:

I don't know how extensively this site's source code has been modified from the reddit default, but in r2/models/vote.py we have:

class VotesByAccount(tdb_cassandra.DenormalizedRelation)

class LinkVotesByAccount(VotesByAccount)

class CommentVotesByAccount(VotesByAccount)

Python isn't currently in my active language cache, so I'm a little rusty dragging through all the dependencies; I'll try to spend this weekend getting up to speed with Python and see if I can help sort out a generic "wipe out a user's full voting history" script that can be safely run.