Viewing profile — phaseleza
phaseleza
HN member- Joined
- Thu, Oct 23, 2025, 7:49 AM UTC
- HN karma
- 40
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About phaseleza
No profile information was provided.
Recent public activity
-
comment
Comment #48878790
I use bubblewrap to unshare all namespaces (net, pid, ipc, user) and ro-bind necessary system paths like /etc, /lib, create a tmpfs home, mount the project folder under it (writabl…
-
comment
Comment #48878784
Thanks for the suggestions. I've used debootstrap to build a Debian rootfs for bwrap before, but my threat model is simpler: nothing sensitive lives outside $HOME on my machine. So…
-
comment
Comment #48878024
I always separate the coding tools from LLM providers, and use bubblewrap to sandbox the coding tools so they: 1. Can only read the working project directory, with .git read-only a…