From JSON to TOON
Introduces TOON, a compact and readable alternative to JSON for data exchange, especially useful for AI tokens and general programming.
Introduces TOON, a compact and readable alternative to JSON for data exchange, especially useful for AI tokens and general programming.
Explores the application of Graph Neural Networks, embeddings, and foundation models to spatial data science, with practical examples in R.
Introducing a Lean-like syntax parser for the Knuckledragger theorem prover to improve formula readability over verbose Python/Z3Py syntax.
A performance benchmark comparing JSON serialization to the TOON format in Go, analyzing speed and usability of different libraries.
The HTML <time> element is widely used but lacks practical browser or assistive tech support, making it a semantic but underutilized feature.
Explains how to configure ColdFusion to process non-CFML files (like .html, .txt) as executable CFML code when using the cfinclude tag.
A weekly roundup of recent updates and announcements from Microsoft's ecosystem, including .NET, Azure, GitHub, and Visual Studio.
Explores a workaround for ColdFusion's lack of a native function to render images directly to binary, proposing custom UDFs for better workflow.
A developer shares key engineering lessons learned from building AI agents in .NET, focusing on state management, orchestration, and observability.
A look at JustHTML, a new Python HTML parser library, and how it was built using AI-assisted programming and 'vibe engineering'.
A guide on protecting API keys and secrets from malware by avoiding environment variables and using a password manager with CLI integration.
Explains why Azure Container App Jobs are a simpler alternative to Azure Functions for running scheduled tasks and processing events in Azure.
Explains how to localize Swift packages using Xcode's string catalogs, covering benefits, drawbacks, and improvements in Xcode 26.
Explains a deterministic refresh architecture for UI, focusing on a RefreshGuard to manage competing events and ensure predictable behavior.
Explains how to use arguments and conditional Jinja templating in Goose AI recipes to create dynamic, reusable AI workflows for generating themed content.
A tech blogger explains their decision to migrate from WordPress to Substack, citing platform friction and the shift in tech writing communities.
A developer shares their experience speaking at YOW! 2025 conferences in Australia, presenting on WebAssembly on Kubernetes and teaching an OpenTelemetry masterclass.
A developer explains their switch from ChatGPT to Claude for coding and technical work, citing Claude Code's effectiveness and personal preferences.
A developer's personal review and comparison of Ente, an end-to-end encrypted photo backup service, against alternatives like Amazon Photos and self-hosted options.
Explains AI evals: automated checks for non-deterministic AI outputs using LLMs to score against expectations, not exact matches.