Skip to content
View Megapixel99's full-sized avatar
😊
Learning
😊
Learning
  • Azusa Pacific University
  • Texas

Block or report Megapixel99

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 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
Megapixel99/README.md

Hi 👋

I'm Seth Wheeler, a software engineer and graduate student.

I work on platform and integration engineering (Node.js microservices, Kubernetes, CI/CD) and, increasingly, AI and LLM tooling such as Model Context Protocol servers and retrieval-augmented assistants.

I reimplement systems I want to understand, then write down where my design turned out to be wrong. The write-up is usually the more useful half.

Working with: JavaScript / TypeScript · Node.js · Python · Swift · SQL · Kubernetes · Docker · CI/CD · MongoDB / Postgres · MCP and LLM integration

A few things I've built:

  • 🧩 nodejs-k8s · Kubernetes' core APIs reimplemented in Node. Point your real kubectl at it and it answers.
  • 📦 Postmastr · A mailroom tracker that reads a shipping label off a photo and emails the recipient.
  • kestrel · A macOS browser with a memory budget for tabs. Above the budget's feasibility floor it holds 788 MB where discarding holds 802 MB, and destroys 6 tabs to its 8.
  • lambda-language · A small language with four independent backends (C, WebAssembly, ARM64, a bytecode VM) that have to agree byte for byte, and a compiler for it written in itself.
  • 🎭 social-deduction-bench · Social deduction as an LLM benchmark, scored per turn and corrected for chance rather than ranked by win rate.
  • 🗄️ sql-nodejs · An in-memory SQL engine with a hand-written parser and genuinely zero dependencies.
  • 🎬 video-timeline · Hands a video to a language model as a measured timeline, not a pile of screenshots.
  • 🔎 webCrawler · A search engine (crawler, inverted index, BM25 ranker) with no search library.

Megapixel99's GitHub stats

Pinned Loading

  1. nodejs-k8s nodejs-k8s Public

    A from-scratch reimplementation of Kubernetes' core APIs in pure Node.js — compatible with the real kubectl CLI and standard YAML.

    JavaScript 124 1

  2. dissonance dissonance Public

    Basic Discord Clone

    JavaScript 16

  3. Postmastr-Backend Postmastr-Backend Public

    OCR-powered mailroom package tracker — reads shipping labels with Tesseract.js and emails recipients. Node.js/Express backend.

    CSS 3 1

  4. social-deduction-bench social-deduction-bench Public

    Social deduction as an LLM benchmark: deception and deception-detection measured per turn and corrected for chance, rather than ranked by win rate. 522 games, 19 models, a rule-based control that n…

    JavaScript

  5. webCrawler webCrawler Public

    A from-scratch web crawler and search engine in Node.js — distributed crawling, a hand-built inverted index, and BM25 ranking.

    JavaScript

  6. video-timeline video-timeline Public

    Converts a video into a measured timeline — shot boundaries, camera motion with the numbers behind each label, on-screen text, audio activity — so a language model reads intervals instead of guessi…

    Python