Joined May 2011
·
Posted to
Fabric and Celery can be friends!
over 1 year
ago
re-pro-tip:
if you don't want everything to have the warn_only=True
flag, you can use Fabric's with settings(warn_only=True):
before your run
to isolate where you're ignoring the errors.
Posted to
Even the best programmers can make the silliest mistakes.
over 1 year
ago
Always works out this way IMO, if you're interested in reading about how this effects the brain (talks about it in software terms) I can lend you my "Refactor your wetware" book: http://pragprog.com/book/ahptl/pragmatic-thinking-and-learning . I found it very enlightening.
Posted to
Using Backbone's new `listenTo`
over 1 year
ago
@andrewjhart if you want to get even more awesome with your zombie views, check out my blog post going even deeper: http://thurloat.com/2012/12/13/backone-listening-helps-memory
Achievements
649 Karma
52,266 Total ProTip Views
24PullRequests Participant
Sent at least one pull request during the first 24 days of December 2013
Beaver
Have at least one original repo where go is the dominant language
24PullRequests Participant
Sent at least one pull request during the first 24 days of December 2012
Altruist
Increase developer well-being by sharing at least 20 open source projects
Kona
Have at least one original repo where CoffeeScript is the dominant language
Honey Badger
Have at least one original Node.js-specific repo
Komodo Dragon
Have at least one original repo where Java is the dominant language
Bear
Have at least one original repo where Objective-C is the dominant language
Python 3
Have at least three original repos where Python is the dominant language
Python
Would you expect anything less? Have at least one original repo where Python is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
Still my favourite protip of all time.