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

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

2026-07-20 2026-08-07Homelab 8 min read

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.

luke@terminal:/tags$ cat hermes-profiles-to-docker.md

Why I Ditched Hermes Profiles for Docker Containers

2026-07-19 2026-08-07Homelab 3 min read

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.

luke@terminal:/tags$ cat setting-up-camoufox-with-hermes.md

Camoufox Tab Creation Kept Timing Out on Hermes

2026-07-19 2026-08-07AI 2 min read

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.

luke@terminal:/tags$ cat building-a-reading-companion-for-my-vault.md

Building a Reading Companion for My Vault

2026-04-06 2026-04-14AI 4 min read

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.