Live data from Hacker News

Ask HN: Do you recall any book or course that made a topic finally click?

news.ycombinator.com

491–500 of 515 posts

Re: Ask HN: Do you recall any book or course that made a topic finally click?

#491
You're right about Fourier Transforms. I went through the fundamental classes and wasn't quite getting it until a more advanced class when the real-world applications were explained and then it all clicked.

It's been so long that I can't remember the class names anymore.

Re: Ask HN: Do you recall any book or course that made a topic finally click?

#493
post #455

Earlier quoted context omitted.

If you have extensive experience in programming you may try out SICP if you find HtDP too slow.

Thanks! All these years I've heard people saying SICP is a steep hill to climb. Anyway, I think I'll purchase the book and see how it goes.

You can view the lectures here: https://www.youtube.com/playlist?list=PLE18841CABEA24090

Both the book and the lectures are important!

Re: Ask HN: Do you recall any book or course that made a topic finally click?

#494

Earlier quoted context omitted.

async programming IS hard to get your head around. The resources you suggest are spot on. AND, async programming will really only click when you do lots of it. Read tons of async resources like the ones above, write lots of async code. One day you'll realise it's second nature.

Thanks a lot, I'll keep this in mind and try to write as much async code as possible. >One day you'll realise it's second nature. This is great but then the curse of knowledge hits you hard haha

>> write lots of async code.

> Thanks a lot, I'll keep this in mind and try to write as much async code as possible.

Only write async code if the advantages outweigh the downsides, not just by default in order to do some training for yourself. Unless it is in a hobby project where training yourself is part of the goal.

Re: Ask HN: Do you recall any book or course that made a topic finally click?

#495
post #47

A Reddit copypasta quote did it for me: your brain is good at keeping you alive, not happy.

Can you share the copyspasta

I meant the pithy quote was exchanged, not a long copy pasta. Seems its a popular concept to Google.

Re: Ask HN: Do you recall any book or course that made a topic finally click?

#497
post #489

Earlier quoted context omitted.

Of course it does, it makes it incompatible. If one claim explicitly rejects another claim, then the two claims aren't compatible.

The claims inside the framework don't need to be compatible, they're just religions.

So none of the exclusive claims of any religion to have the full truth are true, but your personal opinion about all of them is fully true? Your arrogance is unbearable.

Re: Ask HN: Do you recall any book or course that made a topic finally click?

#498
post #489

Earlier quoted context omitted.

The claims inside the framework don't need to be compatible, they're just religions.

So none of the exclusive claims of any religion to have the full truth are true, but your personal opinion about all of them is fully true? Your arrogance is unbearable.

Um no. I am saying one of those claims might be true. I'm trying to make a logical argument about their commonality, not give a personal opinion.

Re: Ask HN: Do you recall any book or course that made a topic finally click?

#499

Earlier quoted context omitted.

I wrote this one over the course of a few months that summarized everything I could think of on the topic - https://www.taniarascia.com/asynchronous-javascript-event-lo...

I've your blog bookmarked and I'll be reading it this weekend haha. Thanks for putting it together! >Callbacks are not asynchronous by nature, but can be used for asynchronous purposes. Glad you mention this because some people make it since like callbacks are a de-facto asynchronous-based concept. Callbacks are simply anonymous functions or lambdas that you pass to asynchronous functions so you can work with the pro…

More accurately -

Callbacks are anonymous functions [or references to named functions] that you pass to asynchronous [or synchronous] functions so you can work with the produced values [or do anything else]

Re: Ask HN: Do you recall any book or course that made a topic finally click?

#500

Capital, Vol. I

lol was about to post this. be careful, there are VCs amongst us

As a capitalist I would still say it's recommended reading. That said, if you're only reading that and not Hayek/Friedman/Sowell then you're doing yourself a disservice but that's your problem.
Post reply on HN