How to enumerate through a StringBuilder
Explores how to make a StringBuilder enumerable in C# using compiler duck typing and extension methods, despite it not implementing IEnumerable.
Explores how to make a StringBuilder enumerable in C# using compiler duck typing and extension methods, despite it not implementing IEnumerable.
A technical cheatsheet explaining Unix, Vim, and Neovim clipboard selections and registers for efficient copy-paste operations.
A developer recounts debugging a Swift Set.intersection bug while solving an Advent of Code puzzle, leading to a custom extension.
Analyzes gaps in current API documentation tools for TypeScript libraries and proposes the need for a standardized API model.
Explores convolutions in probability theory, explaining how they combine distributions and compute sums of random variables.
Exploring JAX-compatible sparse Cholesky decomposition, focusing on symbolic factorization and JAX's control flow challenges.
A software developer announces a hiatus from blogging, reflecting on diminishing returns and industry frustrations.
Explores the connection between the Welch-Satterthwaite t-test and linear regression using the sandwich variance estimator.
A guide to calculating marginal and conditional effects in generalized linear mixed models (GLMMs) using the R {marginaleffects} package.
A guide on using the question 'What problem are we trying to solve?' to improve meeting focus and productivity in a tech/product context.
A former Twitter web app developer shares technical lessons and modern framework choices for rebuilding a social media platform like Twitter or Mastodon.
Guide on converting glTF PBR materials from spec/gloss to metal/rough workflows, including updates for three.js.
A tutorial on building a GraphQL API within a Solid-Start application, covering setup, schema definition, and resolvers.
A tutorial on building a Solid-Start application with an integrated tRPC API, covering setup, schema definition, and client generation.
Explores code generation in Hare v2 using strings::template for IPC interface implementation, building on a previous tool.
A Django community member reflects on receiving the 2022 Malcolm Tredinnick Memorial Prize and the importance of community participation.
Explains how SwiftUI's clipped() modifier affects visual rendering but not hit testing, and how to fix it using contentShape().
A technical guide on implementing complex gestures like presses, drags, and taps in SwiftUI using a custom GestureButton.
Introduces new _flex() functions in the mapBliss R package for custom, per-label positioning on maps, enhancing map art creation.
A tutorial on creating biomass pyramid and funnel plots using ggplot2 in R, including code examples and customization tips.