Ask PG: What is the running-total (summation) of all our Karma as users of HN?

I had to ask.

  •     > (sum [karma _] (users)) 
        1632636 
    
    This may be a slight undercount, because users are lazily loaded. But most with significant karma would be loaded at this point.

  • Now that the question has been asked, mean and median would be interesting. (And histograms and... :-)

  • Slightly related question: Is it possible to separate the karma from comments from karma earned from posts? I'd imagine most users earn their karma from one or the other and rarely both.