r/mynetdiary

1248 daily calories

I’m surprised that my calorie allowance has dipped to only 1248 a day with no cycling. This seems far too low. I train 6 times a week for triathlons and have the exercise calories added at 75% but I’ll be starving and not able to train properly on this amount. Anyone had the same or can give advice?

reddit.com
u/spanner877 — 5 days ago

If you have a 9-5 job and keep falling off your diet, try this one trick

I coach busy professionals online and the #1 reason they fail is decision fatigue. They come home from work exhausted and the last thing they want to do is figure out what to eat.

The fix: Pick 3 "default meals," one breakfast, one lunch, one dinner, that you can rotate without thinking. You don't have to eat them every day, but on your worst, most exhausted days, you have a default that keeps you on track.

My clients who do this lose weight consistently even during their busiest work weeks. Hope this helps someone!

reddit.com
u/CoachKev_Ifitness — 6 days ago

How do you guys calculate calories??

My net diary shows me that my maintenance calories are 1856 calories per day. I am 4’11, 23 years old, female and 110lbs. This number seems extremely high? I have it set to sedentary. To reach my goal it tells me to eat at 1400 calories per day. I’m just wondering if I’ll be making any progress :(

reddit.com
u/TalkImpressive8563 — 7 days ago
▲ 0 r/mynetdiary+1 crossposts

I built Oja — a self-hosted calorie tracker that reads food photos straight from an Immich album

I self-host Immich and end up photographing most of my meals anyway, so I built a small app that turns that habit into an automatic calorie log.

The idea: point Oja at an Immich album (say, "Food"). When a new photo shows up there, Oja sends it to a vision LLM, gets back the dish + estimated calories and macros, and logs it. No manual entry, no separate app — your Immich library is the input.

How it works

  • Make an album in Immich and drop food photos into it
  • Oja polls the album on a schedule and reads new images through the Immich API — read-only, it never modifies your library
  • A vision model estimates kcal + protein/carbs/fat per item

Fix estimates by just talking to it
The AI guess is never perfect, so you correct it in plain English instead of fiddling with number fields:

  • "I only had about 80% of this" → it scales the calories and macros down
  • "no rice, and double the chicken" → it re-estimates the meal
  • or just toggle a meal in/out of the day's total

Bring your own model — including local
No built-in AI service, no account. You choose the vision model:

  • Or any OpenAI-compatible / Anthropic / Gemini endpoint if you prefer hosted

Your API key stays server-side and the image is proxied through Oja — it's never exposed to the browser.

Self-hosting

  • Single Docker image, docker compose up, browser setup wizard (no config files to start)
  • SQLite by default, optional Postgres
  • Non-root container, no telemetry, MIT licensed

It's early (v0.1.0) and the estimates are only as good as the model you feed it — but for "roughly how much was that," it's been genuinely useful, and reusing photos I already take means I actually stick with it.

Code: https://github.com/sarworld/Oja
Docs: https://docs.ojatracker.com

Would love feedback, especially on what'd make it more useful for your setup.

u/darc_knigh — 10 days ago
▲ 6 r/mynetdiary+1 crossposts

How do you track nutrition for homemade meals?

I've been cooking a lot at home recently to try to eat healthier. For those who cook most of their meals at home, what's your process for tracking your nutrition intake (energy, macro/micronutrient)?

Do you use nutritional tracking apps to log individual ingredients or do something else?

Curious what people have found sustainable long-term.

reddit.com
u/ObligationComplex718 — 10 days ago