commit 5796224132b6c1d5f17826051ed57500ab2983db parent 17b7d08a939d329e8767688eba5c09f20ac9e55d Author: Eamon Caddigan <eamon.caddigan@gmail.com> Date: Thu, 14 Dec 2023 20:24:58 -0800 Just a post linking to December Adventure Diffstat:
A | content/posts/december-adventure/index.md | | | 22 | ++++++++++++++++++++++ |
1 file changed, 22 insertions(+), 0 deletions(-)
diff --git a/content/posts/december-adventure/index.md b/content/posts/december-adventure/index.md @@ -0,0 +1,22 @@ +--- +title: "My December Adventure" +date: 2023-12-14T20:06:00-08:00 +draft: false +categories: +- Programming +--- + +I'm participating in [December Adventure](https://eli.li/december-adventure) +this year and posting nearly-daily updates [on this page]({{< ref +"/december-adventure/" >}}). + +I'm playing with [uxn](https://wiki.xxiivv.com/site/uxn.html), as a +follow-up to [my recent exploration in PostScript]({{< ref +"postscript-graph-paper" >}}), and heavily inspired by [this amazing web +tribute to +Forth](https://ratfactor.com/forth/the_programming_language_that_writes_itself.html). +My goal is to build a game to help me learn Morse code. There are already a +few programs for this---I've used [Just Learn Morse +Code](http://www.justlearnmorsecode.com/) which runs on my Linux laptop +fairly well with [Wine](https://www.winehq.org/)---but this seems like a fun +project whether I ever finish or not.