It’s probably not apparent from what you see here, but I’ve made a pretty significant breakthrough with the way the software works to display this site. I want to get back to the note-taking exploration, but I’m pretty excited about this change and I want to make use of it.

One of the big intended features for the software that runs here is to be able to set some environment variables and then run the software and have it offload all of the storage to a git (not necessarily GitHub) repo. There would be no local storage. Everything would run in memory. When you write new posts, it would simply commit them to your repo for you directly from memory.

Guess what we’re doing now?