HackerTrans
トップ新着トレンドコメント過去質問紹介求人

Wewoc

no profile record

投稿

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

github.com
2 ポイント·投稿者 Wewoc·先月·1 コメント

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

github.com
9 ポイント·投稿者 Wewoc·3 か月前·8 コメント

[untitled]

1 ポイント·投稿者 Wewoc·3 か月前·0 コメント

Garmin data archive – local, offline, Ollama-ready

github.com
1 ポイント·投稿者 Wewoc·4 か月前·4 コメント

コメント

Wewoc
·先月·議論
[flagged]
Wewoc
·3 か月前·議論
[dead]
Wewoc
·3 か月前·議論
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 か月前·議論
My problem was the nail. How the hammer was made didn't matter — as long as it hit straight.
Wewoc
·3 か月前·議論
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 か月前·議論
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 か月前·議論
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