Thursday, April 21, 2016

Mayu Watanabe (渡辺麻友): LIVE N響: 365日の紙飛行機

Brent Rose: How to Make VR Porn

OS X: Launchpad: Changing Grid Layout

Command:
$ defaults write com.apple.dock springboard-columns -int 12;defaults write com.apple.dock springboard-rows -int 4;defaults write com.apple.dock ResetLaunchPad -bool TRUE;killall Dock
Result:

Monday, April 18, 2016

How Strangers Can Hack The Phone In Your Pocket

Hacking Your Phone

Signalling System No. 7

The Alien Wow Signal, 72 sec, at 1420.4556 MHz, New View! Aug 1977, UFO ...

Robert Schumann: Concert - Allegro with Introduction for Pianoforte and Orchestra Op. 134

Saturday, April 16, 2016

Wednesday, April 13, 2016

OS X: Bash: Generating Random English Word

Command:

$ wcount=$[`wc -l < /usr/share/dict/words`];fromhead=$[$wcount - 1];random=$[`jot -r 1 0 $fromhead`];head -$[$random] /usr/share/dict/words | tail -1

Result:

everywhereness

Explaination:

Dictionary used: /usr/share/dict/words
Generating random line number: jot command

Schaft: Bipedal Robot