Eliezer_Yudkowsky comments on Meta: A 5 karma requirement to post in discussion - Less Wrong Discussion
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (51)
I'd like to say "Let it be done!" but I don't recall who implemented the Discussion section originally. Possibly Louie?
Then let me make it as easy as possible:
Note that this is a bit of a hack; the right thing to do is to replace the karma_to_post global variable with a member of Subreddit, and make some UI for adjusting it. One side-effect of doing it this way is that the message users get when they don't have enough karma (from r2/r2/templates/newlink.html:81) always says they need 20, regardless of which section they tried to post to.
It looks like wezm has followed your suggestion, with extra hackishness - he added a new global variable.