Tesla three step Master Plan
teslamotors.com1 pointsby 6ren0 comments
elm.onkeydown = function(evt) {
evt = evt || window.event;
var keyCode = evt.keyCode || evt.which;
if (keyCode == '13') {
var nextid = this.id.charAt(0) + String.fromCharCode(this.id.charCodeAt(1)+1);
document.getElementById(nextid).focus();
}
};
disclaimer: I don't know JS The free version will do everything the hobbyist version can do, but without the
ability to export assets [...] needed for game use – however, the user will be able
to export (watermarked) animated gifs showing off their artwork.
Great pricing scheme! I hope it works because I'd like to use this scheme too. It makes a lot of sense to just a build a piece of it first — but that piece needs
to be representative. You can’t just hack something together.” He calls this
prototype a “publishable first playable,”
A better explanation of MVP than most.
There's a lacuna between Codentical and Parallel X: 1. people willing to pay for it; 2. a spark went off; 3. "validate before you build"
You say you did have paying users, so why did you stop? What was the spark? I'm guessing that there weren't enough paying users - but that's not stated. This makes an inexplicable gap as you race down the homestretch of the story. It's not a huge problem, but since the rest of the story is so great, it's a shame to mar it.
Also, the story would be absolutely compelling if you mentioned the specific CPU, GPU and task that gave the incredible speedups. Your reader wonders, "Why aren't they mentioned?"