15 years of blogging
A developer reflects on 15 years of blogging, covering his career's technical evolution from machine learning to web development, and the challenges of writing online.
A developer reflects on 15 years of blogging, covering his career's technical evolution from machine learning to web development, and the challenges of writing online.
A 4.5-hour interview discussing the state of AI in 2026, covering LLMs, geopolitics, training, open vs. closed models, AGI timelines, and industry implications.
A 4.5-hour interview discussing the state of AI in 2026, covering LLMs, geopolitics, training, open vs. closed models, AGI timelines, and industry implications.
A developer shares the usefulness of the git shortlog command for summarizing contributions and generating contributor lists.
A developer shares personal struggles, job search, and monthly tech picks including articles on web decentralization, Google career lessons, macOS icons, and Go 1.26.
Explains Azure availability zone mapping risks and how to use the azqr tool to verify physical datacenter mappings for HA/DR.
A software engineer argues that learning to code remains essential despite AI's ability to generate code, as coding skills are needed to evaluate and work with AI-generated output.
A developer discusses feedback on handling checked exceptions in Java lambdas, comparing libraries like Vavr, Spring, and result4j.
Introduces the Agent Client Protocol (ACP), an open standard for unifying communication between AI coding agents and code editors.
Explores the unpredictable second-order effects of AI evolution, focusing on how AI coding tools may reshape developer choices and business models.
A developer shares his experience using an Elgato Prompter for video content and creating a custom 3D-printed iPhone 17 Pro backplate for it.
A developer shares how manually engaging with newsletter subscribers by asking for replies significantly improved email open rates.
Explores using F# FSX scripts for flexible program configuration, comparing it to static formats like YAML or TOML.
A 2025 AI research review covering tabular machine learning, the societal impacts of AI scale, and open-source data-science tools.
Andrej Karpathy notes a 600x cost reduction in training a GPT-2 level model over 7 years, highlighting rapid efficiency gains in AI.
Explains a greedy algorithm to convert dense tile-based collision maps into optimized axis-aligned rectangles for efficient runtime collision detection.
A developer explains the practical benefits of implementing a --dry-run option in a reporting application for safe testing and validation.
GExperts 64-bit update enables the Explicit Filter expert, which suppresses unnecessary layout properties in Delphi .dfm files to clean up version control diffs.
A reflection on a decade-old blog post about deep learning, examining past predictions on architecture, scaling, and the field's evolution.
An experiment using AI to build a working IndexedDB browser API implementation from scratch, aiming to pass Web Platform Tests.