- Dropped off, picked up, dropped off, picked up. I had to do most of that with the car because it was raining so hard. Parking was slightly easier than normal somehow, at least.
- Exhumed and partly cleaned up the
Ghost Crab Workshop web site and got an SSL cert for it. I've thought before about redesigning it, but since that desigis a full ten years old, it doesn't look as dated as it did five years ago. I do need to improve the readability of the logo and get rid of more old-ass projects, though.
- Got an IBAN number, redid my invoice.
- Had lunch with a friend, who went on a midwest tour. Apparently, Milwaukee is a happening place now, and Minneapolis is really tense.
- Today's object removed from the house: the old stroller bundle. But while at Goodwill, I also picked up five tapes. Finding: Kitaro is actually kinda good!
- Cleaned the couch, table, and countertops.
- Made dinner.
- I think I found a way to dynamically create subpatches in Pure Data, which I need for a piece I'd like to make. Seems like it's a hack involving using Pure Data's internal messaging system. It's very weird that this is so hard to search for.
- I'm trying to log arrays to text files in Pure Data. I know how to write to a text file, but I'm having a lot of trouble figuring out how to convert a signal to a bunch of numbers in a message because the textfile object accepts input via messages. It's possible (and horrible) that writing a Pure Data extension in C may be the best way to do this.