Skip to content
OBLAIDISH NEWS
signal_tag · 6_broadcasts

#tooling

// 6 transmissions tagged with #tooling

npm v12 disables install scripts by default, requires allowScripts
TX_642497· Engineering

npm v12 disables install scripts by default, requires allowScripts

npm v12 stops running preinstall, install, and postinstall scripts unless a package explicitly lists them in an allowScripts block. The open‑source npm‑script‑lens tool audits those scripts and surfaces their behavior for security review.

Moonshine adds PC game streaming to any Moonlight client
TX_541686· Engineering

Moonshine adds PC game streaming to any Moonlight client

Moonshine is an open-source tool that streams PC games to any device running the Moonlight client via the Moonlight protocol, per its GitHub repository.

Decomp Academy launches open-source GameCube decompilation tools
TX_655283· Engineering

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
TX_265688· Engineering

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
TX_790495· Engineering

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
TX_142484· Engineering

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.