Analyzing Hacker News Users’ Join Dates, Karma, and Profiles
breckyunits.com
Analyzing Hacker News Users’ Join Dates, Karma, and Profiles
1–10 of 22 posts
Re: Analyzing Hacker News Users’ Join Dates, Karma, and Profiles
#2Re: Analyzing Hacker News Users’ Join Dates, Karma, and Profiles
#3Re: Analyzing Hacker News Users’ Join Dates, Karma, and Profiles
#4Which is a great way to conduct research! Nice work.
This reminded me of my senior project in number theory, when I manipulated a large data set, wondering what I'd find. Eventually, I found quite a bit.
Also reminded me of this quote by Wernher von Braun:
"Basic research is what I am doing when I don't know what I'm doing."
Re: Analyzing Hacker News Users’ Join Dates, Karma, and Profiles
#5Re: Analyzing Hacker News Users’ Join Dates, Karma, and Profiles
#6Scatterplots are too dense!
Re: Analyzing Hacker News Users’ Join Dates, Karma, and Profiles
#7Karma is a function of time since joining, participation, and quality of contributions. And it starts at 1. 'Participation' can be determined by looking at contributions per length of time. Quality is average score of each submission -- separating it from participation is a useful way to extend this to a more complicated model taking into account the fact that people stop using HN. So the line of best fit should be something closer to 1 + t * q * p, or the sum of 1 + (t0 * q * p0) + .... (tn * q * pn) to describe folks who are off-and-on contributors.
Re: Analyzing Hacker News Users’ Join Dates, Karma, and Profiles
#8The interesting thing about karma.. I find that I can't/I get tired of posting insightful comments day after day..and take breaks and lurk..edw519 I don't know how you do it. I probably won't make the "leaders" (but I don't think its important)
I think that's the crux of it. Somebody could monitor all the various news sites and spend an hour a day here posting comments and stories and so forth, but I suspect most folks would rather spend that time doing something else.
That said, edw519 is a pretty cool guy.
Re: Analyzing Hacker News Users’ Join Dates, Karma, and Profiles
#9Which program did you use to produce the plots?