Live data from Hacker News

Viewing profile — stefanhoelzl

stefanhoelzl

HN member
Joined
Sun, Feb 10, 2019, 11:52 AM UTC
HN karma
136
Public activity
50 items

About stefanhoelzl

No profile information was provided.

Recent public activity

  1. comment
    Comment #49057122

    Working on multiple tasks/projects in parallel. The crux is to know where your attention is needed and quickly get the full context of the task when you come back. That’s why I bui…

  2. comment
    Comment #48803879

    For me the most important part is to do multiple jobs at once, so while the agent is doing anything I can work with another agent which needs input. For this to work, I must be abl…

  3. comment
  4. comment
    Comment #48457749

    https://github.com/stefanhoelzl/codehydra Allows me to efficiently work on multiple tasks in multiple repositories concurrently.

  5. comment
    Comment #47905805

    Thanks for giving it a try! If you have any questions or problems just open a issue on github!

  6. comment
    Comment #47904427

    I had primarily the issue, that when working only on one task at a time, I had nothing to do, when my AI was thinking or implementing a plan. Just launching multiple AI instances d…

  7. comment
    Comment #47663269

    Until October 2026 I used mainly PyCharm. Since then I do all my dev work with Claude Code. And currently pulling in more and more workflows into Codehydra including PRs and Issue …

  8. comment
    Comment #47613076

    a IDE to work with multiple AI agents in isolated workspaces. https://codehydra.dev / https://github.com/stefanhoelzl/codehydra It is not only isolating with a git worktree but als…

  9. comment
    Comment #47521492

    Do not wait for your agent, launch parallel tasks when your agent is working. Then it does not matter anymore how long your agent takes, as long as you always have at least one idl…

  10. comment
    Comment #47308512

    Solving my issue with context switching when working with multiple coding agent sessions. https://github.com/stefanhoelzl/codehydra Always looking for feedback and ideas how others…

  11. comment
    Comment #47139234

    I was building Codehydra because since I started using coding agents, my workflow changed dramatically. I mostly run multiple sessions at once and I am mostly reviewing and testing…

  12. story
  13. comment
    Comment #46953532

    CodeHydra ( https://github.com/stefanhoelzl/codehydra or https://codehydra.dev ) a multi-workspace IDE for parallel AI agent development. I've been using AI coding agents for more …

  14. story
  15. comment
    Comment #43072462

    What are your guesses about what they will show?

  16. story
  17. story
  18. comment
    Comment #37673689

    You could try Bazel with a remote cache https://bazel.build/remote/caching But it requires some work to move all your build an test targets to bazel.

  19. story
    Ask HN: End-of-Line Testing Solution

    Hello HN, I am interested in how other small electronics companies handle their End-of-Line testing and programming. I am working for a small company (2.5 firmware devs, 2.5 softwa…

  20. comment
    Comment #31793829

    If the company went bankrupt, the liquidator tries to get as much money as possible back. I know from one case where all the IT equipment was sold to an auction house.

  21. story
  22. story
  23. story
  24. story
  25. comment
    Comment #30314818

    This similar project could also be interesting https://github.com/mrh1997/headlock It is used at my company to test our firmware written in C with python and was developed by a col…