Blog

Fixing White Balance on Mac Air

With the release of the M4 Air I was ready to upgrade my M1 Air. After using Migration Assistant and getting to my desktop and into Chrome, I realized my colors looked... off. My white looked very yellow. Searching around I didn't find any conclusive reasoning, just things about the display types being different. I was able to find how to fix it, anyway. Macs include the ability to easily calibrate your monitor.

Self-Hosting Go Modules

I've always been a proponent of self-hosting. Recently I've been doing more work with Go and wanted to host my own modules. I'm not super fond of hosting my code on GitHub because I feel like I don't totally own anything that I don't have root on. So I decided to look into how Go fetches modules and what it takes to host my own.

Building a Personal Website with ChatGPT

Recently I've really wanted to have somewhere to put code, or show off a side-project or experiment. I've also wanted to do more than dabble with generative AI. I'd really like to embrace what generative AI has to offer. So, I figured building a personal site would be a great starting point for building up the skill of working with LLMs. So I'll give a surface-level overview of my expectations, my experience, any roadblocks, and next steps.