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.

Lumifer comments on Voiceofra is banned - Less Wrong Discussion

21 Post author: NancyLebovitz 23 December 2015 06:29PM

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

Comments (222)

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

Comment author: Lumifer 23 December 2015 08:39:56PM 4 points [-]

The Stack Overflow script basically looks like a rate limiter. If we don't want to bother with reversing votes, we can just put the rate limiter upfront, similar to how many login programs would start to throw in delays and time limits for repeated bad-login attempts. Something along the lines of "You are allowed 8 votes within one minute, 32 votes within one hour, 64 votes within 24 hours, and 128 votes within a week". These numbers are arbitrary, of course, and the real limits should come out of the statistical analysis of actual voting patterns.

Comment author: Vaniver 23 December 2015 09:04:22PM 4 points [-]

SO also has direct rate limiting (40 votes a day). I do think that it makes sense to have a separate rate limit for user-user links; maybe I can vote 100 times a day and have it be normal, but voting even 10 times a day on a particular user might means something funny is going on.

Comment author: Lumifer 23 December 2015 09:09:39PM 1 point [-]

Yes, it would be reasonable to have separate per-user/user link limits. Though the limits could be a function of the number of comments that user made recently -- if someone gets into a manic mode and posts dozens of trash comments in a few hours...

Comment author: Vaniver 23 December 2015 09:27:44PM 2 points [-]

Right now, users with sufficiently high karma have access to the vote buttons on the userpages of users with sufficiently low upvote percentage, as far as I can tell to enable this sort of downvoting. It seems likely that exemptions could be baked it to these rate limits just as easily.