Hacker News new | ask | show | jobs
by butterisgood 16 days ago
C led to an atrophy of assembly muscles. Though this is mostly different.

A spec is NOT CODE.

Someone still needs to understand what the code means.

C optimizers are not the same as the radical departure of an LLM.

1 comments

>C led to an atrophy of assembly muscles.

This is not true, though. Technically I don't do C but I used to do Assembly. Yet in Java code paths, to have a decent proof (and satisfactory results) of the optimizations made by JIT, PrintAssembly still works.

Assembly is not just the raw instructions that trigger microcode or knowing the latency of each one of them, or the (un)expected cache misses, it's the understanding the hardware, itself.