madrobby | 10 years ago | on: How to actually ship software that actually works
madrobby's comments
madrobby | 11 years ago | on: An Update on Hacker News
madrobby | 11 years ago | on: The economics of a web-based book
As Nathan says, you need to set a price. Plus, tell people why it's worth more for them to buy and read your book than to either not have the information in it, or spend the time researching themselves.
My book is on supporting Retina screens on web browsers[1]. Yes, you can spend a week reading all you can ok the web about it. Or you spend $49 and know all about it in half an hour and spend the other 39 1/2 hours of the week making money with client work.
madrobby | 12 years ago | on: What I’ve learned in 5 years of running a SaaS
madrobby | 12 years ago | on: What I’ve learned in 5 years of running a SaaS
I replace my main computer (MacBook Pro) every 1-2 years with a maxed out top of the line model. I keep the one I had before around as a backup in case my laptop breaks or gets stolen.
Yes, it doesn't make too much sense tax-wise. However, it would cost me much more in productivity to wait 2-3 years longer to replace it. This thing needs to run bunches of stuff for development, like various DB servers, multiple VMs (yay 4 different versions of Internet Explorer) and should be as light as possible so I can take it everywhere easily (usually servers go down when you're mid-vacation).
So it might save a few hundred dollars by taking advantage of tax laws, or I might earn thousands more because I can develop faster and things are just more enjoyable. I know what to pick.
madrobby | 12 years ago | on: RJS leaking vulnerability in multiple Rails applications
madrobby | 13 years ago | on: Starting and Sustaining
I wish I had had the spreadsheet back when we started. Garrett seriously got your back on the finances of a bootstrapped SaaS.
madrobby | 13 years ago | on: Client-side MVC is not a silver bullet
As for answering the comment, it's really more of an ad hominem so that's why I wrote the snarky "That's interesting".
I am interested in what he developed though, especially as he's so sure of his one true way.
madrobby | 13 years ago | on: Client-side MVC is not a silver bullet
Here are some snippets from the ember.js Homepage: "Write dramatically less code", "Don't waste time", "Ember.js is built for productivity".
madrobby | 13 years ago | on: Client-side MVC is not a silver bullet
madrobby | 13 years ago | on: Kickstarter backers ready class action lawsuit against Code Hero dev
[1] Fred Brooks, "There Is No Silver Bullet" http://en.wikipedia.org/wiki/No_Silver_Bullet
madrobby | 13 years ago | on: Kickstarter backers ready class action lawsuit against Code Hero dev
madrobby | 13 years ago | on: Rules to sell thousands of copies of your ebook
madrobby | 13 years ago | on: Rules to sell thousands of copies of your ebook
Of course you can just write to my support email box and I'll send you a new link if you loose the file. I also send out free updates whenever I update the book.
madrobby | 13 years ago | on: Rules to sell thousands of copies of your ebook
With "anecdotes" you mean repeatable strategies that work every time for me and for other book authors we know?
madrobby | 13 years ago | on: Rules to sell thousands of copies of your ebook
But it's definitely a good option for many types of books.
madrobby | 13 years ago | on: Rules to sell thousands of copies of your ebook
madrobby | 13 years ago | on: Rules to sell thousands of copies of your ebook
And because it's literally two clicks to buy it with PayPal, it's easier to buy it on my site than to try and find a pirated copy, so for those who want to buy it legally it's really easy.
madrobby | 13 years ago | on: Rules to sell thousands of copies of your ebook
I've been asked on Twitter about student discounts, short answer is don't do it. Long answer: if you have a book specifically targeting students, price it so they can afford it, otherwise don't bother as it's more work for you and they probably won't buy it anyway.
madrobby | 13 years ago | on: Don’t use JavaScript for Retinafying
I'm mostly talking about the "throw a component, library or jQuery plugin at everything" sort of mentality. That just yields and unmaintainable buggy mess—unfortunately I've encountered this all too often in the wild. (While I was a consultant, I could make a good living from cleaning up these messes, so I won't complain too much!)
It all boils down to, however, a willingness to actually think about the things you're doing, and trying to do good solid work. IMO not enough people do that, or even aspire to do that, which makes me a bit sad about "my" profession.