Bluesky Thread Viewer thread by @simonwillison.net
Developer shares his experience building a Bluesky Thread Viewer tool using AI assistants like Claude and ChatGPT.
Developer shares his experience building a Bluesky Thread Viewer tool using AI assistants like Claude and ChatGPT.
A critique of AI's role in software development, arguing that output is not productivity and that expertise remains essential for solving real problems.
A curated summary of recent technical blog posts from Microsoft's ecosystem, covering .NET, Azure DevOps, GitHub, and Visual Studio updates.
Explains PHP's nine superglobal variables, their scopes, and how to use them for managing data in web applications.
Explores how natural language, like English, is becoming a key interface for software development with AI tools, lowering barriers to participation.
Explains how Azure API Management can directly publish messages to Azure Service Bus using a managed identity and a specific policy.
Summary of key announcements and sessions from Microsoft Ignite 2025, focusing on Azure, hybrid cloud, AI, and developer tools.
A curated collection of articles on software architecture, development, testing, and leadership, featuring insights on microservices, data privacy, UX, and DevOps.
A technical guide on implementing a recent posts section in an Astro blog using tags and custom components, without external services.
Using the CSS scrollbar-gutter property to prevent layout shifts when a scrollbar appears or disappears on a webpage.
A quick tutorial on setting up HTML minification for Eleventy static sites using the html-minifier-next package.
A developer uses Claude Code to analyze and optimize shell startup time, achieving a 95% speed improvement through lazy loading techniques.
Explains how Azure AI Landing Zones provide a blueprint for scalable, secure AI solutions on Microsoft Azure, covering architecture and deployment.
Technical report on Qwen3-VL's video processing capabilities, achieving near-perfect accuracy in long-context needle-in-a-haystack evaluations.
DeepSeek-Math-V2 is an open-source 685B parameter AI model that achieves gold medal performance on mathematical Olympiad problems.
A simple, intuitive explanation of public key cryptography using analogies and a number game to explain how to prove a secret without revealing it.
Explains the differences and usage of nullable and required types in C#, covering value types, reference types, and the nullable operator.
Brendan Gregg discusses AI agents trained on his performance engineering work, their limitations, and the ethical implications of creating 'Virtual Brendans'.
Explores how classifying domain types (generic, supporting, core) guides software architecture decisions on building vs. buying solutions.
Explains how to generate SAS URIs for Azure Blobs using DefaultAzureCredential and User Delegation Keys in .NET.