Lego WeDo & Scratch

Posted: September 24th, 2009 | Author: admin | Filed under: Uncategorized | No Comments »

So as part of MAS.714 we were tasked with building a project using the Lego WeDo and Scratch.  Overall the class projects were pretty great.  There were alot of interesting uses of the sensors to create new controls (input devices) that were usted tell interactive stories, integrating the physical and the digital.  One group built a little lego segway which was pretty cool.

Our project -- Team Awesome, Marie No & Danny Gagne, used Lego's to physically represent the game's state.  I use the term game loosely as you cannot lose.  In this piece of interactive fiction King Duck must defend his crown against you, the Fatman Protagonist (No relation to Hiro Protagonist).  It starts off innocently enough as king duck is chilling on a rock contemplating his awesomeness and declaring his title to all who will listen.  When all of a sudden, Fatman Protagonist challenges King Duck's rule and they're off to the scales to see who can rule the kingdom.  Luckily, Fatman has a stash of bananas that he can weigh down King Duck,   and by clicking on the bananas the user can feed the Duck.  Once Fatman wins the scale-off, he becomes the true and rightful ruler of the land.

King Duck vs. Fatman Protagonist from danny on Vimeo.

The scratch project can be found here: http://scratch.mit.edu/projects/madhaxor/687936

Script

Characters: King Duck (KD), Fatman Protaganist (FP)

KD: I am the KING!!!
FP: No, I am the king.
FP: I'm the greatest character in the game.
KD: No way!!!
KD: You're too fat to rule this kingdom!
FP: TO THE SCALES!

Scene Change -- TO THE MOON!

Interactive:

FP: <throws banana> hits KD
KD: No!!! You want to make me fat now?

FP: <throws banana> hits KD
KD: TOO DELICIOUS!!!

FP: <throws banana> hits KD
KD: YOU BASTARD!

FP: <throws banana> hits KD
KD: You haven't seen the last of me, fat man!

FP: The Day is MINE!!

Team Awesome!

<object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=6759476&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=6759476&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object><p><a href="http://vimeo.com/6759476">Untitled</a> from <a href="http://vimeo.com/user2348152">danny</a> on <a href="http://vimeo.com">Vimeo</a>.</p>

Lars von Trier Short: Occupations

Posted: September 17th, 2009 | Author: admin | Filed under: Uncategorized | No Comments »
Pretty kickass little film, can't wait for Washington...

Occupations - short film by Lars von Trier

Short Cremaster Special (Cremaster 3, PBS:Art21)

Posted: August 29th, 2009 | Author: admin | Filed under: Uncategorized | No Comments »

The following is 1/4 of an episode on the PBS Show Art21 that focuses on Mathew Barney and the Cremaster Cycle, more specifically it was filmed during the creation of Cremaster 3.

Violence Sublimated into Form

Also, here is a cheat sheet for the cremaster cycle; I don't necessarily agree with all of it, but it is a great resource.


Outlaw Cinema! Dogma 05!

Posted: July 15th, 2009 | Author: admin | Filed under: Uncategorized | No Comments »

In a world with no tomorrow, the path between man and machine is revealed. Dogma 05 challenges the viewers to look within, and bare their souls to the Electric Messiah.


Boston Bike Guy Documentary

Posted: July 13th, 2009 | Author: admin | Filed under: Uncategorized | No Comments »

Louie from Brian Moore on Vimeo

Simple, Short Documentary giving us a little insight into the boston bike guy... ""MOOOVVVVEEE MOOOVVVVEEEE""

.


Ubuntu Setting Static IP

Posted: April 26th, 2009 | Author: admin | Filed under: Uncategorized | No Comments »

So on Friday, I was trying to set a static IP in Ubuntu 8, it took me forever to figure out how to do it. I ran into problems where I'd try to set it using the network configuration application, but each time I restarted the machine I would lose all the settings and it would default to dhcp.

I then tried editing /etc/network/interfaces like so

iface eth0 inet static
address 18.116.0.208
netmask 255.255.0.0
gateway 18.116.0.1

with all sorts of DNS stuff in there, but even though this set the IP correctly the DNS didn't work.

To get the DNS working I had to add DNS info this file:

/etc/resolv.conf

domain mit.edu
search mit.edu
nameserver 18.71.0.151
nameserver 18.70.0.160
nameserver 18.72.0.3

That finally worked, hope this helps anyone encountering this issue.


Installing Virtuoso Open Source Edition on Windows

Posted: March 18th, 2008 | Author: admin | Filed under: Semantic Web | No Comments »

Installing Virtuoso Open Source Edition on Windows isn’t that difficult, I did have a few small issues but here is a log of the install. Might be of use to anyone else wanting to give it a try.

Here’s a link to the install directions I filed: Install Directions

Here’s a link to the binary file: http://sourceforge.net/project/downloading.php?groupname=virtuoso&filename=virtuoso-opensource-win32-5.0.5.zip&use_mirror=dfn

Notes:

I felt the directions on this page were a little short, so I figured I’d make some notes

ODBC Driver Registration

I. Create Enviornment Variable
1. Righ click on My Computer > Properties

2. Select the Advanced Tab
3. Click the Environment Variables Button
4. Under the System Variables section, click NEW
5. Name the variable: VIRTUOSO_HOME
6. Set the path to the directory: \virtuoso-opensource (what should of been the results of unzipping the windows build).

7. To Test: open a command line and type: cd %VIRTUOSO_HOME%

Setup DSN

I had to skip this section since it couldn’t connect — nothing was running. When I later tried to connect after starting the demo service using the instrucitons in the section called: “Creating a Windows Service for the Demo Database” I got a bad username/password.
after getting the demo service running, i went back and used localhost:1112 and dba:dba and it worked.

Creating a Windows Service for the Demo Database

1. I manually modified the path (found in step 2) using the instructions above to create an envrionment variable. This time, instead of creating a new one I merely appended the two paths required to tthe existing Path variable. I then restarted my system.

Paste this at the end of the path: ;%VIRTUOSO_HOME%\bin;%VIRTUOSO_HOME%\lib

After this step I got the demo service running

——

All of the uri’s provided in the document do not work, 404 error except

http://localhost:8890/sparql

After pinging the mailing list I got a quick response from Hugh Williams, he told me to add a few lines to the config file.

I had to edit the demo.ini
1. Changed the DirsAllowed from:
DirsAllowed = .\tmp\, .\backup\, ..\vad\, virtprof.out, ..\bin\OpenLink.Data.Virtuoso.dll, .\classlib\
to:
DirsAllowed = ..\..\..\..\share\virtuoso\vad, .\tmp\, .\backup\, ..\vad\, virtprof.out, ..\bin\OpenLink.Data.Virtuoso.dll, .\classlib\

added this to the beginning: ..\..\..\..\share\virtuoso\vad,

2. Then added this line:
VADInstallDir = ..\..\..\..\share\virtuoso\vad

3. Stopped & Started it

4. This url now worked: http://localhost:8890/conductor/

Some usful commands:

List Running Services

virtuoso-t +service list

Create Service Instance
virtuoso-t +service screate +instance “Demo” +configfile demo.ini

Stop Instance
virtuoso-t +instance “Demo” +service stop

Start Instance
virtuoso-t +instance “Demo” +service start


Great Milton Friedman Video

Posted: February 10th, 2008 | Author: admin | Filed under: Uncategorized | No Comments »

Excellent interview with Milton Friedman. I’ve read a few of his books and seen quite a few his videos, this is a great one.


HuntCamp08

Posted: February 4th, 2008 | Author: admin | Filed under: Uncategorized | No Comments »

So HC08 was an amazing success. Here are some pictures
Hunt Camp 08 Pictures, video will soon be available.


Onward To Adventure

Posted: January 15th, 2008 | Author: admin | Filed under: Cool Stuff | No Comments »

FIGHT THE BLUE LIGHT

So I�ve launched another blog to keep track of a trip we�re planning to take sometime in the summer. It�s going to be a crazy long road trip. Anway, here is the link: C2SEA : The Alaska Road Disaster

UPDATE: This trip was canceled way too pricey