C# 14: More Implicit Conversions for Span<T> and ReadOnlySpan<T>
C# 14 introduces new implicit conversions for Span<T> and ReadOnlySpan<T>, reducing boilerplate and improving code readability.
C# 14 introduces new implicit conversions for Span<T> and ReadOnlySpan<T>, reducing boilerplate and improving code readability.
Analyzes LLM APIs as a distributed state synchronization problem, critiquing their abstraction and proposing a mental model based on token and cache state.
A personal reflection on the talks and themes at FFConf 2025, covering diversity, privacy, web components, and AI in web development.
An Intel Fellow shares advice on how to give effective, constructive technical feedback to hardware vendors like Intel to influence product development.
Release of llm-anthropic plugin 0.22 with support for Claude's structured outputs and web search tool integration.
Datasette 1.0a22 release notes covering new security features, a client detection method, and developer tools for plugin authors.
Explains the new 'field' keyword in C# 14, which provides access to the auto-generated backing field of a property, bridging the gap between auto and full properties.
A guide to implementing passwordless, cross-tenant authentication for Azure API Management using Managed Identities and Federated Credentials.
PostgreSQL 19 adds direct COPY TO support for partitioned tables, improving usability and performance over the previous SELECT workaround.
Explains the 'edit workflow' in Jujutsu VCS, a version control system, highlighting differences from Git and practical commands.
A critical analysis of FUTO's funding practices, questioning their use of 'open source' and alleged promotion of problematic figures.
Explores how inlining and structs in C# interact to optimize performance, focusing on method call overhead and struct copying.
A technical guide on using an ATEM video mixer and long USB cable to create a professional-looking conference setup on a budget.
Explores identity and equality types in type theory, contrasting definitional vs. propositional equality and their role in proofs.
A tutorial on implementing Queryable Encryption for sensitive fields using the MongoDB Entity Framework Core provider, enabling encrypted data to remain searchable.
Explores how Python's readable, English-like syntax reflects a philosophy of programming that reduces cognitive load and shapes computational thinking.
Explores advanced C++ techniques for iterating through std::tuple, focusing on std::apply and generic approaches.
Explains how improper logging can severely impact microservice latency and offers solutions like adjusting log levels and using async logging.
A blog post arguing that computer programming is fundamentally about making a series of nested decisions, from high-level goals to low-level syntax.
A tutorial on building an HTML5 math drawing game using a reusable TypeScript class, with a Phaser example for rendering.