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.

Bugmaster comments on How can we get more and better LW contrarians? - Less Wrong Discussion

58 Post author: Wei_Dai 18 April 2012 10:01PM

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

Comments (328)

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

Comment author: Bugmaster 19 April 2012 06:35:30AM 1 point [-]

Don't you technically need at least two bits ? There are three states: "downvoted", "upvoted", and "not voted at all".

Comment author: wedrifid 19 April 2012 08:50:57AM *  2 points [-]

Don't you technically need at least two bits ?

One and a half if you can find a suitable compression algorithm. I wouldn't rule that out as a possibility but it may be counter-intuitive.

Comment author: A4FB53AC 19 April 2012 08:05:08AM *  1 point [-]

True, except you don't know how many people didn't vote (i.e. we don't keep track of that : a comment at 0 could as well have been read and voted as "0" by 0, 1, 10 or a hundred people and is the default state anyway.)(We similarly can't know if a comment is controversial, that is, how many upvotes and downvotes went into the aggregated score).

Comment author: Bugmaster 19 April 2012 09:23:24AM 1 point [-]

The system does keep track of how everyone voted, though; it needs to do that in order to render the thumbs up/down buttons as green or gray. wedrifid is right though; using suitable compression, you might be able to get away with less than two bits (in aggregate).