File Sorting Program Developed to Organize Files by Parsing and Tagging Criteria, Including Chat Logs by Participant Names.
Introduction In an era where data accumulation outpaces our ability to manage it, the need...
Tag archive
Introduction In an era where data accumulation outpaces our ability to manage it, the need...
Introduction: The Challenge of Large JSON Files Handling large JSON files efficiently is a...
A terminal calculator where 1 + 2 * 3 is 7, 2^3^2 is 512 (= 2^9), and 0.1 + 0.2 is exactly 0.3 — not...
"What does this SQL actually do?" — you could paste it into an LLM, but then it won't work offline,...
HTML to Text API Strip HTML tags, decode entities, extract clean readable text. Markdown...
Every conversation you have with Claude Code is written to disk as JSONL, under ~/.claude/projects/....
Duration Parser API ISO8601 duration parse/format Quick Start # Health...
A C++20 header-only library for algebraic text processing and compositional parsing with fuzzy matching.

AFP/MO:DCA runs transactional mail and is nearly toolless. How we walk the structured-field stream client-side.
Businesses generate enormous volumes of documents every day, from invoices and contracts to insurance...

JSON parsers reject the whole document over one stray comma — not because anyone chose strictness, but because they followed the textbook. Why JSON parsing ended up strict by accident, what developers actually complain about, and what a JSON tool built for today's messy input would do.

Rust already has well-established parser combinator libraries like nom and chumsky, so why build...