Shenanigans

Weird, fun, and fast-built side projects — shipped for laughs, learning, and the love of building.

  • It's 2am and I built an API. A "REST API" that vibe-checks anything you send it — query, decision, your situationship — and returns a score, a confidence level, and a recommendation from the vibe council.

    Cloudflare WorkersAPIFun
  • Wayland was the one place obs-zoom-to-mouse refused to work, so I forked it. A Lua OBS script that zooms a PipeWire screen capture to follow your cursor on Hyprland, because screen recordings deserve to actually show what you're pointing at.

    LuaOBSWaylandHyprland
  • A native GTK4 desktop app for recording a daily video or audio diary entry, which uploads itself straight to YouTube as a private video. Future me, this is for you.

    PythonGTK4YouTube API
  • A C++ program that turns images into colored ASCII art, printed straight to your terminal. Built mostly to relearn pixels, luminance, and why std::cout is slower than you'd hope.

    C++stb_imageCLI