Save 50% on all oreilly's ebooks and videos (today only)
41–50 of 51 posts
Re: Save 50% on all oreilly's ebooks and videos (today only)
#42I'm definitely grabbing Programming Collective Intelligence[1] and Machine Learning for Hackers[2]. Any recommendations based on those? [1] http://shop.oreilly.com/product/9780596529321.do [2] http://shop.oreilly.com/product/0636920018483.do
Thanks for posting the collective book...I think I need to get it now :)
Re: Save 50% on all oreilly's ebooks and videos (today only)
#43Re: Save 50% on all oreilly's ebooks and videos (today only)
#44I'm having problems with the checkout. Is it working for you?
Re: Save 50% on all oreilly's ebooks and videos (today only)
#45Has anyone read Node: Up and Running yet?
Re: Save 50% on all oreilly's ebooks and videos (today only)
#46Has anyone read Node: Up and Running yet?
I haven't gotten far enough to give a good review, but you do know they have the whole thing online for free as an "Open Feedback Publishing System" project, right? http://ofps.oreilly.com/titles/9781449398583/
Re: Save 50% on all oreilly's ebooks and videos (today only)
#47I love o'reilly publications, but I remain a fan of printed books. Specifically in technical texts, I like being able to scan and leaf through physical pages. If they had a special on printed books today, I would buy a couple; alas, with this special, my wallet remains closed.
As much as I agree with you, I find that the ability to run a grep (or the more commont Ctrl+F) to quickly look for what I'm looking for of very high value. I usually enjoy reading the book from front to cover, but as soon as I want to consult it again for reference, I am happy to have the computer do the search work for me. Other than that, I often read on the (crowded) subway ride to work. Carrying a 600 page book…
However, when I'm searching for something precise, a google search / help documentation usually suffices. When I'm reading a book, it's generally in search of more deep understanding or just the process of learning in general - i.e. more long-form learning. For the latter I would still prefer printed.
Re: Save 50% on all oreilly's ebooks and videos (today only)
#48Re: Save 50% on all oreilly's ebooks and videos (today only)
#49Earlier quoted context omitted.
Depends on what you're into, but from the database angle: Learning SQL is a really excellent intro, and probably covers the majority of what your average developer is going to ever need to know about SQL ( http://shop.oreilly.com/product/9780596520847.do ) SQL and Relational Theory gives you more background on relational theory - basically gives a more academic background for existing practitioners of SQL. Date is pr…
Since you seem to know your database books, is there anything you can tell me about Date's latest, "Database Design and Relational Theory"[1]? [1]: http://shop.oreilly.com/product/0636920025276.do
- He really dislikes SQL (His books often use Tutorial D, which is a language Date created to represent what a good relational query language would look like).
- He really hates the use of null values.
- He's of an academic bent - dryish, but still perfectly readable.
- I would say that he tends to gloss over performance issues that get in the way of ideal database schema design, viewing them as implementation issues (which is true, but in reality, all DBMS products have weaknesses, and at some point you'll probably have to make compromises in your schema design).
With this said, I would read his book. He'll tell you the best way to do things, if you ignore performance. This puts you in a good position to start out from a pure, ideal implementation from which you can compromise when you have to. I much prefer this to a less-educated ad-hoc approach.