Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Wewoc
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Ask HN: Can you design a Python project like material flow, architect only?
(github.com)
2 points
by
Wewoc
4mo ago
|
1 comments
2.
▲
by
Wewoc
5mo ago
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
3.
▲
by
Wewoc
5mo ago
My problem was the nail. How the hammer was made didn't matter — as long as it hit straight.
4.
▲
by
Wewoc
5mo ago
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.
5.
▲
Show HN: I can't write Python. It works anyway
(github.com)
9 points
by
Wewoc
5mo ago
|
8 comments
6.
▲
by
Wewoc
6mo ago
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 valu
7.
▲
Garmin data archive – local, offline, Ollama-ready
(github.com)
1 points
by
Wewoc
6mo ago
|
4 comments
8.
▲
by
Wewoc
6mo ago
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. W