Archive
Articles
- 01
12 правил для CLAUDE.md: расширение Karpathy на ошибки 2026 года
Mnilax протестировал 12 правил для CLAUDE.md на 30 кодовых базах за 6 недель — расширение шаблона Karpathy на agent-loops, чекпойнты и fail-loud. Разбор и рамка применения.
- 02
JSON-LD @graph in Astro: from duplicated inline-blocks to a single citable-node
Step-by-step breakdown of migration from per-page Schema.org-blocks to a single @graph in BaseLayout: stable @id, entity references, articleBody-excerpt and FAQ.
- 03
Mermaid → SVG via Playwright at build time: cold start, cache, and SSG cost
Real measurements from an Astro blog with 32 Mermaid diagrams: cold build 11.6s, warm 6.3s. Where the cache is, what Playwright does, why alternatives are worse.
- 04
robots.txt in the age of AI crawlers: GPTBot, ClaudeBot, PerplexityBot — reality 2026
In 2026, robots.txt is not 'forbid all bots' or 'allow everything', but a policy for each of 9+ named agents. Real template, decision table, and pitfalls.
- 05
ds4 by antirez: local coding agent on DeepSeek V4 Flash that runs on MacBook
The creator of Redis wrote an inference engine in two weeks for just one model — DeepSeek V4 Flash. 1M context, 26 t/s on M3 Max, KV-cache on disk. How to run it and connect it to Claude Code.