Dew Drop – February 10, 2026 (#4601)
A daily link roundup for developers covering .NET, AI, web development, Windows, and tech industry insights from February 10, 2026.
A daily link roundup for developers covering .NET, AI, web development, Windows, and tech industry insights from February 10, 2026.
A technical deep-dive into fixing a GExperts dialog bug causing infinite growth on multi-monitor setups with mixed DPI scaling.
Guide to configuring and using agentic coding tools like Codex and Claude in Xcode 26.3, including setup and integration tips.
A behind-the-scenes look at the technology and workflow inside a modern SMPTE 2110 broadcast truck during an NHL game production.
A deep dive into the LazyConstants preview feature in JDK 26, exploring its API, the concept of laziness in Java, and its evolution from stable values.
A personal study guide and experience report for the Microsoft AI-102 Azure AI Engineer Associate certification exam, covering preparation and key topics.
A reflection on a decade-old blog post about deep learning, examining past predictions on architecture, scaling, and the field's evolution.
A daily tech reading list covering AI agents, cloud services, software engineering trends, and new tools like conversational analytics in BigQuery.
Datasette 1.0a24 release adds file upload support, a new dev environment with uv, and a render_cell parameter for plugin hooks.
Datasette 1.0a24 release adds file upload support, a new dev environment using uv, and plugin hook enhancements.
Explores the concept of 'carrier classes' in Java, a proposed generalization of records, and discusses recent developments in Project Amber.
Explores performance and efficiency improvements in .NET 10's Zip and GZip compression APIs, including better async handling and support for concatenated streams.
.NET 10 introduces built-in Post-Quantum Cryptography (PQC) APIs, enabling developers to adopt quantum-resistant algorithms for future security.
A developer reflects on 10 years of technical blogging, sharing lessons on writing, consistency, and the evolution of topics from JavaScript to React Native.
.NET 10 introduces a new WebSocket Stream API, simplifying data streaming over WebSockets using familiar .NET Stream patterns.
.NET 10 on macOS now automatically uses TLS 1.3 for HTTPS connections, improving security and performance without code changes.
Explores a software library with no code, using AI agents to generate implementations from specifications and conformance tests.
An experiment in creating a software library with no code, using AI agents to generate implementations from specifications and tests.
Explains the probabilistic primality tests (Fermat and Euler-Lagrange-Lifchitz) used in Primecoin's blockchain verification and mining process.
Explores bi-twin prime chains, a mathematical pattern where sequences of twin primes follow a doubling rule, with examples and Python verification code.