Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
umangsh
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
YouTube search results full of AI slop
(youtube.com)
1 points
by
umangsh
2y ago
|
1 comments
2.
▲
by
umangsh
2y ago
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.
3.
▲
by
umangsh
3y ago
Belief in "the science" akin to religious faith, is counter to the scientific method. Good science happens when the best scientist is wrong.
4.
▲
by
umangsh
4y ago
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.
5.
▲
by
umangsh
4y ago
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.readthedocs.io/en/lates... ) hel
6.
▲
by
umangsh
4y ago
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 and satisfy daily micro-nutrient requirements desp
7.
▲
by
umangsh
4y ago
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. Another detail that matters
8.
▲
by
umangsh
4y ago
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 the portion sizes differ for each item? Eggs have 7.6x
9.
▲
by
umangsh
4y ago
Calcium can inhibit iron absorption. If your multi-vitamin has calcium, it likely won't have iron.
10.
▲
by
umangsh
4y ago
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 daily RDIs on macro and micro-nutrients without any supp
11.
▲
by
umangsh
4y ago
https://www.tesla.com/blog/secret-tesla-motors-master-plan-j... (2006) https://www.tesla.com/blog/master-plan-part-deux (2016)
12.
▲
by
umangsh
4y ago
> 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 google-fu don't concur)? I'd love to have alterna
13.
▲
by
umangsh
4y ago
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/day, and Calcium - 1300mg/day for adults) which c
14.
▲
by
umangsh
4y ago
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 spreadsheets, to python scripts, to a web
15.
▲
by
umangsh
4y ago
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.
16.
▲
by
umangsh
4y ago
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 is not that hard to
17.
▲
by
umangsh
4y ago
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/articles/164530a0
18.
▲
by
umangsh
4y ago
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 a month. High doses have been previ
19.
▲
by
umangsh
4y ago
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 (SSL certs through Let's Encrypt was a pleasant surprise).
20.
▲
by
umangsh
4y ago
Famnom's ( https://www.famnom.com ) MealPlanner allows meal planning for families optimizing for available foods / recipes in the kitchen, nutrition preferences (customizable) and taste preferences (customizable) (no sho
21.
▲
by
umangsh
4y ago
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 management through https://bloclibr
22.
▲
by
umangsh
4y ago
"The Oracle" sounds like a cool feature!
23.
▲
by
umangsh
4y ago
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 consumption (and deficits) for the day.
24.
▲
by
umangsh
4y ago
Demo account WIP. https://github.com/umangsh/famnom README has sample user journeys that may be helpful in the meantime.
25.
▲
by
umangsh
4y ago
> Some changes that more-or-less stuck: - More sun for Vitamin D - More Avocados - Omega-3 from fish oil - Nutritional Yeast for B Vitamins - More greens (especially for magnesium) - Spinach in smoothies - Less sugars, carbs, and bread -
26.
▲
by
umangsh
4y ago
Noted, thanks for the feedback. A demo account would be useful.
27.
▲
by
umangsh
4y ago
Absolutely open to contributions :). Didn't pay attention to licensing yet, will look at options.
28.
▲
by
umangsh
4y ago
Thanks!
29.
▲
by
umangsh
4y ago
Data is sourced from USDA, and it's updated every six months. Whole hog ingestion happens here: https://github.com/umangsh/famnom/blob/main/nutrition_tracke...
30.
▲
by
umangsh
4y ago
Your point about nutritional variability with location and time is valid. USDA periodically refreshes nutritional information for a variety of foods ( https://fdc.nal.usda.gov/log.html ) and provides location data for collect
More ›