/ /software /blog /rss /people /ophs

rss

i'm pretty much done with setting up rss. overall, this presented a few challanges because of my previous /software setup, but i managed. i even had a great time constructing a macro (vim btw) for converting <!-- #include ... --> into rss items (trying to convert register contents into readable form to paste here proved to be too difficult for me; i assure you it's impressive).

and yes, i wrote <!-- #include ... -->. if you look at the source of the /software page you'll find these #include directives. they are expanded by deploy.py. fortunately deploy.sh had to go because i could not get awk commands generated by chatgpt to work.

i had to do it this way because i like the current format of /software, but rss feed needs a separate page for every post. i mean, i didn't need to go deeper into my bespoke way of generating the site; i could've just used some "normal" solution, but i like the control i have this way (translation: this has no real advantages and i'm inhaling huge amounts of copium).

anyway, you can find exact links at /rss: for both /blog and /software rss feeds.