Ninjas and Robots

Engineer, Designer, Founder | Founding Engineer at Census (acquired by Fivetran) | Ex-CEO Highrise | Y Combinator Alum | Made Draft

Page 7


No one listens to me

Last week I wrote about not going to an Ivy League school, and not having any money, and definitely not having any connections.

Some people mistook my post as advice to be the loudest one in the room. But that couldn’t be further from a description of me and what I’ve done to get people to listen.

I don’t like cold-calling. I’m shy. I’m introverted.

What I wrote last week was to remind us of the people who are eager to help; you just need to ask.

I’m also reminded of something else that’s helped me make connections when I wasn’t even trying to make them.


We didn’t work on the Obama re-election campaign for the pay. Many folks working there could have easily gotten paid twice as much working somewhere else. And, we definitely didn’t do it for the long hours or the 7-day-a-week work schedules or the poorly maintained bathrooms or the malfunctioning air-conditioning.

But one of...

Continue reading →


I don’t have any connections

I picked up a book recently with an overwhelming majority of positive reviews, but a few negative ones like this:

It’s great to be presented with new ideas for raising capital and meeting contacts, but as an Ivy League graduate, and a former wall-street analyst I think it’s fair to say the author’s contact book and access to resources is a little different than ‘most people’.


I can relate to the reviewer. When I got out of college, I had a lot of ambition, and wanted to start a software company, but… I didn’t come from money or go to an Ivy League school. I didn’t even know how to make software. And I sure as hell didn’t have any connections.

I suck at networking. “Never eat lunch alone,” the book says. I always eat lunch alone. I love it.

When I went to the first Startup School hosted my Y Combinator, all these brilliant kids from Stanford and MIT were in the crowd. Great people...

Continue reading →


Draft Announcements: Job Board, Draft Sites, Editor Flow, and more.

Hello! Here’s another round of some cool new things in Draft:

  • The Draft Job Board
  • Draft Sites
  • Editor Flow
  • Import public urls
  • Autocomplete names
  • PDF exports
  • Count selected text

The Draft Job Board

Two of the proudest moments of my life were helping a couple friends find new jobs. Work is obviously important to us, and to be a tiny part of helping people with that process was incredibly rewarding. I want that to continue.

So today I’m launching the Draft Job Board.

It’s simple. If you are looking for a great writer or editor, the community using Draft is full of them and the job board would be a great place to connect. If you’re a writer/editor looking for work, I’m really hoping this is a handy resource.

One problem I have when using job boards to post jobs is the upfront cost of the post. It might cost me $400 to post a job on a developer job board, but even if I don’t...

Continue reading →


theampm

With theampm, write Time like this in Ruby:

1.am
=> 2013-10-08 01:00:00 -0500

130.am
=> 2013-10-08 01:30:00 -0500

4.pm
=> 2013-10-08 16:00:00 -0500

925.pm
=> 2013-10-08 21:25:00 -0500

 There's also a to_time method
1515.to_time
=> 2013-10-08 15:15:00 -0500

This code is so simple I debated even creating a gem for it, but I find myself using it repeatedly for new projects, and now again for Draft, an app to help people write better.

Installation

  1. Add gem 'theampm' to your Gemfile.
  2. Run bundle install.
  3. Restart your server

Feedback

Source code available on Github. Feedback and pull requests are greatly appreciated. Let me know if I can improve this.

P.S. I’d love to meet you on Twitter: here.

Continue reading →


David and Goliath

I make writing software. You might love and rely on products like Draft (hopefully), but 99.9% of the people reading this have used Google Docs or Microsoft Word. Their products are ubiquitous.

My competitors are giants.


I loved Outliers by Malcolm Gladwell. It inspired people to be persistent. And now, Malcom’s new book David and Goliath: Underdogs, Misfits, and the Art of Battling Giants, which comes out today, will inspire a lot of Davids to take on their own Goliaths (I was sent a preview copy).

In the biblical story, David outsmarted the giant using a slingshot to strike Goliath where he was weakest. David was an unlikely hero. He got lucky.

But in Malcolm’s retelling, David’s chances were actually much better than I thought. Goliath was the underdog.

Why then did weak teams play in a way that made it easy for good teams to do the very things that they were so good at?

...

Continue reading →


Grunt Work

This time 2 years ago, Cityposh, my branded games company, wasn’t working out.

Our original vision was to help small businesses market themselves through a captive audience playing our games. Instead of having to pay for that privilege with thousands of 50% off coupons, they’d put up a few prizes.

One Cityposh customer I was most interested in was a solo-entrepreneur-run, teenage-focused online store - jewelry, clothes, stuff teenagers like.

After our promotion ran, I was eager for her feedback. I thought we did a decent job getting traffic and followers. She wasn’t impressed.

I wasn’t sure if she didn’t understand the future impact our “brand advertising” and new Facebook/Twitter followers might have, or if I was naive of the problems her business actually had. I suspected it was me.


My wife and I once took a bus tour around the island of Maui, Hawaii. We saw black-sand...

Continue reading →


“Does that help?”

There’s a company I rely on. Sometimes something goes wrong; I create a support ticket. Often the response is: “I’ll forward this to an engineer.”

Days or weeks go by. No reply. Then I get an automated message saying: “We’ve closed the ticket because there isn’t any activity. If you want to re-open it, you can’t. If you still want help, create a new ticket.”

This company tries to use automation to keep things more efficient for their support agents. They hope the efficiency trickles down to their customers - the fewer inactive open tickets, the more tickets they can actually spend time fixing. They’re trying to be helpful. But they’ve let automation screw this conversation up.


One thing I was taught to do as a young employee was to end all my emails with: “Please let me know if you have any questions or concerns.”

Which seemed funny. It was used by everyone, like an automated...

Continue reading →


What’d You Say?

One thing that holds many of us back as creators, inventors, and entrepreneurs is simply our inability to repeat ourselves. Two people who do a great job repeating themselves are Brian Chesky (CEO of Airbnb) and James Altucher (author and entrepreneur).

My latest article at FastCompany. Read more…

View →


Draft Announcements: Hemingway Mode, Word/Google Docs Support, Kindle Export, and more.

Some new things in Draft I think you’ll like:

  • Hemingway Mode
  • Word/Google Docs support
  • Export to your Kindle
  • Hourly report
  • Daily quota
  • iDoneThis
  • This Week in Google

Hemingway Mode

The best advice about creativity I’ve ever received is: “Write drunk; edit sober” - often attributed to Ernest Hemingway. I don’t take the advice literally. But it points to the fact that writing and editing are two very different functions. One shouldn’t pollute the other. It’s difficult to write if you’re in an editing mindset and removing more words than you’re putting on the page.

So I’ve added Hemingway Mode to help.

To turn it on, when writing a document, use the keyboard shortcut SHIFT+CTRL+ALT+RightArrow.

Draft will turn off your ability to delete anything in your document. You can only write at the end of what you’ve already written. You can’t go back; only forward. To return to...

Continue reading →


Go Long

One of our most common mistakes as entrepreneurs is short-term thinking:

  • “How do I make a cheap landing page to validate today’s business idea?”
  • “How can I get traffic to this ‘business’ I started last week? I’m considering buying an expensive banner ad.”
  • “I’ve been trying Twitter and Facebook for 2 weeks to get traffic to my new business. It’s not working!”

This post is inspired by Startup Edition, in response to the question, “How did you make your first dollar online?”


There’s a great scene in Netflix’s series Orange is the New Black, a dark comedy about inmates of a women’s prison. Two of the main characters, Piper and Alex, discuss their enemy, Tiffany, who has broken Alex’s glasses, stolen her mattress, and locked her in a clothes dryer. But as Piper stresses out about how to exact quick revenge on Tiffany, Alex calmly reminds her:

You gotta have a long game.

In August...

Continue reading →