Live data from Hacker News

Hacker News Karma Tracker

hn-karma-tracker.herokuapp.com

1–10 of 100 posts

Re: Hacker News Karma Tracker

#2
Why are the usernames case sensitive?

michaelapproved is not a valid username when searching but MichaelApproved is. Does HN allow for different case usernames or is it something that was overlooked during development of the search feature?

Re: Hacker News Karma Tracker

#3

Why are the usernames case sensitive? michaelapproved is not a valid username when searching but MichaelApproved is. Does HN allow for different case usernames or is it something that was overlooked during development of the search feature?

HN overall has case-sensitive usernames. Drove me batty until I figured it out. You can ask pg why he went with that particular design choice.

Re: Hacker News Karma Tracker

#7
post #3

Why are the usernames case sensitive? michaelapproved is not a valid username when searching but MichaelApproved is. Does HN allow for different case usernames or is it something that was overlooked during development of the search feature?

HN overall has case-sensitive usernames. Drove me batty until I figured it out. You can ask pg why he went with that particular design choice.

Maybe there's no database and it's all just stored as files on a unix file system, thus inheriting the case sensitiveness.

Re: Hacker News Karma Tracker

#8

Is there an extension that will hide my karma from me? I habitually glance at it and it does me no good, it's just noise.

I've got a user CSS file that just colors that text the same color as the header. It's not perfect - for instance right now I'm on my iPad (no browser extensions) and I can see it - but it sure helps.

Re: Hacker News Karma Tracker

#9
This is a cool website. I was wondering about some kind of ranking system like this.

> Speed percentile: 98.82%

While I have to acknowledge that some instinctive/animalistic part of me is excited at being in this percentile, it also prompts me to remember that karma is effectively worthless and I really need to get busy on class work and research...

It's really strange the impact something silly like karma has, because I tell myself I'm above accumulating imaginary points on the internet, but obviously, I don't seem to be.

In some ways, it's curious. My highest rated comments aren't what I would consider my best. Instead, they are ones that appeal to a wide audience with some kind of emotional (rather than technical) insight. My last comment, a quip about about how every programmer thinks they're the best, was worth 64 points. However, a detailed post I wrote on molecular dynamics simulation where I fact-checked and reviewed the literature was only worth 3 points. Go figure.

EDIT: After thinking about it some more, I've decided karma isn't entirely worthless in real life. It is a metric that lets you know how well other people like your written work. Over time, I've slowly come to realize what will get upvoted and what will not. This ability could have interesting repercussions in the way I write about my research, or the way that I craft something like grant or fellowship applications. Every person is different, but posting on HN reveals to me that, in the aggregate, there are certain things you can say that have a certain appeal to others, and the capacity to recognize this could in fact be useful in many life situations.

Re: Hacker News Karma Tracker

#10
post #3

Earlier quoted context omitted.

HN overall has case-sensitive usernames. Drove me batty until I figured it out. You can ask pg why he went with that particular design choice.

Maybe there's no database and it's all just stored as files on a unix file system, thus inheriting the case sensitiveness.

Usernames could still be normalized to lower (or upper) case before creating/reading/writing the file. (Admittedly, the simplest method is without doing this.)
Post reply on HN