diff --git a/2023/1229_xmas.md b/2023/1229_xmas.md new file mode 100644 index 0000000..b68acfe --- /dev/null +++ b/2023/1229_xmas.md @@ -0,0 +1,11 @@ +2023-12-29 +Merry Christmas + +I had intended to have a paper writeup handy, but the preparations and celebrations of Christmas meant I was occupied. + +Oh well, another year of unfinished [advent of code](https://adventofcode.com/) as well, this year I tried to work with [uiua](https://www.uiua.org/) an [apl](https://en.wikipedia.org/wiki/APL_(programming_language))-like language, but I didn't really get enough done to say I really felt the APL enlightenment. + +My stack of papers has grown mostly out of interest and following references from the [last paper on fp^2](/2023/1210-tmp-fipfp.html). + +Merry Christmas (and I know it's not the 25th but Christmas is really more a season/state of mind) + diff --git a/posts.mk b/posts.mk index d814e4b..d7e4c92 100644 --- a/posts.mk +++ b/posts.mk @@ -11,5 +11,6 @@ POSTS = \ 2023/1116-syncap-pt2.html \ 2023/1117_hdl.html \ 2023/1126-tmp-counting-immutable-beans.html \ - 2023/1210-tmp-fipfp.html + 2023/1210-tmp-fipfp.html \ + 2023/1229_xmas.html