As part of developing Softcover, I plan to write more about the details of making and publishing the Rails Tutorial (including a more detailed discussion of revenue numbers) starting some time next year. Stay tuned.
Ask HN: Making extra income with books
31–40 of 50 posts
Re: Ask HN: Making extra income with books
#32I'll give a "failure" story. I was lead author for ebook/print book through Apress - _Hacking the Kinect_ - http://amzn.to/1aljFwQ It was distributed in stores and online, as well as in ebook form. It has text, graphics, and code. It generated not much past the initial upfront payment of ~$8000, spread across myself and 3 coauthors. Reasons? 1) Niche topic, badly addressed. It was pretty hot at the time, but the numb…
Why a failure? As you say this is a niche topic and if the info is correct on Amazon, it has only been out a year and a half. I am an author of a robotics book in an even more niche topic and I doubt our royalties totaled more than ~$5000 in the 4 years its been out (no upfront payment). I've always considered it as something to put on the CV more than anything else.
Re: Ask HN: Making extra income with books
#33I'm currently working on my third book, a book about neural networks and deep learning. Here's the first chapter: http://neuralnetworksanddeeplearning.com/chap1.html It'll be free online once complete, but I raised money with an Indiegogo campaign (about 10k). I'm self-publishing, in part because I wanted full control over the book. This gives me the ability to experiment with in-text videos, and with other tricks. F…
Hi Michael, I didn't know you were on HN! For those who don't know, "Nielsen and Chuang" is the bible of the field of quantum information science. The eqref-expanded-in-margin is a very cool idea. It could probably make sense for referencable environments like theorems and lemmas. Do you have any recommendation for the .tex --> .html conversion?
Re: Ask HN: Making extra income with books
#34I have started work on my next book project, which will be completely free and open sourced. This book will teach JavaScript programming to kids through building a Raspberry Pi powered remote controlled car (or or other vehicle). The content for this book is not yet available online and most of it will be created through a hands on 7-part course that I am teaching during the spring of 2014. You can find a bit more information about this book here: http://www.indiegogo.com/projects/open-source-programming-bo...
Re: Ask HN: Making extra income with books
#35I'm currently working on my third book, a book about neural networks and deep learning. Here's the first chapter: http://neuralnetworksanddeeplearning.com/chap1.html It'll be free online once complete, but I raised money with an Indiegogo campaign (about 10k). I'm self-publishing, in part because I wanted full control over the book. This gives me the ability to experiment with in-text videos, and with other tricks. F…
Re: Ask HN: Making extra income with books
#36It was an ebook, written with Leanpub (very cool publishing platform for ebooks.
I didn't investigate other distribution platforms; I'm just using leanpub--they take care of all kinds of things (refunds, shopping carts, distributing updates to the ebook if/when I publish them) that I didn't want to. They have a pretty nice royalty structure, but you then have to do the marketing yourself.
I created a couple of graphics myself. I think they add something to technical books.
Income: I think I have made 250 bucks since October. Fun to make some money, but obviously not paying the bills.
One thing I didn't see you mention is: how do you market the book? This is a very important thing to think about. Far more important, in my opinion, than the questions you asked.
Re: Ask HN: Making extra income with books
#37If one does something and he does if often and with passion he definitely has something to write about. I started writing and finished https://leanpub.com/Privacy_in_Digital-Era still waiting editor to finish and after repairs it goes online. Published are http://www.amazon.com/dp/B00HFGSB3K and https://leanpub.com/opensourceencryption Digital editions for now, print is planed and should be available in month or so.…
Re: Ask HN: Making extra income with books
#38My Co-Author and I probably made about $10,000 each over the years. We would have made more working a minimum wage job during the time we spent writing, but the learning, friendships in the field, public attention and discussions were priceless career builders for each of us.
* Traditional publisher (online and in stores)
* O'Reilly created the Safari ebook edition
* A large number of graphics
1. Glover, Bill and Bhatt, Himanshu. RFID Essentials. O'Reilly Media 2006. Print, Safari Books online. http://rfidessenstials.comRe: Ask HN: Making extra income with books
#39I'm currently working on my third book, a book about neural networks and deep learning. Here's the first chapter: http://neuralnetworksanddeeplearning.com/chap1.html It'll be free online once complete, but I raised money with an Indiegogo campaign (about 10k). I'm self-publishing, in part because I wanted full control over the book. This gives me the ability to experiment with in-text videos, and with other tricks. F…
Hi Michael, I didn't know you were on HN! For those who don't know, "Nielsen and Chuang" is the bible of the field of quantum information science. The eqref-expanded-in-margin is a very cool idea. It could probably make sense for referencable environments like theorems and lemmas. Do you have any recommendation for the .tex --> .html conversion?
Re: Ask HN: Making extra income with books
#40I'm currently working on my third book, a book about neural networks and deep learning. Here's the first chapter: http://neuralnetworksanddeeplearning.com/chap1.html It'll be free online once complete, but I raised money with an Indiegogo campaign (about 10k). I'm self-publishing, in part because I wanted full control over the book. This gives me the ability to experiment with in-text videos, and with other tricks. F…
Would you have any resources to recommend in regards to using LaTeX? I work with plain-text source as my default (Markdown, etc.), but haven't used LaTeX specifically.