# HG changeset patch # User Steve Losh # Date 1699020828 14400 # Node ID 8818b40fcb97a67694e7bbcd624af3e0270ac32e # Parent 87c7372ce2d9da8e1dccc6d1ea8aa648d879766d Update diff -r 87c7372ce2d9 -r 8818b40fcb97 README.markdown --- a/README.markdown Fri Nov 03 09:53:26 2023 -0400 +++ b/README.markdown Fri Nov 03 10:13:48 2023 -0400 @@ -670,7 +670,7 @@ ## 2023-11-02 BS521 exam. Got a little tripped up on the paired t test question until -I realized that `(average (map #'- as bs))` is algebraically equivalent +I realized that `(average (mapcar #'- as bs))` is algebraically equivalent to `(- (average as) (average bs))`. Met with advisor about classes to take next semester. Need to register when @@ -694,3 +694,10 @@ * CANCBIO-554: would be good for Prensner lab, possibly also for a training grant. +## 2023-11-03 + +HG545 review session. Didn't manage to get in at 8 AM so I'll have to watch +the recording some time this weekend. + +Finally got around to adding the bash version of Z to my remote dotfiles so +I don't lose my mind trying to work on servers/VMs.