λ ryan.himmelwright.net

Hi, I’m Ryan :)

Feel free to learn more about me, this website, what I’m up to now, or even the tech that I use (or used).

As for my ‘blog’… my most recent posts are listed below, but the rest of the archive can be found here. For the remaining pages, explore.

Enjoy!

Recent Posts:

Latest Mumbles:

2026-05-10 @ 07:54 (EDT)

I love reading blog posts online. I hate when they aren’t dated and I don’t have context for what has or hasn’t happened around the time of writing (example: are these thoughts on WFH pre or post COVID?).

So please, date your posts :)

2026-04-07 @ 09:41 (EDT)

A safari window with the /reading page of this site

Yeah, adding tag support to my reading page looks much better. I was already using tags in my org-mode reading file, so I just needed to update the CSS and my Clojure generation script. I cleaned up the source file a little bit too. I’m very pleased with the result :)

2026-03-24 @ 21:25 (EDT)

It really amazes me that with all the crazy code Claude is able to produce… it still routinely stumbles over unmatched parens in a Clojure file… that it introduced. It gets stuck in a loop, unable to fix the root of the problem; yet a simple M-x check-parens in Emacs is able to resolve it every time 😑.