Accidentally created my first fork bomb with Claude Code
droppedasbaby.com
Accidentally created my first fork bomb with Claude Code
1–10 of 28 posts
Re: Accidentally created my first fork bomb with Claude Code
#2Re: Accidentally created my first fork bomb with Claude Code
#3Re: Accidentally created my first fork bomb with Claude Code
#4Re: Accidentally created my first fork bomb with Claude Code
#5That was a great early lesson to never trust code you read online. Even if it is from Microsoft’s own developer portal.
Re: Accidentally created my first fork bomb with Claude Code
#6Congratulations! Mine was intentional, back in college, where all PCs had open telnet in order to facilitate cooperation. We discovered it was easy to seize someone's computer for a while, and then watch them look around for the culprit, which we thought was hilarious. Boy were we annoying.
Re: Accidentally created my first fork bomb with Claude Code
#7Re: Accidentally created my first fork bomb with Claude Code
#8What was the purpose of having Claude Code spin up two more instances of Claude Code though? What was the intended outcome there?
Re: Accidentally created my first fork bomb with Claude Code
#9What was the purpose of having Claude Code spin up two more instances of Claude Code though? What was the intended outcome there?
https://www.xda-developers.com/set-up-claude-code-like-boris...
Re: Accidentally created my first fork bomb with Claude Code
#10What was the purpose of having Claude Code spin up two more instances of Claude Code though? What was the intended outcome there?
So, the `SessionStart` hook was meant to catch any conversation where the `SessionEnd` hook wasn't fired.
Edit: I do realize a batch job is better. That's what I do now.