Activity Log
hackers.town: 2021-09-16 Thu 04:47
Status: excessively conscious.
hackers.town: 2021-09-16 Thu 05:00
Sighing a very deep sigh at the cat.

very ouch
But we’ll get new shelves this weekend and I just ordered myself a new trackball, so all’s well that ends well.
hackers.town: 2021-09-16 Thu 05:27
Additionally: the impact from books crashing into the desk as the cat destroyed the shelf knocked half my coffee out of the cup, at least temporarily injuring my track wheel.
hackers.town: 2021-09-16 Thu 05:35
The cat’s right though. It was past time to get new bookshelves.
hackers.town: 2021-09-16 Thu 08:49
Slowly filters into my brain that #KEXP is playing classical music? A little Ludwig van?
hackers.town: 2021-09-16 Thu 10:12
These are not lap cats but they have decided my crabbiness today is a problem that must be fixed.

hackers.town: 2021-09-16 Thu 14:46
gotta be real careful about drifting off home row in vim
hackers.town: 2021-09-16 Thu 20:57
Got the delightful opportunity to traumatize a young person with the knowledge that yes the Eddie Murphy single may not have been great but it was so much better than Bruce Willis’s.
hackers.town: 2021-09-16 Thu 21:41
I wrote a note
finally have all my content in one format
#Site #Asciidoctor #Blog
https://randomgeekery.org/note/2021/09/finally-have-all-my-content-in-one-format/
finally have all my content in one format
Code Sample
content/**/*{.md,.md.txt,.rst,.rst.txt,.adoc,.adoc.txt,.org}
┌─────────┬─────┐
│Format │Count│
├─────────┼─────┤
│.md │48 │
│.adoc.txt│574 │
│.md.txt │579 │
│.rst.txt │32 │
└─────────┴─────┘
Okay yes I also have it in several other formats. Came up with an approach where I can keep all my formats in the [base blog]1 and build whatever I prefer.
My point is that all the content that counts is available in Asciidoctor format. Better choice for me than Markdown since Asciidoctor already has built-in understanding of notes and asides. Better choice for me than reStructuredText because it’s easier to find Asciidoctor processors for assorted static site generators.