Live data from Hacker News

Ask HN: your biggest Aha moment as a hacker?

news.ycombinator.com

31–34 of 34 posts

Re: Ask HN: your biggest Aha moment as a hacker?

#31
post #29

A big "Aha" moment for me was that I could just grep the big scary tar.gz source code of a project. (And that the big scary tar.gz wasn't that scary) Before that moment, I had to post a question to the project's forum or submit a bug report if I had a problem with a project. Then one day, all of a sudden, I realized I could just go ahead and grep the source myself and that the source wasn't scary. I realized that not…

Ummmm, any introductory book on Emacs or Vi would have a chapter on cross-referencing tools, specially etags/ctags. Do people really not know how to "dive into" code bases?

Maybe it has to do with reliance on IDEs? I've seen people completely lost without IntelliSense, etc., and they're usually not familiar with using tags or grep.

Re: Ask HN: your biggest Aha moment as a hacker?

#32
It took me a while to remember mine. It was my first introduction to functional programming using JavaScript. I didn't even realize that's what I was doing but when I realized that I could write a function that returned a function my brain damn near exploded with possibilities.

Re: Ask HN: your biggest Aha moment as a hacker?

#34

1) When I discovered there was a general order to learning web development. Beforehand, learning web programming was a giant mess of half-complete youtube videos and inaccurate articles. 2) Nested loops. Awesome. 3) Finally getting it through my thick skull that using fewer different moving parts in hacking, design, learning, etc is a way to actually get things done that also impress people. Before, I dove in and tri…

> When I discovered there was a general order to learning web development.

Wait, what?

Post reply on HN