←back to thread

661 points pg | 3 comments | | HN request time: 0s | source

A surprisingly long time ago (2013 was a busy year) I mentioned a new plan to improve the quality of comments on Hacker News:

https://news.ycombinator.com/item?id=6009523

Since I'm going to check out of HN at the end of this YC cycle, this was my last chance to get this done. I didn't want the people who are going to inherit HN from me to have to build it as their first project, because it interacts with so many different bits of the code in such subtle ways.

So I found time to implement pending comments this past week, and with any luck it will launch tonight. Since it's a big change, I wanted to warn HN users in advance.

Here's how it currently works. From now on, when you post a comment, it won't initially be live. It will be in a new state called pending. Comments get from pending to live by being endorsed by multiple HN users with over 1000 karma. Those users will see pending comments, and will be able to endorse them by clicking on an "endorse" link next to the "flag" link.

Someone who has a pending comment will have to wait till it goes live to post another. We're hoping that good comments will get endorsed so quickly that there won't be a noticeable delay.

You can currently beat the system by posting an innocuous comment, waiting for it to be endorsed, and then after it's live, changing it to say something worse. We explicitly ask people not to do this. While we have no software for catching it, humans will notice, and we'll ban you.

Along with the change in software will come a change in policy. We're going to ask users with the ability to endorse comments only to endorse those that:

1. Say something substantial. E.g. not just a throwaway remark, or the kind of "Yes you did, No I didn't" bickering that races toward the right side of the page and no one cares about except the participants.

2. Say it without gratuitous nastiness. In particular, a comment in reply to another comment should be written in the spirit of colleagues cooperating in good faith to figure out the truth about something, not politicians trying to ridicule and misrepresent the other side.

People who regularly endorse comments that fail one or both of these tests will lose the ability to endorse comments. So if you're not sure whether you should endorse a comment, don't. There are a lot of people on HN. If a point is important, someone else will probably come along and make it without gratuitous nastiness.

I hope this will improve the quality of HN comments significantly, but we'll need your help to make it work, and your forbearance if, as usually happens, some things go wrong initially.

1. matt_heimer ◴[] No.7447697[source]
This is obviously an attempt to increase the quality of quality of comments, is there some type of guideline you can give about the type of comments/commenter HN is looking for? I worry that there is a karma feedback loop in action where users with higher karma are better known and naturally get more upvotes than an unknown poster making the same comment.

1000 just seems like a really high threshold that would take a very long time to reach. I'm not sure if this is desired and HN just really wants people to work for it or I just don't provide much value. Obviously I think I provide value but I haven't even reached the threshold to downvote yet and after over a year HN is putting my comments on probation? It just really seems to devalue new members, it makes me wonder if I should be posting comments at all. Now I'm going to be scared to comment since I might get stuck is approval hell. So now it'll probably take an even longer timeframe to reach 1k since I'll be posting less. I know that in some way this what HN wants, fewer fluff comments but honestly sometimes I don't know what HN is going to upvote.

Is there some guideline to how long it should take to reach 1K? I know it depends on how active you but maybe some idea of how the karma average looks for quality commenters at 100 comment intervals from 0-1k. Obviously I'll reach it at some point but that doesn't mean I provide the value HN is looking for.

replies(1): >>7447919 #
2. comex ◴[] No.7447919[source]
I have 4663 karma after 958 comments and 21 submissions in a bit under 4 years. Out of that:

- 2908 is comment karma; 1804 is post karma. (The total adds up to a bit too much; I'm probably miscalculating.)

Out of the post karma, 1634 was gained by 5 submissions which made it onto the front page and acquired hundreds of karma. None of the posts I submitted, including those, were written by me. (I'd like to start a blog, but I'm too lazy and shy for now.) And in my opinion, the value I contributed to the community simply by submitting them is rather low; considering that I've frequently tried to submit a story I found especially likely to generate interesting HN discussion only to find it already submitted, it's more likely that I won a race. On the other end, it's well accepted that whether a post manages to get a few points to bring it out of /new before it gets buried is somewhat random - IMHO some of my other submissions were just as good, but they didn't bite for whatever reason - making the correlation between value and post karma even more skewed.

- The comment karma histogram is a bit less lopsided: my top 100 comments (i.e. the top 3%) are responsible for about half of it (1469). But on the other end, 48% of my comments ended up with 1 or 2 points; while many of my comments are bad, I suspect that the difference is more about being seen than the top rated comments being that much better than the 1 pointers.

Also, if you sort by comment length, which is to some extent a reasonable proxy for quality, only 537 karma was earned by the top 100. Many of my top rated comments are relatively simple rebuttals to (in my opinion) bad comments; in my opinion, these can be valuable (since articulating why a comment is wrong is much more useful than simply downvoting it, and most comments never get responded to), but aren't as valuable as the long ones.

It probably doesn't help that (I think) I'm much more likely to respond to other comments (and try to have a discussion, the very thing that this change makes difficult :() than to comment on the post itself.

In my not-so-humble opinion, if you have the time and volubility to constantly make long, good comments on popular posts, you'll be rewarded. But if you don't, because the vast majority of comments will net you nothing, you'll get more by optimizing for quantity and being first to the scene, hoping for a small number of posts and comments to semi-randomly get a large fraction of the karma, than pre-selecting for quality.

Which, come to think of it, sounds a lot like how Y Combinator makes its money.

Oh, and submit a lot of posts.

replies(1): >>7448082 #
3. matt_heimer ◴[] No.7448082[source]
Thank you.