makethlm - LLM builder

A small tool I built is makethlm, a command-line task runner in the tradition of Make and Just, but where the task body is natural language executed by an LLM. ...

February 13, 2026 · map[name:latedeployment]

Crashing Compilers

The compilers Let’s see if we can crash some compilers. python3 -c "print('{' * 99999)" > test.c && clang test.c Clang SEGFAULT but GCC has made it :) ...

November 11, 2015 · map[name:latedeployment]