Live data from Hacker News

Recommended Reading List for Developers [pdf]

noggin.intel.com

1–10 of 63 posts

Re: Recommended Reading List for Developers [pdf]

#3
I am slightly disappointed by the list - for example C# threading is a book from 2003 and .NET has evolved a lot since then (Task, async, etc.). There are other, more recent books that represent current state of art in C#. Perhaps the reading list shouldnt state the year for which it is intended for?

Re: Recommended Reading List for Developers [pdf]

#4
UEFI is clusterfucked.

USB is clusterfucked.

God says... You_know in_theory wife wazz_up_with_that bad silly_human over_the_top I_just_might exports Russia employee by_the_way bad_ol_puddytat baffling I_could_be_wrong IMHO a_flag_on_that_play quite huh whatcha_talkin'_'bout don't_push_it now_you_tell_me

The CIA is afraid of China and drones so they made the whole industry clusterfucked. Get out of computer science!

Re: Recommended Reading List for Developers [pdf]

#7

It reminds me of the blog post: "A Complete Understanding is No Longer Possible" [ http://prog21.dadgum.com/129.html ]

I think we now have to settle for "a pretty good understanding of a lot of things, just never the things you immediately need."

Re: Recommended Reading List for Developers [pdf]

#8
post #6

Looks like C++ got a bit of an upgrade in the canon... The Programming Language Bjarne Stroustrup ISBN 9780321563842

Besides the update on the official book, Bjarne has written a new one that teaches how to write modern and secure C++, instead of using the unsafe C underpinnings.

A Tour of C++

ISBN-10: 0321958314 ISBN-13: 978-0321958310

http://www.stroustrup.com/Tour.html

Re: Recommended Reading List for Developers [pdf]

#9
post #8
post #6

Looks like C++ got a bit of an upgrade in the canon... The Programming Language Bjarne Stroustrup ISBN 9780321563842

Besides the update on the official book, Bjarne has written a new one that teaches how to write modern and secure C++, instead of using the unsafe C underpinnings. A Tour of C++ ISBN-10: 0321958314 ISBN-13: 978-0321958310 http://www.stroustrup.com/Tour.html

Planning to switch from c to c++; I'm really exited to read this.

@commenter: The word switch doesn't have to rely on relevance between subjects it is referring to. It has more to do with the speed of changing the direction.

Re: Recommended Reading List for Developers [pdf]

#10
post #9
post #8

Earlier quoted context omitted.

Besides the update on the official book, Bjarne has written a new one that teaches how to write modern and secure C++, instead of using the unsafe C underpinnings. A Tour of C++ ISBN-10: 0321958314 ISBN-13: 978-0321958310 http://www.stroustrup.com/Tour.html

Planning to switch from c to c++; I'm really exited to read this. @commenter: The word switch doesn't have to rely on relevance between subjects it is referring to. It has more to do with the speed of changing the direction.

i suggest you phrase it 'planning to learn c++' - there's hardly any switching from C if you plan to write modern C++, because there's hardly any C in it.
Post reply on HN