Joined June 2011
·

Matthew Deiters

This thing.
·
San Francisco
·
·
·

Posted to Delete all your S3 buckets with ease over 1 year ago

nice!

Posted to `isOdd` function in JavaScript over 1 year ago

Javascript can be so weird ;)
confused

Setting up a nice nice pulleverythingalias for this

You can get the Tee for free by signing trying out new relic using this link

Posted to Dealing with Coderwall Spam over 1 year ago

Hey - we're working on this - details coming soon!

Posted to Commit like you're tweeting over 1 year ago

I like this, it also emphasizes that commits should be frequent and for small changes.

Posted to Generate UUID at shell prompt over 1 year ago

another nice trick on OSX is the command line utility uuidgen

Chrome has all these hidden gems I had no idea about.

The other benefit is its easier to handle access-control-allow-origin issues with fonts and Firefox if serving from your app instead of S3

It was a little hidden, didn't realize { } was a button but it works nicely. Thanks for sharing.

@emadb I think it is a little more elegant. But you can do it in even less chars with:

#removes whitespaces from items
['test ', ' ab', ' ss'].collect(&:strip)

clever...never used it with git add . I typically reset and then remove new files

Nice, the launchy gem is another great alternative

Posted to Make a Like gate for Facebook over 1 year ago

Interesting, would this be better to do in javascript?

So simple, yet so powerful

Posted to Getting Public IP from Shell over 1 year ago

Nice! I use the following for my LAN IP:

alias myip="ifconfig | grep 'inet ' | grep -v 127.0.0.1 | cut -d\   -f2"
Posted to Be A Finite-State Machine over 1 year ago

I think I need to refactor my states ;)

work -> work harder -> family -> wine -> sleep -> wake up in middle of night -> sleep again

Posted to Notepad browser, heroku --version over 1 year ago

Nice! My favorite one so far.

Posted to Remove deleted files from git over 1 year ago

I can't believe I didn't know this. Thanks for sharing.

This is great, thanks for all the different examples.

Thanks, I wasn't even aware of Bitline

@mlb great details, would be even better as part of the pro tip!

Posted to Showing git branches in bash prompt over 1 year ago

would be awesome to see a screen shot of the result

Posted to From RVM to rbenv over 1 year ago

If you still want to use gemsets with rbenv, this is a great protip https://coderwall.com/p/g2rkiw

Posted to Favorite Git Aliases over 1 year ago

awesome alias, thanks for sharing

Posted to My Workspace over 1 year ago

the editor below the browser is brilliant but that that keyboard is absurd ;)

have you looked at Authy...its a mobile 2 factor auth app

Thanks for compiling and sharing!

Posted to Ember.js Routing - starting state over 1 year ago

Are there any specific exceptions you've seen because of this state?

Posted to Random Lightning over 1 year ago

Would love to see a demo, do you have a link you could include?

Cool idea, are you able to share the setup script?

Posted to Simple async files in Rails 3+ over 1 year ago

Cool. I've always found file uploads a burden to get right...started using the Chute API for photo uploads, it works great. There is also filepicker.io that handles other types of media.

Posted to Writing a queue system in Redis over 1 year ago

Very cool, didn't know about setnx. So were you able to completely move off Beanstalkd?

Posted to HMT associations with acl9 over 1 year ago

I wasn't even aware of acl9, thanks for sharing!

Posted to My Workspace over 1 year ago

Nice lighting but not sure how you handle sitting in that chair all day.

Clever, thanks for sharing!

I'd recommend actually DRY-ing that up a bit with a css stylesheet using img{display:block;margin:0;padding:0}

Achievements
2,634 Karma
120,880 Total ProTip Views