Martin’s Mildness Alternating Straights and Crossed Every 3 Beats

This is a really cool juggling pattern with me and Jacob. It is a modification of Martin’s Mildness. The sequence in Martins Mildness is: Person A (crosses): Pass, Pass, Self, Pass, Pass, (Zip), Self Person B (straights): Pass, Pass, (Zip), Self, Pass Pass Self We are alternating straights and crossing passes every three beats, and … Continue reading Martin’s Mildness Alternating Straights and Crossed Every 3 Beats

Who Does Facebook Think You Are Searching For?

UPDATE March 28, 2013: Many people have commented here and emailed me that it no longer works for you. I have made an update to fix the bookmarklet for those with Facebook Graph Search. You can get the new bookmarklet here Updated Facebook Friends Ranking Bookmarklet to Work with Graph Search ========================================== UPDATE February 14, … Continue reading Who Does Facebook Think You Are Searching For?

Ethical Adventure Game

. Check out the cs181 final project that we just made. It’s a text based adventure game, with a little console in the browser where you can explore some history and cases relating to press freedom for bloggers. Play the Game Here project by me, Eric Conner, and Zach Galant. Browse the code on github Continue reading Ethical Adventure Game

Setting up User Accounts, Password Authentication, and SSH Keys on a New EC2 Instance

Based on an article from: http://blog.taggesell.de/index.php?/archives/73-Managing-Amazon-EC2-SSH-login-and-protecting-your-instances.html After you have created your instance: Save the Public DNS, it looks something like ec2-########-compute.amazonaws.com After you have your keypair, run this command $ ssh -i mykeypair.pem ubuntu@ec2-##########.compute-1.amazonaws.com You should be in now. Cool. Now set yourself up your own user account. adduser jkeesh Adduser is the one you … Continue reading Setting up User Accounts, Password Authentication, and SSH Keys on a New EC2 Instance