# HG changeset patch # User Steve Losh # Date 1552172973 18000 # Node ID 91d718c46154e1c1895c9b08290a638f384f0ef1 # Parent db54f7fde7190532d0e399cceee971209f456227 Update diff -r db54f7fde719 -r 91d718c46154 README.markdown --- a/README.markdown Fri Mar 08 22:13:52 2019 -0500 +++ b/README.markdown Sat Mar 09 18:09:33 2019 -0500 @@ -274,3 +274,11 @@ Did some more BIAL problems. Spent way too much time writing iterate drivers to make the problems themselves look clean. Oh well, I'll use them again some day. + +## 2019-03-09 + +Browsed through `st`'s code a little bit. Seems fairly simple (at least as +simple as a language as weak as C can be). + +More BIAL problems. Spent a bunch of time screwing around with iterate and +lparallel for not a lot of benefit. Oh well.