Live data from Hacker News

Viewing profile — umangsh

umangsh

HN member
Joined
Mon, Nov 30, 2020, 3:15 AM UTC
HN karma
104
Public activity
47 items

About umangsh

https://www.umangsh.com

Recent public activity

  1. comment
    Comment #42721995

    Most, if not all top results uploaded in the last 3 months, are AI generated. Not sure if there's a way to restrict searches to older, pre-AI content.

  2. story
  3. comment
    Comment #38860120

    Belief in "the science" akin to religious faith, is counter to the scientific method. Good science happens when the best scientist is wrong.

  4. comment
  5. comment
    Comment #35187506

    30B fp16 takes ~500 ms/token on M2 Max 96GB. Interestingly, that's the same performance as 65B q4 quantized. 65B fp16 is ungodly slow, ~300,000 ms/token on the same machine.

  6. comment
    Comment #34173739

    DRF ( https://www.django-rest-framework.org/ ) provides a lot of functionality out of the box for REST views. In addition, DRF braces ( https://django-rest-framework-braces.readthe…

  7. comment
    Comment #33868192

    Note: Article is from 2019. While the risk of nutritional deficiencies when tracking 1200 calories/day is higher, it's possible to make choices with whole foods that are satiating …

  8. comment
    Comment #33844390

    That's a great list! decouple ( https://pypi.org/project/python-decouple/ ) is a useful alternative for managing secrets. It converts values to the correct data type which is nice.…

  9. comment
    Comment #33795116

    Cool site, the sliders are super intuitive for exploration. I was pleasantly surprised to see Cauliflower rank high in Choline, it's more readily available from animal sources. Do …

  10. comment
    Comment #33792028

    Calcium can inhibit iron absorption. If your multi-vitamin has calcium, it likely won't have iron.

  11. comment
    Comment #33791733

    Besides Iron and Zinc - keep an eye on daily intake for Magnesium, Potassium and Calcium. I wasn't happy with the increasing number of supplements in my diet, so I set out to hit d…

  12. story
  13. comment
    Comment #33500715

    https://www.tesla.com/blog/secret-tesla-motors-master-plan-j... (2006) https://www.tesla.com/blog/master-plan-part-deux (2016)

  14. comment
    Comment #33024486

    > You also get to see what foods have what, it’s interesting. Like how one little prickly pear has 200% of your vitamin E needs. Do you have a source for this (USDA FDC data and go…

  15. comment
    Comment #33024214

    Besides Magnesium, Vit D and Zinc, Potassium and Calcium are other micro-nutrients that affected general well-being for me. Both have relatively high daily RDIs (Potassium - 4700mg…

  16. comment
    Comment #32829560

    I really enjoyed the article. I've several personal apps, and as with home cooked meals, I've a favorite 'home-cooked app' that I iterate on more than others. Famnom evolved from s…

  17. comment
    Comment #32796740

    https://github.com/django/django Django's codebase is a pleasure to read. The directory structure is intuitive to navigate, and test coverage is great.

  18. comment
    Comment #32731379

    FDA RDIs are useful as an average guideline imo, while individual acceptable limits can vary. 2300 mg/day ( https://www.accessdata.fda.gov/scripts/cdrh/cfdocs/cfcfr/cfr... ) Sodium…

  19. comment
    Comment #32694604

    Liver is a nutrient powerhouse! Chicken, beef, lamb liver all good choices in moderation. However, few are unsafe for consumption even in small quantities - https://www.nature.com/…

  20. comment
    Comment #32692543

    FDA RDIs ( https://www.fda.gov/media/99069/download ): - Vitamin B6: 1.7mg - Vitamin B12: 2.4mcg The study uses 100mg Vitamin B6 (~60x RDI) and 1000mcg Vitamin B12 (~417x RDI) for …

  21. comment
    Comment #32610840

    Just moved a django app from heroku hobby to fly.io. flyctl CLI, the documentation was super easy to work with. Fly.io Trial Plan is a decent alternative for Heroku hobby dynos (SS…

  22. comment
    Comment #32322691

    Famnom's ( https://www.famnom.com ) MealPlanner allows meal planning for families optimizing for available foods / recipes in the kitchen, nutrition preferences (customizable) and …

  23. comment
    Comment #32216622

    Flutter worked really well for Famnom ( https://news.ycombinator.com/item?id=32204944 ). Write once - run anywhere, solid documentation, rich plugins and libraries (for e.g state m…

  24. comment
    Comment #32209872

    "The Oracle" sounds like a cool feature!

  25. comment
    Comment #32209508

    Thanks! MealPlanner generates suggestions through a constraint programming solver, taking into account any foods consumed earlier in the day. The home page tracker shows nutrient c…