Live data from Hacker News

Nobody cracks open a programming book anymore

unix.foo

141–150 of 367 posts

Re: Nobody cracks open a programming book anymore

#141

Earlier quoted context omitted.

MySpace comes to mind. Slashdot maybe.

Both before my time. These days it seems like every site is able to withstand pretty much every controversy. Facebook should have died about 5 times by now but the company is as strong as ever.

LifeLog doesn’t ever die,

it just takes the form it needs to.

Re: Nobody cracks open a programming book anymore

#142
I convinced my mom to buy me a book on C++ when I was 13 (25+ years ago). I made it to page ~75 or so before I got bored of reading, and needed to start building stuff to stay interested. I don't think I ever looked at it or any other language book again after that.

Re: Nobody cracks open a programming book anymore

#143
I'm the author of O'Reilly's "Learning Go". Here are the last 13 months of paperback book sales:

- Mar 2026: 124

- Feb 2026: 140

- Jan 2026: 157

- Dec 2025: 306

- Nov 2025: 484

- Oct 2025: 218

- Sep 2025: 176

- Aug 2025: 136

- Jul 2025: 317

- Jun 2025: 230

- May 2025: 237

- Apr 2025: 165

- Mar 2025: 367

Sales are certainly down, but it has gone up and down in the past.

Since the 1st edition came out in 2021, it has sold roughly 20,000 copies (about 10,500 English paperback copies, 3,800 ebooks, and 6,700 translated copies). The 2nd edition came out in 2024 and has sold roughly 13,000 copies (about 8,300 English paperback copies, about 3,000 ebooks, and about 1,600 translated copies).

Most of the money comes from O'Reilly's online platform, not from book sales. That has been declining lately, partially because the latest edition is now over 2 years old, but also I suspect that people are cancelling O'Reilly subscriptions and just relying on LLMs (which have indexed all of the books and used pirated copies to do so).

Re: Nobody cracks open a programming book anymore

#144
I bought a book on C++20 last year when we started a project on it and I read it.

I don't think programming books are going anywhere, because they still contain a concise directory full of information on different languages or frameworks. If I try to learn a language piecemeal through chatgpt or blogs I risk missing important details or platform-specific knowledge. I'd believe books on vim are going away but books on languages or other job-essential tools have a use in the market and I can't imagine they'll go away.

Re: Nobody cracks open a programming book anymore

#145

I'm the author of O'Reilly's "Learning Go". Here are the last 13 months of paperback book sales: - Mar 2026: 124 - Feb 2026: 140 - Jan 2026: 157 - Dec 2025: 306 - Nov 2025: 484 - Oct 2025: 218 - Sep 2025: 176 - Aug 2025: 136 - Jul 2025: 317 - Jun 2025: 230 - May 2025: 237 - Apr 2025: 165 - Mar 2025: 367 Sales are certainly down, but it has gone up and down in the past. Since the 1st edition came out in 2021, it has s…

I appreciate your response, it's great seeing real data and getting to form opinions on it this way.

Re: Nobody cracks open a programming book anymore

#146
post #12

I still even now feel that K&R C should be a mandatory reading for CS students, but alas.

Yes I have both copies, prefer the ANSI C second edition my self. I brought another second hand C programming book and when I was working through the exercises in the mid 2000s the GNU C compiler kept issuing warnings as the code used gets() to read strings. :D

Re: Nobody cracks open a programming book anymore

#147

Curiously, I do buy and read tech books. My hobby is legacy OS kernel research so I bought some second handed books on old Linux (kernel 1.2) and NT (3.1). It is fun to research so I don’t use AI often for side projects.

Are you thinking of getting in to NeXTSTEP 3.3/OpenStep 4.2?

Re: Nobody cracks open a programming book anymore

#148
post #101

Earlier quoted context omitted.

Apparently the guy who wrote the Camel book on Perl made less than $1000 from that book. I was shocked when I heard about that because back in the day when I was learning that book was incredibly popular and seemed to be everywhere. EDIT: Edited, not wrote. My bad. That's a crucial distinction. Also, I meant the Llama book, not the Camel book.

That’s not true. I wrote the Panther book, Advanced Perl Programming, and easily made way more than 100k. Of the 25-30 or so dollars the books cost, I got 10% per copy, or $2 after taxes. The first print run of 35000 sold within the first three weeks. The Camel book was already a huge bestseller, and was one of the anchor books of the early OReilly series. It made Larry a pretty penny

If only Amiga assembler books hit those type of numbers.

Re: Nobody cracks open a programming book anymore

#149

I'm the author of O'Reilly's "Learning Go". Here are the last 13 months of paperback book sales: - Mar 2026: 124 - Feb 2026: 140 - Jan 2026: 157 - Dec 2025: 306 - Nov 2025: 484 - Oct 2025: 218 - Sep 2025: 176 - Aug 2025: 136 - Jul 2025: 317 - Jun 2025: 230 - May 2025: 237 - Apr 2025: 165 - Mar 2025: 367 Sales are certainly down, but it has gone up and down in the past. Since the 1st edition came out in 2021, it has s…

Thank you for your excellent book.

Your book is highly recommended in the Go community.

I will definitely be reading it once I finish "The Go programming language".

Re: Nobody cracks open a programming book anymore

#150

I convinced my mom to buy me a book on C++ when I was 13 (25+ years ago). I made it to page ~75 or so before I got bored of reading, and needed to start building stuff to stay interested. I don't think I ever looked at it or any other language book again after that.

That's also how one of my first book that's focused on the language (instead of those focusing on how and what to do to build the cool stuff) feels like. Just pages of things that would've probably keep a language lawyer giddy but my blue-collar brain skip to sleep.

Head First series try to take different approach, but by then my brain has already too used to question every single sentence and goes on its way exploring which books simply aren't designed for.

Post reply on HN