Live data from Hacker News

Show HN: My Book, Hands-On Software Engineering with Golang

packtpub.com

21–24 of 24 posts

Re: Show HN: My Book, Hands-On Software Engineering with Golang

#21

Earlier quoted context omitted.

Apart than the fact that the editors were not native English speakers and I had to spend quite a bit of time reverting several of their editing changes, the whole process was generally smooth and distraction-free (although note I haven't really written a book before so I can't really compare to other publishers) with a few exceptions: 1) Depending on the editor team assigned to your book, they may introduce arbitrary…

I wrote for them too. My book was published last May. I made a similar workflow to you. I wrote using vim and markdown, then used pandoc to convert to HTML. I then wrote some scripts to mangle the HTML to something more compatible with Packt's system (adds some class names and the like). Regarding sales, they send me royalty statements for each quarter about 3 months after the quarter's end. For example, my book was…

I had already set up an author-central account on amazon.co.uk but it seems like sales info (looks like it's US-only) is only available if you also sign up for an author-central account on amazon.com

Re: Show HN: My Book, Hands-On Software Engineering with Golang

#23

Your Code in Action link[1] doesn't seem to work. It takes me to a youtube playlist that shows as unavailable. [1] https://www.youtube.com/playlist?list=PLeLcvrwLe1849uRCrEOlQ...

Not sure how the code in action link is supposed to work. That is probably a general feature offered by Packt which is not used by this particular book.

Re: Show HN: My Book, Hands-On Software Engineering with Golang

#24
post #6

Disappointed that dependency management seems to be based on old vendoring technologies and not Go Modules... (caveat, I only looked at the toc and some previews... but still)

I find it disconcerting that you seem only to care about how dependencies are managed and that to me is superficial compared to the ideas and actions of the book and the code.
Post reply on HN