superlucky84

↗ HN profile [ 56.3 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. 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…

  2. 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…

  3. 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…

  4. "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',