21 related articles

SQLite creator Richard Hipp shares reliability engineering secrets: 100% MC/DC coverage, defensive programming, and zero-dependency design that powers trillions of deployments by a 3-person team.

Learn how to fix corrupted media files after power outages using FFmpeg and ffprobe for automated detection, integrated with Sonarr for batch cleanup and re-downloading.

OneDrive stalls as file counts approach 400K, causing sync failures and high CPU usage. This guide analyzes the technical causes and compares self-hosted alternatives like Syncthing, Nextcloud, and rsync/rclone.

OneDrive stalls when file count approaches 400K, causing sync failures and high CPU usage. This guide analyzes the bottleneck and compares Syncthing, Nextcloud, rsync/rclone for self-hosted sync.

Learn how pgtestdb leverages PostgreSQL's native template cloning to reduce database migration costs from O(n) to O(1), enabling millisecond-level test database creation with full parallel isolation.

A deep dive into three core SQLite production optimizations: WAL mode for read/write concurrency, single-writer concurrency model best practices, and VFS layer tuning with mmap and custom locking.

Deep dive into the five evolution stages of AI Agent architecture: model calls, tool calls, workflows, Agent loops, and production runtime. Learn the responsibility boundaries and design principles.

Deep dive into Apache Cassandra's core design: linear scalability, decentralized architecture, tunable consistency, and ideal use cases for engineering teams.
sqlite-utils 4.1 Released: The --code …
sqlite-utils 4.1 brings practical new features: the --code option for generating rows via Python, type overrides to solve ZIP-code leading-zero loss, STRICT table mode switching, drop-index, and more. A deep dive into the design and AI-assisted dev workflow.
sqlite-utils 4.1 Released: The --code …
sqlite-utils 4.1 brings practical new features: the --code option for generating rows with Python, field type overrides fixing leading-zero ZIP codes, STRICT table mode switching, drop-index, and more. A deep dive into each design and the AI-assisted dev workflow.

Deep dive into SQLite STRICT tables: is flexible typing a feature or flaw? Covers the author's stance, type vs. validation debate, Turso alternatives, and best practices for type-safe database design.
sqlite-utils 4.1.1: Fix for Silent Dat…
sqlite-utils 4.1.1 fixes a silent data loss risk in table.transform() caused by foreign key cascade actions inside transactions, introducing a TransactionError fail-fast mechanism.

pgrust is an open-source project rewriting PostgreSQL entirely in Rust, claiming 100% regression test passage. This article analyzes the technical motivation, implementation approach, and key challenges.

A deep dive into the Claude Code source code, systematically analyzing the five-layer Harness Engineering architecture: environment, tool, control, memory, and evaluation. Build a stable runtime system for production AI Agents.

ManagedAgents.sh is a model-agnostic managed agent platform from OpenComputer, supporting Claude, Pi, and Codex runtimes with Slack and GitHub integration.

Microsoft's optional update KB5095093 fixes a Windows 11 bug where the CapabilityAccessManager.db-wal SQLite WAL file bloats to several GBs due to a failed checkpoint mechanism.
TutorialsDeep dive into LangGraph's core graph structure design, single and multi-agent collaboration patterns, MCP protocol integration, and Time Travel fault-tolerance, with enterprise-level hybrid multi-agent architecture implementation.
ResearchDeep dive into how Cursor trained Composer 2 on Fireworks: async pipeline architecture, MoE numerical precision challenges, Router Replay, and global distributed GPU coordination.
TutorialsJulia Evans shares Django insights: less magic than Rails, built-in Admin, ORM auto-migrations, SQLite over Postgres — why Django's explicit design suits personal projects.
TutorialsGuide to cleaning OpenAI Codex's local .codex folder cache, including deleting conversations with community Python tools, cleaning logs.sqlite, and periodic archiving to slim from 17MB to 41KB.