cd/sources/ae1020-auto-discovered· home sources Ae1020 (auto-discovered)
cat /sources/ae1020-auto-discovered.feed | wc -l → 2

Ae1020 (auto-discovered)

articles 2 domain ae1020.github.io → feed RSS
13:01
2026-07-18
ae1020.github.io
artificial-intelligence

AI-Assisted Technical Writing: When to Stop

A developer using Claude.ai to turn a C++ code comment into a blog post discovered that AI-assisted writing can introduce two distinct types of disagreement—technical and editorial—that require differ…

00:00
2026-07-17
ae1020.github.io
developer-tools

Implicit Casts vs the (maybe `(void*)`) Waypoint Cast

A C++ developer investigating the use of (void*) casts to force correct pointer conversions found that the trick does not work in general and can silently reproduce pointer-corruption bugs. The author…