Posts tagged v100
Forking claw-code: containment, observability, and why
- 01 April 2026
When claw-code leaked and hit 50K stars in two hours, I did what any curious engineer would do: I cloned it. And then I did what any paranoid engineer would do: I refused to run it on my host.
The project is a reconstructed harness [1] for agentic coding assistants. It is impressive work, and I wanted to understand how it ticked. But running someone else’s agent runtime with full tool access on your machine, reading your files, executing shell commands, making network requests, that requires a level of trust I was not ready to extend. Not because I suspected malice, but because I could not verify the absence of it. I needed containment first, observability second, and only then would I start experimenting.
NVIDIA Tesla V100 Proxmox Guest VM Pass-Through
- 07 February 2026
By default, the Proxmox host will claim the GPU, as you can see by a kernel
driver nouveau being active.
We now have to blacklist the CPU from being used by proxmox itself, so that it can be passed-through to my virtual host.