TIL wget can download full sites
A technical guide explaining how to use wget with recursive options to download entire websites for offline viewing, including a breakdown of key command-line flags.
A technical guide explaining how to use wget with recursive options to download entire websites for offline viewing, including a breakdown of key command-line flags.
A software developer argues that the internet has become a net negative, critiquing its shift from democratization to commercialization and psychological manipulation.
Discusses the value of using opaque wrapper types in software development to avoid primitive obsession and improve type safety.
A technical guide on debugging ETW event drops in high-throughput Windows applications, covering session analysis and bottleneck identification.
A developer's 2025 review focusing on a single keynote talk about open source infrastructure, and lessons learned about preparing invited vs. pitched talks.
A developer uses Claude Code to build a browser-based RSS reader, learning about CORS proxies and security pitfalls along the way.
How to fix Electron app errors when native Node modules are compiled against the wrong Node.js version, using @electron/rebuild.
A technical guide on setting up and configuring event-driven Azure Container App Jobs using Azure Service Bus and KEDA scaling.
A developer shares their experience building a Winter Wishlist app using the MCP-UI framework and Goose AI agent, focusing on UI integration and iframe sizing challenges.
Boris Cherny shares his experience using Claude Code + Opus 4.5 to write all code for 259 PRs in a month, highlighting AI's coding progress.
A developer recounts a production C++ bug caused by undefined behavior, explaining how uninitialized struct members led to a critical API error.
Microsoft adds a new 'Microsoft 365 Support Engineer' role to Entra, but warns it's not for general use and is likely for internal or partner support.
Microsoft's Azure IaaS and Azure Local updates for late Dec 2025, covering AI platform leadership, storage replication, and ransomware protection.
A review of textarea.my, a minimalist browser-based text editor that stores data in the URL hash, highlighting its clever JavaScript techniques.
Explores how AI prompts have evolved from simple text strings into critical, reusable system components with logic, and the challenges this creates.
A developer explains their decision to join the Static Quest webring to connect with the indie web and other static site enthusiasts.
A guide for engineers on when to challenge technical decisions and when to accept and support them for team cohesion.
A developer reflects on the anxiety and impact of using Large Language Models (LLMs) in programming, balancing skepticism with practical utility.
An overview of the new calendar and date types introduced in C++20's std::chrono library for expressive and type-safe date manipulation.
An analysis of the performance optimizations in uv, a fast Python package installer, focusing on HTTP range requests and compact version representation.