Live data from Hacker News

Writing a Technical Book for Manning

tunetheweb.com

31–40 of 58 posts

Re: Writing a Technical Book for Manning

#31
I've written three technical books: one with Apress and two with Manning (https://classicproblems.com). Usually first-time authors (like first-time anything) don't have a lot of perspective because they don't know what it's like with another publisher. But, this post by Barry is pretty spot-on. To summarize (a TLDR if you want and these are widely known points anyway):

- Manning has a high quality review process and generally puts out high quality books

- Manning's current production phase (what happens after content is done) and production timeline leave a lot to be desired; I know they have had some turnover in the department and they are self-aware and working on it to be fair

- Manning's main tooling (aka Word templates) leaves a lot to be desired as well. You have the choice to work with AsciiDoc (I did my first with them in Asciidoc and the second in Word) but their tooling for that is even less mature.

- You don't write technical books for the money. You do it for the career advancement and/or satisfaction. You read blog posts about the outliers (people who made a lot and people who made a little) because they're the loudest voices, but generally even a good technical book sells around 2000 copies because the audience of paying readers is so niche.

- He's right about the royalty negotiation. First-time, unknown authors have almost no leverage. After you have successfully completed a book you can negotiate a higher royalty rate/advance.

I'll add a few more points (hopefully they're not pissed at me for writing publicly about this):

- They do a very good job marketing to their own existing audience. They do less of a good job marketing to external audiences, although this has improved in the last couple of years.

- So much of how high quality the process is depends on who you randomly get as a development editor/technical editor/technical reviewer/copy editor. You don't have much say in the matter. So, it's a total crapshoot.

- It's better if you come to them than they come to you. I came to publishers with all three of my topics, not the other way around. You can then shop around. I submitted my proposals to multiple publishers and got multiple offers.

I disagree with another author who posted in this comment section—books, even by traditional publishers, are not always a team effort. 90% of the content of my three books is the same as would've existed if I had self-published. Of course being receptive to feedback is very important, but how valuable it is really depends on how good a writer/explainer you are to begin with and how good the people giving that feedback are.

Re: Writing a Technical Book for Manning

#32

Would not consider buying from manning again. The books are unreadable on kindle and they made no effort to correct it.

As an author with them I have complained about this issue many times. I am sorry to say I have not made much headway. I believe if the right people knew, they would do the right thing, so I will continue to try.

Re: Writing a Technical Book for Manning

#33
post #3

Great post, lots of detail. After reading this I would be more likely to want to publish with and buy from Manning. I’ve been a technical reviewer for Packt, and since doing so would avoid buying any of their books. As a customer of Mannings’, they seem better, and seeing the inside of the process and the amount of review that happens, I think they sound great all things considered.

Why would you avoid Packt?

Yeah, I'll add that I've bought quite a few packt books (mostly because I like cryptic things and they have crazy sales). Avoid them, Manning and Apress tend to be much better. Honestly I tend towards textbooks anymore...

Re: Writing a Technical Book for Manning

#34
post #21

Earlier quoted context omitted.

What do you mean O'Reilly doesn't make books anymore? I've read books from them recently.

They don't sell their books themselves anymore, only a digital subscription (so you need to buy from bookstores etc), parent might have been thinking of that.

[deleted]

Re: Writing a Technical Book for Manning

#35
post #3

Great post, lots of detail. After reading this I would be more likely to want to publish with and buy from Manning. I’ve been a technical reviewer for Packt, and since doing so would avoid buying any of their books. As a customer of Mannings’, they seem better, and seeing the inside of the process and the amount of review that happens, I think they sound great all things considered.

Why would you avoid Packt?

A few years ago, they asked me to be a tech reviewer and the compensation was a credit/bio, a copy of the book, and an ebook of any other of their books. No money. I took that as a sign they weren't serious about getting a good review.

Re: Writing a Technical Book for Manning

#36

I wrote a book for Manning (Relevant Search). It was a grueling process. I can confirm much that's in here. I will say that I generally felt Manning (a) really understood how to craft good tech books (b) was really dedicated to tech books as a medium, despite all the attempts to 'disrupt books' which I respected (c) was full of dedicated people that treated this as their craft The other point I'll make is the author'…

> I wrote a book for Manning ...

Oh. I was wondering why Chelsea needs a "technical book". Maybe something on OPSEC, I guess.

Re: Writing a Technical Book for Manning

#38

I wrote a book for Manning (Relevant Search). It was a grueling process. I can confirm much that's in here. I will say that I generally felt Manning (a) really understood how to craft good tech books (b) was really dedicated to tech books as a medium, despite all the attempts to 'disrupt books' which I respected (c) was full of dedicated people that treated this as their craft The other point I'll make is the author'…

Outing a book is a team effort and IMO it will always remain like that. There are so many things like handling the depth of subject, typesetting, line-tracking, accessibility and really hardcore stuff like contextual cover design, editing and proofing the flow and delivery of the message are _human_ level problems. No machine or software could replace that!

B.t.w have you seen https://bubblin.io?

I'm the developer behind it and the intent is definitely to disrupt books, albeit a little differently.

Re: Writing a Technical Book for Manning

#39
Wrote a book for Manning (Redis in Action), from December '11 to July '12 (available online), editing through the summer of '12.

Was offered the Word Doc or Docbook-based XML format w/ Java validator + validating xsd, and others. Went with the XML, but built my own tooling for injecting runnable code (what is available in my git repository for the book) into the book, using code comments to define figures so I didn't have to copy / paste / update / etc., along with figure, and other convenient "macros" to save from typing the XML. Call it 85%-90% XML, 10% other stuff.

The major challenge I faced was that the validator provided to me was not the same as what was used by the publisher when I uploaded my xml for automatic generation for editing, leaving me in a situation where I didn't even know that my xml wasn't valid until I get a crappy message after `svn commit` and having to submit a build to their system (typically 1-3 minute delay to find out your pdf generation didn't work, try to find what weird xml edgecase you missed that your validator doesn't care about, and submit again). About 2-3 months before finishing with final edits, I found an XML editor that would validate with the xsd directly, finally getting my document validated (but breaking all of my formatting, requiring extra steps in my build process, ...), and allowing me to eliminate 30-40 minutes of the typical "find out what's wrong with my hand-written XML tonight" when editing.

They had a forum for discussing ongoing author issues, and I remember there was an author who was using his own Asciidoc -> docbook tool. Looks like they may have imported it more recently if OP was using that and there was no docbook option. I had started early on with a reStructuredText equivalent, but then realized that I didn't want to write / maintain a tool to write a book (and to maintain that tool for others going forward), and ended up with what I used - less than 150 total lines, no external libraries, and no maintenance going forward. :)

Re: Writing a Technical Book for Manning

#40
Found a few typos:

"if you ever what to write a book," - "want"

"I needed to tke care of including images" - "take"

"in an attempt to illicit feedback" - "elicit"

"likely won't actually be approved until early 2010, " - "2020" (probably)

"copy-editing to correct grammar, and spelling," - "grammar and spelling"

"Manning do a lot of promotion" - "does"

"a random random tip of this list isshown" - "random", "is shown"

"it's shocking amount" - "a shocking"

Post reply on HN