Verifiability
Explores AI as a new computing paradigm (Software 2.0), where automation shifts from specifiable tasks to verifiable ones, explaining its impact on job markets and AI progress.
Explores AI as a new computing paradigm (Software 2.0), where automation shifts from specifiable tasks to verifiable ones, explaining its impact on job markets and AI progress.
A guide to deploying .NET applications on Red Hat OpenShift using the Source-to-Image (S2I) tool, covering setup and a sample project structure.
Argues that generic Tooltip components in design systems are flawed and proposes better, more accessible alternatives for web development.
An analysis of the tedious process of adding a VLAN in OPNsense, requiring 26 clicks and 6 screens, with suggestions for UI improvements.
A guide to choosing the right state management approach in Vue.js, comparing composables, provide/inject, and Pinia with practical examples.
Explores three CSS snippets for conditionally applying border-radius to prevent visual issues when elements touch viewport edges.
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.
iOS26 Safari's theme-color and tab-tinting feature is broken when using fixed-position elements like modals, causing unwanted color changes.
Explains how hardware performance depends on software selection and tuning, using a three-stage rocket analogy for tech leaders.
A critical analysis of 10 popular Java libraries, discussing their relevance and whether they are still worth using in modern development.
Azure Firewall adds packet capture for troubleshooting, and Azure WAF on Front Door introduces a JavaScript challenge for bot mitigation.
Release of llm-anthropic plugin 0.22 with support for Claude's structured outputs and web search tool integration.
A technical guide explaining how to set up a custom CDN subdomain using Backblaze B2 for storage and Cloudflare for DNS and URL rewriting.
Explains C# 14's new Interceptors feature, allowing compile-time method call replacement without runtime overhead.
Practical guide to using C# 14 interceptors with a Source Generator for automatic correlation header propagation in HttpClient.
Explains gRPC's persistent connection challenges during failover and offers solutions like HTTP/2-aware load balancers.
Explores how people and team ownership, not just technical patterns, are key to untangling and preventing messy 'ball of mud' software architecture.
Learn how to officially deprecate methods in Node.js libraries using the built-in `util.deprecate` function to provide runtime warnings.
How to trigger Raycast's confetti animation from the command line using a custom shell script and the raycast:// protocol.