Live data from Hacker News

Show HN: Nutrepedia – Nutrition info in 29 locales built with Clojure and Htmx

nutrepedia.com

11–20 of 35 posts

Re: Show HN: Nutrepedia – Nutrition info in 29 locales built with Clojure and Htmx

#14

Is there a way to set the default unit? I'd prefer to see the information per 100g by default (instead using random units).

thanks for the feedback. That's a good suggestion. I will be adding some tweaks soon for improved unit handling. Also another idea I had that I want to implement is being able to compare several foods side by side in a split view (on desktop or tablet landscape modes).

Re: Show HN: Nutrepedia – Nutrition info in 29 locales built with Clojure and Htmx

#15
post #7

Hi HN, I'm Jovan. I've been building Nutrepedia part-time from Monterrey, Mexico. It's a multilingual nutrition reference site: 1,635 foods rendered into 47,415 localized pages across 29 regional locales. Each page has nutrition facts, localized names, portion terms, regional routing, imagery, and short food context. The stack is Clojure, HTTP-Kit, Compojure, Hiccup, HTMX, and Postgres. Postgres handles the food data…

cool projects. bear in mind some languages like Spanish are spoken across different countries. German for example is spoken in Germany, Austria and Switzerland. Using the Germany flag is misleading.

Re: Show HN: Nutrepedia – Nutrition info in 29 locales built with Clojure and Htmx

#17
post #15
post #7

Hi HN, I'm Jovan. I've been building Nutrepedia part-time from Monterrey, Mexico. It's a multilingual nutrition reference site: 1,635 foods rendered into 47,415 localized pages across 29 regional locales. Each page has nutrition facts, localized names, portion terms, regional routing, imagery, and short food context. The stack is Clojure, HTTP-Kit, Compojure, Hiccup, HTMX, and Postgres. Postgres handles the food data…

cool projects. bear in mind some languages like Spanish are spoken across different countries. German for example is spoken in Germany, Austria and Switzerland. Using the Germany flag is misleading.

[flagged]

Re: Show HN: Nutrepedia – Nutrition info in 29 locales built with Clojure and Htmx

#18

The search seems a bit weird. A search for salmon includes almonds in the results, and a search for spinach includes Tahitian taro.

Thanks for the feedback. Currently in addition to fuzzy matching the search system will match against synonyms broadly, so some unintended leafy greens would match Spinach as in your example results. I'll have to tweak the fuzzy matching a bit.
Post reply on HN