1fe5f9615609

Update
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sun, 19 Jul 2020 11:03:23 -0400
parents 5ed6a554ab7c
children d55ddcc671ef
branches/tags (none)
files README.markdown

Changes

--- a/README.markdown	Sat Apr 11 11:56:17 2020 -0400
+++ b/README.markdown	Sun Jul 19 11:03:23 2020 -0400
@@ -1338,3 +1338,25 @@
 
 Merged some PRs for `t` and did some basic test maintenance.  I still love
 `cram` for CLI tests — it's such an intuitive, usable way to test things.
+
+# July 2020
+
+## 2020-07-18
+
+More work on Jarl.
+
+Started going through The Data Compression Book, doing the examples in Common
+Lisp.  First code was a bit stream wrapper.  I initially did
+a `trivial-gray-streams` wrapper but then refactored it into simple structs,
+since it's going to be writing a lot of bits and performance probably matters.
+Maybe.
+
+## 2020-07-19
+
+Did some server upgrades I've put off too long.  Need to script up some stuff
+for automagically doing this in the future.  Might be a good excuse to learn
+`expect`?
+
+PR'ed Quicklisp to move my projects from Bitbucket/Github to my self-hosted
+setup.  At least now I own my availability and won't have to do this bullshit
+again.