
Optimizations with Zig | alloc.dev
alloc.devThe power of Zig's comptime code execution
June 2 – June 8, 2025

The power of Zig's comptime code execution

How a simple terminal trick helps me manage multiple Claude Code instances without losing my mind (or my terminal tabs)

The Situation I was working in our lab and ran into an issue where the hosts I wanted to use had different NIC configurations. I was building a cluster using two different types of hosts because on…

Recently I’ve been working on a pretty big rust project and to my surprise Icouldn’t get tests to work properly.

I run Claude Code with --dangerously-skip-permissions flag, giving it full system access. Let me show you a new way of approaching computers.