Skip to main content
luke@terminal:/$ ls
luke@terminal:/tags$ grep -l "Hermes" posts/*.md
[Hermes]4 posts

My Docker Containers Were Working. The Bug Was in a Python Loop.

2026-07-20 2026-08-07 8 min read
luke@terminal:/tags$ cat hermes-profiles-to-docker-part-two.md

Container isolation wasn't actually working. Sage was running two Hermes instances, cron jobs vanished into the wrong database, Telegram refused to send. I fixed all of that. Then the real bug turned out to be a Python loop that was never Docker's fault.

Why I Ditched Hermes Profiles for Docker Containers

2026-07-19 2026-08-07 3 min read
luke@terminal:/tags$ cat hermes-profiles-to-docker.md

I ran three Hermes gateways as separate profiles on the same machine. Replies came from the wrong profile, Telegram connections fought each other. Here's why I containerised each one — and why that was only half the story.

Camoufox Tab Creation Kept Timing Out on Hermes

2026-07-19 2026-08-07 2 min read
luke@terminal:/tags$ cat setting-up-camoufox-with-hermes.md

Hermes couldn't load half the links I sent it. Found Camoufox through a Reddit thread, then hit a Firefox sandbox issue that killed tab creation before I got anywhere.

Building a Reading Companion for My Vault

2026-04-06 2026-04-14 4 min read
luke@terminal:/tags$ cat building-a-reading-companion-for-my-vault.md

I built a skill that enriches book passages with historical context, pop culture connections, and thematic insight. Here's how it works and why I keep using it.