sana.doppel.moe

Present Issues, Future Plans

7 May, 2026

This website has been live for a couple days, and I've already noticed a few issues and made a few changes. For one thing, the code I wrote to display timestamps for this page and for the guestbook seems to have broke in a strange way. For some reason when it goes past 24 hours, it correctly changes the unit to 'days' but it doesn't then divide the amount by 24. So things that are 48 hours old are shown as being 48 days old. And I guess I forgot to account for the singular, so you're going to see '1 minutes/hours/days' which is whatever. I added some optimization and caching headers, so things should load slightly faster for anybody on an especially slow or high latency connection, although the change won't be noticable for anybody with normal speeds. As for future plans, I'm still working out how I'm going to integrate my fiction writing into this website, but I think I have a decent idea now. Probably gonna package my writing as .md into a git repo or something, and then pull that repo in as a package in Nix. And then point my backend at the store path for the repo, and it'll use the file structure there (or maybe an .edn file) to build the website paths. Shouldn't be hard, but I'll have to see what the load times look like with this setup. Might also see about pulling in pandoc or something so that people can download as .epub/.pdf straight from my websiite? We'll have to see...

New Website

5 May, 2026

Oh my goodness! I am finally putting a mostly finished website on this domain?? It's crazy. Anyways, I'm mostly just making this post so that this page doesn't look so empty and to test out that my api is working properly. This blog post is actually not hard-coded like posts on my previous sites, I have a database and stuff now. Pretty cool. Token based auth and stuff. Please don't try to hack my blog making endpoint, I'll be really sad.