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 who likes building systems from the ground up, and open-sourcing the ones worth sharing.

Day to day I work on platform & integration engineering (Node.js microservices, Kubernetes, CI/CD) and, increasingly, AI/LLM tooling such as Model Context Protocol servers and retrieval-augmented assistants. For fun, I reimplement complex systems from scratch to actually understand them.

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

A few things I've built:

  • 🧩 nodejs-k8s — Kubernetes' core APIs reimplemented in pure Node.js, compatible with the real kubectl
  • 🔎 webCrawler — a from-scratch search engine: distributed crawler + hand-built inverted index + BM25 ranking
  • 🎭 social-deduction-bench — an LLM benchmark scoring deception & deception-detection per turn, corrected for chance (19 models, 522 games)
  • 📦 Postmastr — OCR-powered mailroom package tracker

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

  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