Skip to content
View dunamismax's full-sized avatar

Block or report dunamismax

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
dunamismax/README.md

Hi, I'm Stephen 👋

📍 Florida · ⚙️ Self-hosted systems builder · 🧱 Alias: dunamismax

Python Go C PostgreSQL Docker CLI Self-Hosted

I build software that still makes sense at 2am: self-hosted when possible, local-first where it matters, explicit about its tradeoffs, and verified before it gets trusted.

Thesis

I like software that a small team can actually own.

That usually means:

  • infrastructure that is understandable without a priesthood
  • tools that help the operator instead of hiding the system from them
  • explicit data flow over magic
  • local-first and self-hosted setups when control matters
  • boring technology where boring wins, and lower-level technology where control is worth the cost

I am not chasing stacks for their own sake. I care about backend systems, networking, devops, self-hosting, control planes, CLIs, TUIs, and infrastructure tools that earn their place by being useful under real operating conditions.

Current direction

My lane is straightforward:

  • Python for operational software, automation, verification, control planes, and practical web tooling
  • Go for backend services, infra tools, and network-facing systems where simplicity and performance both matter
  • C for systems fundamentals, low-level tooling, and staying close enough to the machine to understand what the abstractions cost

Selected work

A few repos that represent the kind of work I actually want to keep doing:

  • changeledger — operational memory and change intelligence for IT, platform, and ops teams
  • verify-patch — patch-aware verification for Python repositories with repo-native checks and operator-friendly output
  • scriptspace — a workspace manager for single-file Python scripts built around PEP 723 and uv
  • boring-go-web — a practical Go web starter for shipping without framework theater
  • c-from-the-ground-up — project-based C learning focused on systems fundamentals through runnable lessons

More Go and C work is coming. The direction is backend, infrastructure, networking, and tools — not toy repos for the sake of having more repos.

Open source

  • OpenClaw — contributor; currently 2 merged PRs upstream

How I build

  • Ship small. Verify always.
  • Prefer boring infrastructure over clever architecture.
  • Make CLI, API, and operator workflows first-class.
  • Treat docs as part of the product.
  • Optimize for maintenance reality, not launch-day aesthetics.

Elsewhere

GitHub · Codeberg

Pinned Loading

  1. questlog questlog Public

    MyLife RPG is a productivity game for people who want habit tracking to feel like character progression. You create quests and habits, complete them daily, gain XP, level up stats, and unlock achie…

    Python 1

  2. podwatch podwatch Public

    Pod management and event dashboard with authentication, role-based permissions, and a clean admin UI. Built on React Router 7 and a Bun-powered API backend.

    Python

  3. scryfall-discord-bot scryfall-discord-bot Public

    Discord bot for fast Magic: The Gathering card lookups powered by the Scryfall API. Supports prefix commands, bracket syntax, random pulls, rules lookup, and rich embeds with prices and legality.

    Python 1

  4. rip rip Public

    A self-hosted web app for downloading videos from 1700+ sites. Paste a URL, pick a format, and download. Powered by yt-dlp and ffmpeg.

    Python