keeb
Loading activity
administrator of the swamp
- Three Minutes of Trouble, 20 million eventskeeb.devapproved
- Building a Group TV Recommendation Enginekeeb.devapproved
- #2012feat(nurture): /admin/nurture — who would get what, and whyfeature
- #2011feat(nurture): the nurture_send ledger and the dry-run projector, with the cold-start sealfeature
- #2010feat(nurture): batch cohort reads — account-grain identification that carries its evidencefeature
- #2009feat(nurture): the flow catalog and the qualification contract (pure domain)feature
- #1884Genesis "New Blood" (recruit_first) only counts collective invites — a platform invite can never complete itbug
Ssh
General-purpose SSH operations — exec, upload, wait for connection (https://github.com/keeb/swamp-ssh)
Tailscale
Install Tailscale on remote VMs over SSH and sync tailnet machine inventory from tailscale status JSON into per-machine resources.
Mongodb Datastore
MongoDB-backed swamp datastore — distributed locks with TTL, heartbeat, and nonce fencing, plus a manifest+content-addressed-blob sync protocol that streams the datastore tier as inline-bytes cursor batches. Dirty tracking rides an append-only journal with ancestor coalescing (O(1) markDirty) and pushes reconcile dirty roots in batches rather than one round-trip each. Blobs over 15 MB are transparently chunked across multiple docs so they fit under MongoDB's 16 MB BSON limit. Ships a companion maintenance model and workflow that inventory, sweep orphaned blobs and aged tombstones, and compact reclaimed space — fanning out over every namespace in one execution. Scoped by tenant + repo namespace. Requires MongoDB 4.0+ as a replica set.
Docker
Manage Docker Engine and Docker Compose lifecycle on remote hosts over SSH, including install, build, run, inspect, exec, and compose service operations.
Anthropic
Generate text with Anthropic's Claude models via the Messages API from swamp workflows.