#tooling
// 4 transmissions tagged with #tooling

Decomp Academy launches open-source GameCube decompilation tools
Decomp Academy released an open-source suite that turns GameCube binaries into matching C code, giving engineers and hobbyists a concrete resource for emulation, reverse‑engineering, and preservation work.

Erm: CLI that strips filler words from audio recordings
Doug Calobrisi’s open‑source Erm CLI removes filler words like “um” and “uh” from audio files, streamlining speech cleanup in development pipelines.

Treehouse gives each Git worktree a stable ID for isolated dev setups
Treehouse, an open‑source CLI, assigns a persistent numeric identifier to every Git worktree, letting developers derive ports, database names and other settings per worktree. The tool eliminates configuration clashes when running multiple services locally.

Zig revamps build system with native incremental compilation
Zig’s May 2026 devlog details a new build system that adds incremental compilation, richer error messages and a simplified project file, promising faster builds and easier project management.