# HG changeset patch # User Steve Losh # Date 1693444075 14400 # Node ID 476f0aca1a5b709d1398f3df54b2a7c8deb37bab # Parent 98fb7bb85c36930c8027cd53652c445ded372eee Update diff -r 98fb7bb85c36 -r 476f0aca1a5b README.markdown --- a/README.markdown Wed Aug 30 18:56:29 2023 -0400 +++ b/README.markdown Wed Aug 30 21:07:55 2023 -0400 @@ -342,3 +342,10 @@ It's not clear how the expanded input lists are ordered. Are they guaranteed to always produce the same order given the same input list? + +Finally realized I could put my pubkeys online so I can just `curl +https://stevelosh.com/pubkeys >> ~/.ssh/authorized_keys`. No idea why I never +though of this before now. Also updated my site now that I've moved. Of course +everything just worked even though I haven't touched the site in months, because +it's written in Common Lisp which never changes. It's so nice to not have to +work with constantly-breaking shit.