dcadolph (Douglas Adolph) · GitHub
Skip to content
View dcadolph's full-sized avatar

Block or report dcadolph

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
dcadolph/README.md

Most of what I build comes down to one question: did it actually happen, or did we just assume it did? Passing tests, plausible docs, green workflows, and matching clusters all invite the assumption. Each of these projects replaces one of those assumptions with a check.

What it establishes
kibble Your README's install steps actually work, because they ran from zero in a clean container instead of on a machine that already had everything. Fails CI, not a new user's terminal.
fleetsweeper A Kubernetes cluster really is the odd one out, measured against the rest of its fleet instead of eyeballed.
battlesight A historical claim is only as strong as its sourcing. 13,000+ battles from 3000 BC to today, on an interactive map, each tied to where it came from.
preen A rewritten git history still holds exactly the work you did. Atomic commits with real messages, and the plan shown before anything moves.

Also public

  • slop-chop, strip AI tells from text in one deterministic local pass
  • vamoose, calendar workflows that advance themselves, across Outlook, Google, iCloud, and CalDAV
  • cipher, programmatic SOPS for Go: encrypt, decrypt, rotate, and audit secret files
  • jwtmint, mint, sign, verify, and inspect JWTs from the command line
  • midden, the plain and simple local-first personal journal
  • cinatlas, quick movie facts: where it was filmed, who is in it, what else they made
  • depstamp, record which dependencies an agent actually used in work that passed

Pinned Loading

  1. cipher cipher Public

    Programmatic SOPS for Go: encrypt, decrypt, rotate, walk, edit, and audit secret files. CLI + library.

    Go

  2. slop-chop slop-chop Public

    Strip AI tells from text: em-dashes, slop words, and stock phrases, in one deterministic local pass. CLI, GitHub Action, Obsidian plugin, and MCP server.

    Go 2

  3. vamoose vamoose Public

    Calendar workflows, minus the tedium. Route time off through approval and fan out to the team, across Outlook, Google, iCloud, and CalDAV, from the CLI, Claude, or Slack.

    Go

  4. kibble kibble Public

    Test your README's install steps in a clean container, so a broken install fails in CI instead of in a new user's terminal. CLI and GitHub Action.

    Go

  5. preen preen Public

    Split a messy working tree into clean, atomic git commits with real messages, and see the plan before anything moves. Claude Code skill and CLI.

    Go