#
[Flash 9 is required to listen to audio.]
This was posted 1 month ago. It has 0 notes. Played 136 times.
#
“
Part of the key to time management is carving out time to think, as opposed to constantly reacting. And during that thinking time, you’re not only thinking strategically, thinking proactively, thinking longer-term, but you’re literally thinking about what is urgent versus important, and trying to strike that right balance.Jeff Weiner
This was posted 2 months ago. It has 0 notes.
#
“
The secret to work-life integration is to never back down and not to compromise and don’t do stuff that you know you don’t like. And that sounds very easy and it sounds like, ‘Well you can say that because you’re the CEO,’ but I’ve been like that ever since I was seven.Kevin Roberts
This was posted 2 months ago. It has 0 notes.
#
Convert Ruby 1.8 to 1.9 hash syntax
In vim, for an entire file:
:%s/:\([^ ]*\)\(\s*\)=>/\1:/gIn the shell, for an entire project:
perl -pi -e 's/:([\w\d_]+)(\s*)=>/\1:/g' **/*.rbNow, instead of those old-school hashes like this:
get '/', :agent => MOBILE_BROWSERS doYou’ll have new-school hashes like this:
get '/', agent: MOBILE_BROWSERS do
This was posted 3 months ago. It has 17 notes.
#
giant robots smashing into other giant robots: Designer Tools
In addition to the basic development environment everyone at thoughtbot works with, there are a number of other apps most of the designers here use to keep our work flows efficient and our skills top notch. When I came to thoughtbot as an apprentice a little over three months ago, I was exposed…
This was posted 3 months ago. It has 16 notes.


