# HG changeset patch # User Steve Losh # Date 1532194513 0 # Node ID 780bfe81d98a10fae6056db98d4dca4c867a7e65 # Parent 1ee03086d3e2dfa188869cb753b6b20029b9c9fe Update diff -r 1ee03086d3e2 -r 780bfe81d98a README.markdown --- a/README.markdown Sat Jul 21 02:30:40 2018 +0000 +++ b/README.markdown Sat Jul 21 17:35:13 2018 +0000 @@ -190,3 +190,7 @@ which let me see giblib complaining about the keyboard being busy. Once I found that error it led me to https://bbs.archlinux.org/viewtopic.php?id=86507 which shows a solution: add a `sleep 0.2` before the call to `scrot`. Jesus. + +## 2018-07-21 + +Did some programming exercises. I'm rusty at this stuff.