Viewing profile — ponzao
ponzao
HN member- Joined
- Sat, Dec 10, 2011, 10:29 AM UTC
- HN karma
- 17
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About ponzao
No profile information was provided.
Recent public activity
-
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?
-
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…
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #27005846
That was my experience as well in London and very similar here in Helsinki, Finland.
-
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…
-
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 …
-
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.
-
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…
-
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`.
-
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…
-
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,…
-
comment
Comment #5006664
You are comparing an array of integers with an integer. You would want to do this instead: for (y 2) ...