I've started using Goodreads to log the books I read and follow some family members who are also keen readers.
It's been an interesting experience: completing a book is usually a much more private affair.
miniblog.
Related Posts
I'm increasingly doubtful that commit messages should be entirely immutable.
I sometimes find myself editing or commenting on merged pull requests, to help future readers.
Phabricator appended a URL to commit messages, which helped. In principle PR merging could do the same thing.
Today I learnt that Rust has an API guidelines book, with a ton of helpful advice on idiomatic style. For example, naming: https://rust-lang.github.io/api-guidelines/naming.html
Readers expect `to_foo()` to do more work than `as_foo()`, which was new to me.
You can learn a lot about your readers by looking at their referral links. In this case, the author can see different company-internal bug tracking URLs!
This enables you to learn about who has a problem that you're blogging about