π December 13, 2025
π Technical
π·
c
,
memory-management
,
malloc
,
security
,
overflow-protection
Building calloc for a custom malloc implementation and discovering why its two-parameter design isn't just conventionβit's a critical security feature that prevents integer overflow attacks.
π December 13, 2025
π Meta
π·
meta
,
workflow
,
automation
,
claude-code
,
tooling
Taking a step back from coding to improve the tools that document the coding processβfixing the /blog and /resume slash commands to be more robust and token-efficient.
An interactive learning session exploring graph data structures, adjacency matrices and lists, and the fundamental differences between breadth-first and depth-first search algorithms.
π November 22, 2025
π Technical
π·
meta
,
documentation
,
ai
,
claude
,
workflow
,
process
Refining the /blog command workflow to ensure Claude's technical analysis remains independent of user reflections, preventing hallucination and maintaining separate perspectives.
π November 17, 2025
π Technical
π·
music-tech
,
midi
,
ai
,
claude
,
experiments
,
abc-notation
An entertaining (and educational) experiment watching Claude attempt to implement MIDI to musical notation conversion - a reminder that domain expertise matters, even for AI.
A journey through x86-64 assembly programming that revealed the crucial difference between doing and understandingβand why sometimes you need to give yourself permission to act before you fully comprehend.