Skip to content

Instantly share code, notes, and snippets.

@gma
Created February 8, 2012 16:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gma/1770728 to your computer and use it in GitHub Desktop.
Save gma/1770728 to your computer and use it in GitHub Desktop.
I said "I'll send you a link..." at least three times last night.
Thought I may as well send 'em to the list...
Daniel Tenner's example videos for validating product ideas without
writing any code are linked from this post:
http://swombat.com/2012/1/27/create-your-own-video
He's also got loads of other ideas on validating things that you can
find with this search: http://swombat.com/search?q=validat
On that subject, this post is good food for thought on how to choose
your MVP:
http://22ideastreet.com/blog/2012/01/11/signs-you-arent-really-building-a-minimum-viable-product/
For taming git reflog and recoving dangling commits, this article
explains it pretty well:
http://gitready.com/intermediate/2009/02/09/reflog-your-safety-net.html
If you commit everything before you start and make a note of the latest
commit on your current branch, you'll be able to undo everything you try
and get back to your current state with `git reset --hard
<current-sha>`.
We were talking about pricing too, and I didn't mention this because
I've not read it yet, but there's a free book on the subject and a
couple of articles that I've still got stacked up in Instapaper...
http://pinboard.in/u:gma/t:pricing
--
Graham Ashton
Founder, The Agile Planner
http://theagileplanner.com | @agileplanner | @grahamashton
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment