Live data from Hacker News

Viewing profile — fwystup

fwystup

HN member
Joined
Sun, Aug 03, 2025, 5:29 PM UTC
HN karma
4
Public activity
14 items

About fwystup

In software development for ~30 years, mostly Java. In recent years co-founder of MeiLuft, developing an electron-optical sensor for real-time detection of nanoparticles, including early sepsis detection.

frederik@sensem.de

Recent public activity

  1. 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…

  2. comment
  3. 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…

  4. 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…

  5. 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…

  6. 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…

  7. 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 …

  8. 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…

  9. 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…

  10. comment
    Comment #44859342

    You're right — I totally missed that. Fixed it, please reload.

  11. 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…

  12. 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…

  13. 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…

  14. 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…