index.md (784B)
1 --- 2 title: "2023, Day 13" 3 date: 2023-12-13T20:30:04-08:00 4 draft: false 5 --- 6 7 Not much to blog today, I wrote a humble R script to do the binary Morse 8 code encoding that I described in [yesterday's update]({{< ref 9 "december-adventure/2023-12/index.md" >}}). R wouldn't be my first choice 10 other than the fact that it's what I write most often for my day job, so 11 this didn't take too long to knock out. 12 13 I also created the first branches in my (local) repository. Usually when I'm 14 working on a project alone I can get away with doing everything in 15 `main`---and I like it that way---but once a need arises to set aside some 16 work to focus on something else, branches make sense. 17 18 As always, my public repository lives 19 [here](https://git.eamoncaddigan.net/december_adventure_2023/log.html).