Live data from Hacker News

Viewing profile — stevedt

stevedt

HN member
Joined
Fri, Mar 22, 2013, 7:07 PM UTC
HN karma
43
Public activity
20 items

About stevedt

No profile information was provided.

Recent public activity

  1. comment
    Comment #48662761

    https://pmc.ncbi.nlm.nih.gov/articles/PMC8541492/

  2. comment
  3. 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?

  4. 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…

  5. comment
    Comment #25142083

    https://image3.slideserve.com/6300839/cumulative-distributio... this says 10% of the people drink 60% of the alcohol

  6. 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…

  7. 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.

  8. comment
    Comment #19615248

    https://www.sfchronicle.com/chronicle_vault/article/When-WWI... https://www.eastbayexpress.com/oakland/hidden-monuments-to-r...

  9. 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…

  10. 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.

  11. comment
    Comment #14745281

    https://en.wikipedia.org/wiki/General_Motors_streetcar_consp... Auto, tire and oil companies had an affect in some places.

  12. 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…

  13. comment
    Comment #13616360

    In California you can turn left on red from a one-way to a one-way street.

  14. 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 …

  15. 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, …

  16. 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…

  17. 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…

  18. 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…

  19. comment
    Comment #8721427

    prefer hash.fetch(:key) over hash[:key]. fetch raises NoKeyError if key not in hash.

  20. 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…