Live data from Hacker News

Viewing profile — pangram

pangram

HN member
Joined
Sat, Oct 30, 2010, 7:06 AM UTC
HN karma
135
Public activity
81 items

About pangram

No profile information was provided.

Recent public activity

  1. comment
    Comment #17551209

    May I ask why Go was picked as the implementation language?

  2. comment
    Comment #10566632

    I'm not sure that whether the individual believes there is a reward is relevant. Example: atheist terrorists -- atheistic suicide bomber, say -- would be heroic because they don't …

  3. comment
    Comment #9595444

    Why do you find the Aeropress inconvenient to clean? I just dump the "hockey puck" of grounds into the trash. IMHO it's easier than a french press by a long shot.

  4. comment
    Comment #9261944

    You're aware of core.typed? If not, take a look -- it provides type checking / induction on Clojure code.

  5. comment
    Comment #8747287

    We switched from DO to Linode a few months ago. I think DO is great, but three things convinced us to move over to Linode. 1) lack of robust logging, 2) we'd get intermittent conne…

  6. comment
    Comment #8094594

    Yeah, I was surprised by the fact that such a short duration of exercise (11 minutes of exercise twice / week) could have such a large impact on health. I wish there were more deta…

  7. comment
    Comment #7885496

    My cofounder and I were rejected by YC last year. YC provided great feedback, and we took it into consideration, but decided we still thought the idea was solid. We kept looking fo…

  8. comment
    Comment #7724473

    Ideally you'd want to make it adaptive based on a variety of economic metrics -- set it to a particular level, watch the effects on the economy, and then adjust for the next year.

  9. comment
    Comment #7610209

    That could be caused by the routing, as well, though -- are the servers in the same approximate geographical location?

  10. comment
    Comment #7284404

    Not free, but I would suspect that paying electronically is at least a magnitude less impactful on the environment. That checkbook had to be produced, shipped to the bank, mailed t…

  11. comment
    Comment #7086850

    Convenience, mostly -- with an electric kettle you can just hit a button and when it pops back it's ready. Also, if you happen to get involved with something and forget about the k…

  12. comment
    Comment #5415336

    Of course, the other possible conclusion from positing that drugs == fast food is that drugs should be legal.

  13. comment
    Comment #5302841

    I think Psyco was a separate code base, and not an actual progenitor of PyPy.

  14. comment
    Comment #4288927

    Yeah, I keep my blog posts in text files via git, and just push up to my server using XMLRPC. https://github.com/brool/wordpress-shuffle

  15. comment
    Comment #4169285

    It's manufactured (mostly) in the United States, which is probably pushing up the price some. http://www.nytimes.com/2012/06/28/technology/google-and-othe...

  16. comment
    Comment #4103132

    They assume an upper limit with 100% efficient conversion of matter to energy, so changing the energy production method shouldn't make a material difference. EDIT/UPDATE: Realized …

  17. comment
    Comment #4046318

    There are a variety of techniques to reduce the dimensionality of data (i.e., Principal Component Analysis, among other ways), and you can get better results sometimes by running K…

  18. comment
    Comment #3830252

    Presumably, if you exercise then you'll have more days total in which to be productive (that is, you'll live longer)!

  19. comment
    Comment #3758236

    It definitely happens; here's a case from last year that the ACLU was looking at: http://www.aclu.org/blog/technology-and-liberty/want-job-pas... The insidious thing about this is …

  20. comment
    Comment #3618984

    Dating does suck, absolutely. But fundamentally it's a numbers game -- the more people you meet, the more likely that you'll find someone that you're compatible with on enough leve…

  21. comment
    Comment #3599712

    Fair enough. Might I suggest you put a comment to the effect of "indexes are a work in progress" in the README for now? Would help users that just run into it on Github randomly.

  22. comment
    Comment #3599624

    A few more features would make it useful for prototyping. The README says that it uses indexes to speed up queries, but it doesn't, at least not in current HEAD (05786eada4); it al…

  23. comment
    Comment #3582894

    Based on a paper in 2007: http://allegro.mit.edu/pubs/posted/journal/2007-erez-trott-w... Patent: http://www.google.com/patents/US8023570

  24. comment
    Comment #3582880

    This is exactly my issue with stack-based languages as well; i.e., '(f g h)' vs. '(f (g h))' are pretty easy to distinguish, but both of those would be an identical 'h g f' in a st…

  25. comment
    Comment #3582878

    This is exactly my issue with stack-based languages as well; i.e., '(f g h)' vs. '(f (g h))' are pretty easy to distinguish, but both of those would be an identical 'h g f' in a st…