Recent Updates

TIL 2025-07-22

Vibe Coding Videos w/ Remotion

My first ever attempt at vibe coding a video. Had to start off with some Tron Lightcycles.

I saw a post from @trq212 about how you can vibe code videos using remotion. I immediately had to give this a …

Blog 2025-07-22

Chasing that Flow State

Geoffrey Huntley’s post on X about how addictive coding with AI is 100% true. The flow state is highly addictive. Before using LLM’s, when I would be working on a bug, I didn’t want any distractions. I would wait until I knew I had …

TIL 2025-07-21

uv tips

Today I learned about some powerful, lesser-known features of uv, a fast Python package and environment manager. Beyond the usual uv venv and uv sync, uv offers commands that streamline workflows for tool management, Python versions, and reproducible …

Blog 2025-07-20

Building FullStackBrett

Hey there! I’ve been meaning to do this for a while. Create a personal site for a blog, that is. I have had multiple false starts over the years. Hopefully this isn’t a continuation of the pattern. What has motivated me is a desire to …

TIL 2025-07-20

Repomix

I have been using RepoMix on and off for projects on Github, but I never knew they had a CLI for it. It’s extremely useful and easy to setup. I was using a custom python script but the repomix cli is much easier to work with.

There are a bunch …