Live data from Hacker News

Books I Recommend

blog.jessfraz.com

71–80 of 157 posts

Re: Books I Recommend

#71

Maybe I know too many physics grad students who self-consciously model themselves on him, but wouldn't recommend the Feynmann books to young people. It's too easy to end up as a pile of somebody else's quirks without his unique brilliance and humanity. Wait to read Feynmann until you have a fully formed ego.

Could you elaborate on how people model themselves on him ? I have never read Feynmann. I am in university right now and was going to pick up one of his books soon.

Re: Books I Recommend

#72

Maybe I know too many physics grad students who self-consciously model themselves on him, but wouldn't recommend the Feynmann books to young people. It's too easy to end up as a pile of somebody else's quirks without his unique brilliance and humanity. Wait to read Feynmann until you have a fully formed ego.

The same could generally be said about anyone under 25 and philosophy books. Read the literature classics, sure (they're about philosophy and politics too), but reading treatises on someone else's hard-won idiosyncratic view of the world without the emotional barriers and critical filter erected by years of trial and error may just turn the young person into a parrot, or worse, a nihilist without a cause.

Re: Books I Recommend

#73
post #21

I read/listen to a lot of books and the only book on there I’ve read so far is The Managers Path, which is about the transition of the software engineer in his/her career. It’s a great book for any software engineer, it’s short too. Given that I haven’t heard of many of the other books on the list, I’d say this is a good list I’ll be checking out a few of the titles. One trick about “reading” (listening) to a good ch…

I am curious how do you take notes while using audiobooks? I have been trying audiobooks but somehow I find it distracting. And the notes taking process to be cumbersome too, as I need to go back and replay something over and over again. So for now I prefer ebooks/hard copies.

Re: Books I Recommend

#74
post #63

Earlier quoted context omitted.

> So, why would we want to write mathematics any differently? I think you're stretching the unit-test-to-mathematics analogy a little too far. I haven't looked at the book in question, but generally, you don't just "know if" your solution is correct, you prove it, or at least consider examples that can demonstrate if your solution works in some conceivable cases. That's how "unit tests" work in mathematics. If the bo…

The point isn’t we need to do formal verification to test correctness. It’s that you probably wouldn’t write a program first pass and assume it is but free. So, why would you assume beginners that don’t know how to write proofs would write correct proofs without feedback to check?

Absolute beginners may not able to write an actual proof that their answer is correct, but at least they can verify that it satisfies the problem (depending on the actual problem).

In any case, since the study of mathematics is cumulative. Even if the student can't prove or verify that their answer to a specific problem is correct they will eventually reach a point, often within the same problem-set, where inability to solve a problem will force them to encounter their gaps/misconceptions.

The most important thing in a mathematics text, as with any other text, is lucidity of writing and the preparation of the student.

Re: Books I Recommend

#75
post #26
post #20

Earlier quoted context omitted.

Mathematics is a very broad topic. Which part are you interested in?

Any books in: Introduction to proofs, Abstract algebra, Topology, Linear algebra

For linear algebra I'll suggest Jim heffron's book. He provides solutions to questions also

http://joshua.smcvt.edu/linearalgebra/

Re: Books I Recommend

#76

Maybe I know too many physics grad students who self-consciously model themselves on him, but wouldn't recommend the Feynmann books to young people. It's too easy to end up as a pile of somebody else's quirks without his unique brilliance and humanity. Wait to read Feynmann until you have a fully formed ego.

I read the Feynman books as a young person (middle school?) and I came away with a different and very positive impression. What inspired me about him was his insatiable curiosity and how that was expressed. As a kid, the silly stories are funny, and they have a certain appeal just for that, but they are stories in which the protagonist is a curious, brilliant, child-like scientist, which is something to aspire to. That didn't lead to any later attempt to model my own behavior on him as a physics student, and I can't think of examples of people that I saw that had done that.

Re: Books I Recommend

#77

Maybe I know too many physics grad students who self-consciously model themselves on him, but wouldn't recommend the Feynmann books to young people. It's too easy to end up as a pile of somebody else's quirks without his unique brilliance and humanity. Wait to read Feynmann until you have a fully formed ego.

The same could generally be said about anyone under 25 and philosophy books. Read the literature classics, sure (they're about philosophy and politics too), but reading treatises on someone else's hard-won idiosyncratic view of the world without the emotional barriers and critical filter erected by years of trial and error may just turn the young person into a parrot, or worse, a nihilist without a cause.

As someone who was serially consumed by various philosophers when I was younger, I totally disagree.

Going all in on a philosopher at least once, especially when you're young, is the best way to really appreciate philosophy. It's the difference between understanding what the philosopher thought and understanding what it's like to truly think those thoughts and be immersed in the value system.

Re: Books I Recommend

#78

Maybe I know too many physics grad students who self-consciously model themselves on him, but wouldn't recommend the Feynmann books to young people. It's too easy to end up as a pile of somebody else's quirks without his unique brilliance and humanity. Wait to read Feynmann until you have a fully formed ego.

That makes sense. However (and this is just my isolated experience) I found some good teachings in Feynman in my teens/early 20s without really ending up mimicking his style or behaviors. Some anecdotes in Surely You're Joking were comforting--for example, that you can pick up new skills very late into adulthood that are typically thought of as only accessible by starting early, if you approach them with curiosity.

And some were politically inspiring: with the Challenger disaster, he was an outside mind investigating a systemic problem where people's incentives were en masse preventing them from seeing an ossified power structure. At least that's how he described it, and I'm convinced the lesson was valuable even if it was more complex than that.

Re: Books I Recommend

#79

Maybe I know too many physics grad students who self-consciously model themselves on him, but wouldn't recommend the Feynmann books to young people. It's too easy to end up as a pile of somebody else's quirks without his unique brilliance and humanity. Wait to read Feynmann until you have a fully formed ego.

The same could generally be said about anyone under 25 and philosophy books. Read the literature classics, sure (they're about philosophy and politics too), but reading treatises on someone else's hard-won idiosyncratic view of the world without the emotional barriers and critical filter erected by years of trial and error may just turn the young person into a parrot, or worse, a nihilist without a cause.

I have read philosophy before turning 25 and hence, and I both agree and disagree with this advice. On the one hand, I’ve certainly had my fair share of realizations of how daft I was when I read the works when I was younger and how quick I was to adopt the ideas of others without really understanding them. On the other hand, I wouldn’t be able to contend with a vast number of texts that I do now without the background and terminology I absorbed by being a bit arrogant and tackling some of the works that I had when I was younger.

In general, you can bolster your defenses against unwitting influence if you have a good teacher guiding you and reminding you to be critical. This is more or less the point of dialectic.

Re: Books I Recommend

#80
post #70
post #62

Earlier quoted context omitted.

I disagree with the notion that if you question your solution then your solution isn’t correct. A beginner could easily fool herself onto thinking she has correct understanding, but actually her proof is buggy. Without feedback, she wouldn’t know.

I agree. Among other things, I'm pointing out the opposite risk: a beginner may come up with a correct solution to the exercise, check from the book's provided solutions that her solution is correct, and move on to the next section, fooling herself into thinking that she has sufficient understanding (hey, she solved the exercise correctly!), not realizing that “not needing to look at the solutions” and “coming up wit…

When you’re doing basic proofs, showing solutions are often simple enough for unconfused verification. There are often standard ways to go about proofs, solutions could provide those standard solutions with sufficient detail written out.
Post reply on HN