\•\

#2551S

I kept thinking after yesterday, and I think what I’m looking for is something like a “mission log” tool, a bit like how Mark Watney would periodically sit down to lay out what he’s been doing in The Martian. It’s part official record, part thinking out loud (or in text in this case) and part pseudo-public memoir, like a blog with a potential audience, but probably not a real one. Mark’s log is written initially to the people who he assumes will discover his base after he’s dead, so he writes it like someone will read it but like nobody is currently reading it.

This log is a good way to do this, but there are some personal details I’d rather not put out publicly, but that could benefit from a thinking-through in writing like this. So maybe I am looking for a solution that’s:

I have a few candidates in mind, like Bear, Agenda, or even a second git repo.


What really matters is the feeling of a closed loop, the feeling of hitting “publish”. So a private git repo is better than a note taking or writing app. But a private blog would be even better! Something password protected, but it still feels like I might be able to make it public at some point, and until then it still feels like I publish, so there is a natural state of “finishedness” to each day’s log.

A good way to do this would be to have a writing app that has a publishing action to the private blog, so during the day it syncs through cloud, not manual git pushing and pulling whenever I switch devices, and at the end of the day I still hit publish.


After thinking about this for a while, I think a simple hugo and git based setup would work. I think having cloud sync plus a good git workflow would be nice but then I lose the clarity of published vs not published. Instead, I can just do the same as fono.day, except it’s private. Could even be a subpage of fono.day, behind a password, if I can set that up with hugo.

Well, anyways.