thomblake 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: 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.