Posts on bourgoin.dev https://bourgoin.dev/posts/ Recent content in Posts on bourgoin.dev Hugo -- 0.156.0 en-us keith bourgoin Thu, 19 Feb 2026 00:00:00 +0000 Stumbling Into a Great AI Assistant https://bourgoin.dev/posts/stumbling-into-an-ai-assistant/ Thu, 19 Feb 2026 00:00:00 +0000 https://bourgoin.dev/posts/stumbling-into-an-ai-assistant/ Obsidian + Claude = Magic Collatz Part 2: Yak Shaving https://bourgoin.dev/posts/exploring-collatz-2/ Wed, 10 May 2023 00:00:00 +0000 https://bourgoin.dev/posts/exploring-collatz-2/ A brief detour... Exploring the Collatz Conjecture with Rust https://bourgoin.dev/posts/exploring-collatz/ Fri, 14 Apr 2023 00:00:00 +0000 https://bourgoin.dev/posts/exploring-collatz/ Using Rust to investigate the Collatz Conjecture. The Language Wars Are Over: ChatGPT Won https://bourgoin.dev/posts/programming-languages/ Wed, 05 Apr 2023 00:00:00 +0000 https://bourgoin.dev/posts/programming-languages/ Languages Don&#39;t Matter Anymore How I Set Up an Unraid Devbox https://bourgoin.dev/posts/devbox-setup/ Fri, 31 Mar 2023 00:00:00 +0000 https://bourgoin.dev/posts/devbox-setup/ <p>I&rsquo;ve been using a Mac mini for personal projects lately, but I prefer developing on Linux. It&rsquo;s closer to production, and I happen to know Linux internals better than MacOS internals. With some quality time on eBay, I recently built an <a href="https://unraid.net">Unraid</a> homelab/media serverwith 24 cores, 32g of memory, and 20tb usable storage (i.e. not including parity disks). It seemed a perfect opportunity to set up a new devbox.</p> <p>I knew I wanted some sort of remotely accessible containerized environment. I&rsquo;ve started using VSCode for Rust development, so I would need that to work too. Finally, static IPs are tedious, so <a href="https://en.wikipedia.org/wiki/Multicast_DNS">mDNS</a> support would be ideal.</p>