-- Package blog and page for fedora, arch, and debian.
+- Recheck aerc configuration
- I started by checking how to build for multiple architectures. I'll start building only for linux arm64 and x64 because building for darwin is a hassle (plus we have homebrew already).
+ I took some time to review my config with aerc. Basically only aesthetic
+ changes: column sizes, date format, and threading.
- For now I'll drop arch as a target, but I was able to set up rpm and deb packages. I also included a man page, which I had never written before. The syntax is pretty terrible.
+ I did add contacts integration but haven't really had a chance to try it
+ out.
- Based on this experience I want to package lyricli like this. Being written in swift, I'm not sure how much of a hassle it is. Might re-write in rust.
+- Learn more about flow management in iOS
-- Add gopher functionality (geomyidae) to page.
+ I ended up learning a lot about how to handle sync/async state changes in
+ iOS. I haven't updated any of my open source apps to reflect it yet. But
+ in the app where I changed it it's made a huge difference!
-[2024-03-10]
+- Read some more research on either problem solving or team dynamics