# HG changeset patch # User Steve Losh # Date 1701640336 18000 # Node ID 934064ba1688b85d8cb0a93e671d6de475400b89 # Parent c6b6bdef1562976c1d36c733c337664a36b8e7f1 Update diff -r c6b6bdef1562 -r 934064ba1688 README.markdown --- a/README.markdown Fri Dec 01 08:59:29 2023 -0500 +++ b/README.markdown Sun Dec 03 16:52:16 2023 -0500 @@ -491,3 +491,27 @@ ## 2023-12-01 HG545 this morning. + +Started AoC again, we'll see how far I get. Did both 2022 and 2023 day 1, +because I skipped it last year. + +Apparently "store a PBKDF2ed password" is too fucking hard for a website to do +in The Year of Our Lord 2023 and AoC only supports garbage OAuth logins. I can +no longer log in via Twitter without my old Yubikey, so I guess I'm going to +switch to Github login for it until that eventually breaks. But this means that +my scores are reset. That's fine, I still have the code, but the puzzle inputs +all changed. I reran all my stuff for 2016, need to do the other years as +I find some time. + +## 2023-12-03 + +Homework, reading. Almost done, just need to sprint to the finish line in just +over a week. + +## 2023-12-03 + +Wrapped up all the rest of the homework for BS521. Just need to make the final +exam note sheet. + +Discovered the equivalent of Vim's `c-o` in evince: `alt-p`. Why did I wait til +now to look this up?