KPn = Karma for nth submission KCm = Karma for mth comment Karma = [SUM(KP1,KP2,..KPn) - n] + ROUND[0.5x(SUM(KC1,KC2...KCm) - m)]
Is the YC News Karma formula this simple?
11–20 of 26 posts
Re: Is the YC News Karma formula this simple?
#12Earlier quoted context omitted.
How do you actually vote down someone's comment or post? I don't see a downward-pointing triangle, so I thought a only a super-user could do it. Am I missing something?
I believe you have to have a certain amount of karma. Not much, though, since I can see it with less than 20 karma.
Re: Is the YC News Karma formula this simple?
#13KPn = Karma for nth submission KCm = Karma for mth comment Karma = [SUM(KP1,KP2,..KPn) - n] + ROUND[0.5x(SUM(KC1,KC2...KCm) - m)]
I always get one karma point per comment point above 1. What's the basis for the 0.5 factor?
If comments were given more weight tending towards that of submissions, people would have trouble moving onto the next submission, in the process of accumulating karma. I am sure YC wants people to add value through new/novel submissions.
Re: Is the YC News Karma formula this simple?
#14Earlier quoted context omitted.
I always get one karma point per comment point above 1. What's the basis for the 0.5 factor?
Simple answer - Submissions are more important than Comments for News.YC ;-). If comments were given more weight tending towards that of submissions, people would have trouble moving onto the next submission, in the process of accumulating karma. I am sure YC wants people to add value through new/novel submissions.
I wasn't sure on this, but I didn't think it was straight 1 point so the 0.5 might be right, I am sure other people have more evidence.
Re: Is the YC News Karma formula this simple?
#15KPn = Karma for nth submission KCm = Karma for mth comment Karma = [SUM(KP1,KP2,..KPn) - n] + ROUND[0.5x(SUM(KC1,KC2...KCm) - m)]
Karma = [SUM(KP1,KP2,..KPn) - n] + ROUND0[0.5x((KC1,KC2...KCm) - m)]
I changed ROUND to ROUND0 where ROUND0 always returns 0 or more. Is there a math way of representing that, that I cant remember?
Re: Is the YC News Karma formula this simple?
#16KPn = Karma for nth submission KCm = Karma for mth comment Karma = [SUM(KP1,KP2,..KPn) - n] + ROUND[0.5x(SUM(KC1,KC2...KCm) - m)]
Do karma point ever go negative? If they dont (which is my view) then the sum of comments is rounded to 0 if less than 0. Karma = [SUM(KP1,KP2,..KPn) - n] + ROUND0[0.5x((KC1,KC2...KCm) - m)] I changed ROUND to ROUND0 where ROUND0 always returns 0 or more. Is there a math way of representing that, that I cant remember?
Re: Is the YC News Karma formula this simple?
#17Earlier quoted context omitted.
Simple answer - Submissions are more important than Comments for News.YC ;-). If comments were given more weight tending towards that of submissions, people would have trouble moving onto the next submission, in the process of accumulating karma. I am sure YC wants people to add value through new/novel submissions.
I think aston means that he thinks he gets a full point for his comment, Not what the justification of the 0.5 factor is. I wasn't sure on this, but I didn't think it was straight 1 point so the 0.5 might be right, I am sure other people have more evidence.
My friend, up-voted me once each for two separate comments, but my Karma remained the same. As a matter of fact, I observed something similar with the submissions as well. This could imply the following -
1. Karma calculation is not interrupt driven, but its timeout based (I probably hadn't waited long enough!) OR
2. The weight for the comments (/submissions?) could be a function of user Karma, with an average of 0.5 (I probably did wait long enough!) OR
3. My friend's up-voting was suspicious (Highly doubt it!!)
My bet is on 1 and/or 3.
Re: Is the YC News Karma formula this simple?
#18KPn = Karma for nth submission KCm = Karma for mth comment Karma = [SUM(KP1,KP2,..KPn) - n] + ROUND[0.5x(SUM(KC1,KC2...KCm) - m)]
I always get one karma point per comment point above 1. What's the basis for the 0.5 factor?
Re: Is the YC News Karma formula this simple?
#19Re: Is the YC News Karma formula this simple?
#20Earlier quoted context omitted.
I think aston means that he thinks he gets a full point for his comment, Not what the justification of the 0.5 factor is. I wasn't sure on this, but I didn't think it was straight 1 point so the 0.5 might be right, I am sure other people have more evidence.
Sorry about that aston and immad. Even I believe its not 0.5 deterministically, but I think it averages to 0.5. The system appears far more adaptive/dynamic than a completely deterministic model as suggested by the formula. But again, its a model. My friend, up-voted me once each for two separate comments, but my Karma remained the same. As a matter of fact, I observed something similar with the submissions as well.…