code

I write a lot of code. I live the pipedream of ditching GitHub and that has lead to my repositories being scattered everywhere. I host bare git repos on my NAS at home and I have some in sourcehut, but by and large, most of my code is on GitHub.

I also highlight my favorite projects on that page.

I’ve also contributed to some very silly codebases over at infoforcefeed. I really like doing that stuff. Writing text and software, or painting and drawing weird and silly shit that confuses people beings me joy.


This exists just so I can style my site’s code blocks in css >_<:

(define (say-name name)
  (let [(msg $"hello, {name}!")]
    (display-ln msg)))