Rendered at 01:06:37 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
vincent-manis 2 hours ago [-]
There are 2 more that I would add, both books I read as an undergraduate nearly 60 years ago. First, Marvin Minsky's Computation: Finite And Infinite Machines (published 60 years ago). Not the latest word in automata theory, but as a first year student, I could read it and understand the issues he was addressing. Second, reading the First Edition of v.1 of The Art of Computer Programming (which of course Knuth has revised several times) was what convinced me that there was a difference between computer programming and computer science. Needless to say, there was much in TAOCP that I didn't understand, but showing me the relationship between computer programming, computer science, and mathematics really did change my life.
Jtsummers 2 hours ago [-]
I'm curious why people are upvoting this listicle. Take this example from it:
> Paradigms of Artificial Intelligence by Peter Norvig. Learning the AI described in this book probably won’t land you a job today. But reading the code examples will transform how you think about source code. The book shines when it comes to code comments, a topic that I’ve never seen demonstrated well in other sources. Here we get to see how comments become valuable as a narrative that explains both intent and reasoning. Brilliant, just brilliant.
First, that's not the title of the book. It's Paradigms of Artificial Intelligence Programming. Second, why would you recommend a book because of comments in code. I checked the code, it has good docstrings, it does not have that many comments beyond that. The commentary (rather than code comments) is the book itself.
And I like this book, but the reason to recommend it is not the code comments (which barely exist outside of his very consistent use of docstrings). The reason to recommend it now (versus back in the day when GOFAI was just AI and the book had more obvious utility) is that you get to see how an expert programmer thinks, Norvig is among the best expositors of programming and CS topics, and seeing how he crafts programs to solve interesting problems is insightful. What's also nice is that he often doesn't start with a worked solution, but also shows some false starts and how he would progress from conception of an idea to trying some things out to a good solution. You actually get a glimpse into how he thinks through things.
So yeah, good suggestion and it impacted me (had it for a course in grad school decades ago), but this "review" is awful and is entirely unconvincing as a recommendation.
The rest of the reviews are only slightly better.
dcvr 4 hours ago [-]
Good recommendations.
_doctor_love 2 hours ago [-]
An unsung hero for me is Refactoring to Patterns by Joshua Kerievsky. That one really shows how to tie it all together in my opinion.
> Paradigms of Artificial Intelligence by Peter Norvig. Learning the AI described in this book probably won’t land you a job today. But reading the code examples will transform how you think about source code. The book shines when it comes to code comments, a topic that I’ve never seen demonstrated well in other sources. Here we get to see how comments become valuable as a narrative that explains both intent and reasoning. Brilliant, just brilliant.
First, that's not the title of the book. It's Paradigms of Artificial Intelligence Programming. Second, why would you recommend a book because of comments in code. I checked the code, it has good docstrings, it does not have that many comments beyond that. The commentary (rather than code comments) is the book itself.
And I like this book, but the reason to recommend it is not the code comments (which barely exist outside of his very consistent use of docstrings). The reason to recommend it now (versus back in the day when GOFAI was just AI and the book had more obvious utility) is that you get to see how an expert programmer thinks, Norvig is among the best expositors of programming and CS topics, and seeing how he crafts programs to solve interesting problems is insightful. What's also nice is that he often doesn't start with a worked solution, but also shows some false starts and how he would progress from conception of an idea to trying some things out to a good solution. You actually get a glimpse into how he thinks through things.
So yeah, good suggestion and it impacted me (had it for a course in grad school decades ago), but this "review" is awful and is entirely unconvincing as a recommendation.
The rest of the reviews are only slightly better.