←back to thread

661 points pg | 1 comments | | HN request time: 0.216s | 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. WiseWeasel ◴[] No.7446410[source]
I think this is a poor implementation. I'm here to have discussions with people and read the good comments, so I have little incentive to spend my time reading unendorsed comments, and anything that stops me from seeing a good comment in a timely manner is taking away value for me. I assume similar motives apply to people with less than 1000 karma, and the community will cease to grow if they don't obtain value as well. But the worst part of this is that for those with >1000 karma, we're being asked to pay attention to posts with a high chance of being bad or mediocre. That's the opposite of what I want to be doing.

Starting around the same time comment scores were hidden, people have been voting less on comments, and it often seems like few people even read your comments in threads not on the front page. What this effectively means, especially in less active threads, is that I can only hold conversations with people if they have >1000 karma. Others will simply fade into the ether.

A slightly less bad approach would be if the popularity of the thread determines the threshold for posts needing endorsement. So as an example, non-front-page threads get posts from people with >50% endorsement rate and >20 endorsements immediately live, threads on the bottom half of the front page get posts from people with a >75% endorsement rate and >50 endorsements immediately live, and threads in the top half of the front page have everyone go through endorsement. Or maybe the number of posts already in the thread determines those thresholds. The issue with that is that in a thread with 200 comments, I'm never going to look at all of them, or even a quarter, so any that need endorsement will likely be missed.

Another possibly less bad approach would be to start posts at 0 points if the poster is under a relatively high karma threshold.

Also, after 24 hours, all "non-endorsed" posts should go live with an indicator, not disappear, so we can see if the system is even working as intended, and have one last chance of finding those hidden gems.

That said, you will be missed, Paul! I hope we'll still see you post from time to time.