--- a/README.markdown Sun Oct 28 14:49:31 2018 -0400
+++ b/README.markdown Thu Nov 08 20:38:27 2018 -0500
@@ -430,3 +430,14 @@
Finally got back to the electronics book. Learned about 555 timer chips.
+# November 2018
+
+## 2018-11-08
+
+Did a couple of Rosalind problems after work:
+
+* `cl-ppcre`'s `all-matches` only returns non-overlapping matches, not *all*
+ matches. Had to write my own. Dammit.
+* `~*` will skip over `format` arguments.
+* Drakma follows HTTP redirects by default, which is nice.
+* Uniprot is slow until you warm up their caches.