Diving into self-hosting
A developer shares their journey into self-hosting, detailing the hardware, software stack, and lessons learned from running a personal home server.
A developer shares their journey into self-hosting, detailing the hardware, software stack, and lessons learned from running a personal home server.
A guide to building a basic AI agent framework that uses AI for planning and orchestrates reusable, atomic functions to interpret natural language requests.
A technical guide to implementing private, secure distributed tracing with Grafana Tempo on Azure Kubernetes Service using Azure Blob Storage and Private Link.
PostgreSQL 19 introduces GROUP BY ALL, a new SQL feature that automatically groups by all non-aggregate columns, simplifying queries.
Exploring the inability to intercept boolean coercion for custom objects in JavaScript and a plea for a solution.
Explains how to use Angular's new bindings API with Angular Testing Library to test component inputs and outputs.
A technical guide explaining how to resolve at:// URIs and locate JSON data on the AT protocol's 'atmosphere' network.
A developer shares five practical ways to use GitHub Copilot's background coding agent to automate tasks, delegate issues, and speed up development workflows.
A discussion of AI researcher Rich Sutton's critique of LLMs and his vision for AI inspired by animal learning, contrasting with current approaches.
A guide to setting up Microsoft Intune's Endpoint Privilege Management (EPM) to enforce least-privilege security by allowing controlled, auditable application elevations.
Introduces vtime, a custom command-line utility for tracking and displaying elapsed time of long-running processes in real-time.
A technical guide on reproducing and fixing an I/O data race in Go using DTrace, including a minimal code reproducer and analysis.
A detailed academic history tracing the core ideas behind large language models, from distributed representations to the transformer architecture.
A developer reflects on the shift from classic programming debates to pervasive AI discussions, exploring its practical use, ethical concerns, and impact on the developer community.
A developer reflects on how over-reliance on Tailwind CSS has eroded their ability to write raw CSS, leading to a feeling of being 'vendor-locked'.
Analysis of changes in Claude Code 2.0's system prompt, showing less prescriptive guidance and more trust in the Sonnet 4.5 model.
Introducing Cachy, an open-source Python package that caches LLM API calls to speed up development, testing, and clean up notebook diffs.
A developer shares a strategy for Hacktoberfest: revisiting past projects to contribute again, including a useful GitHub CLI command.
Practical examples of using PHP 8.5's pipe operator for cleaner code in tasks like data processing and API responses.
A developer shares practical website optimization tips, including updating HTTP links, using AI agents, and cleaning up config files.