HTMXPress 0.1.1 has been released, the HTMX plugin for WordPress! More info
Improvements to code readability and security, as well as updates to versioning and error handling. Notable changes involve the removal of deprecated syntax, enhancements to template loading logic, and an upgrade of the HTMX script to a newer version.
Thought it would be useful to apply my LLM learnings to future projects, and extracted half a dozen skills. As I wasn't clear on the separation between Claude.AI and Claude Code I also documented how to make the skills available to both.
Simple file sharing in 2026…
The other day, it took me half an hour to share an HTML file of a blog design from my phone with Claude Code, which was running in an isolated environment. Now Iβm not inexperienced when it comes to computers but file sharing on iOS is just needlessly complicated.
lnk - Easy link creator…
Today I was thinking about how I am never sure what format to use when creating links to files and directories. Is it symbolic or hard link, should I use absolute or relative paths? So I spent a little time and created link that will guide you through the process or use heuristics, in a standardized lnk from to format.
Lamb 0.7.0…
Barrier free super simple blogging, self-hosted.
Lamb 0.6.0…
Originally written on lamb-releases:
Lamb 0.5.4…
Lamb is Literally Another Micro Blog β Barrier free super simple blogging, self-hosted.
Updated [Todout](https://downloads.vandrag…
Updated Todout a work in progress minimalist, keyboard-centric task outliner that lives right in your browser. Itβs designed for folks who want the speed of a plain-text editor but the organizational power of a structured database. It's not better at filtering priorities. #projects #todout
Repoman 0.3…
Repoman is a script to export and import a list of git repositories. Version 0.3 has the following improvements:
Lamb 0.5.3…
Lamb is Literally Another Micro Blog β Barrier free super simple blogging, self-hosted.
I needed some way to open a bunch of text …
I needed some way to open a bunch of text links in browser tabs for a Sprint Refinement, so I generated a little python script for it. #projects