When i was a kid, my dad had a Mac with the A/V PAL-SECAM cards. Hooked up a make-shift copper wire antenna and wrote a decoder with the free codewarrior cd folks gave me at Paris' Mac convention (we were 12 and crazy I guess). Good opportunity to learn powerplant and c/c++.
I ended up brute forcing most of it as I did not really understand what I was doing, but it turns out, with enough time, you get things going.
Wish the pages were still up, I lost that software long ago, and I'm sure my code was garbage (not that its much better today, but at least I can blame Claude..) and fun to read.
- verifying isn't asking "is it correct?"
- verifying is "run requests.get, does it return blah or no?'
just like with humans but usually for different reasons and with slightly different types of failures.
The interesting part perhaps, is that verifying pretty much always involves code, and code is great pre-compacted context for humans and machines alike.
Ever tried to get LLM to do a visual thing? why is the couch at the wrong spot with a weird color?
if you make the LLM write a program that generate the image (eg game engine picture, or 3d render), you can enforce the rules by code it can also make for you - now the couch color uses an hex code and its placed at the right coordinates, every time.
google even has specially signed fw that let you root the device and unlock anything that doesn't rely on the passcode. secureboot passing and all. i can't imagine that the nsa doesnt have them. after that you just gotta crack the usually very simple passcode. wouldny be surprised if thats what cellrite has lol.
I ended up brute forcing most of it as I did not really understand what I was doing, but it turns out, with enough time, you get things going.
Wish the pages were still up, I lost that software long ago, and I'm sure my code was garbage (not that its much better today, but at least I can blame Claude..) and fun to read.
The 90's were fun.
reply