Fortran - Testing - More assertion functions
Extending a Fortran unit testing framework by creating a generic assert_equals interface to handle multiple data types like strings and integers.
Extending a Fortran unit testing framework by creating a generic assert_equals interface to handle multiple data types like strings and integers.
Google's Gemini 3 Deep Think AI model is tested by generating detailed SVG images of a pelican riding a bicycle.
A programmer shares his joy and reduced fear about AI coding agents, quoting David Crawshaw on how they enhance programming.
A software engineer's lament on AI's impact on programming, mourning the loss of hands-on coding as a craft.
A developer uses a single AI coding agent to build a basic web browser from scratch in Rust over three days, challenging assumptions about AI-assisted development.
A software engineer's personal journey from skepticism to embracing AI coding assistants, examining the tribalistic debates surrounding LLMs in development.
Explores methods to iterate over enum values in Delphi, including generic helpers and class helpers, with code examples and compilation notes.
A technical guide on how to iterate over all values of an enumeration type in Delphi using record helpers and sets.
A guide on improving temporary test programs in Fortran, focusing on verifying function correctness through manual and automated testing methods.
Argues against anti-AI sentiment in software development, stating AI is a transformative and useful tool for programmers' careers.
A blog post quoting Linus Torvalds on using AI-assisted 'vibe-coding' to create a Python audio visualizer tool.
A detailed analysis and new proof for Donald Knuth's fixed-point to decimal conversion program, exploring program correctness and algorithm design.
A series of technical posts exploring the challenges and solutions for formatting and printing floating-point numbers accurately and efficiently.
A December 2025 link roundup featuring TypeScript tips, the Bun/Anthropic acquisition, debugging quirks, and bug-fix challenges.
A developer's 2025 year-in-review focusing on writing output, including a Rust book update, an AI article, and personal blog & newsletter stats.
A developer reflects on the anxiety and impact of using Large Language Models (LLMs) in programming, balancing skepticism with practical utility.
A software consultant announces an extended break from LinkedIn to focus on deep work, coding, course creation, and reduce AI-generated noise.
Introduces TOON, a compact and readable alternative to JSON for data exchange, especially useful for AI tokens and general programming.
A developer shares their experience using Rust for a real-world project to create a resilient, scheduled health monitoring component.
Overview of new features in PHP 8.5, including the pipe operator, clone with, #[NoDiscard], and closure improvements.