<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">

  <title><![CDATA[unsure.org]]></title>
  <link href="http://unsure.org/atom.xml" rel="self"/>
  <link href="http://unsure.org/"/>
  <updated>2012-01-02T18:24:18-08:00</updated>
  <id>http://unsure.org/</id>
  <author>
    <name><![CDATA[Matthew Finlayson]]></name>
    
  </author>
  <generator uri="http://octopress.org/">Octopress</generator>

  
  <entry>
    <title type="html"><![CDATA[Getting Tumblr to Octopress Working]]></title>
    <link href="http://unsure.org/blog/2012/01/02/getting-tumblr-to-octopress-working/"/>
    <updated>2012-01-02T18:17:00-08:00</updated>
    <id>http://unsure.org/blog/2012/01/02/getting-tumblr-to-octopress-working</id>
    <content type="html"><![CDATA[<p>Following https://github.com/mojombo/jekyll/wiki/blog-migrations to get posts from tumblr. I then get YAML errors due to bad characters in the title sections. A little grep and awk shows me the bogus titles.</p>

<div><script src='https://gist.github.com/1553113.js?file=error1'></script>
<noscript><pre><code>rake generate                        
(in /Users/matthew.finlayson/Dropbox/src/octopress)
## Generating Site with Jekyll
unchanged sass/screen.scss
Configuration from /Users/matthew.finlayson/Dropbox/src/octopress/_config.yml
Building site: source -&gt; public
/Users/matthew.finlayson/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/psych.rb:148:in `parse': couldn't parse YAML at line 4 column 0 (Psych::SyntaxError)
    from /Users/matthew.finlayson/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/psych.rb:148:in `parse_stream'
    from /Users/matthew.finlayson/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/psych.rb:119:in `parse'
    from /Users/matthew.finlayson/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/psych.rb:106:in `load'
    from /Users/matthew.finlayson/.rvm/gems/ruby-1.9.2-p290/gems/jekyll-0.11.0/lib/jekyll/convertible.rb:33:in `read_yaml'
    from /Users/matthew.finlayson/.rvm/gems/ruby-1.9.2-p290/gems/jekyll-0.11.0/lib/jekyll/post.rb:39:in `initialize'
    from /Users/matthew.finlayson/Dropbox/src/octopress/plugins/preview_unpublished.rb:23:in `new'
    from /Users/matthew.finlayson/Dropbox/src/octopress/plugins/preview_unpublished.rb:23:in `block in read_posts'
    from /Users/matthew.finlayson/Dropbox/src/octopress/plugins/preview_unpublished.rb:21:in `each'
    from /Users/matthew.finlayson/Dropbox/src/octopress/plugins/preview_unpublished.rb:21:in `read_posts'
    from /Users/matthew.finlayson/.rvm/gems/ruby-1.9.2-p290/gems/jekyll-0.11.0/lib/jekyll/site.rb:128:in `read_directories'
    from /Users/matthew.finlayson/.rvm/gems/ruby-1.9.2-p290/gems/jekyll-0.11.0/lib/jekyll/site.rb:98:in `read'
    from /Users/matthew.finlayson/.rvm/gems/ruby-1.9.2-p290/gems/jekyll-0.11.0/lib/jekyll/site.rb:38:in `process'
    from /Users/matthew.finlayson/.rvm/gems/ruby-1.9.2-p290/gems/jekyll-0.11.0/bin/jekyll:250:in `&lt;top (required)&gt;'
    from /Users/matthew.finlayson/.rvm/gems/ruby-1.9.2-p290/bin/jekyll:19:in `load'
    from /Users/matthew.finlayson/.rvm/gems/ruby-1.9.2-p290/bin/jekyll:19:in `&lt;main&gt;'</code></pre></noscript></div>




<div><script src='https://gist.github.com/1553113.js?file=answer1'></script>
<noscript><pre><code>fgrep -R title: * | awk '{$1 =&quot;&quot;; print }' |grep :
 Awesome Blog: I keep a diary
 Tutorial: Use Coda with locally stored Django documentation - Small Victory
 Liquidware Antipasto: The First 10 Things Everyone Does with their New Arduino
 How to: Delete all photos off an iPhone by Colin Devroe
 visualvm: Home
 The Nation: The Migration Back To Local Banks : NPR
 30 Hour Drunk: Do You Have What it Takes?
 rentzsch.tumblr.com: Pages-Only GitHub Projects
 rentzsch.tumblr.com: Pages-Only GitHub Projects
 Marco.org: The iPad doesn’t need to do everything
 An Innovative Web: SaveTabs Safari Extension
 From the Tips Box: Trimming Photos, Timed Shutdown, and Minimalist Twitter [From The Tips Box]
 VMware Communities: VMware Project Onyx
 Bash: parsing arguments with ‘getopts’
 Swirl: some sugar for Tornado</code></pre></noscript></div>


<p>It was the colons.</p>
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Setting up Gource on OS X]]></title>
    <link href="http://unsure.org/blog/2011/12/28/setting-up-gource-on-os-x/"/>
    <updated>2011-12-28T17:19:00-08:00</updated>
    <id>http://unsure.org/blog/2011/12/28/setting-up-gource-on-os-x</id>
    <content type="html"><![CDATA[<div><script src='https://gist.github.com/1473260.js?file='></script>
<noscript><pre><code>brew install sdl sdl_image glew pcre
cd gource
./configure
make
sudo make install
cd ..

brew install ffmpeg

mkdir ~/.ffmpeg
cd .ffmpeg
git clone git://github.com/joeyblake/FFmpeg-Presets.git .

gource --file-idle-time 0 --user-image-dir avatars -f -1280x720 --date-format &quot;%D&quot; --title &quot;The title&quot; --hide bloom,filenames --seconds-per-day .25 -o gource.ppm  my-project-log.xml
ffmpeg -y -b 10000K -r 60 -f image2pipe -vcodec ppm -i gource.ppm -vcodec libx264 -vpre slow -threads 0 -bf 0 gource.x264.mp4

</code></pre></noscript></div>



]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Setting up Puppet with Passenger]]></title>
    <link href="http://unsure.org/blog/2011/12/28/setting-up-puppet-with-passenger/"/>
    <updated>2011-12-28T17:17:00-08:00</updated>
    <id>http://unsure.org/blog/2011/12/28/setting-up-puppet-with-passenger</id>
    <content type="html"><![CDATA[<div><script src='https://gist.github.com/1525969.js?file='></script>
<noscript><pre><code>Setup your puppet.confMake sure you have the following set in your puppetmaster’s puppet.conf:
[puppetmasterd]
ssl_client_header = SSL_CLIENT_S_DN   
ssl_client_verify_header = SSL_CLIENT_VERIFY
Install apache2, passenger, and rack

yum install httpd httpd-devel ruby-devel rubygems 
yum install gcc-c++
gem install -v 1.1.0 rack 
gem install -v 2.2.15 passenger 
passenger-install-apache2-module

hit enter and watch it build

Add the following to Apache Config

   LoadModule passenger_module /usr/lib/ruby/gems/1.8/gems/passenger-2.2.15/ext/apache2/mod_passenger.so   PassengerRoot /usr/lib/ruby/gems/1.8/gems/passenger-2.2.15
   PassengerRuby /usr/bin/ruby

Create /etc/httpd/conf.d/puppetmaster.conf

Listen 8140&lt;VirtualHost *:8140&gt;

    SSLEngine on
    SSLCipherSuite SSLv2:-LOW:-EXPORT:RC4+RSA
    SSLCertificateFile      /var/lib/puppet/ssl/certs/puppet.vmhosted.jiveland.com.pem
    SSLCertificateKeyFile   /var/lib/puppet/ssl/private_keys/puppet.vmhosted.jiveland.com.pem
    SSLCertificateChainFile /var/lib/puppet/ssl/ca/ca_crt.pem
    SSLCACertificateFile    /var/lib/puppet/ssl/ca/ca_crt.pem
    # CRL checking should be enabled; if you have problems with Apache complaining about the CRL, disable the next line
    SSLCARevocationFile     /var/lib/puppet/ssl/ca/ca_crl.pem
    SSLVerifyClient optional
    SSLVerifyDepth  1
    SSLOptions +StdEnvVars

    # The following client headers allow the same configuration to work with Pound.
    RequestHeader set X-SSL-Subject %{SSL_CLIENT_S_DN}e
    RequestHeader set X-Client-DN %{SSL_CLIENT_S_DN}e
    RequestHeader set X-Client-Verify %{SSL_CLIENT_VERIFY}e

    RackAutoDetect On
    DocumentRoot /usr/share/puppet/rack/puppetmasterd/public/
    &lt;Directory /usr/share/puppet/rack/puppetmasterd/&gt;
        Options None
        AllowOverride None
        Order allow,deny
        allow from all
    &lt;/Directory&gt;
&lt;/VirtualHost&gt;


mkdir -p /usr/share/puppet/rack/puppetmasterdmkdir /usr/share/puppet/rack/puppetmasterd/public /usr/share/puppet/rack/puppetmasterd/tmp

Create /usr/share/puppet/rack/puppetmasterd/config.ru
# a config.ru, for use with every rack-compatible webserver.
# SSL needs to be handled outside this, though.

# if puppet is not in your RUBYLIB:
# $:.unshift('/opt/puppet/lib')

$0 = &quot;puppetmasterd&quot;
require 'puppet'

# if you want debugging:
# ARGV &lt;&lt; &quot;--debug&quot;

ARGV &lt;&lt; &quot;--rack&quot;
require 'puppet/application/puppetmasterd'
# we're usually running inside a Rack::Builder.new {} block,
# therefore we need to call run *here*.
run Puppet::Application[:puppetmasterd].run


/etc/init.d/puppetmasterd stop
chkconfig puppetmaster off chkconfig httpd on
/etc/init.d/httpd restart



</code></pre></noscript></div>

]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Ruby 1.9.2, Jekyll, and OS X]]></title>
    <link href="http://unsure.org/blog/2011/12/28/ruby-1-dot-9-2/"/>
    <updated>2011-12-28T17:14:00-08:00</updated>
    <id>http://unsure.org/blog/2011/12/28/ruby-1-dot-9-2</id>
    <content type="html"><![CDATA[<div><script src='https://gist.github.com/1530870.js?file='></script>
<noscript><pre><code>rake generate
## Generating Site with Jekyll
directory source/stylesheets/ 
   create source/stylesheets/screen.css 
/Users/BLARG/.rvm/gems/ruby-1.9.2-p290/gems/maruku-0.6.0/lib/maruku/input/parse_doc.rb:22:in `require': no such file to load -- iconv (LoadError)
    from /Users/BLARG/.rvm/gems/ruby-1.9.2-p290/gems/maruku-0.6.0/lib/maruku/input/parse_doc.rb:22:in `&lt;top (required)&gt;'
    from /Users/BLARG/.rvm/gems/ruby-1.9.2-p290/gems/maruku-0.6.0/lib/maruku.rb:85:in `require'
    from /Users/BLARG/.rvm/gems/ruby-1.9.2-p290/gems/maruku-0.6.0/lib/maruku.rb:85:in `&lt;top (required)&gt;'
    from /Users/BLARG/.rvm/gems/ruby-1.9.2-p290/gems/jekyll-0.11.0/lib/jekyll.rb:26:in `require'
    from /Users/BLARG/.rvm/gems/ruby-1.9.2-p290/gems/jekyll-0.11.0/lib/jekyll.rb:26:in `&lt;top (required)&gt;'
    from /Users/BLARG/.rvm/gems/ruby-1.9.2-p290/gems/jekyll-0.11.0/bin/jekyll:20:in `require'
    from /Users/BLARG/.rvm/gems/ruby-1.9.2-p290/gems/jekyll-0.11.0/bin/jekyll:20:in `&lt;top (required)&gt;'
    from /Users/BLARG/.rvm/gems/ruby-1.9.2-p290/bin/jekyll:19:in `load'
    from /Users/BLARG/.rvm/gems/ruby-1.9.2-p290/bin/jekyll:19:in `&lt;main&gt;'
    
rvm pkg install readline
rvm pkg install iconv
rvm remove 1.9.2
rvm install 1.9.2 -C --with-iconv-dir=$HOME/.rvm/usr</code></pre></noscript></div>



]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Merry Christmas from The Cowboy!]]></title>
    <link href="http://unsure.org/blog/2011/12/16/14316216910/"/>
    <updated>2011-12-16T00:00:00-08:00</updated>
    <id>http://unsure.org/blog/2011/12/16/14316216910</id>
    <content type="html"><![CDATA[<iframe src="http://player.vimeo.com/video/33724736" width="400" height="225" frameborder="0"></iframe><p>Merry Christmas from The Cowboy! by Animade // Ready Steady bang wishes you all a merry Christmas! Get the game! <a href="http://bit.ly/syFrCz">http://bit.ly/syFrCz</a></p>
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[J.S. Bach - Cello Suite No. 1]]></title>
    <link href="http://unsure.org/blog/2011/12/09/13973757192/"/>
    <updated>2011-12-09T00:00:00-08:00</updated>
    <id>http://unsure.org/blog/2011/12/09/13973757192</id>
    <content type="html"><![CDATA[<iframe src="http://player.vimeo.com/video/31179423" width="400" height="225" frameborder="0"></iframe><p>Baroque.me: J.S. Bach - Cello Suite No. 1 - Prelude by Alexander Chen // Baroque.me (2011) by Alexander Chen. Video capture. <a href="http://bit.ly/uy6C1C">http://bit.ly/uy6C1C</a> visualizes the first Prelude from Bach&#8217;s Cello Suites. Using the math behind string length and pitch, it came from a simple idea: what if all the notes were drawn as strings? Instead of a stream of classical notation on a page, this interactive project highlights the music&#8217;s underlying structure and subtle shifts. Grab and interact: <a href="http://bit.ly/uy6C1C">http://bit.ly/uy6C1C</a> More details at: <a href="http://bit.ly/vhf1dY">http://bit.ly/vhf1dY</a> Built in: HTML5 Canvas, Javascript, SoundManager Made while a resident at Eyebeam (<a href="http://eyebeam.org">http://eyebeam.org</a>) <a href="http://bit.ly/vG2TDK">http://bit.ly/vG2TDK</a> <a href="http://bit.ly/uAd0Pv">http://bit.ly/uAd0Pv</a></p>
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Seeking Symmetry]]></title>
    <link href="http://unsure.org/blog/2011/12/05/13792995069/"/>
    <updated>2011-12-05T00:00:00-08:00</updated>
    <id>http://unsure.org/blog/2011/12/05/13792995069</id>
    <content type="html"><![CDATA[<iframe width="400" height="225" src="http://www.youtube.com/embed/zEQskIsHKT8?wmode=transparent&autohide=1&egm=0&hd=1&iv_load_policy=3&modestbranding=1&rel=0&showinfo=0&showsearch=0" frameborder="0" allowfullscreen></iframe><p>This striking Radiolab video made by Everynone was inspired by Radiolab&#8217;s Desperately Seeking Symmetry episode. Filmmakers Will Hoffman, Daniel Mercadante, and Julius Metoyer III play with our yearning for balance, and reveal how beautiful imperfect matches can be. More info here: <a href="http://bit.ly/h6pmR1">http://bit.ly/h6pmR1</a> <a href="http://bit.ly/dXlar7">http://bit.ly/dXlar7</a></p>
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[The Employment]]></title>
    <link href="http://unsure.org/blog/2011/12/05/13788152532/"/>
    <updated>2011-12-05T00:00:00-08:00</updated>
    <id>http://unsure.org/blog/2011/12/05/13788152532</id>
    <content type="html"><![CDATA[<iframe src="http://player.vimeo.com/video/32966847" width="400" height="225" frameborder="0"></iframe><p>El Empleo / The Employment by opusBou // www.opusbou.com.ar Cortometraje de animación / animated short film Ganador de 102 premios internacionales / Winner of 102 International Awards. Dirección / Direction: Santiago &#8216;Bou&#8217; Grasso Idea: Patricio Plaza Animación / Animation: Santiago &#8216;Bou&#8217; Grasso / Patricio Plaza Diseño de títulos / Titles design: Natalia Acosta Productora / Production company: Opusbou <a href="http://on.fb.me/w1FO5c">http://on.fb.me/w1FO5c</a> <a href="http://on.fb.me/suZPSa">http://on.fb.me/suZPSa</a><a href="http://www.opusbou.com.ar">www.opusbou.com.ar</a> Cortometraje de animación / animated short film Ganador de 102 premios internacionales / Winner of 102 International Awards. Dirección / Direction: Santiago &#8216;Bou&#8217; Grasso Idea: Patricio Plaza Animación / Animation: Santiago &#8216;Bou&#8217; Grasso / Patricio Plaza Diseño de títulos / Titles design: Natalia Acosta Productora / Production company: Opusbou http://on.fb.me/w1FO5c http://on.fb.me/suZPSa</p>
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Tribute to Drive]]></title>
    <link href="http://unsure.org/blog/2011/12/02/13656246900/"/>
    <updated>2011-12-02T00:00:00-08:00</updated>
    <id>http://unsure.org/blog/2011/12/02/13656246900</id>
    <content type="html"><![CDATA[<iframe src="http://player.vimeo.com/video/32905466" width="400" height="225" frameborder="0"></iframe><p>tribute to drive by tom haugomat &amp; bruno mangyoku // music:Glass Candy - Digital Versicolor Sound design: Alexandre Poirier</p>
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Composition in Red]]></title>
    <link href="http://unsure.org/blog/2011/12/02/13654274616/"/>
    <updated>2011-12-02T00:00:00-08:00</updated>
    <id>http://unsure.org/blog/2011/12/02/13654274616</id>
    <content type="html"><![CDATA[<iframe src="http://player.vimeo.com/video/32916842" width="400" height="225" frameborder="0"></iframe><p>Composition in Red by TENDRIL //   ABOUT Tendril is a relatively young studio and we are always looking for ways to experiment with the brand and its possibilities.We hope you enjoy this sound-synchronized logo reconstruction sequence. If you have seen our 2011 Showreel, you may recognize some of the animation, which was intercut there to form a visual backbone for the edit. Once the animation was complete, we sought out the musical wizardry of John Black who initially worked to find a tempo that worked with the flow of the visuals, and then gradually built up the final track in layers, adding sound design elements to synchronize with the different geometric elements. CREDITS Production Company: Tendril Design+Animation Inc. Concept and Direction: Leo Mateus, Vini Nascimento Executive Producer: Kate Bate Producer: Anne Deslauriers Music &amp; Sound Design: John Black of CypherAudio Animation: Leo Mateus, Vini Nascimento, Andrew Vucko</p>
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[A Snack for Bizzle.]]></title>
    <link href="http://unsure.org/blog/2011/12/02/13653893303/"/>
    <updated>2011-12-02T00:00:00-08:00</updated>
    <id>http://unsure.org/blog/2011/12/02/13653893303</id>
    <content type="html"><![CDATA[<iframe width="400" height="299" src="http://www.youtube.com/embed/bgoDkwwpFx0?wmode=transparent&autohide=1&egm=0&hd=1&iv_load_policy=3&modestbranding=1&rel=0&showinfo=0&showsearch=0" frameborder="0" allowfullscreen></iframe><p>Bizzle having himself a quick snack. Edit: Due to the unexpected popularity of this video, I don&#8217;t think I could live with myself if I didn&#8217;t use this space to try to help out some lads I love dearly, and ask anyone who likes music to check out <a href="http://bit.ly/rLnffY">http://bit.ly/rLnffY</a> I know it might seem a bit shameless, but this isn&#8217;t for personal gain. I just think people deserve to hear them, and they deserve to be heard, in equal measures. Thanks x</p>
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Operation - Bullride]]></title>
    <link href="http://unsure.org/blog/2011/12/02/13648171443/"/>
    <updated>2011-12-02T00:00:00-08:00</updated>
    <id>http://unsure.org/blog/2011/12/02/13648171443</id>
    <content type="html"><![CDATA[<iframe src="http://player.vimeo.com/video/32889318" width="400" height="225" frameborder="0"></iframe><p>Operation: Bullride &#8220;For The Guys Edit&#8221; Shot on the Phantom Flex by Michael N Sutton // Operation: Bullride &#8220;Mostly for the Guys Edit&#8221; Shot on the Phantom Flex, edited in FCP X, Music by Pretty Lights Shot by @joesimon Editing by @mns1974 Shot in Austin, TX during a night out at Masters in Motion Camera provided by Rule Boston Camera <a href="http://www.rule.com">www.rule.com</a> @rulebostoncam</p>
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Finding Oregon]]></title>
    <link href="http://unsure.org/blog/2011/12/02/13638891448/"/>
    <updated>2011-12-02T00:00:00-08:00</updated>
    <id>http://unsure.org/blog/2011/12/02/13638891448</id>
    <content type="html"><![CDATA[<iframe src="http://player.vimeo.com/video/32852978" width="400" height="225" frameborder="0"></iframe><p>Finding Oregon by Uncage the Soul Productions // Produced 2011 by Uncage the Soul Productions Ben Canales, John Waller, Steve Engman, Blake Johnson <a href="http://bit.ly/tVJORT">http://bit.ly/tVJORT</a> To plan your adventure to Oregon, visit Travel Oregon at <a href="http://bit.ly/vd0dot">http://bit.ly/vd0dot</a> Finding Oregon is the compilation of six months of timelapse photography across the state of Oregon, punctuated by a 1600 mile road trip in September. We&#8217;ve filmed the Columbia River Gorge, Mt Hood, Mt Jefferson, the Southwestern Coast, the Alvord Desert, Leslie Gulch, Blue Mountains, Crater Lake, Eagle Cap Wilderness, Deschutes River, and more. We&#8217;re proud to have touched all four corners of the state; however Oregon is the kind of place that the more you see, the more places there are to still discover. The greatest challenge with this project was being in the right place at the right time. Night timelapse sequences particularly have an unexpected number of requirements to get the bright, stunning payoff. First, the moon should be around the New Moon phase (no moon) so as not to compete with outshining the stars, so that means we get about 5 days a month window. Next, weather must be cooperative with a dependable expectancy of cloudless skies. Here in Oregon, only the Summer months have good chance of clear skies, so only 1/4 of the year offers good chance of clear skies. So that means, we have three months in the year, with a 5 day window each month to plan with fingers crossed for epic star shooting conditions. That&#8217;s only 15 days in a year. Then, you hope that something doesn&#8217;t come up in regular life to pull you away to other obligations on those few days. It is a maddening challenge getting all the factors to line up to be in the right place at the right time. But, when it does happen- it is such a satisfying feeling! Behind the scenes video and photos will be posted at <a href="http://on.fb.me/vgJymx">http://on.fb.me/vgJymx</a> Many thanks to those who supported us in this project including&#8230; Music by Michael Nelson Rizzo <a href="http://bit.ly/uM15jJ">http://bit.ly/uM15jJ</a> Pro Photo Supply&#8230;still and video camera and audio equipment support <a href="http://bit.ly/otuLMB">http://bit.ly/otuLMB</a> Columbia Sportswear <a href="http://bit.ly/rBCvNN">http://bit.ly/rBCvNN</a> Dynamic Perception <a href="http://bit.ly/gv2QTn">http://bit.ly/gv2QTn</a> Bill Price Captain of the Starship On Ecosalon <a href="http://bit.ly/tpoK0j">http://bit.ly/tpoK0j</a> On OPB <a href="http://bit.ly/tpkKE0">http://bit.ly/tpkKE0</a> On Treehugger <a href="http://bit.ly/uYlGlf">http://bit.ly/uYlGlf</a> On Huffington Post <a href="http://huff.to/vhu2kw">http://huff.to/vhu2kw</a> On KATU <a href="http://bit.ly/rH3y7R">http://bit.ly/rH3y7R</a> On REI <a href="http://bit.ly/tm8LqM">http://bit.ly/tm8LqM</a> On Yahoo <a href="http://yhoo.it/vU0nZH">http://yhoo.it/vU0nZH</a> On Reuters <a href="http://reut.rs/sqxMD5">http://reut.rs/sqxMD5</a> On NewSchoolofPhotography <a href="http://bit.ly/sJw2mJ">http://bit.ly/sJw2mJ</a> On KGW <a href="http://bit.ly/t1KXL8">http://bit.ly/t1KXL8</a> On Discover Magazine <a href="http://bit.ly/rILVqR">http://bit.ly/rILVqR</a> On The Atlantic <a href="http://bit.ly/sy5nud">http://bit.ly/sy5nud</a> On PhotoWeeklyOnline <a href="http://bit.ly/vjRVO8">http://bit.ly/vjRVO8</a></p>
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Your Future Husband]]></title>
    <link href="http://unsure.org/blog/2011/11/22/13175309788/"/>
    <updated>2011-11-22T00:00:00-08:00</updated>
    <id>http://unsure.org/blog/2011/11/22/13175309788</id>
    <content type="html"><![CDATA[<iframe src="http://player.vimeo.com/video/31041703" width="400" height="225" frameborder="0"></iframe><p>Your Future Husband by Bradley Jackson // &#8220;Are you ready to meet your soulmate?&#8221; This film won &#8220;Funniest Filmmaker in Austin 2010&#8221; and screened at Austin Film Festival. Directors: Luke Korem &amp; Bradley Jackson Writer: Bradley Jackson Filmed &amp; Edited by: Luke Korem Starring: Mike Faerber Shot on: Sony EX3</p>
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[The Shelter Pet Project]]></title>
    <link href="http://unsure.org/blog/2011/11/22/13174114606/"/>
    <updated>2011-11-22T00:00:00-08:00</updated>
    <id>http://unsure.org/blog/2011/11/22/13174114606</id>
    <content type="html"><![CDATA[<iframe width="400" height="225" src="http://www.youtube.com/embed/i2iG9NQk9mI?wmode=transparent&autohide=1&egm=0&hd=1&iv_load_policy=3&modestbranding=1&rel=0&showinfo=0&showsearch=0" frameborder="0" allowfullscreen></iframe><p>The Shelter Pet Project is a public service ad campaign focused on spreading the word that pets in shelters are wonderful and lovable, and encouraging potential adopters to consider the shelter as the first place to find a new best friend. Visit <a href="http://www.theshelterpetproject.org">www.theshelterpetproject.org</a> to search for available shelter pets in your area and learn more about shelter pet adoption.</p>
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Occupy Portland]]></title>
    <link href="http://unsure.org/blog/2011/11/16/12893596143/"/>
    <updated>2011-11-16T00:00:00-08:00</updated>
    <id>http://unsure.org/blog/2011/11/16/12893596143</id>
    <content type="html"><![CDATA[<iframe src="http://player.vimeo.com/video/32140706" width="400" height="225" frameborder="0"></iframe><p><a class="tumblr_blog" href="http://blog.dalasverdugo.com/post/12893062977/feels-like-home-episode-41-occupy-portland">dalasverdugo</a>:</p>

<blockquote>

<p>Feels Like Home Episode #41 - Occupy Portland - Michael Griffith “Woods of Error” (by <a href="http://vimeo.com/32140706">Into The Woods</a>)</p>

<p>Nice one. Really great contrast between the soothing music and the protest noise.</p>

</blockquote>
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Cosmic Clock]]></title>
    <link href="http://unsure.org/blog/2011/11/09/12559291271/"/>
    <updated>2011-11-09T00:00:00-08:00</updated>
    <id>http://unsure.org/blog/2011/11/09/12559291271</id>
    <content type="html"><![CDATA[<iframe width="400" height="299" src="http://www.youtube.com/embed/WppJEf3ZtFU?wmode=transparent&autohide=1&egm=0&hd=1&iv_load_policy=3&modestbranding=1&rel=0&showinfo=0&showsearch=0" frameborder="0" allowfullscreen></iframe><p>Al Jarnow&#8217;s &#8220;Cosmic Clock,&#8221; from PBS&#8217;s 3-2-1 Contact. A complete DVD of Jarnow&#8217;s films for PBS, as well as his independent work is available through the Numero Group: <a href="http://bit.ly/vaQKao">http://bit.ly/vaQKao</a> From the early 1970s through the 1990s, Jarnow made films for various Children&#8217;s Television Workshop programs including 3-2-1 Contact, Electric Company, and Sesame Street, as well as a variety of other experimental projects. He is a painter, educator, museum designer, and software developer. More info: <a href="http://bit.ly/vXZLcy">http://bit.ly/vXZLcy</a></p>
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Portugal. The Man - Got It All (This Can’t be Living Now)]]></title>
    <link href="http://unsure.org/blog/2011/11/05/12376148031/"/>
    <updated>2011-11-05T00:00:00-07:00</updated>
    <id>http://unsure.org/blog/2011/11/05/12376148031</id>
    <content type="html"><![CDATA[<a href="http://www.last.fm/music/Portugal.+The+Man/_/Got+It+All+%28This+Can%E2%80%99t+be+Living+Now%29">Portugal. The Man - Got It All (This Can’t be Living Now)</a><br/><p><a href="http://bit.ly/eA8V8J">http://bit.ly/eA8V8J</a></p>
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Code Swarm Data Visualization is awesome.]]></title>
    <link href="http://unsure.org/blog/2010/10/13/1307755329/"/>
    <updated>2010-10-13T00:00:00-07:00</updated>
    <id>http://unsure.org/blog/2010/10/13/1307755329</id>
    <content type="html"><![CDATA[<a href="http://vis.cs.ucdavis.edu/~ogawa/codeswarm/"><img src="http://unsure.org/tumblr_files/tumblr_la8wy6vjwP1qz7zm7o1_500.png"/></a><br/><p>Code Swarm Data Visualization is awesome.</p>
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Time Machine Editor - Sane backup schedule!]]></title>
    <link href="http://unsure.org/blog/2010/09/29/1212390779/"/>
    <updated>2010-09-29T00:00:00-07:00</updated>
    <id>http://unsure.org/blog/2010/09/29/1212390779</id>
    <content type="html"><![CDATA[<a href="http://timesoftware.free.fr/timemachineeditor/"><img src="http://unsure.org/tumblr_files/tumblr_l9j3ow9CvC1qz7zm7o1_500.png"/></a><br/><p>Time Machine Editor - Sane backup schedule!</p>
]]></content>
  </entry>
  
</feed>

