Live data from Hacker News

Request HN: Something nice for reaching 1000 karma

news.ycombinator.com

31–40 of 53 posts

Re: Request HN: Something nice for reaching 1000 karma

#31
post #8

Do we really want people chasing karma on here? I'd be tempted to go the other way, and limit the visibility and usefulness of it. I.e., on user profiles just show "between 1-50 karma", "500+ karma".

Given that the content quality here is high, chasing karma could be a good thing, if it encourages additional high-quality, thought-provoking discussion. People should be rewarded for sharing content like that.

Re: Request HN: Something nice for reaching 1000 karma

#32
post #10

Earlier quoted context omitted.

Downvote posts? Not that I would really personally use that, but it seems the logical next step with the other "powers" unlocked at karma milestones. My concern with any change made is that it would encourage people to try and get a bunch of karma which could have unforeseen effects on the quality of discussion/submissions. I'm sure you'll be taking that into account for any change made, though.

Not allowing post downvotes is, IMO, a key factor in what allows HN to be such a great community. Subreddits that allow downvoting, for instance, often see topics that would expand their contributors' horizons "die in New" not because they are against the rules, per say, but because the user who happens to see them first thinks "this isn't my cup of tea." Flagging is the right answer - let people flag flagrant rule v…

In other communities, clicking a "downvote" button should open the modal for reporting rule violations, allowing the user to select the correct type.

Re: Request HN: Something nice for reaching 1000 karma

#33
post #29

I don't want people chasing karma here. I especially don't want to encourage it for something they can solve with one line in their user stylesheet. "Hackers", indeed. I became so troubled by my own reaction that I added a couple lines of CSS to disable the absolute counter in the corner of every page. That number is toxic. https://imgur.com/a/uPnW7bT

Why not share your CSS?

Re: Request HN: Something nice for reaching 1000 karma

#34
post #29

I don't want people chasing karma here. I especially don't want to encourage it for something they can solve with one line in their user stylesheet. "Hackers", indeed. I became so troubled by my own reaction that I added a couple lines of CSS to disable the absolute counter in the corner of every page. That number is toxic. https://imgur.com/a/uPnW7bT

Why not share your CSS?

Not sure if it still works: https://greasyfork.org/en/scripts/28820-hacker-news-hide-you...

Re: Request HN: Something nice for reaching 1000 karma

#36

Earlier quoted context omitted.

Why not share your CSS?

Not sure if it still works: https://greasyfork.org/en/scripts/28820-hacker-news-hide-you...

Oh, this is JavaScript. I was curious to see how ken was doing it with CSS. Thanks though. Your userscript does indeed still work.

Re: Request HN: Something nice for reaching 1000 karma

#38

Earlier quoted context omitted.

Not sure if it still works: https://greasyfork.org/en/scripts/28820-hacker-news-hide-you...

Oh, this is JavaScript. I was curious to see how ken was doing it with CSS. Thanks though. Your userscript does indeed still work.

Is this LightTable Chris Granger?

Re: Request HN: Something nice for reaching 1000 karma

#39
post #8

Do we really want people chasing karma on here? I'd be tempted to go the other way, and limit the visibility and usefulness of it. I.e., on user profiles just show "between 1-50 karma", "500+ karma".

Given that the content quality here is high, chasing karma could be a good thing, if it encourages additional high-quality, thought-provoking discussion. People should be rewarded for sharing content like that.

Isn't partaking in thought-provoking discussion reward enough?

This also seems like one of those things where Goodhart's law may apply.

Re: Request HN: Something nice for reaching 1000 karma

#40

Earlier quoted context omitted.

Not sure if it still works: https://greasyfork.org/en/scripts/28820-hacker-news-hide-you...

Oh, this is JavaScript. I was curious to see how ken was doing it with CSS. Thanks though. Your userscript does indeed still work.

Here's a CSS-only hacky version I threw together:

  #hnmain td td:last-child .pagetop {
    font-size: 0;
  }
  #hnmain td td:last-child .pagetop a {
    font-size: 10pt;
  }
  #hnmain td td:last-child .pagetop a:first-child::after {
    content: ' | ';
  }
Post reply on HN