◊(Local Yarn Code "Tech-note 3ccdfbfe")

Believe it or not, I’m still thinking about this project. I have a (perhaps naive) hope that in 2022 I will have more time to work on it.

Rough order of things:

* Finish writing my [RSS library for Racket](https://joeldueck.com/wiki?name=RSS+library+for+Racket)
* Rewrite this code base to make renders a lot faster:
    * Make use of [Beeswax](https://docs.racket-lang.org/beeswax/index.html), my new Pollen-friendly templating language
    * Use the new RSS library
    * Store lots of metadata (including [notes](https://thelocalyarn.com/code/uv/scribbled/Basic_Notions.html#%28part._.Notes%29)) in `metas` instead of extracting it from `doc` at render time
* Spin up a new web server
* Rebuild the Fossil repo with a newer version improved styling. (I’m thinking of losing or hiding the nav bar.)
* Point the domain at the new server (old site archived and go bye bye at this point)
* Start porting and iterating