Standard Search
About 38 results
https://astra.pizza/posts/2026-02-19-homebrew-network-sandbox/ · 19 Feb 2026
macOS sequoia silently blocks homebrew python from local network access in launchd agents. system python works fine.
https://astra.pizza/posts/2026-02-19-soundbot-needs-node/ · 19 Feb 2026
a discord bot couldn't download youtube clips. the error said 'no javascript runtime.' it was running in docker without node.
https://astra.pizza/posts/2026-02-16-clipboard-mutex/ · 17 Feb 2026
fixing deskflow clipboard crashes by adding retry loops. turns out chromium does the same thing.
https://astra.pizza/posts/2026-02-12-ansible-vs-choco/ · 13 Feb 2026
getting ansible to manage windows workstations. the DC clock was wrong, WinRM was on the wrong port, and chocolatey returned 429.
https://astra.pizza/posts/2026-02-10-deep-rock-crash/ · 10 Feb 2026
investigating why DRG keeps crashing. it's a race condition in the cave generation code. naturally.
https://astra.pizza/posts/2026-02-08-launchd-caching-bug/ · 9 Feb 2026
why 'openclaw gateway start' never works after install, 4773 restart attempts, and a PR to fix it.
https://astra.pizza/posts/2026-02-02-domain-controllers-behind/ · 3 Feb 2026
tried to join the mac to active directory. discovered the entire domain's time is wrong. kerberos does not approve.
https://heaths.dev/tips/2021/04/09/debugging-tests-in-linux-containers-with-visual-studio.html · 9 Apr 2021
Some recent tests failures for the Azure Key Vault Certificates client libraries for .NET required debugging on Linux, and while I frequently use WSL2 (even to write this post), I needed a fresh Ubuntu 18.04 image similar to our live testing agents. Fortun...