Adding OnMissingTemplate() ColdFusion Event Handler To Big Sexy Poems
Explains how to implement the onMissingTemplate() event handler in a ColdFusion Application.cfc to handle requests for missing CFML templates.
Explains how to implement the onMissingTemplate() event handler in a ColdFusion Application.cfc to handle requests for missing CFML templates.
Armin Ronacher discusses challenges in AI agent design, including abstraction issues, testing difficulties, and API synchronization problems.
An explanation of how reducers work in programming, with a practical code example from a live coding stream.
Olmo 3 is a new fully open-source large language model from AI2, featuring training data, code, and unique interpretability for reasoning traces.
Creating an accessible keyboard shortcut with Alpine.js to move focus to a form input using the 'f' key, avoiding autofocus issues.
How to set default code block languages in Mkdocs for automatic Python syntax highlighting in documentation.
Explains dependency cooldowns, a strategy to reduce supply chain attack risk by delaying automatic dependency updates.
A guide to generating, caching, and securing dynamic Open Graph images in a ColdFusion application using Cloudflare CDN.
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.
An Intel Fellow shares advice on how to give effective, constructive technical feedback to hardware vendors like Intel to influence product development.
A developer discusses the non-deterministic nature of LLMs like GitHub Copilot, arguing that while useful, they cannot take ownership of errors like a human teammate.
Analysis of Cloudflare's major outage that took down sites like ChatGPT and X, and their transparent postmortem report.
A guide to using Anthropic's Claude models in Microsoft Foundry with Microsoft.Extensions.AI via a custom HTTP handler for API format translation.
Analysis of Google's new Nano Banana Pro image generation model, covering its advanced features, API pricing, and real-world testing results.
Explores building a basic Durable Execution engine using SQLite and Java to reliably persist and resume multi-step workflows, like those in agentic systems.
Explores how LLMs could enable malware to find personal secrets for blackmail, moving beyond simple ransomware attacks.
A guide to using the JavaScript SpeechSynthesis API for programmatic browser speech to enhance user experience and accessibility.
C# 14 introduces breaking changes to LINQ queries. This article explains the issues with Reverse and Contains and provides workarounds.
OpenAI releases GPT-5.1-Codex-Max, a new AI model focused on agentic coding tasks, featuring advanced context compaction for long-running work.
A developer explains his automated workflow using SQL, Datasette, and Observable to generate a Substack newsletter from his blog content.