Xbox One v PS4

I do find it amusing that Microsoft went for Xbox 360 rather than Xbox 2, due to numerically 3 greater than a 2. (ps3 > xbox 2) I guess a alphabetical number trumps a digital number?
Microsoft fail?
Great source to capture screengrabs and upload
#!/bin/sh
SCP_USER='user'
SCP_HOST='host'
SCP_PASS='pass'
SCP_PATH='/path/to/file'
HTTP_URL="http://url"
FILENAME=`(cat /dev/random|head -c 10; date) | md5 -q | head -c 10`.png
FILEPATH=/tmp/$FILENAME
screencapture -i $@ $FILEPATH
if [ -f $FILEPATH ]
then
echo $HTTP_URL$FILENAME | pbcopy
sshpass -p ${SCP_PASS} scp $FILEPATH ${SCP_USER}@${SCP_HOST}:$SCP_PATH
rm $FILEPATH
echo `date` $HTTP_URL$FILENAME >> ~/bin/sattap.log
fi
Yaron Schoen
Just read an interview with Yaron Schoen a head designer at Twitter. Very insightful, well worth the read.
One of the best pieces of advice I can give to a designer is to be well-traveled. Design is really about people; the more you understand humans, the better you will be as a designer

