HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Wewoc

no profile record

Submissions

Ask HN: Can you design a Python project like material flow, architect only?

github.com
2 points·by Wewoc·الشهر الماضي·1 comments

Show HN: I can't write Python. It works anyway

github.com
9 points·by Wewoc·قبل 3 أشهر·8 comments

[untitled]

1 points·by Wewoc·قبل 3 أشهر·0 comments

Garmin data archive – local, offline, Ollama-ready

github.com
1 points·by Wewoc·قبل 4 أشهر·4 comments

comments

Wewoc
·الشهر الماضي·discuss
[flagged]
Wewoc
·قبل 3 أشهر·discuss
[dead]
Wewoc
·قبل 3 أشهر·discuss
Mostly yes — they were written by Claude/Gemini/ChatGPT, but they've already caught several regressions introduced by the models during later refactors; there’s a fascinating loop in letting one iteration of an LLM audit the next via a static test suite.
Wewoc
·قبل 3 أشهر·discuss
My problem was the nail. How the hammer was made didn't matter — as long as it hit straight.
Wewoc
·قبل 3 أشهر·discuss
The architecture is moving in that direction — v2.0 is the idea of a multi-source system. Not there yet and my take a while, but the concept is documented if you want to look at the approach.
Wewoc
·قبل 4 أشهر·discuss
AnythingLLM + qwen2.5:14b is what I use — good for pattern recognition across metrics you wouldn't think to look for manually.

For everything else the HTML dashboards honestly do a better job. garmin_analysis.html shows your daily values, personal 90-day baseline and age/fitness reference ranges all in one view. Most questions answer themselves just by looking at it.
Wewoc
·قبل 4 أشهر·discuss
I wanted to ask an AI questions about my Garmin health data — sleep, HRV, stress, recovery — without sending it to OpenAI or any other cloud service. Built this with Claude as my coding partner. I can't write Python. It works anyway. What it does: downloads your complete Garmin Connect data locally, exports to Excel and interactive HTML dashboards, generates RAG-optimised JSON summaries for Ollama/AnythingLLM, and includes a Windows desktop app so no terminal is needed. Everything runs on your own machine. Nothing leaves it. GitHub: github.com/Wewoc/garmin_collector