💾 Archived View for tilde.club › ~mycrobe › journal › 2023-07-12-fd23addd414043ba8c5d24de513e6ad2 captured on 2024-08-31 at 12:27:53. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-09-08)
-=-=-=-=-=-=-
2023-07-12 - Floral Park
It's available in different formats, served over different protocols:
I’ve noticed that writing a journal, while very sporadic, is the most consistent writing that I do. Some of the things I journal are suitable for public consumption even if not particularly interesting.
One thing I've noticed during this work is that my expectation of who the audience is has changed my perspective on how public journal articles should be. I suspect this blog will be like a twitch stream with 0 followers, but that's almost beside the point because it's changing my approach to this writing.
(Until I get bored with the whole thing and forget about it, that is.)
The script depends on a bunch of executables[1] being on the command line, has no tests, and is generally cobbled/hacked together.
1: https://tildegit.org/mycrobe/cmsetlbbq/src/branch/main/DEPENDENCIES
Future work is tracked in the tildegit repo[2] and as of the time of writing the most interesting ones are
2: https://tildegit.org/mycrobe/cmsetlbbq/issues
3: https://tildegit.org/mycrobe/cmsetlbbq/issues/12
4: https://tildegit.org/mycrobe/cmsetlbbq/issues/6
I was talking to N. Morrell about the latter, and he said
I’ve seen people using mastodon for comments, even on static sites, which feels technically fun
And followed up with
Here’s some links describing it, mostly for Jekyll but also Hugo. I think it requires posting new blogposts to Mastodon (in order to have a Mastodon post id to work from), which I assume you’re not yet doing.
https://notes.abhinavsarkar.net/2023/mastodon\-comments
https://jan.wildeboer.net/2023/02/Jekyll\-Mastodon\-Comments/
https://yidhra.farm/tech/jekyll/2022/01/03/mastodon\-comments\-for\-jekyll.html
https://carlschwan.eu/2020/12/29/adding\-comments\-to\-your\-static\-blog\-with\-mastodon/
https://danielpecos.com/2022/12/25/mastodon\-as\-comment\-system\-for\-your\-static\-blog/
This is great because a) it validates my idea as being practical and b) gives me example code to work with. (Maybe I could have googled them myself...)
I will probably refactor it to work in node via cgi, tho, so it can be formatted for gemini and gopher too. And old browsers with no JS.