New site

I have archived my old blog at blog.aqwari.net and moved the content here. The old blog will remain in perpetuity, because Cool URIs don't change. The old domain, aqwari.net, was difficult to communicate to people; I would have to spell it out and I would get questions like "what does it mean?" I came up with the name on a whim bcause I thought it looked cool. The new domain is just my name.

In the process, I've completely changed the scripts and hosting I was using for the old site. The previous site was generated by Hugo, and uploaded to Google Cloud Storage (GCS). There were a couple problems with the old setup:

I moved the hosting for the new and old site to SourceHut pages which costs me about 20 USD per year. In a pinch, I can host the same content on Github Pages as a backup, for free. I also moved the toplevel aqwari.net domain to SourceHut pages as well. This took a little work, as I was serving paths for some Go modules from a custom server running on a VM. Luckily, the format the that go tool expects allowed me to generate those responses in advance, so I was able to shut down the load balancer. I'm still using GCP for some uptime checks to alert me when the site is unreachable.

In the future I might have enough projects and services running to justify some form of dedicated hosting, where my blog can coexist. But for now, I just want to write.

The new site is generated by a custom Ocaml program I wrote, named didi. It's messy, it's ugly, but it's mine and I can extend it exactly the way I want to as the need arises. In the future I plan to extend it to generate output suitable for print in magazine/journal formats. While didi takes care of parsing and formatting the article content, it is driven by the mk utility according a mkfile. Mk is a successor to make, mostly used in Plan 9. It's very similar, but has a few niceties that I appreciated:

Currently I push site updates directly from my workstation. In the future I could setup some automation to build and push whenever the content is updated, but this works for now.

I hope that this frees me up to write more. In the past, writing has been an effective way to keep me focused and motivated to actually finish projects.