blog.saleshorse.orgOn Side ProjectsThe idea of a side project needs a bit of reframing. I used to think they needed to be this formal thing. I'd set up a Trello board, a Notion page, write a business plan in some cases. But those projects ended up feeling too much like work for me to ...Apr 9, 2024·2 min read
blog.saleshorse.orgHow to Run a Minecraft Server: Multiple ApproachesBackground In An intro to Minecraft mods, I outline my reasons for choosing the Fabric framework over Forge. Continuing with that same reasoning, this post will be outlining multiple approaches for running a Minecraft server using Fabric (although at...Jun 27, 2023·21 min read
blog.saleshorse.orgAn Intro to Minecraft ModsI've never played Minecraft for more than a few minutes, but my son loves it. He's expressed an interest in coding and recently said he wants to code a Minecraft mod. I started looking into what was involved in coding a mod for Minecraft, and found i...Jun 11, 2023·21 min read
blog.saleshorse.orgInstalling Java on Ubuntu (without breaking your shell)TL;DR -- Different shells store environment variables in different locations. Set environment variables using your shell's recommended location. There are plenty of resources out there for installing Java on Ubuntu, but I wanted to write one that co...Jun 8, 2023·5 min read