Skip to content
View chotchki's full-sized avatar

Block or report chotchki

Report abuse

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

Report abuse
chotchki/README.md

Christopher Hotchkiss · chotchki

Security and systems engineer who has run his own site on his own hardware, continuously, since ~2003 — so I don't just BUILD things, I operate them for years and live with every decision I made.

The thread through all of it: own the full stack, down to the metal. Applied cryptography (HMAC-keyed URLs, WebAuthn and the ACME/TLS I run myself), database internals, hardware I designed and 3D-printed, up through the web app that serves the whole thing.

Two worth starting with (pinned below):

  • FeOphant — a Postgres-compatible database written from scratch in Rust, by hand, in 2021. Point psql at it and the rows come back. Pre-Copilot, so it's a clean look at how I think with no AI in the loop.
  • RemindWall — a medication-reminder appliance that's been running on my wall for over a year (a Mac plus two iPads, a physical NFC tap to confirm a dose, 3D-printed mounts). Not a demo — something my family actually depends on.

Most of the other repos here are small upstream bug fixes and experiments.

The whole story — the projects, the blog and a résumé — lives at hotchkiss.io.

Pinned Loading

  1. feophant feophant Public

    A PostgreSQL inspired SQL database written in Rust.

    Rust 27 1

  2. RemindWall RemindWall Public

    Swift

  3. recon-gen recon-gen Public

    Outside validation that your financial system is sound

    Python 1

  4. skylander-portal-controller skylander-portal-controller Public

    Remote-control the RPCS3 emulated Skylanders portal from a phone or iPad over your local Wi-Fi

    Rust 2

  5. hotchkiss-io hotchkiss-io Public

    Rust

  6. claude-plan-bridge claude-plan-bridge Public

    Bridges Claude Code's TaskCreate task list to a canonical PLAN.md so the two systems stop fighting

    Rust