Live data from Hacker News

Viewing profile — ponzao

ponzao

HN member
Joined
Sat, Dec 10, 2011, 10:29 AM UTC
HN karma
17
Public activity
15 items

About ponzao

No profile information was provided.

Recent public activity

  1. comment
    Comment #40383104

    This is very much a loaded question, but have you ever looked into the longetivity of the Californian Mormons, who as far as I know eat animal products?

  2. comment
    Comment #32151402

    You joke, but it has been going on for a while: The Global Influence of the Seventh-Day Adventist Church on Diet ( https://www.mdpi.com/2077-1444/9/9/251/htm ). And obviously as me…

  3. comment
    Comment #31249854

    Do you happen to have any idea if your g- and grandparents on the Indian side eat and or ate a lot of refined carbs like naan or white rice? Refined carbs being often called a mode…

  4. comment
    Comment #29259867

    I guess you are talking about life expectancy being way lower back in the day. Those numbers are massively skewed by infant mortality and so many other things (infections, complica…

  5. comment
    Comment #28875980

    A lot of people actually do follow them. If you check https://fns-prod.azureedge.net/sites/default/files/nutrient_... (from https://www.fns.usda.gov/nutrient-content-us-food-supply…

  6. comment
    Comment #28875938

    It isn't even just the trans fats in vegetable oils it is the amount of polyunsaturated fats (omega 3 & 6) which are present in amounts that are basically impossible to find in the…

  7. comment
    Comment #27005846

    That was my experience as well in London and very similar here in Helsinki, Finland.

  8. comment
    Comment #26463934

    Sorry are you agreeing or disagreeing with me? That Wikipedia article doesn't seem to cite very many studies. At least from my own perspective I can tell you that even after two ho…

  9. comment
    Comment #26454408

    T1D here who has a CGM, this is not true for me at all. Without _enough_ insulin on board spaghetti would start spiking my blood sugar ~20 minutes after consumption and the sky is …

  10. comment
    Comment #7076015

    I have it installed and I've even dabbled with it a bit, but I am looking for some task where it would shine compared to JVM languages.

  11. comment
    Comment #7075656

    Outside of web development any ideas what I could use it for (I am on Linux so it should run on Mono)? I've done quite a lot of web development on the JVM with Clojure, Scala and J…

  12. comment
    Comment #7075643

    That example is not quite equivalent, because now you are not passing `isEven` or `println` as arguments, you are passing anonymous functions that call `isEven` and `println`.

  13. comment
    Comment #7074863

    `sum` does not accept a function as a parameter, the original example had an `foreach` instead of `sum`. list filter isEven foreach println As a side note omitting that many commas…

  14. comment
    Comment #6893124

    > I really enjoyed programming in Clojure, especially 4clojure.com, an amazingly fun way to learn a new language. 4clojure.com is fun for learning basic syntax and problem solving,…

  15. comment
    Comment #5006664

    You are comparing an array of integers with an integer. You would want to do this instead: for (y 2) ...