Rivet: A Light Text Editor That Prioritizes Speed and FocusOverview Rivet is a lightweight Windows-native text editor focused on fast startup and simple, clean behavior. The design goal is intentional: implement the …
Mario AI Trainer: Teaching an Agent to Play Super Mario BrosOverview mario-ai-trainer is a project focused on training a reinforcement learning agent to play Super Mario Bros using modern Python ML tooling. The goal is …
GPU Prime GeneratorFinding prime numbers with Python and CUDA — because math runs faster when it’s parallel.
Pod in Peace — Podcast Archiver + TranscriberPod in Peace is a small, self-contained Python app for discovering, downloading, normalizing, and transcribing podcasts. It supports both a Tkinter GUI and a …
MapGen: Printable Hex-Map Generator (Python) — with Biomes & PDF OutputTL;DR MapGen is a tiny Python tool that generates hex-grid maps using dual Perlin noise (elevation + moisture), assigns biomes (water, plains, forest, desert, …
Building a Production-Ready Hugo Pipeline on AWS with GitHub ActionsHow I built a secure, low-cost, zero-servers pipeline: Hugo → GitHub Actions → S3 → CloudFront with Porkbun DNS, ACM TLS, least-privilege IAM, and edge functions.