# HG changeset patch # User Steve Losh # Date 1598839265 14400 # Node ID ea4b950307746e8e8c870f9a1fe4a1cf532328a9 # Parent 810b72e88e063f1295af53d8ecc1d7ea5c8d632b Update diff -r 810b72e88e06 -r ea4b95030774 README.markdown --- a/README.markdown Fri Aug 28 20:04:51 2020 -0400 +++ b/README.markdown Sun Aug 30 22:01:05 2020 -0400 @@ -1408,3 +1408,15 @@ Also tried installing Clasp, but the process is too bonkers. If they ever provide binaries I'll run my tests on it, but the current install process is just way too much work to be worth my time. + +## 2020-08-28 + +A bunch more work on Jarl. Wrapped up a couple of loose ends. Ran into some +more MOP craziness that I *think* I've solved, but am not 100% sure. + +## 2020-08-30 + +Threw together a little `weather` CLI because trying to use any weather +website/app is just maddening. All I want is the temp/rain chance for the next +few hours to know if I can go sit in a parkā€¦ why is this so hard to find? +Learned a bit about ZIP codes in the process of making it.