Y
Hacker News
new
|
ask
|
show
|
jobs
LLMs Don't Read Code. Neither Do I. So I Wrote Redis in Machine Code
(
gist.github.com
)
4 points
by
runtimepanic
119 days ago
2 comments
andsoitis
119 days ago
That looks like assembly, not machine code, which I think no human can really read or write.
Still cool.
link
runtimepanic
119 days ago
True, it's assembly. I wrote it that way to make it more readable :D
link
rvz
119 days ago
Assembly is not "machine code".
link
runtimepanic
119 days ago
Correct. I meant assembly that assembles to machine code
link
Still cool.