[Flash 9 is required to listen to audio.]
This was posted 1 month ago. It has 0 notes. Played 136 times.
medformat:

MATTHEWFRANKLIN

medformat:

MATTHEWFRANKLIN

This was posted 1 month ago. It has 8,811 notes. .
New Google Groups UI, Cool!

New Google Groups UI, Cool!

This was posted 2 months ago. It has 0 notes. .

觉得tumblr比pinterest好用啊,干嘛用pinterest

This was posted 2 months ago. It has 0 notes.
This was posted 2 months ago. It has 0 notes. .
It’s so google….

It’s so google….

(Source: zsultan, via petervidani)

This was posted 2 months ago. It has 973 notes. .
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

thoughtbot:

In vim, for an entire file:

:%s/:\([^ ]*\)\(\s*\)=>/\1:/g

In the shell, for an entire project:

perl -pi -e 's/:([\w\d_]+)(\s*)=>/\1:/g' **/*.rb

Now, instead of those old-school hashes like this:

get '/', :agent => MOBILE_BROWSERS do

You’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

thoughtbot:

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.