█▀▀ ▄▀█ ▀█▀ ▄▀█ █░░ █▄█ █▀ ▀█▀
█▄▄ █▀█ ░█░ █▀█ █▄▄ ░█░ ▄█ ░█░
I build the infrastructure layer between raw data and useful knowledge — from bare-metal Kubernetes clusters to the ML pipelines and UI systems that make data accessible.
DJ · Platform Engineer
38-asset knowledge graph construction platform with MCP-contracted LLM extraction, dual-write KG (PostgreSQL+pgvector + Neo4j), GPU-accelerated transcription, and cross-source entity resolution running on a 5-node Talos cluster
- 38 Dagster assets across 4 code locations (12 congress, 10 media, 13 open-leaks, 3 knowledge-graph) with Bronze/Silver/Gold/Platinum medallion architecture
- 3-package LLM contract validation system with MCP-enforced structured output, 9 ConfigMap-mounted prompt templates, and 198 tests at 97% coverage
- GPU-accelerated transcription: dual backend (OpenVINO + faster-whisper) with automatic CPU fallback
- Speaker diarization with pyannote + word-level alignment
- LLM-based NER and qualified S-P-O assertion extraction with negation/hedge detection
- Cross-source entity resolution (EDC framework) across 4 domains
- Dual-write knowledge graph: PostgreSQL+pgvector + Neo4j
- 22 Prometheus metrics across 8 subsystems with 32 Kubernetes manifests
- QSV AV1 hardware video transcoding for ultra compression
- 13-page Streamlit data explorer with asset browser, semantic search, knowledge graph viz
Production Talos Linux Kubernetes cluster with dual GitOps (Flux + ArgoCD), full LGTM observability stack, multi-cluster connectivity via Nebula mesh, and 30+ infrastructure components
- 5-node Talos Linux immutable cluster (1 control plane, 3 workers, 1 GPU node with Intel Arc) plus AWS k3s node for hybrid multi-cluster
- 30 infrastructure components under Flux Kustomization: Cilium CNI with ClusterMesh + Hubble, Traefik ingress, cert-manager, Authentik SSO, External Secrets with 1Password Connect
- Full LGTM observability stack: Mimir, Loki, Tempo, Alloy, OTel operator, Grafana Operator with 20+ custom dashboards, plus Graylog/OpenSearch/FluentBit
- Dual GitOps: 30 Flux Kustomizations for infrastructure, ArgoCD with image-updater for application workloads
Kubernetes operator that watches Widget CRDs across namespaces, reconciles them into Homepage-compatible ConfigMaps, and serves a Gin REST API with WebSocket push for real-time dashboard updates
- Custom Widget CRD (gateway.catalyst.io/v1alpha1) with kubebuilder markers, status subresource, health tracking, and credential SecretRef injection
- Reconciler watches Widgets cluster-wide, groups by category labels, and writes a merged services.yaml ConfigMap every 30s
- Gin REST API on :8082 with gorilla/websocket push — clients get live widget state without polling
- Credentials stay in-cluster: SecretKeySelector refs resolve into HOMEPAGE_VAR_ env placeholders
Cyberpunk-themed React component library shipping 50+ components, 8 synthwave themes, a D3.js ForceGraph engine with 4 layout algorithms, and a full observability stack — all tree-shakeable ESM exports
- 50+ components across 33 Radix UI primitives, 14 advanced components (ForceGraph, CodeBlock, Timeline, ThreeJS), and specialty cards including a print-ready RPG character sheet resume
- 8 synthwave CSS themes (Catalyst, Dracula, Dungeon, Gold, Laracon, Nature, Netflix, Nord) with 6 cyberpunk effect layers: glow, scanlines, border lasers, gradients, keyframe animations, and debug overlays
- D3.js ForceGraph engine with 4 layout algorithms (force-directed, Dagre, ELK hierarchical, community detection), orthogonal edge routing, and localStorage position persistence
- 133 tests at 99% coverage with Vitest + Testing Library, enforced via CI alongside automated Storybook deployment to GitHub Pages
Native macOS menu bar app for GitHub PR management — floating NSPanel dashboard with urgency scoring, inline diff viewer, quick review actions, and AI-powered PR synopses
- LSUIElement menu bar app with NSPanel floating window (statusBar level, canJoinAllSpaces) anchored below status item with neon glow pulse via Core Animation
- Carbon Events API global hotkey (Cmd+Shift+Option+P) registers system-wide via RegisterEventHotKey with user-customizable key combos
- GitHub GraphQL v4 client with ETag-based conditional requests, SHA256 cache keys, LRU eviction, and exponential backoff with Retry-After
- macOS Keychain Services integration storing GitHub PATs per-account with kSecAttrAccessibleWhenUnlockedThisDeviceOnly
| Project | Description | Status |
|---|---|---|
| openscad | Python build system for parametric OpenSCAD models — define variations in YAML, render STLs in parallel via Jinja2-templated output names and Pydantic-validated parameter schemas | WIP |
| Project | Description | Status |
|---|---|---|
| catalyst-llm | Self-hosted LLM infrastructure stack with unified multi-provider proxy (LiteLLM), multiple chat UIs, web search (SearXNG), and a multi-agent orchestration framework (OpenClaw) | ACTIVE |
| memeX | Hybrid discourse extraction pipeline combining spaCy NER, SentenceTransformer embeddings, rule-based proposition extraction, and Neo4j knowledge graphs — orchestrated via Dagster | ACTIVE |
| Project | Description | Status |
|---|---|---|
| catalyst-swiss-army-knife | Chrome MV3 extension with a pluggable applet architecture that intercepts network requests and renders site-specific UIs in the popup | WIP |
| Project | Description | Status |
|---|---|---|
| catalyst-images | Nix flake as single source of truth for reproducible, layered Docker dev environment images with 8 variants, cross-platform builds, and Tilt orchestration | ACTIVE |
| catalyst-py | Python utilities monorepo with an ActiveRecord-pattern Google Calendar ORM, multiprocess Goodreads scraper, Audible bookmark extractor, and shared caching/retry/S3 connectors | ACTIVE |
| cli-tools | Go CLI tools and shell scripts for developer workflow automation — multi-process TUIs, git branch management, Docker/Kubernetes shell injection, workspace sync, and system diagnostics | ACTIVE |
| dotfiles-2024 | Dotbot-based dotfiles management system with fzf-driven profile selection, modular ZSH config, and domain-scoped Brewfile packages | ACTIVE |
| machines | Ansible infrastructure automation with 12 idempotent roles for machine provisioning, SOPS/GPG secrets, dotfiles deployment, and homelab node configuration | ACTIVE |
| Project | Description | Status |
|---|---|---|
| notebooks | 38+ Jupyter notebooks across 9 topic domains with ML backtesting, NLP pipelines, demographics research, and a multi-domain Streamlit dashboard | ACTIVE |
| Project | Description | Status |
|---|---|---|
| swarm-graph | Docker topology explorer — Go agent watches the daemon via event stream and serves a React/D3 frontend with force-directed and Dagre layouts plus server-side Mermaid rendering through Kroki | ACTIVE |
| Project | Description | Status |
|---|---|---|
| kasa-exporter | Prometheus exporter for TP-Link Kasa smart plugs with real-time power monitoring, time-of-use energy cost tracking, and pre-built Grafana dashboards | ACTIVE |
| Project | Description | Status |
|---|---|---|
| catalyst-dns-sync | Kubernetes-native DNS controller that watches Ingress and Traefik IngressRoute resources and syncs hostnames to Technitium DNS Server, with a dev mode for /etc/hosts | WIP |
| talos-private | Kubernetes GitOps manifests for private media services deployed via ArgoCD with Kustomize, extending the talos-homelab arr-stack | ACTIVE |
| Project | Description | Status |
|---|---|---|
| catalyst-swift | Shared SwiftUI component library providing the Catalyst cybersynthpunk dark theme, glass-card effects, neon glow modifiers, changelog parser/viewer, and help-tip system for macOS apps | ACTIVE |
| Project | Description | Status |
|---|---|---|
| catalyst-sdlc-framework | Multi-agent SDLC framework implementing a Cognitive Council deliberation protocol — 6 specialized expert agents collaborate through a 5-phase process to decompose epics into structured task manifests | ACTIVE |
| TheBranchDriftCatalyst | GitHub profile page generator with synthwave styling and AI-powered project summaries | ACTIVE |
| Project | Description | Status |
|---|---|---|
| notion-cloudflare-blog-worker | Cloudflare Worker that reverse-proxies Notion pages onto a custom domain with clean slug-based URLs, edge-injected dark mode, Google Fonts, analytics, and SEO meta tags | ACTIVE |
| Project | Description | Status |
|---|---|---|
| dungeon-library | Fantasy fiction reading platform with a dark-dungeon aesthetic — browse, read, review, and track progress across serialized stories, featuring AI-powered content generation via local Ollama LLMs | ACTIVE |
| hakboard-dashboard | Smart home kiosk dashboard built as a DakBoard replacement, featuring drag-and-drop widget grid layout, radial weather clock, and Notion integration for productivity widgets | WIP |
╔══════════════════════════════════════════════════════╗
║ "It works on my machine" — The Catalyst Guarantee ║
╚══════════════════════════════════════════════════════╝
TheBranchDriftCatalyst · Making git branches drift since 2024




