I don’t understand why people recommend books like “a programmers introduction to mathematics”. They’re advertised as books for “programmers” or people that know little math, yet they hide solutions from the reader. The reader that doesn’t know proper proofs or deep mathematics likely isn’t the same ones that know if their solutions are correct. Programmers like to write code with test cases. We don’t like to write c…
> 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…
Books I Recommend
51–60 of 157 posts
Re: Books I Recommend
#52Re: Books I Recommend
#53Re: Books I Recommend
#54I 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…
Also if you don't mind sharing, how did you get the voice library?
Re: Books I Recommend
#55I wish this place was a bit more hospitable to literary fiction.
Re: Books I Recommend
#56I can't believe someone could read Feynman's sandwich story and still recommend that book.
Feynman's book is definitely super sexist by modern standards. I wasn't around in the 60s and 70s to know if his was the general attitude, or an outlier. To me, the book is decent for background listening during chores or driving (it is a free audiobook if your library has an associated Hoopla account), but almost all stories boil down to either "I was such a horny guy", or "I used different math tools which allowed…
Re: Books I Recommend
#57I don’t understand why people recommend books like “a programmers introduction to mathematics”. They’re advertised as books for “programmers” or people that know little math, yet they hide solutions from the reader. The reader that doesn’t know proper proofs or deep mathematics likely isn’t the same ones that know if their solutions are correct. Programmers like to write code with test cases. We don’t like to write c…
The real reason is twofold:
1. Authors write textbooks for universities and professors, not students. They write for the academic paradigm they’re familiar with, in which the professor is primarily teaching a student. The textbook is simply used to arrange a course, and professors would rather not have solutions available in the textbook.
2. Authors don’t earn much money from textbooks and textbooks aren’t weighed very heavily for tenure. There isn’t much of an incentive for them to write textbooks with solutions for the reason stated above, and it’s actually significantly more work to include solutions to your exercises.
To put it very bluntly, there are extremely few non-students in the market for math textbooks, which is already a high-effort and low-return market for authors as it is. To get such a textbook you’d need someone who: knows the material extremely well, is very good at exposition, has a lot of time to invest in this as a passion project and doesn’t mind if it’s not used much or at all in well-known universities.
Re: Books I Recommend
#58Earlier quoted context omitted.
This! I completely agree! Also who cares if the solutions are online? If the professors want to use the book in classrooms then they should come up with their own exercises instead of basically stealing the book's questions. I completely agree that any book with exercises without solutions is completely useless. I didn't even have access to professors or any teaching assistants even DURING my undergraduate years. So…
> If the professors want to use the book in classrooms then they should come up with their own exercises instead of basically stealing the book's questions. I always wondered why there weren't supplement books/websites of practice problems that were separate from the text book. Seems like an easy way to make money. I guess because it makes it harder to pass on to the students.
Re: Books I Recommend
#59I wish this place was a bit more hospitable to literary fiction.
It can be, depending on the particular thread. I'll speak for myself, but I find it incredibly difficult to read technical/business/pop-nonfic/etc. books in my free time. After a long day programming the last thing I want to do is read the literary equivalent of a TED talk. My bookshelf is a place where the "red dragon" Compilers book can peacefully coexist with Cannery Row--it's just that, more often that not, I rea…
But in general I agree - I don’t want to read about I can be more “efficient” at work during my leisure time. I’d rather read a novel or history book.
Re: Books I Recommend
#60I 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…