Ask HN: your biggest Aha moment as a hacker?
11–20 of 34 posts
Re: Ask HN: your biggest Aha moment as a hacker?
#12Re: Ask HN: your biggest Aha moment as a hacker?
#13It's not really an 'aha moment' that's on the same level as others mentioned here, but it was the first script I ever wrote. Before that, the dynamic portion of the internet seemed like magic. I've been hooked ever since. :)
Re: Ask HN: your biggest Aha moment as a hacker?
#14Re: Ask HN: your biggest Aha moment as a hacker?
#15When I realized that I hadn't learned languages, I'd learned techniques, and I could just change languages given a bit of time to bootstrap and some common starting points. Basically, paradigms were my Aha. Kinda lame, but apparently there are a lot of developers who haven't figured them out yet.
My biggest Aha moment was when I realized that abstract art uses similar thought processes as computer science and software engineering to produce abstract representations of some aspect of reality. The specifics and logical rigor differ, but the general idea is the same.
Re: Ask HN: your biggest Aha moment as a hacker?
#16Teh internet is just text sent over a series of pipes ;)
Re: Ask HN: your biggest Aha moment as a hacker?
#17 1. Understanding recursion in C
2. Understanding lazy evaluation in Scheme
3. Figuring out how to implement lazy evaluation in C
A lot of superficial differences between languages melted away after that. Definitely a "level up" feeling as a developer.Re: Ask HN: your biggest Aha moment as a hacker?
#182. When I got OOP, and later when I realized the folly of vicious mutability.
3. When I discovered FP, composability and the Turing machine.
4. When I lately realized that software development is a giant hack to solve various business problems. ;)