fd8cc3305bdc

Update
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Thu, 08 Nov 2018 20:38:27 -0500
parents 1d06c7b266d3
children 81ffe86623c7
branches/tags (none)
files README.markdown

Changes

--- 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.