Fixed: dotnet - An error occurred while loading required library libhostpolicy.dylib on macOS
Manually installing the .Net SDK on macOS can be quarantined by Apple’s security protections, thankfully it’s a one-liner fix
Manually installing the .Net SDK on macOS can be quarantined by Apple’s security protections, thankfully it’s a one-liner fix
The NuGet package LibHeifSharp wraps libheif but on macOS libheif isn’t where the .Net Framework expects it to be, but is quickly resolved with a symlink
A personal best on my third year of the advent calendar of coding puzzles
How to fix the GitHub Pages build action warning: “github-pages can’t satisfy your Gemfile’s dependencies” when deploying a site with custom gems
The second year of my participation in the annual festive coding katas turned competitive
A short guide to configuring the Powercool UPS (Uninterruptible Power Supply) to work with Unraid
Thoughts on my first attempt at the annual festive coding katas
Finding myself seeing NameError: uninitialized too often, I took a little time out to truely understand how the Spring preloader conventions in Rails actuall...