That’s All for the HashiConf 2025 Keynote
A summary of real Terraform ecosystem trends post-IBM acquisition, covering Stacks GA, Terraform Actions, and new search/import features.
A summary of real Terraform ecosystem trends post-IBM acquisition, covering Stacks GA, Terraform Actions, and new search/import features.
A curated collection of links covering software architecture, neuromorphic computing, observability trends, AI protocols, and leadership in tech.
Olmo 3 is a new fully open-source large language model from AI2, featuring training data, code, and unique interpretability for reasoning traces.
A software architect's humorous account of a client derailing a professional Power BI dashboard project with a chaotic, self-built data model.
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.
A critical analysis of FUTO's funding practices, questioning their use of 'open source' and alleged promotion of problematic figures.
Explains the 'edit workflow' in Jujutsu VCS, a version control system, highlighting differences from Git and practical commands.
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.