🦞🌯 Lobster Roll

Stories by potom

Show HN: Jsmn_Zig – Memory-Efficient JSON Tokenizer for Zig
Hello Zig community!<p>I’ve created jsmn_zig - a Zig port of the minimal JSMN JSON parser with significant improvements:<p>Key Features:<p>Hybrid memory: stack for small JSON, heap for large (auto-switch)<p>Compact tokens: 4 bytes vs 20+ in standard tokens (80% memory savings) Zero-copy streaming wi...
Show HN: I created a light logic game in the style of the 90s
I made a terminal game called Digital Virus. It&#x27;s a logic puzzle where you predict how a 4-digit code mutates after each wrong guess. Starts simple but gets tricky with combo rules at higher levels. Wrote it in C to feel like those old 90s games. No graphics, just numbers and logic. Source is o...
Show HN: Realization Jsmn on a Pure Zig (github.com)