Child pages (Children Display) |
---|
...
- ActionWins.co
- levelsioHow I built Remote | OK and launched it to #1 on Product HuntFacebook
- Pieter Levels
- 2014.07.29 - TechInAsia - 12 startups in 12 months: here’s how this digital nomad is f**king doing it
“I’ve always had serious difficulties finishing the ideas I started,” he explains. “I would work on stuff for ages to make it perfect, then when it’d almost be finished, I would scrap it and start on the next big idea. But in the end I was left with only unfinished projects, many of which had quite some potential.” This is apparently a huge problem among creative people, who have a seemingly boundless number of ideas bouncing around in their heads.
He thought to himself, “How can I battle this?”, and came up with this solution:
If I could develop and launch faster, I wouldn’t fall into the trap of polishing something forever. So I set the goal to develop, market and launch one startup from start to finish, every single month, for a year.
- 2015.04.02 - Levels.io - How I built Remote | OK and launched it to #1 on Product Hunt
- Book: MAKE
- From web dev to 3d: Learning 3d modeling in a month
- The main takeaway I got from this was the importance of making incremental progress, and not being overwhelmed by the enormity of the task you've set for yourself.
- Zapier
- Put the links to the Zapier interviews in here
- Misc
- 2014.08.07 - Medium - Johnny Lin - How I Got from Idea to Product Hunt in 4 Hours
But what to build?
I opened up my ideas notepad. The last entry I wrote:
"- rate peoples twitters by grade level. justin bieber"
Sounds good to me.But I needed a name.
“Hey Mason, give me a name. Something cool.”
“Uh, I’m gonna need something more specific than that.”
“Something bird related.” — I didn’t want to reveal my idea yet. Surprises are awesome.
“Hmm…” he clicked around on his Macbook, “How about Beak?”
“Beautiful. Thanks.” (Lesson: He picked quickly!)- Opened up a text document, quickly jotted down the specs:
COMPONENTS are technicals unique to this project.
FEATURES are the bare minimum for launch. Focus like a laser on these. With limited time, this list had to be specific and short.
LATER is all the features you think of that are not the bare minimum. This also includes crazy moonshot visions in case of ridiculous success (“A smarter internet”). Beak, as I visualized it, would be simple:
Click “Log In with Twitter”
Enter a Twitter ID
[Magical Grade Level Formula on the Tweets]
“You’re a 3rd Grade Tweeter! Your smartest tweet: woof. Your dumbest tweet: meow. Your followed accounts’ average grade level: 5th grade.”Google: “wiki grade level algorithm”
First result was a jargon-laden Wiki entry called “Flesch-Kincaid readability tests”. I skipped the jargon to get to the only sentence that mattered right now:
These readability tests are used extensively in the field of education. The “Flesch–Kincaid Grade Level Formula” translates […] to a U.S. grade level […]
If it’s good enough for most educators, then it’s good enough for me. There was no way I was going to code this formula on my own in such limited time, so I looked for a plugin (“gem”) that would do the calculation:
Google: “rails flesch-kincaid gem”after some trial and error, I settled on using the SMOG index.
“Blah blah yay meow” was now a 1.8, while “Cosmic ray spallation is a form of naturally occurring nuclear fission and nucleosynthesis” was an 11.8. Good enough.I had some functionality now, but it was plain and ugly. Having no design training, I began crafting buttons and text using a patented technique called Design Whack-A-Mole (DWAM™):
“this text should be bigger” → increase font size
“now it’s too low” → move up 20 pixels
“too high, and the font sucks” → move down 10 pixels, change font
“crap, this font is shorter than the old one” → increase font size
“too low…”- An hour later, it was still ugly…but it was good enough. Next task.
- I was satisfied with it, so I shot Product Hunt a quick email
- 2014.08.07 - Medium - Johnny Lin - How I Got from Idea to Product Hunt in 4 Hours