Relish: A new serialization format
Introducing Relish, a new binary serialization format for RPC and database use, designed with clean semantics and implemented in Rust.
Introducing Relish, a new binary serialization format for RPC and database use, designed with clean semantics and implemented in Rust.
Guide for .NET developers on using Anthropic's Claude AI models within Microsoft Azure via Microsoft Extensions.AI (MEAI).
A developer explains how to automate a GitHub profile using GitHub Actions to dynamically display blog posts, newsletters, and videos.
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.
A developer uses Claude Code to analyze and optimize shell startup time, achieving a 95% speed improvement through lazy loading techniques.
True Myth v9.3.0 release notes, detailing new inspect helpers for functional types and bug fixes for TypeScript developers.
Release notes for sqlite-utils 3.39, featuring bug fixes for plugin installation with uv and new functionality for custom SQL functions.
How to implement sortable UUID v7 GUIDs as primary keys in Entity Framework using a custom value generator.
Panel discusses the ROI of agentic AI investments, AI's impact on cybersecurity, and the EU's antitrust investigation into AWS and Microsoft.
C# 14 introduces the 'field' keyword, allowing developers to add logic to auto-properties without manually declaring a backing field.
Creating an accessible keyboard shortcut with Alpine.js to move focus to a form input using the 'f' key, avoiding autofocus issues.
Announcing elbruno.Extensions.AI.Claude v0.1.0-preview.2, a .NET library for integrating Claude AI models with Azure AI Foundry and Microsoft.Extensions.AI.
A guide to using Anthropic's Claude models in Microsoft Foundry with Microsoft.Extensions.AI via a custom HTTP handler for API format translation.
OpenAI releases GPT-5.1-Codex-Max, a new AI model focused on agentic coding tasks, featuring advanced context compaction for long-running work.