If you don't mind, could you reply to this toot with something you have accomplished recently? Work, hobby, whatever, but especially if it's something fiddly and technical that required quiet contemplation or problem solving.
Right now my feed is flooded with the omni-catastrophe even more than it was in, like, March of 2020, and I just want (and suspect we could all use) some reminders that progress is still happening and being effective is still possible
@glyph I have been writing a bash script to call up to CCADB for a list of root certificate authorities and parse them out.
It's a multiline CSV and the typical Linux tools don't handle newlines in fields very well. Had to loop over the records and build the second field manually before processing a record.
Was updating the CA certs for an AOSP 14 build.