# HG changeset patch # User Steve Losh # Date 1555779349 14400 # Node ID 7487534fb0ad6a68cd1e3d8e851b6b5ef2ffee46 # Parent 9f51f854ef36ea7266842f40ac7b724838c43089 Update diff -r 9f51f854ef36 -r 7487534fb0ad README.markdown --- a/README.markdown Thu Apr 18 21:53:25 2019 -0400 +++ b/README.markdown Sat Apr 20 12:55:49 2019 -0400 @@ -467,3 +467,19 @@ `print` and friends don't return their argument, which means you can't just wrap a `(print …)` around something when debugging. + +## 2019-04-19 + +New screen arrived today. It works! Then I needed to sync the SD card again. +Commands to do that (eventually I'll script these): + + udisksctl mount -b /dev/sdc1 + rsync -avd ./ --copy-unsafe-links --exclude=.hg /media/sjl/3831-6133 + udisksctl unmount -b /dev/sdc1 + +(Aside: why don't I always just pipe `histgrep` into `nvim -`?) + +Narrowed down my macro troubles to a couple of bugs in MakerLisp itself. He's +going to take care of them. + +## 2019-04-20