X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/blobdiff_plain/ef8dfccf9ed5c2c71456f1c97e052dcbfe868f75..c4d955023d95b0eda00ebf2380ed01f545211f4a:/.plan diff --git a/.plan b/.plan index 82289d8..7aa9a4a 100644 --- a/.plan +++ b/.plan @@ -1,13 +1,19 @@ # My plan for now, roughly -- 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 + +[2024-09-07]