HackerTrans
热门最新趋势评论往期问答秀出招聘

Wewoc

no profile record

提交

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

github.com
2 分·作者 Wewoc·2个月前·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
·2个月前·讨论
[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