Last updated: 17 May 2026
TL;DR: Head over to /now/.
Inspired by nownownow, this page is about what I've been focusing on over the past few weeks. It's going to be short, and I'll explain why!
I've been developing more of my own applications to suit my needs specifically. I think it's a really fantastic application for LLMs, because it makes hobby software much more viable for folks like me that can code, but often only have free time when they are fairly tired. Because the apps I work on are so small and simple, the LLMs can be fairly easily corralled into doing the "right" thing.
One product I wanted was a Twitter/Mastadon/Threads/X-like experience, except a single file Python script that you can drop anywhere, and it will run as a CGI script (if needed), or start its own server. All state is stored in a single sqlite file. I call it "PiFeed". It can be built into a Python zipapp or compiled with Nuitka.
I have copy of it running at /now/, since it's really the spiritual successor to nownownow for me (in some ways).