Music 2023

People were posting spotify wrapped, and I got jealous, so I’ll ramble about songs that stand out from this year.

Continue Reading »

I love the problem solving experience of planning a fanwork. Assembling the facts about canon, the narrative I managed to construct from it, my feelings and reactions, and any extra what-if element I want to add. Then headaching about it for hours, turning it upside down, throwing it against the wall until some sort of coherent story pops out. (crosspost)

Got the site online! Now to change the link at goldgust.net…

This post was initialised from the command line! Here’s the script I used:

#!/bin/bash

# Check the number of arguments passed
if [ "$#" -eq 1 ]; then
    postname="content/microposts/$(date +'%Y-%m-%d_%H-%M-%S').md"
    hugo new $postname
    echo -e "\n$1" >> $postname
else
    echo "Error: Multiple parameters passed. Only the first parameter is accepted."
    exit 1
fi

I did append the code by hand because I’m lazy and can’t imagine wanting to do that often.

Made this site look vaguely like my main site.

I want to make a command line utility to add microposts without having to do hugo new painstakingly write out the timestamp and then open a text editor to write the post itself.

Hello world

I realised sometimes I want to make a long thread on Mastodon but Mastodon is for transient stuff and I would rather keep it forever if it’s long. so we are experimenting with new forms of postage.

Continue Reading »

Hiiiii