# HG changeset patch # User Steve Losh # Date 1541727507 18000 # Node ID fd8cc3305bdc58d54e93676f3f4f1142776e3db6 # Parent 1d06c7b266d35daaca649e7444c8dd43542a97dc Update diff -r 1d06c7b266d3 -r fd8cc3305bdc README.markdown --- 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.