AnnaSalamon comments on Issues, Bugs, and Requested Features - Less Wrong

10 Post author: Eliezer_Yudkowsky 26 February 2009 04:45PM

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

Comments (628)

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

Comment author: AnnaSalamon 28 February 2009 12:53:06AM 6 points [-]

A second question about the semantics of voting: should I be up-voting all good posts regardless of score, and down-voting all bad posts regardless of score, or should I be voting to correct points-numbers that are misaligned with post quality?

Comment author: AnnaSalamon 02 March 2009 02:14:01AM *  1 point [-]

Upon reflection, I'd say we should be voting to correct points-numbers that are misaligned with post quality. Otherwise, if people continue to up-vote more posts than they down-vote, comments will accumulate more and more points the older they get, and a setting like "show me all posts above 3" won't be meaningful across threads or comment-ages.

Added: The "odd social dynamics" point is good. I'll follow Eliezer and thomblake here.

Comment author: Eliezer_Yudkowsky 02 March 2009 02:59:01AM *  5 points [-]

I would actually say that voting to correct post-quality would lead to some odd social dynamics. I'll vote up if something is negative for no reason, but otherwise I'll vote my opinion, not corrections - unless something seems really out of line.

I'd rather have the sum of people's individual components then see everyone trying to correct everyone else's voting.

Comment author: thomblake 02 March 2009 06:21:59PM *  4 points [-]

Agreed - I've been using voting the same way:

if (score < 0 && myPreferredScore >=0)
vote up
else
vote my conscience

Edit: had to camelCase the name above due to odd behavior of underscores. I should learn MarkDown.