Viewing profile — lordmathis
lordmathis
HN member- Joined
- Thu, Sep 04, 2025, 7:17 AM UTC
- HN karma
- 11
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About lordmathis
No profile information was provided.
Recent public activity
-
comment
Comment #47504189
I also experienced this with my personal projects. It was really easy to just workshop a new feature. I'd talk to claude and get a nice looking implementation spec. Then I'd pass i…
-
story
Show HN: Llamactl – Self-hosted LLM manager with OpenAI-compatible routing
Llamactl is a unified management system for running local LLMs across llama.cpp, MLX, and vLLM backends, with a web dashboard and OpenAI-compatible API. I originally built this bec…
-
comment
Comment #47400477
I started designing and building a voice assistant for myself and then realized that the only time I'd find it useful would be during cooking to set timers. But a loud extractor fa…
-
comment
Comment #47328220
Sure, Claude and other SOTA LLMs do generate about 90% of my code but I feel like we are not closer to solving the last 10% than we were a year ago in the days of Claude 3.7. It ca…
-
comment
Comment #47325428
That's cool. I tried the b64 thing on my local qwen3.5 27b without access to tools and it did it.
-
comment
Comment #47324701
It's 6 months away the same way coding is apparently "solved" now.
-
comment
Comment #45288443
I learned to write well testable code when I learned go. It pushes you to pass interfaces instead of direct implementations. There's also no inheritance, just composition. While th…