-
Unlocking multi-threaded RMBT throughput in Python with a GIL-free C extension
How we went from ~8 Gbit/s to ~94 Gbit/s on a loopback RMBT speed test by writing a small C extension that releases the GIL during the recv/send hot loop — and how it ships to every Home Assistant architecture as a pre-built manylinux wheel.
-
Auto-deploying Home Assistant config via Gitea Actions
How to set up a Gitea (or GitHub) Actions workflow that SSHes into a Home Assistant OS instance, runs git pull on the config directory, and fires a persistent web UI notification with a restart link when changes land
-
Connecting Claude and Hermes to Penpot via MCP
How to run the Penpot MCP server behind Traefik, fix the Vite allowedHosts reverse-proxy issue, and wire up Claude Code and Hermes as MCP clients
-
Fixing CPU Throttling on a ThinkPad P14s During Jitsi Streams
How to permanently fix Intel RAPL power limits resetting to 35W on a ThinkPad P14s causing CPU throttling during video calls
Newer