TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Get a Packt Pub book a day for free

52 pointsby Draconaralmost 10 years ago

9 comments

amenghraalmost 10 years ago
My experience as a reviewer for a Packt book: I gave them feedback about specific technical issues, large pieces which I felt were missing and some general feedback about how the text was full of spelling mistakes and general lack of quality.<p>I didn&#x27;t hear much back from the coordinator and&#x2F;or author and a few months later I received a free copy of the book. It was hardly any different from the draft I reviewed.
评论 #9694098 未加载
评论 #9693558 未加载
评论 #9693827 未加载
评论 #9693969 未加载
评论 #9695104 未加载
arooarooalmost 10 years ago
Packt once approached me to write a book about LaTeX. They would only accept the manuscript in MS Word.<p>Needless to say negotiations didn&#x27;t get very far.<p>To be honest that wasn&#x27;t necessarily a red-line, but it was clear that their typesetting was fairly basic (their books at the time did look like Word docs - I&#x27;ve not looked at one in print for a while so I can&#x27;t comment on current standards) and their ability to provide information about royalties was opaque to say the least. So my confidence wasn&#x27;t with them.<p>But fair play to Packt, in a short space of time they&#x27;ve created a large collection of titles, particularly in niche areas which O&#x27;Reilly wouldn&#x27;t touch. It&#x27;s great that there is a publisher willing to invest in the IT textbook sector. I&#x27;m just hoping that things have improved as they&#x27;ve grown.
Matachinesalmost 10 years ago
Pretty cool. There are some great Packt books (I liked Haviv&#x27;s MEAN Web Development when trying out the stack), but am I wrong in thinking the signal-to-noise ratio is kinda bad? It reminds me a lot of Udemy (seems like anyone can publish).
评论 #9693459 未加载
评论 #9695042 未加载
评论 #9694261 未加载
colinramsayalmost 10 years ago
I&#x27;ve just published with Packt and the experience was better than the previous times I&#x27;ve worked with them. The reviewers they had on board spotted lots of issues - both with wording and the technical aspects - and the project coordinator was quick to respond.<p>My biggest issue with them is that their tooling is poor, from using MS Word templates to having no version control process for documents and code.<p>I agree with other posters that the quality of the book will strongly depend on the writer.
SSilver2k2almost 10 years ago
I&#x27;ve published two books through them. The first book was an amazing experience. The second was a horrible experience with a high rate of turnover from my &quot;editors&quot; and a total lack of communication.<p>I&#x27;m happy with the quality of my books, and I feel it was a great opportunity, but my next book I will goto a better publisher or self publish.<p>Also, my books are about gaming on the Raspberry Pi, which I feel is a very niche topic.<p><a href="http:&#x2F;&#x2F;www.amazon.com&#x2F;dp&#x2F;1784399337" rel="nofollow">http:&#x2F;&#x2F;www.amazon.com&#x2F;dp&#x2F;1784399337</a>
评论 #9695074 未加载
mpdehaan2almost 10 years ago
Packt was a notorious spammer of my mailing lists in the past, asking literally everyone (so it seemed) if they wanted to write a book, and then after producing one, did it again on another related topic. They didn&#x27;t seem to have concerned editors and I&#x27;ve heard others echo these statements.
buckbovaalmost 10 years ago
Most of these have been starters or quick intros and over a couple years old, although potentially useful. I have downloaded a few and read through the entire postrgres one in under an hour.<p>I am reading AngularJS Web App Dev Cookbook from packt and it&#x27;s a pretty good read.
评论 #9695943 未加载
lawryalmost 10 years ago
This is pretty neat, but I wonder why not download an epub or pdf version of the book right away as well:<p><pre><code> var downloadurl = &#x27;https:&#x2F;&#x2F;www.packtpub.com&#x2F;ebook_download&#x2F;&#x27;+getBookUrl.split(&#x27;&#x2F;&#x27;)[2]+&#x27;&#x2F;epub&#x27;; request(downloadurl) .pipe(require(&#x27;fs&#x27;) .createWriteStream(&#x27;.&#x2F;books&#x2F;book_&#x27;+getBookUrl.split(&#x27;&#x2F;&#x27;)[2]+&#x27;.epub&#x27;)); </code></pre> Oh and btw, for those not aware of this yet, if you use gmail, you can use example+spam@gmail.com and it will arrive in your inbox, but more easy to label as spam and auto-delete if they start spamming.
AlexeyBrinalmost 10 years ago
Packt tends to publish books of wildly different quality, some of them are good, while others are lousy written and full of mistakes (not talking about spelling errors here, but software bugs).<p>Also, they seem to don&#x27;t know you can use colours in ebooks. I see no excuse for not having syntax highlighting in a programming ebooks. It is just lousy management from their part.