[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

/bt/ - Book General

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 36
Thread images: 14

Instead of the usual graphics shilling on this board, post your god-tier /g/ books.

>pic related
>>
File: RUM_coverfront.png (170KB, 400x529px) Image search: [Google]
RUM_coverfront.png
170KB, 400x529px
>>59224490
>>
File: taop.png (162KB, 847x1138px) Image search: [Google]
taop.png
162KB, 847x1138px
>>59224490
>>
programming books are a meme, one can only truly become proficient at any given language through solving problems and working on personal coding projects
>>
File: cover.png (371KB, 1044x1294px) Image search: [Google]
cover.png
371KB, 1044x1294px
>>
>>59224871
This is what self-taught retards actually believe.
>>
File: images.duckduckgo.com(17).jpg (109KB, 500x500px) Image search: [Google]
images.duckduckgo.com(17).jpg
109KB, 500x500px
>>59224490
>>
This is the only CS book worth buying
>>
>>59224490
>>59224810

I've put off reading both of these for too long. Tell me which one I should read and I'll do it.
>>
>>59224871
or you could read a book by the creator of the language learns how to solve problems the language was created to solve
>>
>>59224959
what are you trying to do then go from their
>>
>>59224959
Don't waste your time reading and just solve some coding challenges or set yourself a project to do and implement it - then evaluate and re-factor along the way as you learn more about the language. It's the natural way and far better than reading the 124th implementation of quick-sort in your 28th book.
>>
One of very few serious and good "hacking books". Teaches principles of actually finding exploits instead of a script kiddy tutorial that teaches you how to download metasploit. Also useful for people who aren't that into security as it provides insight on how programs and work on lower levels.

>>59224937
I'm currently chomping through this one. That's one fat book but it's very good.

>>59224490
The bible. I have a hard time taking a programmer seriously if he doesn't know C. It's the biggest red flag.
>>
File: images.duckduckgo.com(18).jpg (17KB, 335x430px) Image search: [Google]
images.duckduckgo.com(18).jpg
17KB, 335x430px
>>59224490
Required reading for every serious programmer.
>>
>>59225574
I want this book, for free.
>>
>>59226543
>>59225574
Isn't it available on pdf yet?
My school library has lots of them, both the second and third editions, but still
>>
>>59224871
But you can't even start programming without an initial resource, and many are better than others, the best ones tend to be actual books written by people who actually know what they're talking about rather than a million retarded /g/entoomen that all disagree with one another or some youtuber with no credentials or some tutorial hosted on a teenager's blog.
>>
>>59225574
There's a shitty scan of the 3rd ed around
>>
>>59224959
They're both garbage. K&R is an overly simplified intro to C for 70s FORTRAN programmers that barely scratches the surface of memory management or writing realistic applications in the language. It rides on fame and the inertia of people blindly recommending it to each other. The Art of Unix Programming is basically just 300 pages of ESR beating himself off over the KISS dogma and 90s FOSS "hacker culture" like usual while dropping mundane wikipedia level trivia about operating systems and common Unix utilities. It actually has barely anything to do with programming; if you really want that you can read W. Richard Stevens' books from the same publisher, though they'll probably make your eyes bleed.
>>
>>59225574
>>59226543

https://mega.nz/#!g10DHCRA!bWLg1WgBdEZtIOIAwzNIBTUWOGK1nPS_9RAdtKNxPpk

The shitty scan
>>
>>59224871
If you can't fully explain what you're looking for, how do you know what to google when you run into a problem during those "personal coding projects"? Sure, loops and conditional logic and classes and functions are things we all know and can ask questions about in any language, but if you've never had any exposure to, for example:
- pointers (because you only ever did scripting languages)
- threading (because this hasn't been a thing most programmers had to worry about)
- sql (because most devs forget that sql is a language in which you don't loop, set values in script or define any behavior yourself)
- the uncommonly discussed internals or unique features of a shit language you do use

You're going to run into problems because you won't even know how to express what you're looking for to Google.

A truly good programming book doesn't try and be a resource manual on a programming language. Instead, the book should focus on making the concepts in the language itself as clearly named and defined as possible, so that when you ask a question to Stack Overflow, or an actually experienced developer that you know IRL, you won't sound like a bumbling idiot and get an unrelated answer.
>>
>>59228013
What do you recommend desu
>>
>>59224490
programming books oriented around a language are only for syntax if you want to become a better programmer either learn through experience or read a book on algorithms; books on memory management are good as well
>>
File: +++.jpg (711KB, 1916x648px) Image search: [Google]
+++.jpg
711KB, 1916x648px
>>
>>59228017
2nd edition has proper pdf though
http://www17.zippyshare.com/v/fVbd5W6C/file.html
>>
File: 1488592608150.jpg (53KB, 750x557px) Image search: [Google]
1488592608150.jpg
53KB, 750x557px
>>59224490
Can anyone recommend some god tier C++ books?
>>
File: uhh-cover.gif (191KB, 400x508px) Image search: [Google]
uhh-cover.gif
191KB, 400x508px
http://web.mit.edu/~simsong/www/ugh.pdf

>“I liken starting one’s computing career with Unix, say as an undergraduate, to being born in East Africa. It is intolerably hot, your body is covered with lice and flies, you are malnourished and you suffer from numerous curable diseases. But, as far as young East Africans can tell, this is simply the natural condition and they live within it. By the time they find out differently, it is too late. They already think that the writing of shell scripts is a natural act.” — Ken Pier, Xerox PARC
>>
File: PAIP.gif (24KB, 215x272px) Image search: [Google]
PAIP.gif
24KB, 215x272px
One of my favorites.
>>
>>59229209
>being this contrarian that you wrote an entire book bashing UNIX
>>
File: test (2).png (716KB, 811x599px) Image search: [Google]
test (2).png
716KB, 811x599px
>>59224490
>>
are ther some epic books on code design so i don't break my brain modifying anything when the project is over 10k sloc?
>>
>>59228607
No such thing exists.
The topic is garbage, so the books are garbage.
>>
>>59228607
The C++ Programming-Language
If you can already program and want something thorough.
A Tour of C++
Is cliff notes of the first book.

Programming Principles and Practice Using C++
For a learn to program book that uses C++.

All authored by Stroustrup.
>>
>>59224943
This book has done only harm to my life.
>>
File: 1412973590450.jpg (264KB, 1024x768px) Image search: [Google]
1412973590450.jpg
264KB, 1024x768px
https://github.com/sarabander/sicp-pdf
http://sarabander.github.io/sicp/
https://github.com/sarabander/sicp-epub/blob/master/sicp.epub?raw=true
>>
>>59228013
Thanks, I'm the guy you replied to. Somehow I get the feeling that, unlike most of /g/, you actually know what you're talking about.
Thread posts: 36
Thread images: 14


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.