top | item 47005667

LLMs Don't Read Code. Neither Do I. So I Wrote Redis in Machine Code

4 points| runtimepanic | 17 days ago |gist.github.com

4 comments

order

andsoitis|17 days ago

That looks like assembly, not machine code, which I think no human can really read or write.

Still cool.

runtimepanic|17 days ago

True, it's assembly. I wrote it that way to make it more readable :D

rvz|17 days ago

Assembly is not "machine code".

runtimepanic|17 days ago

Correct. I meant assembly that assembles to machine code