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.

Ask HN: Things that blew your mind as a programmer and/or computer scientist?

5 pointsby curious16about 2 years ago
Things can include anything. It may be a new programming language, a book, a course, a new tool or utility, new theory or algorithm. Just anything that blew your mind in a positive transformative way.

3 comments

noob_engabout 2 years ago
Structure and Interpretation of Computer Programs. That ONE book was enough to get me programming more and more.<p>And also building tiny projects on my own interest.
AnIdiotOnTheNetabout 2 years ago
Tricks of the Game Programming Gurus by Andre LaMothe[0] blew my mind as a young kid who liked video and computer games. It took all this amazing stuff I was seeing and from more-or-less first principles[1] showed me how it all came together from applying a little logic and math.<p>I still have a copy to this day, missing both front and rear cover and with with significant wear throughout. Unfortunately I don&#x27;t appear to have the disc that came with it[2].<p>[0] <a href="https:&#x2F;&#x2F;archive.org&#x2F;details&#x2F;tricksofgameprog0000unse" rel="nofollow">https:&#x2F;&#x2F;archive.org&#x2F;details&#x2F;tricksofgameprog0000unse</a><p>[1] Chapter 2 is called &quot;Assembly Language Basics&quot;.<p>[2] <a href="https:&#x2F;&#x2F;archive.org&#x2F;details&#x2F;Tricks_of_the_Game_Programming_Gurus_SAMS_Publishing_1994" rel="nofollow">https:&#x2F;&#x2F;archive.org&#x2F;details&#x2F;Tricks_of_the_Game_Programming_G...</a>
wsgeorgeabout 2 years ago
Abstractions as a concept. Can&#x27;t unsee them now, 14 years on.