HN user

Quitschquat

135 karma
Posts2
Comments62
View on HN

I run Claude all day, and produced some good shit, but I'll admit to being thoroughly embarrassed that I haven't looked at it all, won't make it public, won't put my name on it, won't pick a license. I'm depressed about the whole thing and might take it up with a therapist.

My eyes are still rolling from GP's comment:

he single-handedly developed it by leveraging agentic coding

Why xor eax, eax? 8 months ago

At some point I could disassemble 8086 (16 bit x86/real mode) as a kid. Byte sequences like 31 C9 or 31 C0 were a sure way to know if a loop of some kind was being initialized. Even simple compilers at the time made the mov xx, 0 → xor xx, xx optimization.