Quoting Matthew Prince
Analysis of a major Cloudflare outage caused by a database permissions change and software panic, quoting CEO Matthew Prince.
Analysis of a major Cloudflare outage caused by a database permissions change and software panic, quoting CEO Matthew Prince.
An introduction to the distributed actor model for building concurrent, resilient systems, explaining its core concepts and benefits.
Explores extending JavaScript's Map class to create a FileMap for file system interaction and discusses building a custom build system.
A developer reflects on the balance between concise and clear code, arguing that too little code can be as harmful as too much.
A developer details migrating his 30-year-old personal website from WordPress to a static site using Eleventy, AWS, and AI assistance.
Explains how to patch CoreDNS configuration on a Kubernetes cluster using Terraform's kubernetes_config_map_v1_data resource.
Explains new PostgreSQL 19 features for synchronizing sequences via logical replication, including ALL SEQUENCES support and a sync worker.
The article explores the growing productivity gap between those who integrate AI into their daily workflows and those who don't, comparing it to the early internet adoption divide.
PostgreSQL 19 adds a new %S prompt variable to psql to display the current search_path, aiding users who frequently work with multiple schemas.
PostgreSQL 19 adds direct COPY TO support for partitioned tables, improving usability and performance over the previous SELECT workaround.
dzBdsLauncher 1.0.18 update adds a feature to automatically delete unwanted Windows Start Menu links created by Delphi IDEs.
The author discusses updates to gssrdoc, an R package that provides integrated help documentation for the General Social Survey (GSS) dataset.
A technical guide on automating presentation creation using Microsoft Agent Framework, Azure OpenAI, and the GAMMA API.
Explains how to add dSYM files from a closed-source Swift SDK to an app to get fully symbolicated crash reports for debugging.
PostgreSQL 19 adds IGNORE NULLS/RESPECT NULLS options to window functions like LAG and FIRST_VALUE, improving data handling.
PostgreSQL 19 introduces GROUP BY ALL, a new SQL feature that automatically groups by all non-aggregate columns, simplifying queries.
Explains how Kube-proxy uses iptables for load-balancing in Kubernetes and the implications for gRPC/HTTP/2 traffic.
Author seeks advice from experienced software buyers for a new 'Observability Governance' section in the upcoming second edition of 'Observability Engineering'.
A developer's review of Visual Studio 2026's performance improvements and deep CoPilot integration, with notes on iOS 26's new features like Hold Assist.
A technical exploration of seven methods to intentionally waste CPU time for precise durations, focusing on user-land implementations for profiling tests.