Earlier quoted context omitted.
I see no reason to use additional mechanism. Why not use upvote? I'm upvoting stories so I could see them later (as ColinWright noted), why not create a page I could see comments I liked?
Separation of concerns. You might want to be able to tag a post or comment as noteworthy but not want to upvote it. For example, to remind you to come back to it and add a comment explaining why its wrong or that you disagree with it. Basically: Upvote != Save for Later
Ask PG: Any chance of an update on "What I've learned from Hacker News"?
31–40 of 105 posts
Re: Ask PG: Any chance of an update on "What I've learned from Hacker News"?
#32Earlier quoted context omitted.
I like seeing comment points but I'm not sure that it's a good thing to display them. Threads are already sorted by comment score so that the best comments are close to the top - I'm not sure what additional benefit comes from seeing the actual snapshot numbers aside from sheer curiosity.
We had this discussion back when the points were being hidden, and I went through a few posts with many comments to see whether it would be possible to find the good comments based on where they were in the thread. It turned out that because of the threaded comment system you get very little information about which comments have many votes and which don't. In the sample I checked it was impossible to get any idea of…
The numbers themselves don't (and shouldn't) matter - only the rank.
Re: Ask PG: Any chance of an update on "What I've learned from Hacker News"?
#33In the submitted article from February 2009, Paul Graham wrote, "Probably the most important thing I've learned about dilution is that it's measured more in behavior than users. It's bad behavior you want to keep out more than bad people. User behavior turns out to be surprisingly malleable. If people are expected to behave well, they tend to; and vice versa. "Though of course forbidding bad behavior does tend to kee…
Re: Ask PG: Any chance of an update on "What I've learned from Hacker News"?
#34on a somewhat related note; any chance of getting points on comments back? My personal opinion is that it degrades the site tremendously not to be able to skim through a thread and see which comments others have deemed interesting/noteworthy/insightful by upvoting them.
Let a comment stand for its merit. I honestly wish they'd take names off the comments too. I feel like there are way too many recognizeable handles around here, which can have a similar effect of self-fulfilling prophecy. Case in point: has PG ever been downvoted? Ever?
Re: Ask PG: Any chance of an update on "What I've learned from Hacker News"?
#35In the submitted article from February 2009, Paul Graham wrote, "Probably the most important thing I've learned about dilution is that it's measured more in behavior than users. It's bad behavior you want to keep out more than bad people. User behavior turns out to be surprisingly malleable. If people are expected to behave well, they tend to; and vice versa. "Though of course forbidding bad behavior does tend to kee…
I see no good reason to incentivize intelligent thoughtful conversation, no one actually does it for karma. I do realize there is a bit of a feedback system in place (upvotes tell you you're doing the right thing, downvotes suggest you should change your tack). So perhaps you can still see the overall direction of your comment (like the current gray for downvotes).
Obviously voting should still stick around so people can bump the best comments to the top of a thread, but any sort of visible scoring system on comments seems more likely to work against it's own intent than for it.
Re: Ask PG: Any chance of an update on "What I've learned from Hacker News"?
#36on a somewhat related note; any chance of getting points on comments back? My personal opinion is that it degrades the site tremendously not to be able to skim through a thread and see which comments others have deemed interesting/noteworthy/insightful by upvoting them.
I don't think this is a good idea. I think that when someone sees a comment that would otherwise not be agreeable on a personal level, when it has votes from many other members, it has a tendency to sway your personal convictions a bit, just enough to make you second guess your own opinions . Let a comment stand for its merit. I honestly wish they'd take names off the comments too. I feel like there are way too many…
I downvoted a recent comment by pg that for quite a while was (and STILL is) the top comment in its thread
http://news.ycombinator.com/item?id=4253156
but that pg later acknowledged didn't have a sufficient factual basis.
http://news.ycombinator.com/item?id=4254592
Conspiracy theories are very enticing to the human mind, so they often get too many upvotes here on HN. Although I did downvote pg's first comment in the thread mentioned here, I was outnumbered by many more people who upvoted it, mistakenly.
Re: Ask PG: Any chance of an update on "What I've learned from Hacker News"?
#37on a somewhat related note; any chance of getting points on comments back? My personal opinion is that it degrades the site tremendously not to be able to skim through a thread and see which comments others have deemed interesting/noteworthy/insightful by upvoting them.
[The problem might lie in the implementation for this solution. You probably don't want to store the 'done voting on this story' information in cookies, since that's tied to a single device and vulnerable to user manipulation. This means that you need to maintain a list of stories for which each user is done voting in your database, and then check against that list on each page load. This adds a significant amount of server resource usage, as well as maintenance and performance tuning work for what amounts to an unnecessary feature. Showing scores for a comment after voting on it should be easy to implement, but then you'd be encouraging people to vote just so they can see a score, possibly even up-voting everything on the page. My guess is we're stuck with the status quo for the foreseeable future.]
Re: Ask PG: Any chance of an update on "What I've learned from Hacker News"?
#38Earlier quoted context omitted.
I don't think this is a good idea. I think that when someone sees a comment that would otherwise not be agreeable on a personal level, when it has votes from many other members, it has a tendency to sway your personal convictions a bit, just enough to make you second guess your own opinions . Let a comment stand for its merit. I honestly wish they'd take names off the comments too. I feel like there are way too many…
Case in point: has PG ever been downvoted? Ever? I downvoted a recent comment by pg that for quite a while was (and STILL is) the top comment in its thread http://news.ycombinator.com/item?id=4253156 but that pg later acknowledged didn't have a sufficient factual basis. http://news.ycombinator.com/item?id=4254592 Conspiracy theories are very enticing to the human mind, so they often get too many upvotes here on HN. A…
Doing so gets people to read both. Besides in the absence of the original comment (incorrect as it may be), the followups lose context.
Reserve down votes for opinions that do not deserve a reply. Such as pure trolling.
Re: Ask PG: Any chance of an update on "What I've learned from Hacker News"?
#39Re: Ask PG: Any chance of an update on "What I've learned from Hacker News"?
#40Earlier quoted context omitted.
Case in point: has PG ever been downvoted? Ever? I downvoted a recent comment by pg that for quite a while was (and STILL is) the top comment in its thread http://news.ycombinator.com/item?id=4253156 but that pg later acknowledged didn't have a sufficient factual basis. http://news.ycombinator.com/item?id=4254592 Conspiracy theories are very enticing to the human mind, so they often get too many upvotes here on HN. A…
It is perhaps more useful when a mistake is corrected with a reply/comment, than with a down-vote. Doing so gets people to read both. Besides in the absence of the original comment (incorrect as it may be), the followups lose context. Reserve down votes for opinions that do not deserve a reply. Such as pure trolling.