I experimented with _hyperscript to replace the little JS enhancements on the Lamb microblog over the weekend. After a day I had all the scripts replaced with clearer code in about half the lines of the previous JavaScript. It sounds like a success, however I rolled it all back. This is because _hyperscript requires a 100KB library, whereas the 3KB JavaScript it replaces does not. As Lamb is a minimal blogging system, that's the vast majority of the pagesize. #technology
Sander van Dragt's Notes
Related
-
The problem with the Touch Bar
Michael Tsai posts another excellent roundup and in the midst of it, nails down what Apple got wrong about the Touch Bar:
-
Towards human focused personal computing
THE PEOPLE DO NOT YEARN FOR AUTOMATION captures a lot of valid perspectives, but it sidelines what actually made personal computing compell…
-
Thoughts on Claude Code auto-mode
Started experimenting with Claude code auto-mode, isolated by a devcontainer from Anthropic that restricts network connections with the pro…
-
The future of personal blogging
I was thinking of the concept of running a blog like #Lamb in CI, with the artefact hosted as HTML somewhere. Of course this is the essence…
-
It seems sometimes I'm researching and want the previous tab to become active after closi…