Quoting D. Richard Hipp
D. Richard Hipp discusses SQLite's rigorous aviation-grade testing methodology, contrasting it with PostgreSQL's peer-review approach.
D. Richard Hipp discusses SQLite's rigorous aviation-grade testing methodology, contrasting it with PostgreSQL's peer-review approach.
The core challenge of programming is translating ambiguous human thought into precise computational logic, not just writing code.
Explains SQLite's selective contribution process and the required public domain copyright release, with a query showing contributor stats.
A chronological summary of Microsoft's top 60 AI announcements from 2025, covering investments, partnerships, and new divisions.
A critique of perpetual 'improved Git integration' in IDEs, arguing developers should learn core Git instead of waiting for tools.
A technical tutorial on using Azure Arc to centrally manage and monitor AWS EC2 virtual machine instances from within the Azure control plane.
Explores how AI will expand knowledge work by making tasks cheaper, leading to new projects and activities we don't do today.
A podcast episode discussing the optimistic and pessimistic impacts of AI on software development and testing, including productivity gains and industry risks.
A technical walkthrough of using the Council of Mine AI extension for MCP sampling to resolve a fictional committee debate, part of an AI advent series.
A technical analysis comparing PostgreSQL JSON storage options, compression methods (pglz vs. lz4), and performance optimizations.
Explores 'context plumbing' for AI agents, the engineering needed to move relevant context from various sources to where AI systems run.
Wikipedia's new guideline advises against using LLMs to generate new articles from scratch, highlighting limitations of AI in content creation.
A guide to automating the publishing of internal .NET NuGet packages using GitHub Actions and GitHub Packages.
Compares the energy use of a ChatGPT query to streaming Netflix, putting AI's carbon footprint into perspective.
A developer's personal experiment with AI-driven software development using local LLMs, detailing setup, challenges, and initial impressions.
A critique of AI's role in software development, arguing that output is not productivity and that expertise remains essential for solving real problems.
How to implement sortable UUID v7 GUIDs as primary keys in Entity Framework using a custom value generator.
Learn how to use Background Responses in .NET's Microsoft Agent Framework to maintain AI agent state and resume interrupted tasks using continuation tokens.
PostgreSQL 19 adds a new %S prompt variable to psql to display the current search_path, aiding users who frequently work with multiple schemas.
A developer rewrites their Neovim configuration using the Fennel Lisp language and migrates to the built-in vim.pack package manager.