Running a Local LLM with Ollama and Claude Code in an LXD Sandbox

Initial LXD Setup AMD GPU Passthrough Setup This section is AMD-specific. Install ROCm Mostly following https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/quick-start.html, within the ai container as user “josh” do: I also followed the “AMDGPU driver installation” section of instructions from that page but I’m not sure that was actually necessary in the container. I also installed rocm-core and rocminfo in

Announcing rcp 1.0.0: A Refined Reference Counting Pointer for C++

Managing object lifecycles in C++ has always been a balance between safety, performance, and ergonomics. While the Standard Library gives us std::shared_ptr and Boost offers boost::intrusive_ptr, there are often cases where neither is the “perfect” fit. Today, I’m excited to announce the 1.0.0 release of rcp, a C++ library designed to provide a lightweight, intrusive