current stuff:
tictaak: a web app I built to create and print physical 'tickets' to track my tasks. inspired by Laurie Hérault's excellent article "a receipt printer cured my procrastination".
tried to 'vibe code' it as much as i could to experiment with the use of agentic workflows.
slowly doing 'manual rewrite' in tanstack start to experiment with that framework as well as compare it to the vibe coded original.
start-comp-lib:
attempt at making it simpler to build re-usable components for react. planned features:
- simple way to automatically add a preview view for the component by using a ts interface or type (details tbd)
- multiple ways to share either the source code or the compiled code (using rolldown via tsdown)
- dynamically generated copy+paste ui + instructions for dependencies
- via shadcn cli including automatic dependency detection and installation
- built and included as download in the ui and maybe custom npm registry
- share via npm and possibly jsr
TinyTodo simple ui to track todos in vscode based on a readme.txt file included in the repo
former stuff:
- tainer.run: blog of early research into running a platform that makes it (very) easy and (very) cheap to host your containers by giving the user direct access to the Docker daemon. killed after realising that i would have to spend too much time on preventing platform abuse.
- tovergieter: a turborepo remote cache server that includes a simple ui. killed due to lack of relevance for my current interests.