Despite the many technological advancements we've had over the past few years, interlaced video seems to have stuck around. Interlaced is the "i" in 1080i and the reason it's not quite as good as 720p. It's in your cable, your televisions, and your camcorders. You should stop using it. Benjamin Higginbotham, the Technology Evangelist, explains why in the above video. More »

We’ve shown you how to generate MAC addresses randomly and then how to go about changing a MAC address in OS X Lion and OS X Mountain Lion, but why have those be two separate actions? Using the command line, you can combine the two events into a single action to generate a valid MAC and then set it immediately.
Launch the Terminal and paste the following onto a single line:
openssl rand -hex 1 | tr '[:lower:]' '[:upper:]' | xargs echo "obase=2;ibase=16;" | bc | cut -c1-6 | sed 's/$/00/' | xargs echo "obase=16;ibase=2;" | bc | sed "s/$/:$(openssl rand -hex 5 | sed 's/\(..\)/\1:/g; s/.$//' | tr '[:lower:]' '[:upper:]')/" | xargs sudo ifconfig en0 ether
There is no confirmation or output, the MAC address is set immediately which you can verify with the following command:
ifconfig en0 |grep ether
You will probably need to reconnect to the wireless router after issuing the command, and in some cases turn wi-fi on and off again.
If you intend on using this often, setting up an alias in .bash_profile would be a good idea to avoid having to cut and paste the massive block of text.
GoogleDrive label to any email in your Gmail inbox will automatically save its attachment to Google Drive—syncing those files directly to your desktop. More » Gmail is amazing. It's chock full of more shortcuts, settings, and features than you could shake a stick at. Even if you consider yourself a Gmail ninja, though, there are quite a few tricks you might not know about (and some that Google didn't even intend). Here are our top 10 clever tricks built right into Gmail. More »