Humbling (gist.github.com)

4 points by dayjah ↗ HN
It's so easy to forget what our fore-fathers have given us.

3 comments

[ 395 ms ] story [ 921 ms ] thread
Not sure what's "humbling" here. The fact that compiled code looks more complicated and verbose than that written in a higher-level language (even C), or something else?
Just that in general it is easy to forget how much goes on behind the scenes - simple programs are made up of a lot of impressive work by people.
This doesn't show the compiled code, it shows the syscalls that are made by libc and the dynamic linking system to set up the process.

Back in the days of a.out and static linking, it was much shorter and easier to understand.