Posts
All the articles I've posted.
Write Markdown Lexer and Parser in Zig
Published: at 11:48 AMAs the Zig able to do some sort of pattern maching(tagged union), it would be a good way to write some simple DFA(Parser, Lexer) using Zig, using code to create DFA, manage state transform using if-else(switch).
eframe (Wayland) reliable Ctrl+V paste for clipboard images (payload + preview)
Published: at 06:15 AMA small helper to reliably detect Ctrl+V on Wayland and read clipboard images as encoded bytes (plus optional RGBA8 preview).
eframe problems you have to know(in 2026-01)
Published: at 06:15 AMYou could uses egrame to dev serious applications, as Rust provide a good DX and good performance, but its eco still lacks something.