<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jordan Larrigan &#124; Visualist, Outdoorsman &#187; Video</title>
	<atom:link href="http://jordanlarrigan.com/category/video/feed/" rel="self" type="application/rss+xml" />
	<link>http://jordanlarrigan.com</link>
	<description>A journey through human and computer interaction</description>
	<lastBuildDate>Fri, 18 Jun 2010 00:04:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>ChalkNoise</title>
		<link>http://jordanlarrigan.com/2010/01/chalknoise/</link>
		<comments>http://jordanlarrigan.com/2010/01/chalknoise/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 06:44:50 +0000</pubDate>
		<dc:creator>Jordan Larrigan</dc:creator>
				<category><![CDATA[Data Vizualization]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[minim]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[processing]]></category>
		<category><![CDATA[processing.org]]></category>
		<category><![CDATA[visual]]></category>
		<category><![CDATA[visualizer]]></category>

		<guid isPermaLink="false">http://jordanlarrigan.com/?p=321</guid>
		<description><![CDATA[Finally finished up the chalknoise app. Feel free to download it and use it with your own music. Mac &#8211; Linux &#8211; Windows I added a few features to make it a bit more interactive. Press the following buttons to change the visualizer. 1 &#8211; 3 = Change intensity. *Note volume will also effect the [...]]]></description>
			<content:encoded><![CDATA[<p>Finally finished up the chalknoise app. Feel free to download it and use it with your own music.</p>
<p><a href="http://jordanlarrigan.com/downloads/ChalkNoiseV1.macosx.zip">Mac</a> &#8211; <a href="http://jordanlarrigan.com/downloads/ChalkNoiseV1.linux.zip">Linux</a> &#8211; <a href="http://jordanlarrigan.com/downloads/ChalkNoiseV1.windows.zip">Windows</a></p>
<p>I added a few features to make it a bit more interactive. Press the following buttons to change the visualizer.</p>
<p>1 &#8211; 3 = Change intensity. *Note volume will also effect the intensity. 1 = low, 2 = medium, 3 = high.<br />
a = Turn on auto Color switcher (default)<br />
m = Turn on manual color switcher. Mouse click or space bar to change color.</p>
<p>This was written in processing using the minim library. Organic movements are generated using perlin noise. To mix in the audio I used minim to read FFT. I  created an average spectrum out of the FFT to simulate an overall &#8220;feel&#8221; to the song. Once I found the right averages I multiplied those values by the perlin noise function. This results in the lines becoming more intense as the song increases intensity. I spent quite a long time on the perlin noise trying to get it to &#8220;snake&#8221; around rather then explode around. I felt this was a bit more interesting effect. For more on perlin noise check out Daniel Shiffman&#8217;s web site <a href="http://www.shiffman.net/teaching/nature/week-1/">http://www.shiffman.net/teaching/nature/week-1/</a>. For more on minim check out <a href="http://code.compartmental.net/tools/minim/">http://code.compartmental.net/tools/minim/</a>.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="750" height="422" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=8416987&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="750" height="422" src="http://vimeo.com/moogaloop.swf?clip_id=8416987&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a href="http://vimeo.com/8416987">ChalkNoise</a> from <a href="http://vimeo.com/user498644">Jordan Larrigan</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://jordanlarrigan.com/2010/01/chalknoise/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Audio Squares</title>
		<link>http://jordanlarrigan.com/2009/12/audio-squares/</link>
		<comments>http://jordanlarrigan.com/2009/12/audio-squares/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 18:51:39 +0000</pubDate>
		<dc:creator>Jordan Larrigan</dc:creator>
				<category><![CDATA[Data Vizualization]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[minim]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[processing]]></category>
		<category><![CDATA[processing.org]]></category>
		<category><![CDATA[visual]]></category>
		<category><![CDATA[visualizer]]></category>

		<guid isPermaLink="false">http://jordanlarrigan.com/?p=308</guid>
		<description><![CDATA[Built with processing using the minim library to analyze the FFT (Fast Fourier Transform). The music is &#8220;Neelix &#8211; Disco Decay (Felguk Mix)&#8221;. For the HD version of the video http://vimeo.com/8130916. I also uploaded the app so you can download and use it on your own music. Windows &#8211; Linux &#8211; Mac]]></description>
			<content:encoded><![CDATA[<p>Built with processing using the minim library to analyze the FFT (Fast Fourier Transform). The music is &#8220;Neelix &#8211; Disco Decay (Felguk Mix)&#8221;. For the HD version of the video <a href="http://vimeo.com/8130916">http://vimeo.com/8130916</a>. I also uploaded the app so you can download and use it on your own music.</p>
<p><a href="http://jordanlarrigan.com/downloads/SoundSquaresV1.windows.zip">Windows </a> &#8211;  <a href="http://jordanlarrigan.com/downloads/SoundSquaresV1.linux.zip">Linux</a> &#8211;  <a href="http://jordanlarrigan.com/downloads/SoundSquaresV1.macosx.zip">Mac</a></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="750" height="422" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=8130916&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="750" height="422" src="http://vimeo.com/moogaloop.swf?clip_id=8130916&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://jordanlarrigan.com/2009/12/audio-squares/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>First Music Videos</title>
		<link>http://jordanlarrigan.com/2008/10/first-music-videos/</link>
		<comments>http://jordanlarrigan.com/2008/10/first-music-videos/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 18:04:40 +0000</pubDate>
		<dc:creator>Jordan Larrigan</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[HD]]></category>

		<guid isPermaLink="false">http://www.jordanlarrigan.com/?p=210</guid>
		<description><![CDATA[These are the first two videos I made from the Rockin for children with AIDs show. I recommend watching them in HD. Patrick Emswiler from Jordan Larrigan on Vimeo Big Eagle from Jordan Larrigan on Vimeo]]></description>
			<content:encoded><![CDATA[<p>These are the first two videos I made from the Rockin for children with AIDs show. I recommend watching them in HD. </p>
<p><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=1915995&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=1915995&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><br /><a href="http://vimeo.com/1915995?pg=embed&amp;sec=1915995">Patrick Emswiler</a> from <a href="http://vimeo.com/user498644?pg=embed&amp;sec=1915995">Jordan Larrigan</a> on <a href="http://vimeo.com?pg=embed&amp;sec=1915995">Vimeo</a></p>
<p><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=1908062&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=1908062&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><br /><a href="http://vimeo.com/1908062?pg=embed&amp;sec=1908062">Big Eagle</a> from <a href="http://vimeo.com/user498644?pg=embed&amp;sec=1908062">Jordan Larrigan</a> on <a href="http://vimeo.com?pg=embed&amp;sec=1908062">Vimeo</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jordanlarrigan.com/2008/10/first-music-videos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fireman!</title>
		<link>http://jordanlarrigan.com/2008/05/fireman/</link>
		<comments>http://jordanlarrigan.com/2008/05/fireman/#comments</comments>
		<pubDate>Fri, 23 May 2008 18:22:03 +0000</pubDate>
		<dc:creator>Jordan Larrigan</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[Car]]></category>
		<category><![CDATA[Fire]]></category>

		<guid isPermaLink="false">http://jordanlarrigan.com/?p=140</guid>
		<description><![CDATA[I saw this on my drive home. Apparently this is the second car to catch on fire in 3 days. Fireman from Jordan Larrigan on Vimeo.]]></description>
			<content:encoded><![CDATA[<p> I saw this on my drive home. Apparently this is the second car to catch on fire in 3 days. </p>
<p><a href="http://www.flickr.com/photos/jordanlarrigan2/2515704760/" title="CaronFire by Jordan Larrigan2, on Flickr"><img src="http://farm3.static.flickr.com/2418/2515704760_6307db9cd4_m.jpg" width="240" height="180" alt="CaronFire" title="Fireman!" /></a></p>
<p><a href="http://www.flickr.com/photos/jordanlarrigan2/2515705542/" title="CaronFire by Jordan Larrigan2, on Flickr"><img src="http://farm3.static.flickr.com/2202/2515705542_e1caa2b1c1_m.jpg" width="240" height="180" alt="CaronFire" title="Fireman!" /></a></p>
<p><a href="http://www.flickr.com/photos/jordanlarrigan2/2515706322/" title="CaronFire by Jordan Larrigan2, on Flickr"><img src="http://farm3.static.flickr.com/2021/2515706322_f1248c9a55_m.jpg" width="240" height="180" alt="CaronFire" title="Fireman!" /></a></p>
<p><object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://www.vimeo.com/moogaloop.swf?clip_id=1056173&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://www.vimeo.com/moogaloop.swf?clip_id=1056173&amp;server=www.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><br /><a href="http://www.vimeo.com/1056173?pg=embed&#038;sec=1056173">Fireman</a> from <a href="http://www.vimeo.com/user498644?pg=embed&#038;sec=1056173">Jordan Larrigan</a> on <a href="http://vimeo.com?pg=embed&#038;sec=1056173">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://jordanlarrigan.com/2008/05/fireman/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drive to Malibu Wines</title>
		<link>http://jordanlarrigan.com/2008/05/drive-to-malibu-wines/</link>
		<comments>http://jordanlarrigan.com/2008/05/drive-to-malibu-wines/#comments</comments>
		<pubDate>Mon, 19 May 2008 21:22:01 +0000</pubDate>
		<dc:creator>Jordan Larrigan</dc:creator>
				<category><![CDATA[Adventure]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[drive]]></category>
		<category><![CDATA[Malibu]]></category>
		<category><![CDATA[saddlerock]]></category>
		<category><![CDATA[Wine]]></category>

		<guid isPermaLink="false">http://jordanlarrigan.com/?p=134</guid>
		<description><![CDATA[Video clip of the drive to the wine and back. The Drive Photo&#8217;s from the Winery. For full screen go here. This photo is sexy blown up.]]></description>
			<content:encoded><![CDATA[<p>Video clip of the drive to the wine and back. </p>
<p><a href="http://myspacetv.com/index.cfm?fuseaction=vids.individual&#038;videoid=34507236">The Drive</a><br /><embed src="http://lads.myspace.com/videos/vplayer.swf" flashvars="m=34507236&#038;v=2&#038;type=video" type="application/x-shockwave-flash" width="430" height="346"></embed></p>
<p>Photo&#8217;s from the Winery. For full screen go <a href="http://www.flickr.com/photos/jordanlarrigan2/sets/72157605138796464/show/">here</a>.</p>
<p><iframe align="center" src="http://www.flickr.com/slideShow/index.gne? user_id=85522187@N00&#038;set_id=72157605138796464 frameBorder="0" width=490" height="500" scrolling="no"></iframe></p>
<p>This photo is sexy blown up.</p>
<p><a href="http://www.flickr.com/photos/jordanlarrigan/2506092374/" title="Saddlerock Pinot Noir by Jordan Larrigan, on Flickr"><img src="http://farm4.static.flickr.com/3140/2506092374_778e787208_m.jpg" width="240" height="160" alt="Saddlerock Pinot Noir" title="Drive to Malibu Wines" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://jordanlarrigan.com/2008/05/drive-to-malibu-wines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RedBull Air Races</title>
		<link>http://jordanlarrigan.com/2008/05/redbull-air-races/</link>
		<comments>http://jordanlarrigan.com/2008/05/redbull-air-races/#comments</comments>
		<pubDate>Mon, 05 May 2008 22:16:12 +0000</pubDate>
		<dc:creator>Jordan Larrigan</dc:creator>
				<category><![CDATA[Adventure]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Air]]></category>
		<category><![CDATA[planes]]></category>
		<category><![CDATA[races]]></category>
		<category><![CDATA[RedBull]]></category>

		<guid isPermaLink="false">http://jordanlarrigan.com/?p=127</guid>
		<description><![CDATA[Clips from the RedBull Air races. RedBull Air Races &#8211; San Diego]]></description>
			<content:encoded><![CDATA[<p>Clips from the RedBull Air races. </p>
<p><a href="http://myspacetv.com/index.cfm?fuseaction=vids.individual&#038;videoid=33668698">RedBull Air Races &#8211; San Diego</a><br /><embed src="http://lads.myspace.com/videos/vplayer.swf" flashvars="m=33668698&#038;v=2&#038;type=video" type="application/x-shockwave-flash" width="430" height="346"></embed></p>
]]></content:encoded>
			<wfw:commentRss>http://jordanlarrigan.com/2008/05/redbull-air-races/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Johnny Lee + Wii Mote</title>
		<link>http://jordanlarrigan.com/2008/04/johnny-lee-wii-mote/</link>
		<comments>http://jordanlarrigan.com/2008/04/johnny-lee-wii-mote/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 22:29:02 +0000</pubDate>
		<dc:creator>Jordan Larrigan</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Johnney Lee]]></category>
		<category><![CDATA[Wii]]></category>
		<category><![CDATA[Wii mote]]></category>

		<guid isPermaLink="false">http://jordanlarrigan.com/?p=125</guid>
		<description><![CDATA[Amazing example of remixing technology.]]></description>
			<content:encoded><![CDATA[<p>Amazing example of remixing technology.</p>
<p><object width="446" height="326"><param name="movie" value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf"></param><param name="allowFullScreen" value="true" /><param name="wmode" value="transparent"></param><param name="bgColor" value="#ffffff"></param><param name="flashvars" value="vu=http://video.ted.com/talks/dynamic/JohnnyLee_2008-medium.flv&#038;su=http://images.ted.com/images/ted/tedindex/embed-posters/JohnnyLee-2008.embed_thumbnail.jpg&#038;vw=432&#038;vh=240&#038;ap=0&#038;ti=245&#038;introDuration=16500&#038;adDuration=4000&#038;postAdDuration=2000&#038;adKeys=talk=johnny_lee_demos_wii_remote_hacks;year=2008;theme=tales_of_invention;theme=top_10_tedtalks;theme=what_s_next_in_tech;theme=how_we_learn;theme=presentation_innovation;event=TED2008;" /><embed src="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" pluginspace="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" bgColor="#ffffff" width="446" height="326" allowFullScreen="true" flashvars="vu=http://video.ted.com/talks/dynamic/JohnnyLee_2008-medium.flv&#038;su=http://images.ted.com/images/ted/tedindex/embed-posters/JohnnyLee-2008.embed_thumbnail.jpg&#038;vw=432&#038;vh=240&#038;ap=0&#038;ti=245&#038;introDuration=16500&#038;adDuration=4000&#038;postAdDuration=2000&#038;adKeys=talk=johnny_lee_demos_wii_remote_hacks;year=2008;theme=tales_of_invention;theme=top_10_tedtalks;theme=what_s_next_in_tech;theme=how_we_learn;theme=presentation_innovation;event=TED2008;"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://jordanlarrigan.com/2008/04/johnny-lee-wii-mote/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Large Hadron Collider and The Big Bang</title>
		<link>http://jordanlarrigan.com/2008/04/large-hadron-collider-and-the-big-bang/</link>
		<comments>http://jordanlarrigan.com/2008/04/large-hadron-collider-and-the-big-bang/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 21:25:51 +0000</pubDate>
		<dc:creator>Jordan Larrigan</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Big Bang]]></category>
		<category><![CDATA[Large Hadron Collider]]></category>
		<category><![CDATA[LHC]]></category>

		<guid isPermaLink="false">http://jordanlarrigan.com/?p=124</guid>
		<description><![CDATA[The next leap in our understanding of creation of everything. Great video about the Large Hadron Collider and the big bang. Definitely worth watching.]]></description>
			<content:encoded><![CDATA[<p>The next leap in our understanding of creation of everything. </p>
<p>Great video about the Large Hadron Collider and the big bang. Definitely worth watching. </p>
<p><object width="446" height="326"><param name="movie" value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf"></param><param name="allowFullScreen" value="true" /><param name="wmode" value="transparent"></param><param name="bgColor" value="#ffffff"></param><param name="flashvars" value="vu=http://video.ted.com/talks/dynamic/BrianCox_2008-medium.flv&#038;su=http://images.ted.com/images/ted/tedindex/embed-posters/BrianCox-2008.embed_thumbnail.jpg&#038;vw=432&#038;vh=240&#038;ap=0&#038;ti=253&#038;introDuration=16500&#038;adDuration=4000&#038;postAdDuration=2000&#038;adKeys=talk=brian_cox_on_cern_s_supercollider;year=2008;theme=what_s_next_in_tech;theme=to_boldly_go;theme=technology_history_and_destiny;event=TED2008;" /><embed src="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" pluginspace="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" bgColor="#ffffff" width="446" height="326" allowFullScreen="true" flashvars="vu=http://video.ted.com/talks/dynamic/BrianCox_2008-medium.flv&#038;su=http://images.ted.com/images/ted/tedindex/embed-posters/BrianCox-2008.embed_thumbnail.jpg&#038;vw=432&#038;vh=240&#038;ap=0&#038;ti=253&#038;introDuration=16500&#038;adDuration=4000&#038;postAdDuration=2000&#038;adKeys=talk=brian_cox_on_cern_s_supercollider;year=2008;theme=what_s_next_in_tech;theme=to_boldly_go;theme=technology_history_and_destiny;event=TED2008;"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://jordanlarrigan.com/2008/04/large-hadron-collider-and-the-big-bang/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Al Gore and Open Architechture</title>
		<link>http://jordanlarrigan.com/2008/04/al-gore-and-open-architechture/</link>
		<comments>http://jordanlarrigan.com/2008/04/al-gore-and-open-architechture/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 19:07:29 +0000</pubDate>
		<dc:creator>Jordan Larrigan</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[Al Gore]]></category>
		<category><![CDATA[Architechture]]></category>

		<guid isPermaLink="false">http://jordanlarrigan.com/?p=119</guid>
		<description><![CDATA[Do you want to help provide people with homes and shelter? Then check out open architecture network dot org and help out!!! openArchitecturenetwork.org Want to help with global warming? Check out Al Gores new presentation.]]></description>
			<content:encoded><![CDATA[<p>Do you want to help provide people with homes and shelter? Then check out open architecture network dot org and help out!!!<br />
<a href="http://www.openarchitecturenetwork.org/">openArchitecturenetwork.org</a></p>
<p>Want to help with global warming? Check out Al Gores new presentation.<br />
<object width="446" height="326"><param name="movie" value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf"></param><param name="allowFullScreen" value="true" /><param name="wmode" value="transparent"></param><param name="bgColor" value="#ffffff"></param><param name="flashvars" value="vu=http://video.ted.com/talks/dynamic/AlGore_2008-medium.flv&#038;su=http://images.ted.com/images/ted/tedindex/embed-posters/AlGore-2008.embed_thumbnail.jpg&#038;vw=432&#038;vh=240&#038;ap=0&#038;ti=243&#038;introDuration=16500&#038;adDuration=4000&#038;postAdDuration=2000&#038;adKeys=talk=al_gore_s_new_thinking_on_the_climate_crisis;year=2008;theme=bold_predictions_stern_warnings;theme=a_greener_future;event=TED2008;" /><embed src="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" pluginspace="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" bgColor="#ffffff" width="446" height="326" allowFullScreen="true" flashvars="vu=http://video.ted.com/talks/dynamic/AlGore_2008-medium.flv&#038;su=http://images.ted.com/images/ted/tedindex/embed-posters/AlGore-2008.embed_thumbnail.jpg&#038;vw=432&#038;vh=240&#038;ap=0&#038;ti=243&#038;introDuration=16500&#038;adDuration=4000&#038;postAdDuration=2000&#038;adKeys=talk=al_gore_s_new_thinking_on_the_climate_crisis;year=2008;theme=bold_predictions_stern_warnings;theme=a_greener_future;event=TED2008;"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://jordanlarrigan.com/2008/04/al-gore-and-open-architechture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aubrey De Grey on Colbert Report</title>
		<link>http://jordanlarrigan.com/2008/02/aubrey-de-grey-on-colbert-report/</link>
		<comments>http://jordanlarrigan.com/2008/02/aubrey-de-grey-on-colbert-report/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 06:14:54 +0000</pubDate>
		<dc:creator>Jordan Larrigan</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[Aubrey De Grey]]></category>
		<category><![CDATA[Colbert Report]]></category>

		<guid isPermaLink="false">http://jordanlarrigan.com/?p=105</guid>
		<description><![CDATA[Aubrey is doing some amazing work!! Keep your eyes on him. At Ted]]></description>
			<content:encoded><![CDATA[<p>Aubrey is doing some amazing work!! Keep your eyes on him. </p>
<p><embed FlashVars="videoId=156276" src='http://www.comedycentral.com/sitewide/video_player/view/default/swf.jhtml' quality='high' bgcolor='#cccccc' width='332' height='316' name='comedy_central_player' align='middle' allowScriptAccess='always' allownetworking='external' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer'></embed>At Ted</p>
<p><!--cut and paste--><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="320" height="285" id="VE_Player" align="middle"><param name="movie" value="http://static.videoegg.com/ted/flash/loader.swf"><PARAM NAME="FlashVars" VALUE="bgColor=FFFFFF&#038;file=http://static.videoegg.com/ted/movies/AUBREYDEGREY_high.flv&#038;autoPlay=false&#038;fullscreenURL=http://static.videoegg.com/ted/flash/fullscreen.html&#038;forcePlay=false&#038;logo=&#038;allowFullscreen=true"><param name="quality" value="high"><param name="allowScriptAccess" value="always"><param name="bgcolor" value="#FFFFFF"><param name="scale" value="noscale"><param name="wmode" value="window"><embed src="http://static.videoegg.com/ted/flash/loader.swf" FlashVars="bgColor=FFFFFF&#038;file=http://static.videoegg.com/ted/movies/AUBREYDEGREY_high.flv&#038;autoPlay=false&#038;fullscreenURL=http://static.videoegg.com/ted/flash/fullscreen.html&#038;forcePlay=false&#038;logo=&#038;allowFullscreen=true" quality="high" allowScriptAccess="always" bgcolor="#FFFFFF" scale="noscale" wmode="window" width="320" height="285" name="VE_Player" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></object></p>
]]></content:encoded>
			<wfw:commentRss>http://jordanlarrigan.com/2008/02/aubrey-de-grey-on-colbert-report/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
