←back to thread

600 points codetrotter | 5 comments | | HN request time: 1.083s | source
Show context
MasterYoda ◴[] No.35466237[source]
What does karma do on hn? What "extra" do you get with higher karma and at which levels?
replies(1): >>35466454 #
1. dredmorbius ◴[] No.35466454[source]
Not much.

dang explains most of the privileges / thresholds in various comments over the years:

Karma > 30 enables flagging and vouching privileges on posts and comments. <https://news.ycombinator.com/item?id=14697607> & <https://news.ycombinator.com/item?id=24134548>.

Karma > 500 enables downvotes on comments. <https://news.ycombinator.com/item?id=10224653> (Posts cannot be downvoted.)

Sufficiently negative karma causes an account's comments to be autokilled. Threshold not specified. <https://news.ycombinator.com/item?id=16409493> (Profiles can also be banned specifically by moderators, e.g., <https://news.ycombinator.com/item?id=35426426>.)

The 100 profiles with the highest karma are listed on the leaders page: <https://news.ycombinator.com/leaders>. Currently the 100th-ranked profile has 40,270 karma. There's no special privilege other than being listed, no member lounge or secret handshake.

(You can figure out most of this by searching for dang's comments with appropriate keywords, e.g., "by:dang karma threshold", which turns up most of these. I'd also looked for "vouch", "downvote", and "flag" specifically. <https://hn.algolia.com/?dateRange=all&page=0&prefix=true&que...>)

replies(2): >>35468765 #>>35473693 #
2. gus_massa ◴[] No.35468765[source]
I agree. There is an unofficial list of undocumented features maintained by minimaxir https://github.com/minimaxir/hacker-news-undocumented
replies(1): >>35474396 #
3. dang ◴[] No.35473693[source]
After 250 you can also set your topcolor.

https://web.archive.org/web/20080115223854/http://ycombinato...

replies(1): >>35474194 #
4. dredmorbius ◴[] No.35474194[source]
Or with no limit given a CSS manager / mangler :P

Dred's HN CSS Madhackery: <https://pastebin.com/gLXiqKyd>

Dred's HN CSS Madhackery -- Dark Mode: <https://pastebin.com/6PF3dCXH>

Recent local tweak highlights mod comments as well:

  /* Highlight mod(s) */
  .comhead .hnuser[href="user?id=dang"],
  .comhead a:link.hnuser[href="user?id=dang"] {
      color: #ff6600;
      color: #dd5500;
  }
I'm aware that HN prefers to deprecate author over message. I disagree with that somewhat --- context, authority, identity, and reputation matter. Note that HN does distinguish new ("green") profiles.

The other HN superpower, available to anyone with an email account regardless of karma, is to email the mods. That's how I started interacting with dang, and still do generally a few times per week/month, mostly for mundane stuff (titles, link disambiguation), occasionally to vouch killed stories, or to point out spammish or hostile behaviour (rarely on the last, flags really do most of the work here).

5. dredmorbius ◴[] No.35474396[source]
That's a really good list, thanks!

(I'm familiar with ... all or nearly all of it, but a one-stop-shop for HN features and behaviours is quite useful.)

The points= parameter is quite useful, and one I'd either not known or forgotten. E.g., posts with >100 votes: <https://news.ycombinator.com/over?points=100>