bilater

↗ HN profile [ 73.4 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. On Why I Write (hackyexperiments.com)
  2. Should we plan with Codex, then code with Claude? Or should we plan with Claude, then code with Codex? How about yes. I found myself converging to this workflow for more complicated features. I would give the same…

  3. Hi HN — I built Cartoon Studio, an open-source desktop app for making simple 2D cartoon scenes and shows. The basic flow is: place SVG characters on a scene, write dialogue, pick voices, and render to MP4. It handles…

  4. CLIs are all the rage these days so I built one for myself This was really fun though. This is a 2 part release. I wanted a no frills music player inside my terminal. Presenting Musicli (yes I'm proud of the name). You…

  5. react-tourlight is the modern React tour library. Zero dependencies, WCAG 2.1 AA accessible, under 5 kB gzipped. The one that works with React 19.

  6. react-redact is a zero-dependency React “demo-safe mode” you can toggle with a single keyboard shortcut. Wrap your app in <RedactProvider> and hit Cmd+Shift+X (or Ctrl+Shift+X) to instantly blur, mask, or replace marked…

  7. I built react-kino because I wanted Apple-style scroll experiences in React without pulling in GSAP (33KB for ScrollTrigger alone). The core scroll engine is under 1KB gzipped. It uses CSS position: sticky with a spacer…

  8. The End of Human Relationships (hackyexperiments.com)
  9. I revamped an old project I had done in Web Assembly (WASM) with the Media Bunny library, a JavaScript library for reading, writing, and converting video and audio files directly in the browser. Media operations are way…

  10. Since everyone’s talking about x402 now, I figured I’d open-source my NickelJoke project. It’s built on top of the Coinbase + Next.js x402 Starter and lets you pay a nickel for a joke. It’s a simple app, but it’s a fun…