ChristianKl comments on Participation in the LW Community Associated with Less Bias - 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 (49)
Looking, like before, at number of missing answers (which seems like an awful good proxy for how much time one puts into the survey), the people who were right on the first question answer 1 more question but that small difference doesn't reach statistical significance:
(I'm not going to look at the other questions unless someone really wants me to, since the first question is the one that would benefit the most from some extended thought, unlike the others.)
How do you get this nice box for the code? What's the magic command that you have to tell the Wiki?
Markdown code syntax is indent each line by >=4 spaces; LW's implementation is subtly broken since it's stripping all the internal indentation, and another gotcha is that you can't have any trailing whitespace or lines will be combined in a way you probably don't want.
MediaWiki syntax is entirely different and partially depends on what extensions are enabled.