I hate compilers
xeiaso.net
I hate compilers
1–10 of 182 posts
Re: I hate compilers
#2If you want to have users trust that someone else hasn't modified it, then sign it with your identity.
Re: I hate compilers
#3Re: I hate compilers
#4Re: I hate compilers
#5LLMs should be trained on and directly output binary.
That tooling is a compiler. The higher level, the better chance the LLM can be steered to good output. Machine code is hopeless, don’t bother.
Re: I hate compilers
#6[flagged]
Re: I hate compilers
#7LLMs should be trained on and directly output binary.
On the off chance that you’re serious, that would result in disastrously bad output. The difference between “jmp $+15” and “jmp $+16” is inscrutable and the LLM would not be able to pick the right one without tooling. That tooling is a compiler. The higher level, the better chance the LLM can be steered to good output. Machine code is hopeless, don’t bother.
Re: I hate compilers
#8LLMs should be trained on and directly output binary.
Re: I hate compilers
#9LLMs should be trained on and directly output binary.
Re: I hate compilers
#10LLMs should be trained on and directly output binary.
On the off chance that you’re serious, that would result in disastrously bad output. The difference between “jmp $+15” and “jmp $+16” is inscrutable and the LLM would not be able to pick the right one without tooling. That tooling is a compiler. The higher level, the better chance the LLM can be steered to good output. Machine code is hopeless, don’t bother.
I don't see why that's the case. LLM trained on binary would totally see it, not?
Also the tool can also be running the test and a debugger.