Parsing Claude Code's JSONL: patterns for a schema that keeps moving
Every conversation you have with Claude Code is written to disk as JSONL, under ~/.claude/projects/ . Your decisions, your dead ends, the bug hunt tha…
Tech news from the best sources
Every conversation you have with Claude Code is written to disk as JSONL, under ~/.claude/projects/ . Your decisions, your dead ends, the bug hunt tha…
Писал парсер строго под свой проект, а получился быстрый декларативный движок для парсинга текстовых форматов. Как? Читать далее
I was importing a JSON file and it blew up. Not a subtle bug — the parser refused the whole thing. The cause was a single extra comma. After deleting …
Как организовать шифрование на уровне протокола? На самом деле тема непростая и пожалуй (имхо) это как раз та самая тема, где прий…