←back to thread

661 points pg | 1 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.

Show context
tzs ◴[] No.7446368[source]
1) Maybe the "cannot submit a comment if you have an pending comment" should be a per thread thing, rather than for the whole site.

I suspect a lot of people read in batches. They take a break and read a dozen new stories over the course of a few minutes. If the exclusion is site wide, and the endorsement rate does not turn out as high as you hope, that would in effect in many cases mean that they only get one comment per batch. If there are more than one story they want to comment in on a batch, they will need to remember to go back during another break and revisit the old story.

2) Won't someone think of the children? Suppose X comments, and his comment is endorsed, and goes live. Y sees it, and comments on X's comment. Y's comment gets endorsed and goes live.

If X and Y's aforementioned comments have each received an endorsement from a third party, count that as an endorsement of the conversation between X and Y, and allow their future comments to go live without endorsement if they are children of the X/Y conversation.

Take a look at the several long back and forth exchanges between tptacek and cperciva in this discussion: [1]. It would be a shame to impede such things.

[1] https://news.ycombinator.com/item?id=7439363

replies(1): >>7446464 #
pg ◴[] No.7446464[source]
It's only an issue if it takes a long time for comments to get endorsed, which we don't know yet. But if that is a problem it's easy to make the restriction per thread. I just wrote the simplest thing first.
replies(1): >>7446739 #
bertil ◴[] No.7446739[source]
You expect 1000ers to endorse most decent comments they come across that aren’t greyed out yet. Based on how many votes most comments currently have, I doubt that would be the case. Unvalidated comments would appear greyed-out, therefore suspicious, and most 1000ers would assume there is something wrong about them that they haven’t figure out. Especially if they expect to be punished for validated anything that isn’t exceptional… I’m not sure what ratio of comments you expect to weed out, but I expect most will be gone.
replies(1): >>7447151 #
1. pg ◴[] No.7447151[source]
Pending comments aren't greyed out. They just have [pending] prepended to them. So I don't think there will be a lot to figure out.