Viewing profile — fwystup
fwystup
HN member- Joined
- Sun, Aug 03, 2025, 5:29 PM UTC
- HN karma
- 4
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About fwystup
frederik@sensem.de
Recent public activity
-
comment
Comment #48979327
Can confirm - their footer links a "How We Write" page: content is "AI-generated, software-refined, and human-curated." Fun fact: I double-checked with my AI, which concluded: "The…
-
comment
Comment #47946772
[dead]
-
comment
Comment #47060335
My opinions about the study: - Don't state the obvious: I wouldn't hand a senior human dev a copy of "Clean Code" before every ticket and expect them to work faster. - File vs. Pro…
-
comment
Comment #46940567
Really interesting Project, thanks for sharing. Reminded me a bit of my time coding assembly on the C64 (yeah, I'm old). For 3D (wire-frame) we also needed to find creative ways ar…
-
comment
Comment #46694222
Posted almost at the same time about Kata. I'm trying to use Kata as replacement for the standard docker runtime (since I already have a tool based on docker). The idea is to simpl…
-
comment
Comment #46692436
I'm currently building a Docker dev environment for VSCode (github.com/dg1001/xaresaicoder) usable in a browser and hit the same issue. Without docker-in-docker it works well - I e…
-
comment
Comment #45604059
Does anybody also see this with claude code and haiku 4.5 (tried to set the env var, no change): "API Error: Claude's response exceeded the 8192 output token maximum. To configure …
-
comment
Comment #44859558
Glad to hear it. Your NLTK approach sounds interesting — would love to hear more about it. BTW, I’m planning to improve my project’s documentation. Funny enough, under “considerati…
-
comment
Comment #44859509
Got it, thanks for clarifying. Makes sense that participation matters more than raw karma. I’ll keep that in mind and try to contribute more broadly, posting less about my own proj…
-
comment
Comment #44859342
You're right — I totally missed that. Fixed it, please reload.
-
comment
Comment #44858328
Thanks for the feedback — definitely not meant as spam. It’s open source, not a commercial blog. Just wanted to surface some fresh ideas that might otherwise get missed. Really app…
-
story
Show HN: I analyzed why my post got 0 votes and built this
Maybe you've had this experience too: You build something you're proud of, post it on HN with your low-karma account, and... crickets. Zero votes, zero comments. That's what happen…
-
comment
Comment #44857187
Qwen3-Coder-30B-A3B-Instruct-FP8 is a good choice ('qwen3-coder:30b' when you use ollama). I have also had good experiences with https://mistral.ai/news/devstral (built under a col…
-
story
Show HN: XaresAICoder – Open-Source Browser IDE with Claude, Gemini, Aider
I recently gave a talk about AI coding tools at the Java Forum Stuttgart. While preparing demos and switching between different AI assistants, I realized how tedious it is to const…