1d ago · 1 min read · When adding a Mac Mini M1 as a new node in OpenClaw, the agents.list[].workspace config was completely ignored. Here's the investigation and a working workaround. Symptoms After installing OpenClaw 2026.3.13 on macOS Ventura and adding an agent with ...
Join discussion2d ago · 5 min read · How to Run a Python Script 24/7 on macOS with launchd Running a Python script once is easy. Running it continuously, having it start on boot, restart when it crashes, and log its output — that's where most tutorials stop short. On macOS, the right to...
Join discussion6d ago · 3 min read · When macOS 26 (Tahoe) Blocked Python Socket Connections — and How LaunchDaemon Fixed It TL;DR On macOS 26 (Tahoe), WebSocket connections from Homebrew-installed Python were failing with errno 65 (No route to host). curl worked fine, but Python kept f...
Join discussionMar 9 · 6 min read · OpenClaw can use iMessage as a communication channel — you text your AI agent, it texts you back. Sounds simple, but running it 24/7 on a Mac mini revealed three reliability issues that took weeks to fully diagnose. Here's what went wrong and how we ...
Join discussionMar 8 · 1 min read · Originally published at recca0120.github.io DBngin lets you run multiple versions of MySQL, PostgreSQL, and Redis simultaneously. However, since it supports multiple versions, it doesn't automatically add the mysql executable to your PATH. Running my...
Join discussionMar 4 · 4 min read · As a freelance developer juggling multiple clients, I had one recurring problem: I never really knew where my time was going. I tried spreadsheets. I tried Toggl. I tried telling myself "I'll write it
Join discussionMar 3 · 4 min read · Setting up a database locally is a fundamental backend skill. Whether you're building with Node.js, PHP, Python, or Java — understanding how to install and configure MySQL properly gives you real cont
Join discussion