logoalt Hacker News

kstenerudtoday at 5:40 AM3 repliesview on HN

If you're gonna do that, make sure you're sandboxing it with something like https://github.com/kstenerud/yoloai or eventually you'll have a bad time!


Replies

steve-atx-7600today at 1:16 PM

The Claude desktop (Mac at least) and iOS apps have a “code” feature that runs Claude in a sandbox running in their cloud. You can set this up to be surprisingly useful by whitelisting hosts and setting secrets as env variables. This allows me to have multi-repo explorations or change sets going while I drive to work. Claude will push branches to claude/…. We use GitHub at work. It may not be as seamless without it.

ffsm8today at 6:21 AM

Personally I usually just create a devcontainer.json, the vscode support for that is great and I don't really mind if it fucked up the ephemeral container.

Which for the record : hasn't actually happened since I started using it like that.

show 1 reply
anotheryoutoday at 8:26 AM

Any actual reports of big fuckups?

show 1 reply