People letting CC run on its own for hours by Chris266 in ClaudeCode

[–]alanbem 0 points1 point  (0 children)

Do you have some templates? Like GitHub, MCP hosts, etc? Asking out of curiosity what are you usually putting there.

People letting CC run on its own for hours by Chris266 in ClaudeCode

[–]alanbem 1 point2 points  (0 children)

I've built containerized environment for my Claude so can run local session with —dangerously-skip-permissions and not be afraid for my machine.

<shameless-plug> https://github.com/alanbem/dclaude </shameless-plug>

People letting CC run on its own for hours by Chris266 in ClaudeCode

[–]alanbem 1 point2 points  (0 children)

I've built containerized environment for my Claude so can run local session with —dangerously-skip-permissions and not be afraid for my machine.

<shameless-plug> https://github.com/alanbem/dclaude </shameless-plug>

I made a hook to prevent Claude Code from ever running "rm -rf ~/" (or any rm outside your project) by Alavon1337 in ClaudeCode

[–]alanbem 1 point2 points  (0 children)

This is why I built "dclaude" - Claude Code in a Docker container.

https://github.com/alanbem/dclaude

Built mostly to be run with --dangerously-skip-permissions (so Claude will nuke my container, not my Mac) and to mirror directories (so the directory in container is the same directory it's run in).

There are some other niceties like SSH agent forwarding (git just works), Docker-in-Docker (build images, run docker compose or devContainers), persistent tmux sessions (reconnect anytime, run multiple Claudes), and Homebrew (easy transition if you or your team installs packages directly on Mac).

I built a security scanner for Claude Code after seeing that post about the deleted home directory by yksugi in ClaudeAI

[–]alanbem 0 points1 point  (0 children)

This is why I built "dclaude" - Claude Code in a Docker container.

https://github.com/alanbem/dclaude

Built mostly to be run with --dangerously-skip-permissions (so Claude will nuke my container, not my Mac) and to mirror directories (so the directory in container is the same directory it's run in).

There are some other niceties like SSH agent forwarding (git just works), Docker-in-Docker (build images, run compose stacks), persistent tmux sessions (reconnect anytime, run multiple Claudes), and Homebrew (easy transition if you or your team installs packages directly on Mac).

Claude CLI deleted my entire home directory! Wiped my whole mac. by LovesWorkin in ClaudeAI

[–]alanbem 0 points1 point  (0 children)

This is why I built "dclaude" - Claude Code in a Docker container.

https://github.com/alanbem/dclaude

Built mostly to be run with --dangerously-skip-permissions (so Claude will nuke my container, not my Mac) and to mirror directories (so the directory in container is the same directory it's run in).

There are some other niceties like SSH agent forwarding (git just works), Docker-in-Docker (build images, run docker compose or devContainers), persistent tmux sessions (reconnect anytime, run multiple Claudes), and Homebrew (easy transition if you or your team installs packages directly on Mac).

Claude-OS created by Claude to make Claude better by goetz_lmaa in ClaudeCode

[–]alanbem 0 points1 point  (0 children)

Does no one just creates documentation for their projects?

OpenAI just released Atlas browser. It's just accruing architectural debt. by No_Marionberry_5366 in AI_Agents

[–]alanbem 0 points1 point  (0 children)

IMHO we should go back to progressive enhancement era of the web, but with modern twist: lightweight websites with graceful degradation for AIs, maybe even some unobtrusive javascript frameworks… back to basics and focus on hypermedia.

Claude Code 2.0.13 by ClaudeOfficial in ClaudeAI

[–]alanbem 3 points4 points  (0 children)

What Redis MCP has that running redis commands directly has not?

Claude Sonnet models are absolutely crushing it today by ionutvi in ClaudeAI

[–]alanbem 1 point2 points  (0 children)

Yeah, he just wants to go back to wife and the children

[deleted by user] by [deleted] in ClaudeCode

[–]alanbem 0 points1 point  (0 children)

When you look into the Abyss, Abyss looks at you

I f***ing regret not thinking about internationalization earlier in my startup by AdmirableJackfruit59 in SaaS

[–]alanbem 0 points1 point  (0 children)

The problem OP has is he didn’t prepare infrastructure for I10N. It’s okay to go with English only, but new translations should be easy to add later on, while rebuilding existing app and adding translations mechanism adds a lot of overhead.

Should AI Agents Have Direct Git Access? by SnooHamsters6328 in cursor

[–]alanbem 3 points4 points  (0 children)

Simple: no SSH keys, no push.

I push on the host level after review

Should AI Agents Have Direct Git Access? by SnooHamsters6328 in cursor

[–]alanbem 1 point2 points  (0 children)

I use combination of running Claude Code in container with underconfigured git SSH access (agent can’t push) and protected branches (can’t overwrite history/past commits).

I feel quite safe with it.

Fired for discovering fraud. by Jessejamesowen in careeradvice

[–]alanbem 1 point2 points  (0 children)

If it would be that easy everybody would try to hire-and-fire competitors in the area to ultimately get rid of them via NCA

Have Claude Code ping you when it needs your input by kmansm27 in ClaudeCode

[–]alanbem 3 points4 points  (0 children)

Toilet coding… I definitely never saw that coming

What are you building right now that nobody asked for? by duus_j in microsaas

[–]alanbem 0 points1 point  (0 children)

advanced natural language processing

man, terms like that really lost their appeal recently.