Skip to content

Instantly share code, notes, and snippets.

Make it real

Ideas are cheap. Make a prototype, sketch a CLI session, draw a wireframe. Discuss around concrete examples, not hand-waving abstractions. Don't say you did something, provide a URL that proves it.

Ship it

Nothing is real until it's being used by a real user. This doesn't mean you make a prototype in the morning and blog about it in the evening. It means you find one person you believe your product will help and try to get them to use it.

Do it with style

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
#!/bin/sh
# Shell script to install your public key on a remote machine
# Takes the remote machine name as an argument.
# Obviously, the remote machine must accept password authentication,
# or one of the other keys in your ssh-agent, for this to work.
#
# http://www.devthought.com/2009/09/19/get-ssh-copy-id-in-mac-os-x/
#
@donie
donie / fix-dynamic-ruby-1.9.2-with-vim-7.3.patch
Created April 16, 2012 07:20 — forked from jonforums/fix-dynamic-ruby-1.9.2-with-vim-7.3.patch
Allow Vim 7.3 to dynamically load Ruby 1.9.2
# HG changeset patch
# Parent 4fb4cdadf9a156a82520e860103b327ab0c75e44
patch dynamic ruby interface
diff --git a/src/if_ruby.c b/src/if_ruby.c
--- a/src/if_ruby.c
+++ b/src/if_ruby.c
@@ -4,6 +4,7 @@
*
* Ruby interface by Shugo Maeda