8818b40fcb97

Update
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Fri, 03 Nov 2023 10:13:48 -0400
parents 87c7372ce2d9
children c2b237fcc502
branches/tags (none)
files README.markdown

Changes

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