Git Fixup

Quick post that’s been rattling around in my head for a while; I just want to get this down, then maybe flesh it out a bit more later. fixup is a git operation I frequently use that may not be as well known as the common commit, push, pull, etc. It’s something you need to be a bit careful about, as it “changes history”, and anyone that has your changes before you do the fixup may have some problems with differing commit histories.
Read more →

Domain Setup

When creating this blog, I did quite a bit of configuration in Cloudflare Pages to get DNS working with this domain, but I failed to document any of it. I’ve got a new blog KD0FAB Amateur Radio on a new domain, so I’m going to try to document the configuration process here so I don’t have to fumble about (as much) for the next domain. For the most part, I followed a tutorial at Smaller Fish.
Read more →

Language Similarities

For the last several years, I have participated in Advent of Code, going back and forth between using languages I use day-to-day (Elixir, Ruby) and trying languages I am not as familiar with. One year, I decided to try using Go. Among other interesting features is the capability of functions to return multiple values, rather than a single value. For example: val, err := strconv.Atoi(s) In the above line of code, we want to turn a string value s into an integer value val.
Read more →

First Post

New year, new blog. Let’s see how long I can keep this thing going.
Read more →