Live data from Hacker News

Accidentally created my first fork bomb with Claude Code

droppedasbaby.com

1–10 of 28 posts

Re: Accidentally created my first fork bomb with Claude Code

#2
Congratulations! 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

#6

Congratulations! 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.

How did you not get caught??!?

Re: Accidentally created my first fork bomb with Claude Code

#9

What was the purpose of having Claude Code spin up two more instances of Claude Code though? What was the intended outcome there?

I don't know about the author, but I recently saw an article where the author of Claude code apparently spins up multiple instances at once (note that it could have just been a marketing ploy to get people to use more tokens)

https://www.xda-developers.com/set-up-claude-code-like-boris...

Re: Accidentally created my first fork bomb with Claude Code

#10

What was the purpose of having Claude Code spin up two more instances of Claude Code though? What was the intended outcome there?

I have a `SessionEnd` hook that summarizes the conversation with a bunch of metadata, but it doesn't always fire 'cause of my habits.

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.

Post reply on HN