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.

Voiceofra is banned

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

I've gotten sufficient evidence from support that voiceofra has been doing retributive downvoting. I've banned them without prior notice because I'm not giving them more chances to downvote.

I'm thinking of something like not letting anyone give more than 5 downvotes/week for content which is more than a month old. The numbers and the time period are tentative-- this isn't my ideal rule. This is probably technically possible. However, my impression is that highly specific rules like that are an invitation to gaming the rules.

I would rather just make spiteful down-voting impossible (or maybe make it expensive) rather than trying to find out who's doing it. Admittedly, putting up barriers to downvoting for past comments doesn't solve the problem of people who down-vote everything, but at least people who downvote current material are easier to notice.

Any thoughts about technical solutions to excessive down-voting of past material?

Comments (222)

Comment author: PhilGoetz 28 December 2015 11:08:02PM 2 points [-]

Same technical solution I always offer: An upvote or downvote should add or subtract the number of bits of information conveyed by that vote, conditioned on the identity of the voter and the target.

In the simplest version, this would mean that if person X upvotes or downvotes everything written by person Y, those votes count for nothing. If X upvotes half of every comment by person Y, and never downvotes anything by Y, those votes count for nothing (if we assume X missed the comments he didn't vote on), or up to 1 bit (if we assume X saw all the other comments).

Better would be to use a model that blended X's voting pattern overall with X's voting on Y's posts and comments.

Comment author: RichardKennaway 06 January 2016 12:38:50PM *  1 point [-]

I'm not sure what the exact mathematical proposal here is, but I shall guess the following rule: If X has voted positively on Y p times out of n votes so far, if X's next vote is an upvote it will confer a karma score of -log((p+1)/(n+2)), and if it is a downvote, log((n-p+1)/(n+2)). X voting positively on each of Y's n posts will give a total karma of log(n+1), negatively on everything gives -log(n+1). Logs are base 2. Votes never count for nothing, because X's votes on Y so far are only a sample from which we cannot conclude that X will vote with certainty either way.

This actually rates newbies' votes above everyone else's in importance: X's first vote on Y is always worth the maximum possible, +/- 1.

The general principle of the proposal is that to the extent that you can predict an opinion, you are less incrementally informed by finding out what it is, which as a matter of information theory is true. How far might one take this? For example, it suggests ignoring anyone's political views once one has identified them. SJWs and NRXs alike would be the first to be tuned out. If they want to be paid attention to they would have to find ways of saying new things, although (since they Have Views that determine all their views on individual things) this is likely to converge on finding new ways to say old things, i.e. writing clickbait. On the reader's side, one should primarily read people one knows nothing about, at least until one has "solved" them and can predict all their further output well enough to get diminishing returns. Personal relationships likewise: they can't last if they're based on novelty. Once you have solved a potential partner, then you can decide whether you want to continue to spend time with them for what they are, rather than what they may be. This is the purpose of the rituals of dating and courtship.

I'm not expressing an opinion for or against this, just following the idea.

ETA: Some mathematical simulation shows that if half of X's votes on Y are positive, the total karma resulting from those votes by the above rule depends sensitively on the order in which they are made. For example, 20 positive votes out of forty can easily give a total karma of anywhere from about -11 to +11. If all upvotes precede all downvotes, the total is -33.6; if the reverse, +33.6. Also, after a long string of positive votes, a single negative vote cancels out most of the karma, and vice versa. The rule I proposed seems too sensitive to properties of the vote sequence that one might not wish it to be.

Comment author: PhilGoetz 26 February 2016 07:32:08AM *  0 points [-]

I didn't think of that, but do you think karma shouldn't depend on the order in which votes are made? Shouldn't a person who gets 20 downvotes followed by 20 upvotes have higher karma at the end than a person who had 20 upvotes followed by 20 downvotes? The first indicates improvement; the second indicates getting less interesting over time.

I am confused by how you're doing the computation, though. If half of X's votes on Y are positive and half are negative, I would expect to compute X's total contribution to Y as zero. I wouldn't keep a running sum of X's contribution to Y's karma on each thing Y has said. We can also go back and recompute the contribution to previous comments as X makes more comments. But I'd probably rather have an adaptive algorithm so that the score on individual comments reflects the situation at the moment the rating was made.

Even if we did it that way, though, this sensitivity is not a real problem. Nearly every adaptive algorithm or learning algorithm has that kind of sensitivity. It never matters in practice when there's enough data. Text compression algorithms don't have drastically different compression ratios if you swap text input blocks around.

Comment author: RichardKennaway 06 January 2016 10:32:19AM 1 point [-]

So if someone pops up that everyone thinks posts utter dreck and votes accordingly, those votes would count for nothing?

Comment author: PhilGoetz 26 February 2016 07:40:42AM 0 points [-]

What are the odds that every person on LessWrong will see and vote on every comment made by this one person? This is not a real scenario. If you're worried about it, though, "a model that blended X's voting pattern overall with X's voting on Y's posts and comments" will solve that problem.

Comment author: gjm 06 January 2016 01:48:13PM 0 points [-]

(Note: my earlier comment was nonsense, based on a misreading of what Richard wrote.)

That does seem to be what Phil says, but in the the scheme I have in my head after reading Phil's proposal, things go a little differently. For the avoidance of doubt, I am claiming neither that Phil would want this nor that it's the right thing to do.

  • Suppose A votes on something B wrote. They have some history: A has voted +1, 0, -1 on u,v,w of B's things in the past. Here u+v+w is the total number of things B's ever written.
    • I think we probably want to ignore the ones A hasn't voted on. So we care only about u and w.
  • What should our prediction be? One simple answer: we assign probabilities proportional to u+1,w+1 to votes +1,-1 on A's next vote. (This is basically Laplace's rule of succession, or equivalently it's what we get if we suppose A's votes are independently random with unknown fixed probabilities and start with a flat prior on those probabilities.)
    • We might actually want to start with a different prior on the probabilities, which would mean offsetting u and w by different amounts.
  • Now along comes A's vote, which is (let's call it) a, which is either +1 or -1. The score it produces is - a log(Pr(A votes a | history)); that is, - log (u+1)/(u+w+2) if A votes +1, and + log (w+1)/(u+w+2) if A votes -1. This is added to the score for whatever it is B wrote, and to B's overall total score.

With this scheme, an upvote always has positive effect and a downvote always has negative effect, but as you make the same vote over and over again it is less and less effective. For instance, suppose A upvotes everything B posts. Then A's first upvote counts for -log(1/2); the next for -log(2/3); the next for -log(3/4); etc. The total effect of n upvotes (and nothing else) is to contribute log n to B's score.

There are some things about this that feel a little unsatisfactory. I will mention three. First: although "vote counts for plus or minus number of bits of information conveyed" sounds pretty good, on reflection it feels not-quite-right. The situation is a bit like that of estimating the heads-probability of a biased coin, in which case what you do on each new result is almost to adjust by +- the information you just got but not quite, and the aggregated result is somewhat different. Second: the overall result of a sequence of votes, with this scheme, can depend quite a bit on the order in which they occur, and that doesn't feel like what we want. Third: the overall result's dependence on individual votes can actually be "backwards". If you vote +,-,-,+ you get -log(1/2)+log(1/3)+log(1/2)-log(2/5) = log(5/6), which is negative; but if you vote -,-,-,+ you get +log(1/2)+log(2/3)+log(3/4)-log(1/5) = log(5/4), which is positive!

That seems highly undesirable. Maybe what Phil has in mind avoids these problems without incurring worse ones. The most obvious way to avoid them that I see, though, involves moving a little way away from the "effect of vote is bits" paradigm, as follows.

Implicit in those probability calculations is the model I mentioned above: A's votes on B are independent Bernoulli with fixed but unknown probability p that each one is up rather than down, and we begin with a flat prior over p. Suppose we stick with that model, and ask what we know about p after some of A's votes. Then the answer (famously) is that our posterior for p after seeing u upvotes and w downvotes is distributed as Beta(u+1,w+1), whose mean is (u+1)/(u+w+2). So, e.g., our expectation for A's next vote is (u-w)/(u+w+2). So, e.g., we could take A's total contribution to B's score to be exactly this; and do the obvious thing with scores for individual comments and posts: weight each vote by 1/(#votes+2), where #votes in the denominator is the number of times the voter in question has voted on things by the poster in question.

This suggests a broader family of schemes, where each vote is weighted by f(#votes) where f is some other decreasing function. If you feel, as I think I do, that the overall effect of many votes by A on B shouldn't actually be bounded by a small multiple of the effect of one vote, you might want f to decrease more slowly. Perhaps take f = square root, or something like that.

All of these revised schemes have the property that it's always better to have more upvotes and fewer downvotes, it's just that A's influence on B's score gets less as A's votes on B get more numerous. And votes from different people just add. So if someone posts what everyone regards as dreck, all the downvotes they get will in fact hurt them.

(Possible downside: the advantage of using sockpuppets becomes much greater, and therefore presumably also the temptation to use them.)

Comment author: gjm 06 January 2016 11:08:47AM *  -1 points [-]

That seems pretty reasonable to me.

[EDITED to add: except that what I was saying "seems pretty reasonable" was not in fact what Richard wrote; I misread. See comments below.]

Comment author: RichardKennaway 06 January 2016 11:51:21AM 1 point [-]

Why should a posting by someone who everyone else agrees has never had anything useful to say be judged less bad than the same posting by someone who does on occasion post upworthy things?

Comment author: gjm 06 January 2016 12:00:02PM -1 points [-]

Oh, I beg your pardon -- I misread what you wrote as "... that thinks everyone posts ..." rather than "... that everyone thinks posts ...", and answered accordingly.

Having now (I hope) read the words you actually wrote, my intuition agrees with yours, but I suspect that it may only be artificial extreme cases that produce such counterintuitive outcomes. I will think about it some more.

Comment author: username2 29 December 2015 12:03:42AM 2 points [-]

This doesn't work for new posters.

Comment author: PhilGoetz 26 February 2016 07:46:08AM 0 points [-]

Why do you think that? When you have no prior, either assume P(up) = P(down), or (better) use the priors gotten by averaging all votes by all users. That's standard practice.

Comment author: ChristianKl 06 January 2016 10:27:37AM *  2 points [-]

There no good reason for the votes of new posters to count much. If they don't there are less sockpuppet problems.

Comment author: OrphanWilde 28 December 2015 02:39:41PM 0 points [-]

Messaging you privately, as my own solution works best if people are unaware of the specifics. (Posting this here to remind others with potential suggestions to consider whether the same issue applies to their ideas.)

Comment author: username2 29 December 2015 12:02:45AM 2 points [-]
Comment author: OrphanWilde 29 December 2015 01:53:48PM 0 points [-]

All security is through obscurity. Obscurity of a bitting pattern, of a private key, of a password, of an algorithmic optimization strategy.

That phrase, and the sneer encoded in it, does have some wisdom, but it's more complex than "If you're relying on obscurity you're doing it wrong", being a criticism of a much more specific fault than relying on obscurity, which is, after all, the only thing that has ever worked. That criticism is this: Suppressing knowledge of security faults provides only a false sense of security in a system whose faults thus are held unknown to everybody except those with the strongest specific interest in possessing knowledge of those faults. Which is to say, if your strategy to a security fault is to hide it, rather than fix it, you're setting yourself up for failure later.

But that is all moot, because my suggestion had more in common with bypassing a lock than in protecting one. Secrecy is desired because of something most like other people's poor security, and the desire they not improve it.

Comment author: Gleb_Tsipursky 27 December 2015 09:59:52PM 7 points [-]

Nancy, thank you for the hard work you do and the tough calls you have to make. The admin's job is a lonely one, and not sufficiently appreciated. As someone who has done and is currently doing lots of admin stuff, I know that from personal experience. So thank you!

Comment author: Clarity 27 December 2015 01:23:14PM 0 points [-]

If I didn't already trust Nancy, and was unaware of the VoiceOfRa's post/comment history and discussion on his forum behaviour over a long period of time, this post would frighten me.

Comment author: ChristianKl 27 December 2015 04:22:52PM 0 points [-]

this post would frighten me.

What kind of fear do you think it would produce in you?

Comment author: RichardKennaway 27 December 2015 01:31:38PM 2 points [-]

Or to put that another way, if you had less knowledge of the situation you would draw incorrect conclusions. What of it?

Comment author: Clarity 27 December 2015 01:35:42PM 2 points [-]

Most non-regular users of LessWrong would draw that incorrect conclusion. For instance, prospective users, journalists and critics.

Comment author: username2 25 December 2015 02:24:03PM 9 points [-]

Someone has upvoted and downvoted a lot of comments in this thread using this account. I have manually reverted them. Please don't vote using this account.

Comment author: NancyLebovitz 25 December 2015 02:42:57PM 2 points [-]

Thank you.

I could ban that account. Thoughts about whether that would be a good idea?

Comment author: Evan_Gaensbauer 27 December 2015 12:44:18PM 1 point [-]

+1 to the anon who used the "username2" account to post the parent comment. IIRC, there was an original "username" account, the use of which of collectively discontinued several months ago because its value to the community was co-opted by abusive anonymous users logging into it. I would hate to see that happen a second time, to "username2". If it were to happen a second time, that would disincentivize necessary, honest, and respectful use of the anonymous account. If that became the norm, even if there were a "username3", the perception might become there isn't a general anonymous account on LessWrong for users. If people stopped trusting the resource completely, that would be sad. Also, it might send the signal to disrespectful anonymous users they can make or use as many anonymous accounts as they want, and the moderators would do little or nothing to stop them. This last point strikes me as unlikely, though, especially if LW mods have the power to block specific IP addresses.

Comment author: username2 27 December 2015 01:58:37PM 2 points [-]

the use of which of collectively discontinued several months ago because its value to the community was co-opted by abusive anonymous users logging into it.

Actually, someone just changed the password. Kind of incredible it lasted the 2-3 years it did without that happening previously.

Comment author: gjm 25 December 2015 04:40:57PM 9 points [-]

Definitely don't unless strong evidence emerges of an actual serious problem. Having an effectively anon account is valuable.

Comment author: NancyLebovitz 25 December 2015 05:50:22PM 10 points [-]

OK. It won't be banned.

I don't know whether it would be possible to make it into a non-voting account, but if so, would that be a good idea?

Comment author: Clarity 27 December 2015 01:54:54PM *  3 points [-]

I'm concerned you're underestimating VoiceofRa.

Consider the worse case scenario: That he is the same handle behind the several antisocial accounts he has been associated with.

He's streaks of valid contributions indicate a degree of sophistication and high function.

The harm he causes, in spite of several attempted interventions in the past that have been unsuccessful, earmarks his malignance.

Most importantly, his persistence in contributing here indicates that he has found a sense of community here.

This issue will not easily be resolved by banning every account he makes, or catching every work around. It will be resolved by helping him resolve the underlying issue: the alleged incompatibility of his style of forum usage with that of the broader community.

Has anyone suggested alternative communities he may prefer, for instance?

Forgotten the sequences so quickly?

"When you surround the enemy Always allow them an escape route. They must see that there is An alternative to death." —Sun Tzu, The Art of War, Cloud Hands edition

"Don't raise the pressure, lower the wall." —Lois McMaster Bujold, Komarr

Worst case scenario, this is only the beginning. Do not make enemies annoying gnat's for they can be a million times more annoying than dragons.

Comment author: polymathwannabe 28 December 2015 12:25:58PM 0 points [-]

his persistence in contributing here indicates that he has found a sense of community here

Likelier explanation: this is a trolling space too fun for him to abandon.

Comment author: IlyaShpitser 02 January 2016 07:04:55PM 3 points [-]

Troll is one of those words tailor made for tabooing.

Comment author: Lumifer 28 December 2015 04:31:06PM 5 points [-]

He isn't really into trolling. He just reiterates his views and heavily downvotes his opponents.

Comment author: Good_Burning_Plastic 26 December 2015 12:22:05PM 2 points [-]

it would be possible to make it into a non-voting account

And, while we're at it, to make it impossible to change its password as someone did to the Username account.

Comment author: Viliam 26 December 2015 05:45:04PM 3 points [-]

Alternatively, make a script for (a) undoing all votes, and (b) resetting the password, and run it every midnight.

Comment author: Good_Burning_Plastic 26 December 2015 10:48:27PM 1 point [-]

(b) can't be done if someone has changed the password before the script ran... unless the script has access to the e-mail the account was created with so it can do the "password forgotten" thing, now that I think about it... Does anybody know the e-mail of the Username account?

Comment author: ChristianKl 26 December 2015 11:22:40PM 3 points [-]

A script can talk directly to the database. It doesn't need passwords to access an account.

Comment author: ChristianKl 25 December 2015 06:44:13PM 14 points [-]

It would certainly be a good idea. The account has no business of casting votes.

Comment author: username2 31 May 2016 01:57:53PM 0 points [-]

Counterexample: someone uses this account to ask a question and upvotes people who give helpful replies.

Comment author: username2 25 December 2015 02:58:36PM 11 points [-]

Please, don't ban anonymous account, there are at least couple people who regularly use it. It is rare that anyone would use it for voting, it was the first time I have logged in and noticed so much upvoting and downvoting in a single thread. Sometimes I find a couple of votes in a thread, and I often revert them, but that's it. Maybe there were previous incidents in the past, but I haven't noticed them. Of course, things like that relies on goodwill. If someone started abusing it, there would be no choice except to ban it.

By the way, thank you Nancy. You do a job that is often unpleasant, but necessary.

Comment author: Vladimir_Nesov 24 December 2015 11:06:22PM 4 points [-]

I've banned them without prior notice because I'm not giving them more chances to downvote.

I think a "We've observed X. It appears to be bad behavior. Do you have an alternative explanation?" discussion should be started in any case. Otherwise there will be no justice for false positives.

Is the "because I'm not giving them more chances to downvote" a real argument? It won't be if it's technically possible to prohibit downvoting (maybe by temporarily taking away their Karma, so that the Karma-based voting limits would kick in), or if it's possible to eventually retract their (recent) votes, so that current votes won't matter as much.

Comment author: ChristianKl 25 December 2015 11:30:04AM *  3 points [-]

I think a "We've observed X. It appears to be bad behavior. Do you have an alternative explanation?" discussion should be started in any case.

I don't think you get effective forum moderation by having public discussions about every moderation action.

Are you aware of a functioning online community which does things like that?

Comment author: Vladimir_Nesov 25 December 2015 06:18:39PM *  5 points [-]

No, not public of course. The currently 122 comments to the present post illustrate how it's very distracting to announce moderation actions in a way that invites public discussion.

Comment author: username2 25 December 2015 06:55:52PM *  6 points [-]

Would you apply the same logic to actions by an actual government? That is, argue that the news coverage of trials shows they are distracting and it would be better to just have suspects vanished by the secret police in the dead of night?

Or since this is a forum, how about having problematic posters quietly karmassassinated, oh wait.

Comment author: Kaj_Sotala 26 December 2015 10:26:37AM *  8 points [-]

If someone is banned from a forum, they can still do plenty of other things in their life, like go to another forum. Or even start their own competing forum dedicated to the same topic, if they feel that the original forum has a bad moderation policy and that its users are likely to move to a better-moderated one (and sometimes this actually happens).

People vanished by the secret police rarely have a comparable option.

Comment author: username2 28 December 2015 02:00:24AM 5 points [-]

True, I was talking at extreme example to demonstrate the type of totalitarian logic underlying Vladimir's argument. Namely, finding open discussion of important issues to be "distracting".

Comment author: username2 24 December 2015 07:04:44PM *  5 points [-]

I think that impact of an upvote or a downvote should be inversely proportional to how often that person votes.

Comment author: Lumifer 06 January 2016 08:05:56PM 1 point [-]

I think that impact of an upvote or a downvote should be inversely proportional to how often that person votes.

That would be simple to implement in the form of giving each user, say, 10 votes per day, non-accumulating.

Comment author: Elo 31 December 2015 05:02:51AM 2 points [-]

new accounts would get better weighting votes. would need a fix for the case of new users.

Comment author: username2 06 January 2016 12:23:48PM *  0 points [-]

It should also be proportional to a voter's karma. An upvote from established users like gwern or NancyLebovitz should carry more weight than an upvote from a lurker.

Comment author: Elo 06 January 2016 07:45:23PM 3 points [-]

sounds like the road to an echo chamber.

Comment author: username2 06 January 2016 08:05:23PM *  0 points [-]

Depends. If the initial set of high karma users isn't homogeneous or if they aren't willing to upvote comments just because they agree with them then not necessarily.

Comment author: Elo 07 January 2016 12:54:45AM 0 points [-]

those sound like difficult maxims to impart.

Comment author: Petter 24 December 2015 10:27:50AM 0 points [-]

I think it is better if banning decisions are not made public, even (especially) to the banned user.

The banned user should not notice anything, but their posts, messages, and votes do not appear to anyone else.

Comment author: polymathwannabe 24 December 2015 01:20:36PM 1 point [-]

Wouldn't it impose a huge load on the servers to maintain multiple versions of the website for each banned user?

Comment author: Vaniver 24 December 2015 02:09:06PM 4 points [-]

No. This is called 'shadowbanning' and is a standard practice.

Comment author: NancyLebovitz 24 December 2015 02:22:26PM 1 point [-]

Where is it standard practice? I'm surprised that people don't notice and come back under new names.

Comment author: Vaniver 24 December 2015 02:33:36PM 1 point [-]

Here's a description of it on Reddit. Apparently they also now do account suspensions. Shadowbanning is also used on Hacker News and Craigslist, according to wikipedia.

Comment author: NancyLebovitz 24 December 2015 02:49:48PM 4 points [-]

The folks at reddit weren't happy with shadow-banning humans (as distinct from spammers), and eventually started suspending accounts.

Comment author: NancyLebovitz 24 December 2015 01:51:15PM 2 points [-]

That would depend on how many banned users there were. Also, I don't think there would need to be whole versions of the site for each banned user-- there would just be dif versions computed on the fly.

I'm quite uncomfortable with the suggestion for another reason. It wouldn't work-- an active user would probably notice something was wrong in less than a day. If they were banned for excessive hostility, they'd presumably come back under another name.

My first thought was that it might be bad for the group to have people disappear for no apparent reason, but then it occurred to me that people stop posting for all sorts of reasons.

Comment author: Petter 27 December 2015 11:46:17PM -1 points [-]

I actually think it would work pretty well. The banned user sees all of their contributions and any IP used by the banned user also sees their contributions. All other users and IPs do not see it.

Comment author: kilobug 24 December 2015 08:49:08AM 1 point [-]

+1 for something like "no more than 5 downvotes/week for content which is more than a month old", but be careful that new comment on an old article is not old content.

Comment author: LessWrong 24 December 2015 06:55:20AM -2 points [-]

I've gotten sufficient evidence from support that voiceofra has been doing retributive downvoting.

Requesting a transparency report.

Regarding (if $time-$postdate then karmadisabled), I can't see a reason as to why something like that shouldn't be implemented in less than a week. Any reason why it shouldn't? I never quite got the krama drama.

Comment author: Diadem 24 December 2015 12:14:46PM 13 points [-]

Wait? is 'LessWrong' not an admin account? I always assumed it was, but this thread implies otherwise.

I think it's an extremely bad idea to allow an ordinary user to name themselves after the site. You're basically inpersonating an admin!

Comment author: ChristianKl 25 December 2015 11:32:26AM 2 points [-]

You are right. I also think it would be a good idea to rename the account.

Comment author: NancyLebovitz 24 December 2015 09:03:27AM 5 points [-]

It took that long for tech support to get back to me.

Comment author: LessWrong 25 December 2015 06:27:28AM -1 points [-]

I can't reply to your other comment (karma)

You don't care about how much time your requests cost me? Nice to know.

Here's what your wrote, first line of this post:

I've gotten sufficient evidence from support that voiceofra has been doing retributive downvoting. I've banned them without prior notice because I'm not giving them more chances to downvote.

If you have sufficient evidence, why can't you publish it?

Comment author: NancyLebovitz 25 December 2015 07:15:21AM 6 points [-]

I said over 800 downvotes to three people. This is what support emailed to me. I could copy and paste some support emails with more detail, but I don't know whether you'd trust me, and I don't know whether I'm being invited into an extended discussion which will be utterly pointless.

There's some elements of won't rather than can't. I'm not fond of complying with rude demands.

Comment author: username2 25 December 2015 07:30:26AM 8 points [-]

I said over 800 downvotes to three people.

Just out of curiosity, how unusual is this? That works out to 267 per person, which if those three people happen to be people who post a lot of downvote worthy content, and this has been going on for a while doesn't necessarily seem that large.

Who are those three people anyway?

Comment author: NancyLebovitz 25 December 2015 08:08:02AM 8 points [-]

It's at least unusual in the sense that the top downvoter to a particular member has generally posted about three times as many downvotes as the second most prolific downvoter-- and the second most prolific downvoter is also a problematic downvoter. The top five downvoters for a member show something like a power law in terms of numbers of downvotes.

I'm not answering your second question. I've got a bad feeling about doing so, and I suspect the result would tend towards drama and possibly be a violation of privacy.

Comment author: username2 26 December 2015 12:12:56AM 7 points [-]

It's at least unusual in the sense that the top downvoter to a particular member has generally posted about three times as many downvotes as the second most prolific downvoter-- and the second most prolific downvoter is also a problematic downvoter.

How about the top downvoter for a different member?

Comment author: NancyLebovitz 26 December 2015 07:28:01AM 3 points [-]

It takes me weeks to get answers from support. I assume they're busy, so I'm not going to ask them extra questions, even though that's an interesting one.

It's possible that the stats show a different pattern if they're from people who aren't complaining.

Comment author: RichardKennaway 26 December 2015 10:10:22AM 3 points [-]

It sounds like the moderators don't have direct read access to the logs. Maybe it would simplify things if they (or at least one of them) did.

Comment author: jsteinhardt 24 December 2015 07:43:01AM 8 points [-]

Requesting a transparency report.

I think it's bad form to make costly (in terms of time) requests to moderators unless you're willing to be part of the solution. In this case, it would be good at minimum to outline exactly what you mean by a "transparency report" --- concretely, what sort of information would you like to see, and why would it be helpful? It would be even better if you were willing to volunteer to help in creating the report to the extent that the help can be utilized.

Comment author: buybuydandavis 24 December 2015 01:19:40AM 1 point [-]

I'm thinking of something like not letting anyone give more than 5 downvotes/week for content which is more than a month old.

No likey.

People should not be discouraged from actively reading older posts and voting on them. Quite the opposite.

I've gotten sufficient evidence from support that voiceofra has been doing retributive downvoting.

Roughly how many downvotes are we talking here? Seeing a proposed limit of 5 in a week makes me wonder. 5 seems quite low to get exercised about.

Comment author: NancyLebovitz 24 December 2015 01:32:34AM 8 points [-]

People should not be discouraged from actively reading older posts and voting on them. Quite the opposite.

My feeling is that people should be able to reply to older posts. And I think upvoting helps bring attention to good comments and posts. I'm inclined to think that there's enough downvoting in some modest number of months to give an adequate signal.

Voiceofra did over 800 downvotes to just three posters. I'm sick of dealing with this stuff. I want it to not happen. 5 downvotes per week on old posts doesn't seem like a really onerous restrictions, but I don't downvote a tremendous amount, so I might be typical-minding things.

5 downvotes per week is well below trouble, I think. 15 starts looking like karma-vampirism to me if someone is doing a vendetta.

Some people get dispirited if their karma is dropping, especially if there's no apparent reason for it.

Comment author: buybuydandavis 26 December 2015 07:47:22AM *  0 points [-]

I agree that 800 is too much, and appropriate for banning.

Since you can "unvote" any particular karma vote you've made, wouldn't it be easy enough to implement limits on downvotes of a particular person in day, week, month, year?

You reach your max, and the next time you try, you are prevented, and you get a message saying "It is a bannable offense to karma bomb other users". That could be a rollover and a triggered message sent to your account.

(Note that the limits could be parameterized in increasingly complicated ways (scaled to karma of "victim", perhaps). The point is not "the perfect set of limits", but to find something better than the current limits. The problem can be ameliorated, not annihilated in all hypothetical cases. Life is full of tradeoffs. )

Problem limited and offenders who try to game the system are warned (I think the second is important too).

That should take care of all but the most committed douchebags without any required intervention from you.

As one of the Powers That Be Who Does Something Useful Around Here, I'd hope that your needs in your chosen useful duties would have pull with the feature development queue.

(EDIT: Maybe easier to run a nightly scan notifying people when they have gone over their limits. )

Comment author: [deleted] 25 December 2015 03:13:46AM 1 point [-]

I think this is a reasonable rule.

Comment author: knb 24 December 2015 01:02:14AM 2 points [-]

Does he have any known or suspected sockpuppets?

Comment author: username2 24 December 2015 07:06:03PM 2 points [-]

If some people are able to see who downvoted a specific person the most, maybe they can also see who upvoted someone the most?

Comment author: Brillyant 23 December 2015 10:10:19PM -2 points [-]

I think zero time should be devoted to solutions for excessive downvoting of old material. Rather, the mods and other de facto leaders ought to devote their time to finding ways to reinvigorate LW with new interesting content.

Comment author: NancyLebovitz 24 December 2015 10:06:16AM 4 points [-]

I would like see a resurgence of interesting content myself, but that isn't the same thing as giving up on maintenance.

Anyone here can work on interesting content. Do you have any ideas for encouraging it?

Comment author: Brillyant 24 December 2015 02:17:55PM -1 points [-]

Not really.

Maintenance is fine. But the lack of content is priority one with a bullet IMO. If the power user base wants to divvy up resources rationally, I think this sort of ban is very low on the list.

Comment author: username2 24 December 2015 07:07:52PM 0 points [-]

It's not like banning a single user takes a lot of resources.

Comment author: NancyLebovitz 25 December 2015 03:17:29AM 2 points [-]

In one sense, banning someone takes almost no resources-- all I have to do is enter their name into two web pages. However, thinking about whether to ban someone takes rather more time. Likewise if I chose discuss a banning.

Comment author: ChristianKl 23 December 2015 10:37:48PM 13 points [-]

If you have people being demotivated because of downvoting that reduces the chances that those people will write new interesting content.

Comment author: skeptical_lurker 23 December 2015 08:32:58PM 9 points [-]

Any guesses on what his next handle will be? I'm thinking CthuluWillEatYourBabies.

Comment author: Vaniver 23 December 2015 08:22:25PM 9 points [-]

Any thoughts about technical solutions to excessive down-voting of past material?

Stack Overflow attempts to discover and reverse serial voting with a script that runs daily. It seems likely we can do a similar thing.

Comment author: buybuydandavis 24 December 2015 01:10:56AM 6 points [-]

Stack Overflow attempts to discover and reverse serial voting with a script that runs daily. It seems likely we can do a similar thing.

Very much this.

Undo the problem.

I think I would just zero all the votes on any account caught doing this. If you're going to game the system, you can't play, and your prior votes get consigned to the bit bucket.

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.

Comment author: ChristianKl 23 December 2015 07:57:34PM 2 points [-]

Making voting public would go a long way.

Comment author: Lumifer 23 December 2015 08:11:29PM *  17 points [-]

Making voting public would go a long way

...towards LOTS of drama, enemy lists, political intrigue, etc.

Comment author: Vaniver 23 December 2015 08:40:30PM *  2 points [-]

Stack Overflow makes cast vote counts public, so one could get an idea of who is doing the voting. Figuring out who is voting on what would only be possible if you're watching everyone always (and even then it won't work if user displays only update periodically).

I do think that there's value in someone looking at the vote graph, be it humans or automated processes.

Comment author: Lumifer 23 December 2015 09:01:15PM *  0 points [-]

That value depends on how much value there is in karma to start with. Preoccupation with karma is a bad sign.

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

The map is not the territory, but that doesn't mean there's no value in cartography!

Comment author: Lumifer 23 December 2015 09:11:49PM 2 points [-]

Cartography is valuable, but if an explorer spends all his time reading and redrawing maps without venturing outside, something is wrong :-/

Comment author: IlyaShpitser 23 December 2015 07:52:19PM *  16 points [-]

Nancy, I support Scott's (Yvain's) approach. Just say you are a dictator and ban at a whim (or perhaps ban "virtue-ethically" rather than "deontologically" -- "we don't want your type around here.") Publishing rules just invites people to bend them.

Comment author: Douglas_Knight 28 December 2015 04:21:31AM 4 points [-]

That makes sense for visible behavior, like trolling, but this ban is about the invisible behavior of mass downvoting. I don't think anyone is worried about Nancy's judgment of such actions, but she is worried about the difficulty of discovering it. Algorithms might be useful for enforcing rules on voting or discovering patterns therein.

Comment author: NancyLebovitz 28 December 2015 06:21:00AM 2 points [-]

Exactly.

Comment author: IlyaShpitser 29 December 2015 08:13:57PM *  2 points [-]

I don't think it's going to be very difficult to discover Eugene's new account once he makes it. The real difficulty is making it not worth his while to keep coming back.


I don't count myself as either a rationalist or a community member here, so this is an opinion of a somewhat sympathetic outsider (take it for what it is). But I think you guys should find a way to throw the nrx out, and let them start their own community. I think they are going to do more harm than good in the long run. Yvain started to clean house already on his blog, because he noticed the same.

Comment author: satt 03 January 2016 10:58:05PM 0 points [-]

I don't think it's going to be very difficult to discover Eugene's new account once he makes it. The real difficulty is making it not worth his while to keep coming back.

Seconded.

I don't count myself as either a rationalist or a community member here,

FWIW, I think of anyone who posts here regularly as a Wronger! (I know, I know, you disagree with other people here about how to do causal inference and about the insightfulness/worthiness of academics — but disagreeing with the rest of the gang on some specific topic is pretty common, I reckon, and not nearly enough to get you kicked out of the treehouse.)

I think you guys should find a way to throw the nrx out, and let them start their own community. I think they are going to do more harm than good in the long run.

This I disagree with. The only neoreactionaries I remember being obnoxious enough here to raise a real stink are Eugine_Nier and Jim, and Jim hasn't posted here since 2012. That's too thin a basis for kicking out a particular political group, especially since Eugine_Nier being here has had some benefit. (I have occasionally seen them shake people out of misconceptions.) It's just that Eugine_Nier's abuse of the voting system outweighed/outweighs that benefit. (That wasn't Eugine_Nier's only downside, but it was the big one.)

Comment author: IlyaShpitser 07 January 2016 01:50:26AM *  0 points [-]

you disagree with other people here about how to do causal inference

I don't think I have substantive disagreements with folks here who know about the topic. I try to do outreach with others, not the same as disagreement :).

Comment author: username2 30 December 2015 09:25:50PM 1 point [-]

If we have a "no politics" rule it should apply to nrx. Nrx people can participate if they are able to do so apolitically.

Comment author: Good_Burning_Plastic 04 January 2016 09:24:53AM *  0 points [-]

Nrx people can participate if they are able to do so apolitically.

...nor do anything else as dickish as downvoting the hell out of somebody's every single comment because they disagree with one of them or use the anonymous account to vote.

<gd&r>

Comment author: NancyLebovitz 31 December 2015 10:29:52AM 0 points [-]

We don't have a no politics rule, though we may have a no politics custom.

It's difficult to talk rationally about politics, but that doesn't mean it's impossible.

Comment author: username2 30 December 2015 02:14:31AM 1 point [-]

But I think you guys should find a way to throw the nrx out, and let them start their own community.

Why? Because you'd rather have an echo-chamber than a rationalist community? Because you secretly suspect the NRx's are correct and are worried their arguments will persuade more people to agree with them?

Comment author: RichardKennaway 31 December 2015 08:47:49AM 4 points [-]

The universal counterargument of crackpots.

Comment author: polymathwannabe 30 December 2015 03:23:09PM 2 points [-]

First, stop putting words in people's mouths. Second, as rationalists, we'd convert to NRx in an instant if we had any sufficiently strong reason to believe NRx is correct.

Comment author: Vaniver 30 December 2015 06:49:15PM *  5 points [-]

Second, as rationalists, we'd convert to NRx in an instant if we had any sufficiently strong reason to believe NRx is correct.

This isn't obvious to me, or at least would benefit from a separation between NRx critiques and NRx proposals / attitudes. One can think that the NRx view of liberal democracy is much more correct than the liberal democracy view of liberal democracy without thinking that the NRx prescriptions are correct.

Comment author: IlyaShpitser 30 December 2015 02:30:04AM 4 points [-]

Because nrx attracts the type of people like you or "Jim."

Comment author: username2 30 December 2015 03:25:19AM 6 points [-]

You mean people willing to say things likely to be true even if it isn't socially acceptable to admit they are. Yes, I can see why people who are uncomfortable with reality would have a problem with that.

Comment author: Good_Burning_Plastic 04 January 2016 09:21:58AM *  8 points [-]

You mean people willing to say things likely to be true even if it isn't socially acceptable to admit they are.

People holding similar positions to yours but expressing them in much less dickish ways have included, off the top of my head, Konkvistador (whose total karma is 88% positive), nydwracu (91% positive), Vladimir M (93% positive). Nyan Sandwich and Moss Piglet appear to have deleted their accounts, but I don't recall them being downvoted much either -- nor can I recall many people lamenting the presence of any of said commenters.

For comparison, advancedatheist is 59% positive and sam0345 (most likely James Donald) is 53% positive; also eridu, who expressed radical feminist opinions in a way almost as obnoxious as Jim expresses his, has since deleted his account, but IIRC his % positive was also in the mid 50s.

So no, the social acceptability of a statement does not just depend on its factual content.

Comment author: username2 05 January 2016 10:45:04PM -2 points [-]

This may sound like an intricate Song of Ice and Fire fan theory, but has anybody checked whether eugine_nier and Jim Donald are the same person? For example, can we compare the IP of sam0345 and Eugine's accounts? Alternatively, Yvain probably has access to the IP address for both posters.

(I am not the same username2 as above. This is my first post using the anonymous username2 account)

Comment author: gjm 06 January 2016 12:34:45AM 4 points [-]

Very unlikely, I think. Eugine is, or claims to be, from somewhere ex-Soviet, and writes like a non-native. Jim seems straightforwardly American. I don't see any obvious reason for either of those to be fake.

Comment author: Good_Burning_Plastic 06 January 2016 12:27:42AM *  5 points [-]

It seems very unlikely (< 10%) to me, given they have regularly commented on the same Armed and Dangerous threads for years, with no obvious reason for one person to use two aliases at the same time (also, Eugine has commented on Jim's blog e.g.).

Comment author: Risto_Saarelma 31 December 2015 06:40:50AM *  1 point [-]

Or because you and Jim are being tedious assholes nobody likes to hang out with, while going on about the same predictable set of not socially acceptable stuff for years and years without having anything new and interesting to say after a while.

Comment author: username2 31 December 2015 10:53:13PM 3 points [-]

Or because you and Jim are being tedious assholes nobody likes to hang out with

Given the most obvious way to taboo "tedious assholes" I don't see how this is different than what I wrote.

while going on about the same predictable set of not socially acceptable stuff for years

That's because no one has yet offered a good argument for why we are wrong. They've just done the equivalent of sticking fingers in their ears and going "na-na-na I can't hear you". Sort of like what Ilya and yourself are doing right now.

without having anything new and interesting to say after a while.

Yes, we do, maybe you'd notice if you didn't shut down your brain whenever you encountered a non-PC idea.

Comment author: IlyaShpitser 03 January 2016 05:22:12PM 3 points [-]

This entire discussion is about you, not about your ideas.

Comment author: Risto_Saarelma 01 January 2016 09:43:19AM 2 points [-]

Yes, we do, maybe you'd notice if you didn't shut down your brain whenever you encountered a non-PC idea.

I don't think there's been much elaboration on the ideas that were already floating around here five-ish years ago in the last few years. We've just had the few regulars jumping in with the same message, failing to start much interesting conversation, and growing increasingly cranky.

Making being a reactionary your life's work isn't very rewarding. It's a feature of the present system that proponents who get boring and repetitive get thrown in the wood chipper and more clever and interesting ones take their place, but any single person will get stuck in their old material after a while.

Comment author: gjm 30 December 2015 03:34:57PM 2 points [-]

Consider the possibility that Ilya doesn't mean what you say he means.

Comment author: username2 31 December 2015 03:28:57AM 3 points [-]

I don't know what Ilya means, that's way I'm asking and giving by best guess.

Comment author: gjm 31 December 2015 12:49:45PM 3 points [-]

This:

You mean people willing to say things likely to be true even if it isn't socially acceptable to admit they are. Yes, I can see why people who are uncomfortable with reality would have a problem with that.

isn't what asking looks like.

Comment author: Lumifer 23 December 2015 09:18:09PM 13 points [-]

Just say you are a dictator and ban at a whim

There is a slight problem in that LW is not Nancy's personal blog to be shaped by her whims.

Comment author: pianoforte611 24 December 2015 02:54:12AM 5 points [-]

I believe that Nancy is conservative enough with management that this is not a real danger.

Comment author: username2 24 December 2015 06:05:12AM *  12 points [-]

She's already abused her power at least once to ban someone for expressing opinions she doesn't like.

Comment author: polymathwannabe 24 December 2015 04:32:53PM 2 points [-]

In the comment that got him banned, Advancedatheist said:

we need to restore a healthy patriarchy where women can't get sexual experience until marriage

just after he implied that lack of sexually available women was a viable explanation for two cases of mass murder.

I don't think it's "abuse of power" to obstruct the dissemination of such abhorrent views, especially at a website that has world-improvement as one of its central goals.

Comment author: Jiro 25 December 2015 07:38:58PM 9 points [-]

Is it an abhorrent view to turn away people fleeing the Holocaust? To eat babies? To kill a person for their organs? To divert a trolley to kill a person in order to save someone else? To state that some populations have higher IQ than others? To suggest that divorce is harmful to children?

Comment author: Vaniver 24 December 2015 05:00:37PM 16 points [-]

I don't think it's "abuse of power" to obstruct the dissemination of such abhorrent views, especially at a website that has world-improvement as one of its central goals.

The truth of a view is more important than whether or not it's abhorrent. I agree with entirelyuseless in that I endorse banning advancedatheist because he had a long string of low-quality posting but do not endorse banning him because of the content of that comment by itself.

Comment author: username2 24 December 2015 10:24:55PM 4 points [-]

I agree with entirelyuseless in that I endorse banning advancedatheist because he had a long string of low-quality posting

Do you have any idea how many LW users that would apply to? Come to think of it, looking through polymathwannabe's recent history the highest quality content appears to be the open threads he initiates.

Comment author: Vladimir_Nesov 24 December 2015 11:18:37PM *  6 points [-]

Do you have any idea how many LW users that would apply to?

This illustrates the effect size of the action. It's one of a few things that seem to me to have the potential of changing the current situation, although it's likely useless on its own, and it's not obvious whether the change would be for the better. A few years ago I maintained a list of users whose comments I was subscribed to (via rss), and two other lists, marked "toxic" and "clueless". Getting rid of those users might make lesswrong a better place, if it won't scare away the rest.

Comment author: Vaniver 25 December 2015 01:03:50AM 2 points [-]

A few years ago I maintained a list of users whose comments I was subscribed to (via rss), and two other lists, marked "toxic" and "clueless".

I'm much more tolerant of clueless than toxic, but even then there is a limit.

Comment author: username2 24 December 2015 11:24:45PM 4 points [-]

(it's not obvious whether the change would be for the better)

It would certainly be for the worse if the banning was selectively enforced based on whether the mod in question liked the opinion being expressed.

Comment author: Vladimir_Nesov 24 December 2015 11:29:54PM *  2 points [-]

I don't see a certainty in this. Policies have downsides. It's not clear how significant a bit of systematic injustice and bias would be compared to the other effects.

Comment author: polymathwannabe 24 December 2015 05:14:57PM 2 points [-]

The truth of a view is more important than whether or not it's abhorrent.

Amen. But the LW Terms of Use state:

You are explicitly prohibited from: [...] Posting or transmitting content through the Website that is harassing, threatens or encourages bodily harm, constitutes hate speech, or advocates for the destruction of property;

This case went beyond LW's usual attitude toward debate; this was explicit advocacy of violence, which should always be treated as Serious Business.

Comment author: Good_Burning_Plastic 25 December 2015 04:37:58PM 2 points [-]

Did you mean for the "advocacy of violence" link to go to https://wiki.lesswrong.com/wiki/Deletion_policy#Hypothetical_violence_against_identifiable_targets instead?

Comment author: polymathwannabe 27 December 2015 05:00:01AM 0 points [-]

It seemed that one applied to the Wiki only, so I didn't use it.

Comment author: username2 24 December 2015 10:28:24PM 4 points [-]

I believe the intent of EY's ban on violence was violence against identifiable individuals. Discussion and advocacy of violence against collective groups (the canonical example being supporting specific wars) is OK.

Comment author: Mirzhan_Irkegulov 24 December 2015 08:28:52PM 5 points [-]

As much as I am a feminist and find Advancedatheist's views insane and super-creepy, “we need to restore a healthy patriarchy where women can't get sexual experience until marriage” is not an advocacy of violence. Maybe he wants to restore patriarchy via peaceful means.

Comment author: Good_Burning_Plastic 25 December 2015 04:13:34PM *  5 points [-]

It's hard (at least for me -- YMMV) to read "can't get" (emphasis added; as opposed to e.g. "don't get") in a way that doesn't imply the threat of violence (broadly construed) against women who do try to get sexual experience before marriage. Then again, by such standards proposals to e.g. ban a particular drug would also count as advocacy of violence, so probably EY had something less broad in mind.

Comment author: username2 25 December 2015 07:00:21PM 7 points [-]

Then again, by such standards proposals to e.g. ban a particular drug would also count as advocacy of violence,

Or discussion of any laws whatsoever.

Comment author: polymathwannabe 24 December 2015 09:26:00PM 0 points [-]

I meant the part where he implied that lack of sex justified mass murder.

Comment author: Mirzhan_Irkegulov 24 December 2015 10:12:19PM 6 points [-]

I've read his Reddit comment. It doesn't seem like he's justifying (as in saying it's OK) mass murder, just claiming mass murder will continue if patriarchy is not restored. I get how you feel about AA, but you're stretching.

Comment author: Kaj_Sotala 24 December 2015 12:08:44PM 9 points [-]

Given that her comment announcing her decision has 31 upvotes, people seem to disagree with you on this being an abuse of power.

Comment author: gjm 24 December 2015 05:56:21PM 7 points [-]

31 upvotes

More precisely: Net score of +31, 84% positive. So p/(p+n)=0.84 or 0.16p=0.84n and p-n=31, so (1-0.16/0.84)p=31, so +38-7.

Comment author: NancyLebovitz 24 December 2015 10:28:01AM 18 points [-]

I was asked if I wanted to be moderator. There is no policy requiring me to only ban for formal reasons. The idea that people shouldn't be banned for content is somewhat popular and I tried following it, but it has since occurred to me that the places I've seen with no banning for content end up being a flavor of right-wing hostile that I don't like. We'll see how that plays out here.

I was patient with advancedatheist for a while, but he really doesn't like women, and shows it. Before I banned him, I decided that it was worth my ceasing to be moderator.

I hope I can notice it if any poster is that contemptuous of any demographic-- and if I fail to notice it, I have no doubt that I will be seeing complaints to draw it to my attention. While I'm here, I will not tolerate a pattern of such behavior, though I'm planning to be better about warnings.

I've seen concerns about LW turning into an echo chamber, but there's a tremendous amount to disagree about even if complaining about demographic groups is taken off the table. Also, an echo chamber in the sense of everyone agreeing with each other isn't the only way things can go wrong. You can also get very low information density because people are attacking each other repetitively..

Comment author: entirelyuseless 24 December 2015 01:43:08PM 4 points [-]

I was one of those who said they didn't approve of banning for content. I don't know how others would take that, but I was referring to conceptual content; I think regularly showing hostility or contempt could definitely merit banning, but that is not an issue of conceptual content. Even if someone makes comparative statements about demographic groups, e.g. "Irish drink more alcohol on average than Romanians" (not that I know if that's true or not), that does not necessarily show any contempt for anyone. That is more a question of attitude, although perhaps you could infer that someone has such an attitude if he makes obviously false statements of that kind on a frequent basis.

Comment author: jsteinhardt 24 December 2015 06:16:47AM 10 points [-]

I'm dubious that that constitutes abusing her power; AdvancedAtheist was highly and consistently downvoted for a long period of time before being banned.

Comment author: username2 24 December 2015 06:18:53AM 7 points [-]

That wasn't the reason she gave for banning him.

Comment author: Kaj_Sotala 24 December 2015 12:06:16PM *  11 points [-]

If we're doing the virtue ethical banning, then as long as we agree that the people in question deserved a ban, the specific reasons given for the ban aren't very important. The moderator may be reacting to a pattern that's clearly ban-worthy, but nonetheless hard to verbalize exactly, and thus misreport their real reason. Verbal reporting is hard.

Comment author: SilentCal 28 December 2015 04:23:06PM 0 points [-]

The moderator may be reacting to a pattern that's clearly ban-worthy, but nonetheless hard to verbalize exactly, and thus misreport their real reason. Verbal reporting is hard.

This. If I read the ban announcement legalistically, I disagree with it. But if I read the offending post, together with multiple users' assurances that AA's posts were basically all like that--I don't want that in my garden.

Comment author: Jiro 28 December 2015 04:39:21PM 2 points [-]

I think there's been enough time and enough posts that Nancy could have figured out that she misreported her reason and said so, if that was in fact the case.

Comment author: NancyLebovitz 30 December 2015 03:08:09PM 4 points [-]

I haven't answered your objections to my style of moderation, but it isn't because I haven't been thinking about them. Unfortunately, I don't think I can manage the sort of clear boundaries I think you prefer.

The good news is that I'm extremely unlikely to want to ban you. You have a civil approach, and part of what gets people banned is lowering the tone or if you prefer, being a pain in the ass.

The hard thing is that there doesn't seem to be a good way to discuss the emotional effects of statements-- the only way to evaluate emotional effects is by what people say those emotional effects are, and in addition to whether you trust what people say about their emotions, language is ambiguous that there are frequently alternate interpretations, especially when the underlying question is how much of a welcome people feel in a venue. It might be more efficient to say that claims about emotional effect are entangled with implied claims about who's in charge and who matters.

The bad news is that I'm not at all sure I can formalize this, though my net gain in karma in this discussion suggests that I have an accurate sense of what LW is, even if it's possible that LW could be improved with a more open attitude about abhorrent viewpoints. (I don't think it would be an improvement, I'm just saying I acknowledge it's theoretically possible.)

Just getting a clearer idea of what is abhorrent and what isn't might help, but I really do think part of the problem is tone. There are policies which are vile no matter how abstractly and politely they're expressed (for example, slavery on a grand scale), but the amount of hatred added to policy adds an emotional sting.

Comment author: NancyLebovitz 24 December 2015 10:50:28PM 7 points [-]

It's reasonable for people to know why someone is banned because they want to know what might get them banned.

Comment author: username2 24 December 2015 10:21:37PM 6 points [-]

If we're doing the virtue ethical banning, then as long as we agree that the people in question deserved a ban, the specific reasons given for the ban aren't very important.

Yes, they are. They set the percedent for which other users get banned.

Comment author: IlyaShpitser 26 December 2015 01:41:30AM *  3 points [-]

I think you misunderstand virtue-ethical banning. It's not about what you say, it's about who you are. "Precedents" are a deontological idea.

Comment author: username2 28 December 2015 01:56:18AM 1 point [-]

Yes, and in particular it matters which aspect of who you are is the one that got you banned?

Comment author: Jiro 25 December 2015 07:31:06PM *  10 points [-]

That's a big problem. By the verbal standard that Nancy used for banning advancedatheist, I and lots of people here are in danger of being banned. I just argued on SSC that it could be preferable for a country to limit how many refugees it takes in when they are fleeing the Holocaust, thus leaving the remaining ones to die horribly (if the country has taken in as many refugees as it can accommodate, this becomes a case of torture versus dust specks).

Of course, that would extend to banning people for supporting standard torture versus dust specks too.

It's an important part of rational discussion that we be able to say things that pattern-match to promoting horrible ideas.

Comment author: username2 26 December 2015 10:50:18AM *  2 points [-]

There should be a difference between people who post the same controversial opinions over and over again like a broken record and people who write about a wide variety of topics and sometimes post controversial things, e.g. people like you. The latter should be allowed much more and they should not be banned even for the most extreme opinions, because they have a controversial idea because that's where their reasoning led them to, and not because they simply want to promote their popular pet idea here.

Comment author: jsteinhardt 24 December 2015 06:20:20AM 6 points [-]

I'm 85% sure that you're VoiceOfRa.

Comment author: Good_Burning_Plastic 25 December 2015 04:22:43PM *  5 points [-]

So what?

(EDIT: In case you don't know, username2 is an anonymous account that anyone can use, created after some jerk changed the password to the Username account formerly used for that purpose.)

Comment author: jsteinhardt 25 December 2015 10:11:05PM 3 points [-]

I'm well aware. It is therefore even more problematic if this account is abused --- note that there have been multiple confirmations that username2 has been used to downvote the same people that VoiceOfRa was downvoting before; in addition, VoiceOfRa has used the username2 account to start arguments with NancyLebovitz in a way that makes it look like a 3rd party is disagreeing with the decision, rather than VoiceOfRa himself. At the very least, it is better if everyone is aware of this situation, and ideally we would come up with a way to prevent such abuse.

Comment author: pianoforte611 24 December 2015 09:26:26PM 2 points [-]

The sudden very positive karma is extremely suspicious.

Comment author: jsteinhardt 24 December 2015 10:09:40PM 3 points [-]

I was 85% sure at the time that username2's comment was posted. I'm now 98% sure for a variety of reasons.

I'm only 75% sure that the upvotes on "username2"/VoiceOfRa's comments above are from sockpuppets.

Comment author: jsteinhardt 24 December 2015 02:14:55AM 4 points [-]

As Romeo noted, Nancy was appointed roughly by popular acclaim (more like, a small number of highly dedicated and respected users appointing her, and no one objecting). I think it's reasonable in general to give mods a lot of discretionary power, and trust other veteran users to step in if things take a turn for the worse.

Comment author: RomeoStevens 23 December 2015 10:40:04PM 20 points [-]

Voting for a new CEO is dramatically more effective than the board trying to micromanage the current CEO with rules. Find a reasonable person and let them be flexibly reasonable.

Comment author: Lumifer 28 December 2015 04:09:43PM 0 points [-]

Voting for a new CEO

LW is not a corporation and I don't think it needs a Great Leader, especially of the CEO type.

Comment author: username2 24 December 2015 06:06:30AM *  11 points [-]

That only works if there is a mechanism for getting rid of CEOs who abuse their power. See comment above. Also note, that the victims of said abuse are generally not in a position to defend themselves.

Comment author: Benito 25 December 2015 04:29:42AM 6 points [-]

In Eliezer's post about gardens dying through pacifism, he says that in online gardens, you should either trust he moderators, or garden. A place where moderators get really worried about who to moderate is a place where trolls get in.

Comment author: Vaniver 24 December 2015 03:43:45PM 5 points [-]

There is a mechanism. It will be fruitless in this case, as Nancy is not abusing her power.

Comment author: Dardan- 23 December 2015 07:19:04PM *  4 points [-]

The user most likely to engage in retributive downvoting are those who engage in hostile debate and subsequently have low karma ratio's themselves (VoiceofRa has 68% favourability). Perhaps you could disable downvoting functionality for those with a karma ratio lower than 80%? Considering that poor quality of contributions is another big factor for low karma ratios this measure would have the added benefit that our most competent users have more power.

Comment author: SanguineEmpiricist 25 December 2015 09:13:04AM 2 points [-]

There's already too much of a pull towards the consensus opinions here, would punish us Nrxer's quite a bit.

Comment author: TimS 24 December 2015 01:52:10AM *  6 points [-]

Unless your goal is exclude folks like me (which could be your goal - I could be considered a marginal user), 80% is too high.

Comment author: Lumifer 23 December 2015 07:22:31PM *  4 points [-]

The user most likely to engage in retributive downvoting are those who engage in hostile debate and subsequently have low karma ratio's themselves

You are coming to this conclusion on the basis of a single data point, right?

Perhaps you could disable downvoting functionality for those with a karma ratio lower than 75% or 80%?

"Please provide proof of your complete integration with the hive-mind before being allowed near the downvote button" X-D

Do you want LW to become an echo chamber?

Comment author: RichardKennaway 23 December 2015 08:16:24PM 4 points [-]

Perhaps you could disable downvoting functionality for those with a karma ratio lower than 75% or 80%?

"Please provide proof of your complete integration with the hive-mind before being allowed near the downvote button" X-D

Lumifer, your karma ratio is 80%.

Comment author: Jiro 24 December 2015 02:53:42AM *  5 points [-]

I'm only at 70% because of massive downvoting from Eugene Nier, who may very well also be VoiceOfRa. I'd be at over 80% just without Nier's downvotes, even not also excluding VoiceOfRa's downvotes.

The solution to downvoting is not to make it easier to hurt people like me with downvotes.

Comment author: IlyaShpitser 24 December 2015 07:02:17PM *  2 points [-]

Think about how much effort everyone spends talking about karma, and trying to fix karma, and protect karma from abuse. Is all that effort worth it for the low signal karma provides? Who cares about amassing internet points, let quality speak for itself.

Comment author: Good_Burning_Plastic 25 December 2015 04:34:16PM *  4 points [-]

Suppose some comment thread has a thousand comments. Without a karma system (as e.g. on Slate Star Codex), I can either waste several hours reading them all, or quickly scroll the page looking for something catching my eye and hope I don't miss something interesting. With a karma system, I can entrust the readership with the task of telling me which comments are the most worth reading, and read them first.

Comment author: IlyaShpitser 25 December 2015 05:03:38PM *  4 points [-]

Entrusting the readership to tell you what's good is what you want the karma system to do, but it's not what the karma system is actually doing. Aside from sockpuppets, tribal voting, etc., it's just not possible to generate good recommendation systems from karma systems (otherwise everyone would be doing it). Even more sophisticated "recursive" systems like pagerank don't really work due to collusion, link farms (sockpuppets, basically), and related issues. Google moved away to a more complex system and has a full time police force to try to make the more complex thing work due to the constant threat of sabotage.

I think in practice you have to go by name or direct judgement of content. Karma gives you an illusion of a rank, but it's a pretty terrible rank.


Slatestar's comment system has lots of other problems aside from lacking karma, that make it difficult to follow what's happening.

Comment author: Good_Burning_Plastic 25 December 2015 06:24:43PM 3 points [-]

it's a pretty terrible rank.

Yes, but it's not as terrible as ranking comments chronologically.

Comment author: IlyaShpitser 30 December 2015 07:45:57PM *  1 point [-]

That's a false dilemma. You don't have to rank comments either chronologically or karmically. You can just look at what the comments say (or go by name, if people made a name for themselves). In other words, have a you-specific karma in your own brain.

I mean what did we expect, it's not so easy to have a ranking of quality.


At least chronological order is objective, karma's reliability is inversely proportional to how busy the idiots are.

Comment author: Good_Burning_Plastic 30 December 2015 09:18:21PM 2 points [-]

You can just look at what the comments say

I don't always have that much time on my hands.

Comment author: username2 24 December 2015 07:10:05PM 2 points [-]

Maybe karma should be hidden. Hacker News doesn't show it.

Comment author: IlyaShpitser 24 December 2015 07:12:39PM 1 point [-]

What is the point of having it at all?

Comment author: [deleted] 25 December 2015 03:12:04AM 0 points [-]

I mean, there's sound psychological reasons that having karma would increase participation and quality. That's why reddit overtook classic newsboards