commit 17b7d08a939d329e8767688eba5c09f20ac9e55d
parent e627fca7dc382e721d7e6364fd31c8c221dea494
Author: Eamon Caddigan <eamon.caddigan@gmail.com>
Date: Wed, 13 Dec 2023 20:43:40 -0800
December Adventure, day 13
Diffstat:
1 file changed, 19 insertions(+), 0 deletions(-)
diff --git a/content/december-adventure/2023-13/index.md b/content/december-adventure/2023-13/index.md
@@ -0,0 +1,19 @@
+---
+title: "2023, Day 13"
+date: 2023-12-13T20:30:04-08:00
+draft: false
+---
+
+Not much to blog today, I wrote a humble R script to do the binary Morse
+code encoding that I described in [yesterday's update]({{< ref
+"december-adventure/2023-12/index.md" >}}). R wouldn't be my first choice
+other than the fact that it's what I write most often for my day job, so
+this didn't take too long to knock out.
+
+I also created the first branches in my (local) repository. Usually when I'm
+working on a project alone I can get away with doing everything in
+`main`---and I like it that way---but once a need arises to set aside some
+work to focus on something else, branches make sense.
+
+As always, my public repository lives
+[here](https://git.eamoncaddigan.net/december_adventure_2023/log.html).