Teach yourself just enough of the grammar and the logic of computer languages to be able to see the big picture. Get acquainted with APIs. Dabble in a bit of Python. For most employers, that would be more than enough. Once you can claim familiarity with at least two programming languages, start sending out those resumes.

Source: The Wall Street Journal

Time save pro-tip: Changing your Mac OS X default screenshot save location to Dropbox

Assuming you aren’t using a fancy screenshot tool, changing the default location for screenshots is easy:

  1. Open up Terminal¹
  2. Type: defaults write com.apple.screencapture location ~/Dropbox/Screenshots
  3. Type: killall SystemUIServer

Now all of your screenshots will be in a Dropbox folder called Screenshots. Feel free to replace that with whatever folder name you want.

Now you’ll have access to any screenshot you take on you Mac anywhere you use Dropbox.

¹If you don’t know what Terminal is, open up Spotlight and type in Terminal

Throwing is hard. In order to deliver a baseball to a batter, a pitcher has to release the ball at exactly the right point in the throw. A timing error of half a millisecond in either direction is enough to cause the ball to miss the strike zone.

To put that in perspective, it takes about five milliseconds for the fastest nerve impulse to travel the length of the arm. That means that when your arm is still rotating toward the correct position, the signal to release the ball is already at your wrist. In terms of timing, this is like a drummer dropping a drumstick from the 10th story and hitting a drum on the ground on the correct beat.

High Throw from Randall Munroe’s What If

At this point, if I had to choose between XKCD and What If, I’d go with What If. It’s really a terrific blog.

A couple of recent gems:

Previous pageNext page
Back to top