Rob's Blog

programming (mostly web development)

Wsl Dev On Windows 2024

October 25, 2024
I recently got a new Windows PC and decided to set it up for programming work. I prefer the developer experience on Linux/Mac (the former more than the latter), but really don’t like switching computers or maintaining multiple boots. I’ve used WSL in the past, and it’s a perfect compromise....

Starting Off

May 09, 2022
First task was to get this blog up and going. I went with: google domains for the domain github pages / jekyll for the site Going with github pages forces jekyll on you if you want stuff to “just work”. It seems like an ok choice for now and wasn’t...