As the haziness of mid-summer starts to fade away, I am starting to worry a bit more about my interminable personal backlog and getting back to some unfinished projects.
But not just yet. Amidst a series of (perhaps merciful) failures tinkering with generative AI (I’m still quite unhappy with the quality of LLM libraries and overall tooling, let alone the models’ inability to yield useful replies even with retrieval augmented generation and other prompt enrichment approaches), I decided to spend some free time on the minimalist side of computing again.
It happens every Summer, I guess. hacking e-readers, revisiting Plan9, building pocket travel servers, stuffing LISP into them, and, last year, going thin client.
This year, besides a dive into minimalist keyboards (which, incidentally, is going well enough to type this) I’m again struck with the notion of finding a “minimal stack” to both do quick prototyping and “high performance” services in smaller chips (like low-end ARM CPUs), so I’ve been poking at things like Rampart, Mako and a couple of C++
frameworks.
This would ordinarily be the space I created piku
for, except that I’m considering going a bit lower in specs than a modern Raspberry Pi. This means either a stable, zero-hype low-level language or an embeddable scripting one.
But looking back, piku
actually came out of a similar exercise, except that one of the design goals was to re-use as much of the typical Linux package ecosystem as possible.
Right now my checklist looks like this:
- Good
HTTP
(client and server),JSON
and SQLite support (i.e., enough “batteries included” to be able to do a lot of things without having to pull in dependencies). - Some form of Markdown support (because I want it to be self-documenting).
- Low memory footprint.
- Good support for parallelism and concurrency, especially concerning networking.
But since I am doing this for fun, I am again going off the beaten path. I grabbed a bunch of LISP and Scheme related stuff1, ran some of it through Sigil and sent the resulting EPUB
files to my Kindle to read while on the beach (or, more euphemistically given the current climate, “the ultimate silicon grill”).