superlucky84
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
Hi HN, I built an experimental web runtime called StateSurface: https://github.com/superlucky84/state-surface https://state-surface.subtleflo.com/ It explores a simple idea: Server owns state. Client owns DOM…
-
Hi HN, I built ctxbin, a minimal CLI that lets AI agents reliably save and load shared context using branch-scoped keys inferred from git. The problem I kept hitting was that handoffs between AI agents (or even between…
-
Hi HN, I built fp-pack, a small TypeScript functional utility library focused on pipe-first composition. The goal is to keep pipelines simple and readable, while still supporting early exits and side effects — without…
-
"Lithent" has implemented the bare minimum functionality needed to create and update virtual DOM in general (we only need to know 'render', 'mounter', 'updater', 'renewer', 'mountCallback',