I left Claude Code in a Ralph Wiggum loop while on holiday. It tried to ghost me.

(For the uninitiated: a Ralph Wiggum loop is when you wrap an agent in a while true with a trivial “keep going” prompt and see how far it gets. Named after the Simpsons character who’d happily say “more!” forever.) Here’s what I did. I had given Claude Code some vague instructions — build an integration… Continue reading I left Claude Code in a Ralph Wiggum loop while on holiday. It tried to ghost me.

Home assistant yellow and what I wished would be clearly written elsewhere

I have bought a Home Assistant yellow which has been serving me well for a while. Recently I started getting errors from Zigbee2mqtt (Z2M).Some research suggested that I needed to use the new ember driver in Z2M, but instructions where very unclear. The Home Assistant Yellow contains a radio from Silabs and there is an… Continue reading Home assistant yellow and what I wished would be clearly written elsewhere

Preparing a Windows laptop with WSL for work

Neat packages to install VS Code + peacock Altsnap Claude Code WinCompose (disabled Xorg conf) CopyQ chezmoi (sudo snap install chezmoi –classic) From Windows 11. Source: https://kskroyal.com/run-ubuntu-24-04-on-windows-11-with-gui-using-wsl/ Add the key to github etc. cat ~/.ssh/id_ed25519https://github.com/settings/ssh/new Add eternal bash history Disable password on sudo Docker Az cli curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash az login See… Continue reading Preparing a Windows laptop with WSL for work

Eternal Bash History

If you want an eternal bash history (including stuff you do in parallel terminals) put this in your .bashrc file: To load your existing history do this: This will add a breaker between each command. The only downside is that all the commands will be listed as having occured in 1970 🙂 Source: https://stackoverflow.com/questions/9457233/unlimited-bash-history