Skip to content

Instantly share code, notes, and snippets.

View hjobanputra's full-sized avatar

Hrishikesh Jobanputra hjobanputra

View GitHub Profile
@hjobanputra
hjobanputra / better.md
Created November 16, 2011 13:26 — forked from merlinmann/better.md
Original version of Merlin Mann's Better. See http://www.merlinmann.com/better

open mic nite

Politics, celebrity gossip, business headlines, tech punditry, odd news, and user-generated content.

These are the chew toys that have made me sad and tired and cynical.

Each, in its own way, contributes to the imperative that we constantly expand our portfolio of shallow but strongly-held opinions about nearly everything. Then we're supposed to post something about it. Somewhere.

From businesses we've never heard of, to countries we've never visited, to infants who've had the random misfortune to be born into a family that's on TV -- it's all grist for obvious jokes and shortsighted commentary that, for at least a few minutes, helps both the maker and the consumer feel a little less bored, a little less vulnerable, and a little less disconnected. For a minute, anyway, it makes us feel more alive. Does me, anyway.

run "echo TODO > README"
if yes?("Do you want to use RSpec(yes/no)")
plugin "rspec", :git => "git://github.com/dchelimsky/rspec.git"
plugin "rspec-rails", :git => "git://github.com/dchelimsky/rspec-rails.git"
generate :rspec
elsif yes?("Do you want to use shoulda and factory girl(yes/no)")
gem "thoughtbot-shoulda", :lib => "shoulda", :source => "http://gems.github.com"
gem "factory_girl", :source => "http://gemcutter.org"
end