Viewing profile — stevedt
stevedt
HN member- Joined
- Fri, Mar 22, 2013, 7:07 PM UTC
- HN karma
- 43
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About stevedt
No profile information was provided.
Recent public activity
-
comment
Comment #48662761
https://pmc.ncbi.nlm.nih.gov/articles/PMC8541492/
- comment
-
comment
Comment #38193276
> you lose muscle faster due to low protein during the fasting period if this is the reason, then wouldn't adjusting your macros to ensure enough protein mitigate this?
-
comment
Comment #29958978
https://www.healthline.com/nutrition/the-5-2-diet-guide FTA: It’s called the 5:2 diet because five days of the week are normal eating days, while the other two restrict calories to…
-
comment
Comment #25142083
https://image3.slideserve.com/6300839/cumulative-distributio... this says 10% of the people drink 60% of the alcohol
-
comment
Comment #22099464
While not everyone is a fan of Jared Diamond, see: https://www.enotes.com/topics/guns-germs-steel Infectious diseases often arise when humans live in large groups with their animal…
-
comment
Comment #19767503
> Rem sleep occurs in the last two hours of an 8 hour sleep. Slight quibble: the fraction of REM sleep in each sleep cycle is highest during the last sleep cycle of the night.
-
comment
Comment #19615248
https://www.sfchronicle.com/chronicle_vault/article/When-WWI... https://www.eastbayexpress.com/oakland/hidden-monuments-to-r...
-
comment
Comment #18426973
https://en.wikipedia.org/wiki/Menthol FTA: Menthol has local anesthetic and counterirritant qualities, and it is widely used to relieve minor throat irritation. This makes it easie…
-
comment
Comment #14770203
But in Ruby only false and nil are "falsey", so unless the variable was accidentally set to false (not impossible) the construct behaves as an initializer.
-
comment
Comment #14745281
https://en.wikipedia.org/wiki/General_Motors_streetcar_consp... Auto, tire and oil companies had an affect in some places.
-
comment
Comment #14604492
Just my anecdotal experience: the people who should be coding will find a way to start coding. The barrier to entry is so low -- talking about learning to code, not necessarily fin…
-
comment
Comment #13616360
In California you can turn left on red from a one-way to a one-way street.
-
story
Ask HN: How bad is this survey's security?
I am a participant in a longitudinal study. Periodically I am asked to answer questions in an online survey that: - verifies my info (address, phone, email) - verifies my contacts …
-
comment
Comment #12463212
I Googled "islands accelerate genetic changes" and the results show stuff like: The restricted scale, isolation, and sharp boundaries of islands create unique selective pressures, …
-
comment
Comment #12061863
Perhaps a better tag line would be "duplication is far cheaper than a bad abstraction". The take-away from the article for me is if subsequent activity (the changes requiring param…
-
comment
Comment #10974915
But how your body reacts to food has an effect on how hungry you get. It's easier to eat fewer calories if you aren't as hungry. And the whole point of the article is that we diffe…
-
comment
Comment #10186194
I was in the ER with what I expected was (and turned out to be kidney stones). I was stunned when the doctor's first question was something like "what is your expected outcome of t…
-
comment
Comment #8721427
prefer hash.fetch(:key) over hash[:key]. fetch raises NoKeyError if key not in hash.
-
comment
Comment #5597075
More generally, when you are coordinating activity with others. If the code being deployed requires announcements to users, Help Desk people, changes to other applications, changes…