ezulabs

↗ HN profile [ 49.8 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I spent $1.5K using Cursor with Opus4.5 to test some MVP ideas. It starts really well and looking promising, but after that you burn all your tokens and energy to make sure agents still sticks to the plan. If it hits a…

  2. (Yes, the name keeps the "Yet Another" tradition alive. YAML did it, YACC did it, now YAOC. Someone had to.) This whole thing was vibe coded – $99 in tokens later, you can save that and just use your local LLM instead.…

  3. Vibe-coded a CLI tool that lets you select commands from your console history using a TUI, auto-recognizes parameters, and generates AI skills for Claude/Cursor. https://www.npmjs.com/package/@ezulabs/skillgen-cli…

  4. I built a C compiler that runs on a Raspberry Pi Pico ($4, 264KB RAM). It compiles C to ARM Thumb and JIT-executes it. It can compile its own source code on the hardware. Full pipeline: preprocessor, parser, type…