Skip to content

Instantly share code, notes, and snippets.

@gotoplanb
gotoplanb / gist:2396274
Created April 16, 2012 03:55 — forked from anonymous/gist:2396251
Code with Me - Sunday 8pm PT
//5.4
var days = [Monday, Tuesday, Wednesday];
days[0] = "Monday";
days[1] = "Tuesday";
days[2] = "Wednesday";
@gotoplanb
gotoplanb / Hartnett Command Performance
Created May 14, 2011 14:25 — forked from ryanpitts/Hartnett Command Performance
Let your Mac read you the latest @drunkhulk updates from Twitter
read -a choices <<<'Agnes Kathy Princess Vicki Victoria Bruce Fred Junior Ralph Albert Bahh Bells Boing Bubbles Cellos Deranged Hysterical Trinoids Whisper Zarvox'; n=${#choices[*]}; voice=${choices[$((RANDOM%n))]}; curl https://api.twitter.com/1/statuses/user_timeline.rss?screen_name=DRUNKHULK | grep '<description>.*</description>' | sed -e 's/<\/*description>//g' -e 's/ \/ DRUNKHULK//g' -e 's/DRUNKHULK: //g' | say -v $voice

How to think like a hacker.

Still think jailbreaking should be spelled with two words and involve police chases? Hackers have a different perspective on the world. Not what does this gadget do, but what can I make it do. This course introduces you to that mentality so you can start thinking like hacker.

What about doing some physical computing (arduino) stuff in an intro seminar? The objective being to install the hacking spirit with something tangible.