the problem with "spec driven development" is that most software can't be spec'd up front
software is a creative act, where you figure out what you're building as you build it
you need to get your hands dirty in the details, and react to incremental versions
it's telling that all the examples of spec driven development are sorting a list or porting thoroughly tested code (like a js runtime or browser engine), which are the exception, not the rule. the vast majority of software doesn't have a spec – or if it does, the spec was created *after*
People really don't understand how dumb they are. Even I don't, and it's pretty much the only thing I think about. So it's all going to be a major shock.
@lumpenspace you should move to vancouver. at least we could hang out. (and if not, you should definitely keep your account. very much enjoy your posts).
In @33y0re's latest post on Windows ARM64 Pointer Authentication, he dissects how PAC fortifies stack integrity and thwarts exploits at the hardware level. Explore the mechanics of this critical security layer and its role in modern Windows defenses.
https://t.co/2NL7Iw4l6A
I am excited for us to finally share our fully user-mode detection agent research preview!
Intel Processor Trace, Last Branch Record, thread scheduler and PMU telemetry all from user-mode, using the latest Windows features!
The gaps between Claude Code over Cursor Agents over Github Copilot for basic scripting, while using the same underlying model, is bonkers.
Copilot barely works. Cursor is okay but frustrating (and slower). Claude Code usually just works fast.