TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Hello World Under the Microscope

91 pointsby nicopapplover 2 years ago

5 comments

All4Allover 2 years ago
This is great. It brings me back to the early days in my undergraduate trying to get a grasp on programming.<p>The &quot;Intro to Programming&quot; i.e. Java 101 was my first experience with programming in general, and nearly made me drop out of the CS program altogether. Something about the high-level learning and lack of understanding what was going on behind the scenes made it very difficult to grasp. It wasn&#x27;t until I took a course in C the following semester that I finally began to grasp the actions behind the code I was writing. Although the code was much more difficult to write, I found the laborious process of writing C made it much easier to grasp the underlying functionality.<p>There&#x27;s benefit in not having to understand the underlying intricacies of the code that you&#x27;re writing, but there is something about that knowledge that makes it just so much more engaging.
评论 #33207623 未加载
photochemsynover 2 years ago
I love these kind of writeups, they&#x27;re so illuminating. I&#x27;d have preferred to see it with Linux, but the author really did some work to dive into Windows, which is interesting:<p>&gt; &quot;In order to better understand how fontdrvhost.exe works internally, we would need to focus our analysis on that executable. Unfortunately, unlike consoles, the source code of this component has not been made publicly available, so we need to roll up our sleeves and run the disassembler. There is a small consolation in the form of debug symbols (.pdb files) made available by Microsoft for system libraries [12], thanks to which we can at least know the names of individual functions.&quot;
评论 #33203330 未加载
mcluckover 2 years ago
I love this. Taking something we all take for granted and putting it under the microscope is so fascinating.<p>If the author (or translator) is reading this: one thing you should consider is changing the use of &quot;AST tree&quot;. That expands to &quot;abstract syntax tree tree&quot; which is like saying &quot;PIN number&quot; or &quot;ATM machine&quot;.
easygenesover 2 years ago
<a href="https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20221013104418&#x2F;https:&#x2F;&#x2F;asawicki.info&#x2F;articles&#x2F;Hello_world_under_the_microscope.php5" rel="nofollow">https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20221013104418&#x2F;https:&#x2F;&#x2F;asawicki....</a>
toppyover 2 years ago
Level of magnification for this microscope stopped way too soon :)
评论 #33206598 未加载