<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: stefanhoelzl</title><link>https://news.ycombinator.com/user?id=stefanhoelzl</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 18 Apr 2026 09:29:55 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=stefanhoelzl" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by stefanhoelzl in "Ask HN: What is your dev set up like?"]]></title><description><![CDATA[
<p>Until October 2026 I used mainly PyCharm.<p>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 management.</p>
]]></description><pubDate>Mon, 06 Apr 2026 16:39:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=47663269</link><dc:creator>stefanhoelzl</dc:creator><comments>https://news.ycombinator.com/item?id=47663269</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47663269</guid></item><item><title><![CDATA[New comment by stefanhoelzl in "Ask HN: What are you working on? (April 2026)"]]></title><description><![CDATA[
<p>a IDE to work with multiple AI agents in isolated workspaces.
<a href="https://codehydra.dev" rel="nofollow">https://codehydra.dev</a> / <a href="https://github.com/stefanhoelzl/codehydra" rel="nofollow">https://github.com/stefanhoelzl/codehydra</a><p>It is not only isolating with a git worktree but also all other context related to this task (previews, reviews) and allows the agent to interact with this context via notifications and so on.</p>
]]></description><pubDate>Thu, 02 Apr 2026 11:40:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=47613076</link><dc:creator>stefanhoelzl</dc:creator><comments>https://news.ycombinator.com/item?id=47613076</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47613076</guid></item><item><title><![CDATA[New comment by stefanhoelzl in "Ask HN: How do you offload all coding to AI?"]]></title><description><![CDATA[
<p>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 idle agent.<p>Codehydra (<a href="https://github.com/stefanhoelzl/codehydra" rel="nofollow">https://github.com/stefanhoelzl/codehydra</a>) can help you with this workflow.</p>
]]></description><pubDate>Wed, 25 Mar 2026 18:44:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=47521492</link><dc:creator>stefanhoelzl</dc:creator><comments>https://news.ycombinator.com/item?id=47521492</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47521492</guid></item><item><title><![CDATA[New comment by stefanhoelzl in "Ask HN: What Are You Working On? (March 2026)"]]></title><description><![CDATA[
<p>Solving my issue with context switching when working with multiple coding agent sessions.<p><a href="https://github.com/stefanhoelzl/codehydra" rel="nofollow">https://github.com/stefanhoelzl/codehydra</a><p>Always looking for feedback and ideas how others handle this!</p>
]]></description><pubDate>Mon, 09 Mar 2026 13:05:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=47308512</link><dc:creator>stefanhoelzl</dc:creator><comments>https://news.ycombinator.com/item?id=47308512</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47308512</guid></item><item><title><![CDATA[New comment by stefanhoelzl in "Show HN: CodeHydra – Run multiple isolated AI coding agents in parallel"]]></title><description><![CDATA[
<p>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 the changes.<p>The context switching and keeping track of my running tasks got very demanding.
Thats why I built Codehydra, it easily helps to keep track of my sessions and notifies me, which session need attention.
It also allows me to automate the integrated VSCode in a way that it immediately presents the results when done with a task, so as soon as I switch to the session, I can immediately start the review/testing and see what was done.
By using git worktrees I can test/review all changes in isolation.<p>Happy to answer questions and hear feedback. And also curious to hear what workflows/tools others would use this for.</p>
]]></description><pubDate>Tue, 24 Feb 2026 16:42:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47139234</link><dc:creator>stefanhoelzl</dc:creator><comments>https://news.ycombinator.com/item?id=47139234</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47139234</guid></item><item><title><![CDATA[Show HN: CodeHydra – Run multiple isolated AI coding agents in parallel]]></title><description><![CDATA[
<p>Article URL: <a href="https://codehydra.dev/">https://codehydra.dev/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47139233">https://news.ycombinator.com/item?id=47139233</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Tue, 24 Feb 2026 16:41:55 +0000</pubDate><link>https://codehydra.dev/</link><dc:creator>stefanhoelzl</dc:creator><comments>https://news.ycombinator.com/item?id=47139233</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47139233</guid></item><item><title><![CDATA[New comment by stefanhoelzl in "Ask HN: What are you working on? (February 2026)"]]></title><description><![CDATA[
<p>CodeHydra (<a href="https://github.com/stefanhoelzl/codehydra" rel="nofollow">https://github.com/stefanhoelzl/codehydra</a> or <a href="https://codehydra.dev" rel="nofollow">https://codehydra.dev</a>)
a multi-workspace IDE for parallel AI agent development.<p>I've been using AI coding agents for more and more tasks, but didnt have the right tool to orchestrate. 
I'd kick off a task, then sit there waiting for the agent to finish before I could start the next one or had multiple terminals open was constantly checking which agents are busy and which are idle. 
Running multiple agents against the same repo also isn't optimal, and manually creating git worktrees added a lot of friction to my workflows.<p>Thats why I built CodeHydra. Just it at one or multiple local or remote git repos and it creates lightweight workspaces using git worktrees. 
Each workspace gets its own embedded VS Code and AI agent. 
You see all your workspaces in a sidebar with real-time status indicators showing which agents are idle or busy. 
I typically run 1-3 projects with up to 6 workspaces in parallel — review one agent's workwhile others keep going.
I also put some effort into good keyboard navigation. So creating, deleting or switching workspaces is very easy by keyboard.<p>And to really automate our whole workflow, agents can control CodeHydra itself via an MCP server. 
An agent can close its workspace when it's done, spin up new workspaces for sub-tasks (with an initial prompt), 
or automate VS Code — like opening a browser preview tab or specific files.<p>Built with Electron + Svelte 5 + TypeScript. Supports Claude Code and OpenCode as agents. MIT licensed, works on Linux/macOS/Windows.<p>Try it with `npx codehydra` or `uvx codehydra`.
I appreciate any feedback!</p>
]]></description><pubDate>Tue, 10 Feb 2026 00:12:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=46953532</link><dc:creator>stefanhoelzl</dc:creator><comments>https://news.ycombinator.com/item?id=46953532</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46953532</guid></item><item><title><![CDATA[Linux Kernel Version Numbers]]></title><description><![CDATA[
<p>Article URL: <a href="http://www.kroah.com/log/blog/2025/12/09/linux-kernel-version-numbers/">http://www.kroah.com/log/blog/2025/12/09/linux-kernel-version-numbers/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46208996">https://news.ycombinator.com/item?id=46208996</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 09 Dec 2025 18:56:58 +0000</pubDate><link>http://www.kroah.com/log/blog/2025/12/09/linux-kernel-version-numbers/</link><dc:creator>stefanhoelzl</dc:creator><comments>https://news.ycombinator.com/item?id=46208996</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46208996</guid></item><item><title><![CDATA[New comment by stefanhoelzl in "Framework (2nd Gen) Event is live on February 25th"]]></title><description><![CDATA[
<p>What are your guesses about what they will show?</p>
]]></description><pubDate>Sun, 16 Feb 2025 22:35:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=43072462</link><dc:creator>stefanhoelzl</dc:creator><comments>https://news.ycombinator.com/item?id=43072462</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43072462</guid></item><item><title><![CDATA[Framework (2nd Gen) Event is live on February 25th]]></title><description><![CDATA[
<p>Article URL: <a href="https://community.frame.work/t/framework-2nd-gen-event-is-live-on-february-25th/64412">https://community.frame.work/t/framework-2nd-gen-event-is-live-on-february-25th/64412</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43072461">https://news.ycombinator.com/item?id=43072461</a></p>
<p>Points: 4</p>
<p># Comments: 2</p>
]]></description><pubDate>Sun, 16 Feb 2025 22:35:54 +0000</pubDate><link>https://community.frame.work/t/framework-2nd-gen-event-is-live-on-february-25th/64412</link><dc:creator>stefanhoelzl</dc:creator><comments>https://news.ycombinator.com/item?id=43072461</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43072461</guid></item><item><title><![CDATA[Linux kernel could cut energy use in data centres by up to 30 per cent]]></title><description><![CDATA[
<p>Article URL: <a href="https://cs.uwaterloo.ca/news/cheriton-school-computer-science-researchers-update-linux">https://cs.uwaterloo.ca/news/cheriton-school-computer-science-researchers-update-linux</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=42841981">https://news.ycombinator.com/item?id=42841981</a></p>
<p>Points: 33</p>
<p># Comments: 4</p>
]]></description><pubDate>Mon, 27 Jan 2025 15:17:48 +0000</pubDate><link>https://cs.uwaterloo.ca/news/cheriton-school-computer-science-researchers-update-linux</link><dc:creator>stefanhoelzl</dc:creator><comments>https://news.ycombinator.com/item?id=42841981</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42841981</guid></item><item><title><![CDATA[New comment by stefanhoelzl in "Ask HN: Is “Distributed CI” Possible?"]]></title><description><![CDATA[
<p>You could try Bazel with a remote cache
<a href="https://bazel.build/remote/caching" rel="nofollow noreferrer">https://bazel.build/remote/caching</a><p>But it requires some work to move all your build an test targets to bazel.</p>
]]></description><pubDate>Wed, 27 Sep 2023 12:33:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=37673689</link><dc:creator>stefanhoelzl</dc:creator><comments>https://news.ycombinator.com/item?id=37673689</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37673689</guid></item><item><title><![CDATA[Ask HN: End-of-Line Testing Solution]]></title><description><![CDATA[
<p>Hello HN,<p>I am interested in how other small electronics companies handle their End-of-Line testing and programming.<p>I am working for a small company (2.5 firmware devs, 2.5 software devs and 1 hardware guy)<p>We design and sell small electronic devices (RFID Reader), let them produce by a partner company but provides them with custom hardware and software to perform End-of-Line testing and programming.<p>I have inherited this EOL testing software and now need to maintain and implement new features, but it is a huge mess. So we are looking into replacing everything.<p>Currently everything is written in Python (the main language for software in the whole company)
We flash a custom test firmware the DUT and perform different tests
 LED flashing
Buzzer working
RFID range
Various Interfaces (USB, Erhernet/PoE, Rs485, Rs232, Bluetooth …)
At the end we program the final firmware and configuration into the device and print labels.<p>Currently everything is homebrewed (software and hardware) and I am interested in more off the shelf solutions which can be customized.<p>How are you tackling this in your company?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=33518032">https://news.ycombinator.com/item?id=33518032</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 08 Nov 2022 11:21:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=33518032</link><dc:creator>stefanhoelzl</dc:creator><comments>https://news.ycombinator.com/item?id=33518032</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33518032</guid></item><item><title><![CDATA[New comment by stefanhoelzl in "What happens to the hardware (MacBooks, Monitors, Chairs) of failed startups?"]]></title><description><![CDATA[
<p>If the company went bankrupt, the liquidator tries to get as  much money as possible back.<p>I know from one case where all the IT equipment was sold to an auction house.</p>
]]></description><pubDate>Sat, 18 Jun 2022 21:06:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=31793829</link><dc:creator>stefanhoelzl</dc:creator><comments>https://news.ycombinator.com/item?id=31793829</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31793829</guid></item><item><title><![CDATA[Tachyum Prodogy claims SPECrate 2017 Integer performance of around 4x Intel 8380]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.tachyum.com/media/press-releases/2022/05/11/tachyum-delivers-the-highest-ai-and-hpc-performance-with-the-launch-of-the-worlds-first-universal-processor/">https://www.tachyum.com/media/press-releases/2022/05/11/tachyum-delivers-the-highest-ai-and-hpc-performance-with-the-launch-of-the-worlds-first-universal-processor/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=31692565">https://news.ycombinator.com/item?id=31692565</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 10 Jun 2022 11:27:23 +0000</pubDate><link>https://www.tachyum.com/media/press-releases/2022/05/11/tachyum-delivers-the-highest-ai-and-hpc-performance-with-the-launch-of-the-worlds-first-universal-processor/</link><dc:creator>stefanhoelzl</dc:creator><comments>https://news.ycombinator.com/item?id=31692565</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31692565</guid></item><item><title><![CDATA[Ampere Strategy and Product Roadmap Update, 2022]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.youtube.com/watch?v=rxPt7bpXGSk">https://www.youtube.com/watch?v=rxPt7bpXGSk</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=31559389">https://news.ycombinator.com/item?id=31559389</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 30 May 2022 14:33:17 +0000</pubDate><link>https://www.youtube.com/watch?v=rxPt7bpXGSk</link><dc:creator>stefanhoelzl</dc:creator><comments>https://news.ycombinator.com/item?id=31559389</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31559389</guid></item><item><title><![CDATA[Things are getting Rusty in the Linux kernel]]></title><description><![CDATA[
<p>Article URL: <a href="https://hackaday.com/2022/05/17/things-are-getting-rusty-in-kernel-land/">https://hackaday.com/2022/05/17/things-are-getting-rusty-in-kernel-land/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=31431724">https://news.ycombinator.com/item?id=31431724</a></p>
<p>Points: 6</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 19 May 2022 07:26:05 +0000</pubDate><link>https://hackaday.com/2022/05/17/things-are-getting-rusty-in-kernel-land/</link><dc:creator>stefanhoelzl</dc:creator><comments>https://news.ycombinator.com/item?id=31431724</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31431724</guid></item><item><title><![CDATA[New comment by stefanhoelzl in "Running C unit tests with Pytest"]]></title><description><![CDATA[
<p>This similar project could also be interesting
<a href="https://github.com/mrh1997/headlock" rel="nofollow">https://github.com/mrh1997/headlock</a><p>It is used at my company to test our firmware written in C with python and was developed by a colleague.</p>
]]></description><pubDate>Sat, 12 Feb 2022 18:07:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=30314818</link><dc:creator>stefanhoelzl</dc:creator><comments>https://news.ycombinator.com/item?id=30314818</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30314818</guid></item><item><title><![CDATA[New comment by stefanhoelzl in "Air France missed to register support domain"]]></title><description><![CDATA[
<p>btw CNIL is the french national data protection authority
<a href="https://en.wikipedia.org/wiki/Commission_nationale_de_l%27informatique_et_des_libertés" rel="nofollow">https://en.wikipedia.org/wiki/Commission_nationale_de_l%27in...</a></p>
]]></description><pubDate>Mon, 06 Dec 2021 15:33:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=29460944</link><dc:creator>stefanhoelzl</dc:creator><comments>https://news.ycombinator.com/item?id=29460944</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29460944</guid></item><item><title><![CDATA[New comment by stefanhoelzl in "Air France missed to register support domain"]]></title><description><![CDATA[
<p>currently this page says:<p>Dear Air France, After filling in your Web form for a refund of my flight ticket, your infrastructure generated an e-mail to this domain which was then promptly bounced back to me since you failed to register it. I then spend 1h listening to bad quality music in your support hotline, before giving up. As you failed to register this domain, I registered it for you. Once you have processed my support request we can discuss me not forwarding all received emails to CNIL anymore. Have a good day! Christian</p>
]]></description><pubDate>Mon, 06 Dec 2021 15:28:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=29460887</link><dc:creator>stefanhoelzl</dc:creator><comments>https://news.ycombinator.com/item?id=29460887</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29460887</guid></item></channel></rss>