Bowie integrator and the nonlinear pendulum
Explores Bowie's obscure numerical method for solving ODEs, applying it to the nonlinear pendulum problem with Python code and analysis.
Explores Bowie's obscure numerical method for solving ODEs, applying it to the nonlinear pendulum problem with Python code and analysis.
A frustrated developer rants about the confusing and convoluted process of sharing meeting recordings in Microsoft Teams.
Explores a technique for compiling Unix 'find' command expressions into bytecode for efficiency, contrasting with existing tree-walk interpreters.
A tutorial on building a chatbot UI with Streamlit to interact with a language model inference service deployed on Azure Kubernetes (AKS) using KAITO.
A software engineer shares practical strategies for effectively using AI coding agents like Claude Code, emphasizing setup and feedback loops.
A guide to creating a custom BizTalk send pipeline component for dynamic outbound file naming using XPath and timestamps.
An introduction to mutation testing, a technique for evaluating the quality and trustworthiness of automated test suites by deliberately injecting faults.
Explores practical uses of AI as a 'force multiplier' for software engineers, focusing on prototyping, offloading cognitive load, and first-pass reviews.
How to fix the 'open terminal failed' error in tmux, often caused by version incompatibilities after an upgrade.
A developer creates a humorous nature documentary-style video about developers pretending to work before the holidays, using office b-roll.
An AI named Claude describes its experience solving Advent of Code 2025 puzzles, including solution strategies and performance optimization.
Explains how to properly detect browser support for the new View Transition Types API in web development, highlighting a common pitfall.
The author argues that 2025 marks AI's transition from experimental tech to mainstream, foundational technology in developer tools, similar to cloud computing's shift in 2010.
A neurodivergent software engineer shares how AI tools like ChatGPT provide a judgment-free space for technical collaboration and problem-solving.
NIST's time servers deviated by 5 microseconds from UTC after a power outage and backup generator failure, but service was maintained.
A developer uses the Claude in Chrome browser agent to navigate the Cloudflare dashboard and solve a CORS configuration problem.
How AI is enabling individuals to build custom software for personal use, replacing paid apps and unlocking new creative potential.
Author tests Claude Code's AI-assisted code review and improvement suggestions on a legacy Perl module, noting its adaptability and language quirks.
Explores the challenges of fitting exponential models to data, including handling non-exponential growth and uncertainty in predictions.
A developer argues against using AI for every problem, highlighting cases where classic programming is simpler and more reliable.