Live data from Hacker News

Viewing profile — MooMooMilkParty

MooMooMilkParty

HN member
Joined
Wed, Mar 30, 2016, 8:09 PM UTC
HN karma
143
Public activity
32 items

About MooMooMilkParty

No profile information was provided.

Recent public activity

  1. comment
    Comment #37181194

    There is actually an energy cost to evaporation which takes some of that energy: https://en.wikipedia.org/wiki/Enthalpy_of_vaporization So, this, as well as ocean mixing is how the…

  2. comment
    Comment #37181101

    Not a dumb question at all! The main reason is because there is much more land mass in the northern hemisphere than in the southern, and land tends to heat up more than ocean. You …

  3. comment
    Comment #36134784

    Yes, absolutely. Most climate models run on supercomputers, same with molecular dynamics, large scale fluid dynamics, energy systems simulations and of course a whole lot of weapon…

  4. comment
    Comment #33074167

    Related I also gotta recommend "Uncommon Carriers" by John McPhee. It's got a chapter that follows a barge operator on the Illinois river that's pretty great.

  5. comment
    Comment #32671520

    I love a good cynical take as much as the next HN reader, but as a researcher working in the environmental/climate space many of us are using these words because the are true . Sur…

  6. comment
    Comment #32158217

    Also worth reading, and considerably more up to date, is Science Be Dammed. https://uapress.arizona.edu/book/science-be-dammed

  7. comment
    Comment #32158118

    Just adding to this, not far south of Las Vegas the Central Arizona Project is a rather large canal (so not exactly a pipeline but close enough) which transports Colorado River wat…

  8. comment
    Comment #27003625

    My guess is if you're posting here you're not necessarily the target market for this product. You might be better with just a Sawyer squeeze or other off the shelf filter. If you'r…

  9. comment
    Comment #26963733

    You can get a copy at the lead author's website: http://www.jasechko.com/papers.html Edit: Or, here's the direct link: http://science.sciencemag.org/cgi/content/full/372/6540/418?.…

  10. comment
    Comment #23788750

    Scientific computing is what I would be interested in for these types of hardware.

  11. comment
    Comment #23163154

    I'm a little bit curious here. My understanding is that the wave function has complex values and the "state" is described by the wave function times its complex conjugate. Couldn't…

  12. comment
    Comment #23144920

    Posting this verbatim from my reddit comment, but I ran a few quick fits and the (arbitrarily scaled) Planck distribution looks better than standard fits of some other distribution…

  13. comment
    Comment #20418465

    Aha! As far as persisting calculations, this makes sense. I guess in my head I was thinking "pure" data where everything opened was precomputed. Forgive my ignorance about database…

  14. comment
    Comment #20418380

    You're blowing my mind here a little bit. I don't use MySQL but do use Excel and the R/Python data science stacks quite a bit. I regularly open data with tens or even hundreds of t…

  15. comment
    Comment #16436192

    I hope this capability gets to maturity. It consistently seems like anything I want in a language is in progress in Julia; new scientists in 15 years are going to be very spoiled i…

  16. comment
    Comment #16436143

    I'm curious about your last statement. I guess I'd be considered a night owl by most people, and certainly have poor sleep hygiene in the eyes of early birds, but I find myself mos…

  17. story
    Ask HN: What tools should I learn to make explorable explanations?

    Primarily I'm interested in making things like Bret Victor and Nicky Case, but with an emphasis in my area of work. My background is in computational Earth sciences, and I mostly u…

  18. comment
    Comment #15422737

    Not really. The point of the Ng quote is essentially: We don't have the technology to populate Mars -> We can't overpopulate Mars. and We don't have the technology to create sentie…

  19. comment
    Comment #15290759

    I wish I could find the source for this, but I remember reading that Gauss idolized Newton for his style. From what Gauss (and a tiny bit of Newton) I have read, it seems like he d…

  20. comment
    Comment #14897762

    > I don't know how anybody can take models like this seriously. It's about as valid as any of these economists models. Hell, it is partly an economic model. There is a huge variety…

  21. comment
    Comment #14532924

    I've used his differential-line repo to make some wall art for my apartment, it's some beautiful stuff: http://imgur.com/a/BoKdy Repo at: https://github.com/inconvergent/differenti…

  22. comment
    Comment #14030106

    I think one of the hard things about academia (by ways of "pure research"), is measuring impacts. In some positions there are metrics which are more representative of real progress…

  23. comment
    Comment #13686048

    Good call on going pure python. To take this a bit further I made your changes and used numba with @jit(nopython=True, cache=True), for some interesting results. If I do include th…

  24. comment
    Comment #13685141

    Masakage knives: http://masakageknives.com/ There are many other makers of kitchen knives that are comparable to Masakage knives, but if someone who was serious about cooking asked…

  25. comment
    Comment #13684774

    I wrote up a small script to test this out for python (at bottom of this post). The results on my laptop are about 8.0 seconds for unsorted and 7.6 seconds for the sorted version. …