profile image

Robert D. White

IT & Cybersecurity Professional // Consultant
The main job of white matter is to convey information, under the form of electrical impulses, from one part of the brain to the other. White matter therefore connects different parts of the brain and cerebellum, and it is at the foundation of the relevant notion of “connectivity”.
An abstract encrypted agent, linked through controlled gateways to local infrastructure services.

Hermes: Encrypted Conversation, Deliberate Authority

Introduction Hermes is the agent I use when a conversation has to reach the infrastructure. I address @hermes:white.fm in an end-to-end encrypted Matrix room. Hermes reasons through the local model route in my cluster, then invokes a finite set of tools against services with their own operational boundaries. Three previous pieces describe the components in isolation: the local Ollama router, the encrypted Matrix notification hub, and the MCP server fleet. Hermes is where those systems meet. Matrix provides the private conversation, Ollama provides the default inference path, and Model Context Protocol (MCP) servers supply the functions through which an answer may become an action. ...

August 31, 2026 · 8 min · Robert D. White
A central encrypted Matrix room receiving sealed notifications from a dark network of machine nodes

One Encrypted Room Per Signal: Matrix as a Notification Hub on Kubernetes

Introduction Three years ago I wrote about running a Matrix server with Docker Compose, where the interesting part was the federation-over-Cloudflare-tunnel arrangement and the observation that a Matrix homeserver makes a serviceable notification hub. That deployment has since moved into my RKE2 cluster, and the notification role has grown from a convenience into the primary reason the homeserver exists. Nearly every machine-generated message in my infrastructure now arrives in an end-to-end encrypted Matrix room. Feed digests from FreshRSS, Prometheus alerts, GitOps deployment results, Falco runtime detections, Authentik authentication events, media-library activity, uptime state changes, weather alerts, and notifications from the UniFi and Synology appliances all terminate in rooms whose contents the homeserver itself cannot read. Two AI agents also use encrypted Matrix rooms, each reserved for direct conversation with the agent. ...

August 29, 2026 · 21 min · Robert D. White

Turning an RSS Reader Into an Intelligence Pipeline

Introduction An RSS reader is very good at collecting material and almost useless at telling me what deserves the next ten minutes of my day. On a busy morning, a hundred stories can arrive, four may alter a customer conversation or an account plan, and the rest bury them under wire copy, recycled commentary, and headlines whose relationship to the underlying event is thin. Keyword alerts do not repair that problem. They report a word’s presence, then happily ring for a passing reference, a syndicated rewrite, an executive departure, a funding round, and a lawsuit with no discernment among them. The human cost is familiar. An alert stream that repeats itself becomes background noise, and the article that did matter gets read after the meeting for which it would have been useful. ...

August 16, 2026 · 7 min · Robert D. White
A central MCP gateway connecting an AI client to self-hosted application services

Ten MCP Servers for Ten Self-Hosted Apps: One Pattern

A Reusable Access Layer I first built pages, a static-site host with an MCP upload tool. It was useful enough that I kept repeating the design. The cluster now has ten MCP servers: congress-mcp, freshrss-mcp, googlenews-mcp, gsc-mcp, jetlog-mcp, media-mcp, monica-mcp, nodebyte-mcp, pages, and the Kubernetes server. Each server fronts one self-hosted application. The similarity is intentional. They share the manifest layout, bearer-token boundary, hostname convention, and deployment path. Adding the tenth took about forty minutes, most of it spent writing the tool descriptions that decide whether a client can use the server sensibly. ...

August 15, 2026 · 4 min · Robert D. White

One Ollama Endpoint, Two Very Different Backends

Introduction Nine namespaces in my cluster send work to a local language model. The SDR research stack tags transcriptions, the politics dashboard summarises feeds, the congressional-trade tracker prepares daily summaries, and several agents submit work throughout the day. They all call one stable hostname on port 11434. Behind it are two very different Ollama deployments. The primary is an RTX 5090 in a desktop tower that I deliberately power down at intervals. The fallback is an NVIDIA GB10 Spark board, where CPU and GPU share memory and GPU allocations count against the pod’s memory limit. The repository also contains a CPU-only manifest, although the active Kustomization excludes it. The Spark is the backend that remains when the tower is dark. ...

August 14, 2026 · 6 min · Robert D. White
Available as a Tor onion service