Ask HN: Programmers – do you still buy/read technical books?
21–30 of 47 posts
Re: Ask HN: Programmers – do you still buy/read technical books?
#22I might suggest something more above the free of technology and more in the design of software. Ideas that last are the ones around approaches to design vs. actually technology that they are implemented with.
My co-worker (a younger version of me, actually and way smarter is wise beyond his years) gave me this book - which is as old as my career and has relevance on how we design software at my day job.
https://www.amazon.com/Domain-Driven-Design-Tackling-Complex...
Re: Ask HN: Programmers – do you still buy/read technical books?
#23Re: Ask HN: Programmers – do you still buy/read technical books?
#24Books tend to have good comprehensive overviews of an area/technology, whereas most online tutorials are very shallow, even if more current.
On the flip side, when I need /deep/ understanding it’s almost always a combination of a book on the topic to fill in holes I missed, the docs, and live repos if available.
If it’s just for day to day use, or a technology I’m only using in passing - no.
I do vet the authors though. A lot of trash is published.
Re: Ask HN: Programmers – do you still buy/read technical books?
#25Re: Ask HN: Programmers – do you still buy/read technical books?
#26I buy them, but don’t read them.
Re: Ask HN: Programmers – do you still buy/read technical books?
#27Here an idea that would make technical books relevant again in the age of blogs and Google: I think technical books needs to be live content (I don’t mean course like) - you buy a book and get an online subscription to it (almost like an ebook) but live in a sense that you get access to subsequent editions and updates examples etc.
Re: Ask HN: Programmers – do you still buy/read technical books?
#28Yes, I subscribe to O’Reilly. https://www.oreilly.com
Re: Ask HN: Programmers – do you still buy/read technical books?
#29Re: Ask HN: Programmers – do you still buy/read technical books?
#30Sure. How else could you acquire fundamental, consistent knowledge about a topic? By random, volatile blog posts?