Skip to content
View awlevin's full-sized avatar

Organizations

@UW-UPL

Block or report awlevin

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

hey, i'm aaron 👋

building agents at Vellum · previously scaled edtech to 1M+ users at Fiveable · based in denver

i like shipping things fast, running long distances slowly, and finding the fun in hard problems.

TypeScript Python React Next.js Claude Verilog C


what i'm building lately

Project What it is
🏡 Dillow daily real-estate price-guessing game — guess the home's price in 5 tries
🏰 Avalon Online web app for the social deduction board game — notes, strategy, betrayal
🍲 Potlucky coordinate potlucks without the "i'll bring napkins" problem
🔍 Whomst.info check domain availability over iMessage

OG projects

Project What it is
🌽 Cornhole Fiesta automated cornhole scoring from OpenCV computer vision, wired to custom Linux kernel drivers for the stepper motor, accelerometer, and 7-segment display
🕹️ DDR on Cortex‑M4 dance dance revolution as bare-metal C firmware on a TI Tiva LaunchPad — hand-rolled drivers for the LCD, EEPROM, capacitive touch, and PS/2 controller
🖥️ WiscArchitecture a CPU built from scratch in Verilog on a custom ISA — grew from single-cycle to a 5-stage pipeline with full forwarding and a 2-way set-associative LRU cache, plus a matching assembler
🔢 Digit Recognizer a feedforward neural net written from scratch in Java — backpropagation, sigmoid activations, and a tunable hidden layer, trained to read handwritten digits 0–9 off raw bitmaps

a few things about me

  • 🏃 type 2 fun enthusiast — ran the taco bell 50k
  • 🎲 will never turn down a board game night or a potluck

"ship it and learn" — i'd rather build something imperfect today than plan something perfect forever.


github activity

GitHub Contribution Graph


Website Twitter LinkedIn Strava Goodreads

Pinned Loading

  1. shyamal-anadkat/DDR-On-Tiva-Launchpad shyamal-anadkat/DDR-On-Tiva-Launchpad Public

    C 3

  2. WiscArchitecture WiscArchitecture Public

    A 16-bit CPU built from scratch in Verilog, from single-cycle to pipelined to a two-way set-associative cache.

    Verilog 3

  3. cornhole-fiesta cornhole-fiesta Public

    Senior design project: a cornhole board that scores itself with handmade load cells, computer vision, and a DE1-SoC.

    Jupyter Notebook 1

  4. talksync talksync Public

    A React component that speaks your text and lights up each word as it is spoken. OpenAI tts-1 + whisper-1, cached in Vercel Blob.

    TypeScript