The fate of “small” open source
A developer reflects on the impact of AI-generated code on small, educational open-source libraries like his popular blob-util npm package.
A developer reflects on the impact of AI-generated code on small, educational open-source libraries like his popular blob-util npm package.
Explores Andrej Karpathy's concept of Software 2.0, where AI writes programs through objectives and gradient descent, focusing on task verifiability.
A guide to dynamically generating PWA app icons based on environment (dev, prod) in a Next.js 16 project using the Serwist library.
Explores the incompatibility between Next.js 16's 'use cache' directive and next-intl, offering a workaround and discussing the upcoming solution.
Explores integrating C++ objects with non-trivial destructors into arena allocators, maintaining RAII and exception safety.
Exploring Azure AI Foundry Persistent Agents in .NET 9 for enhanced multi-model AI orchestration with cloud-native management.
Explains Azure Policy for automated cloud governance, covering policy definitions, assignments, and enforcement effects like deny and audit.
A blog post exploring the differences between AI and ML, clarifying terminology and common misconceptions in the field.
A developer's opinionated review of Java 25's new features, JEPs, and its status as an LTS release, highlighting key improvements.
A guide to implementing feature flags in Swift for iOS development, covering build configurations and conditional feature toggling.
A developer describes how AI collaboration evolved into specialized writing agents, exploring consciousness and creative process in programming.
Explores Douglas Adams' humor as a tool for debugging consciousness and exposing absurd recursive loops in technology, programming, and existence.
Explores color sensitivity in AI models when reading text from a canvas, noting issues with red text on dark backgrounds.
Part 2 of a guide on using Docker Compose to enhance the reliability and portability of AI agents, focusing on Dockerfile and compose.yaml.
A tutorial on using Docker Compose to create reproducible, containerized runtime environments for AI agents, focusing on a weather query example.
A technical guide on deploying a multi-agent AI solution using Azure AI Foundry and Azure Container Apps, focusing on private networking and infrastructure setup.
Release of dzBdsLauncher 1.0.16, a tool for opening Delphi projects with the correct version, fixing a bug for file paths with spaces.
A talk on implementing semantic search in a web service using Python, Django, PostgreSQL, and open-source AI tools, presented at EuroPython 2025.
A developer builds an automated bot using Puppeteer, Bun, and ChatGPT to intelligently search and apply for jobs on LinkedIn.
Explains how to add descriptive names to data-driven test cases in xUnit by overriding the ToString() method in test data records.