<?xml version="1.0" encoding="UTF-8"?>
<!--Generated by Squarespace Site Server v5.11.81 (http://www.squarespace.com/) on Thu, 31 May 2012 08:34:24 GMT--><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><title>Journal</title><link>http://www.michael-levine.com/journal/</link><description></description><lastBuildDate>Sat, 14 Apr 2012 07:07:25 +0000</lastBuildDate><copyright></copyright><language>en-US</language><generator>Squarespace Site Server v5.11.81 (http://www.squarespace.com/)</generator><item><title>NHK Monitor</title><dc:creator>Michael</dc:creator><pubDate>Sat, 14 Apr 2012 04:00:34 +0000</pubDate><link>http://www.michael-levine.com/journal/2012/4/14/nhk-monitor.html</link><guid isPermaLink="false">787872:9333804:15836604</guid><description><![CDATA[<p><img class="iphone-image" src="http://www.michael-levine.com/resource/iphone-20120414000034-1.jpg?fileId=17666741"/></p><p>My obsession with NHK has payed off. I've been selected to be a Program Monitor. The welcome packet has arrived. <br /></p>]]></description><wfw:commentRss>http://www.michael-levine.com/journal/rss-comments-entry-15836604.xml</wfw:commentRss></item><item><title>EyeTV and the quest for NHK</title><category>Technology</category><category>Tips</category><dc:creator>Michael</dc:creator><pubDate>Tue, 28 Feb 2012 05:45:11 +0000</pubDate><link>http://www.michael-levine.com/journal/2012/2/28/eyetv-and-the-quest-for-nhk.html</link><guid isPermaLink="false">787872:9333804:15218686</guid><description><![CDATA[<p class="p1"><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2Fpost-images%2FScreen%20Shot%202012-02-27%20at%209.29.26%20PM.png%3F__SQUARESPACE_CACHEVERSION%3D1330408306999',769,1482);"><img src="http://www.michael-levine.com/storage/thumbnails/9235589-16849730-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1330408307000" alt="" /></a></span></span></p>
<p class="p1">&nbsp;</p>
<p class="p1">After getting a rooftop antenna for OTA TV, I discovered that channel 18.2 carried programming from <a href="http://www3.nhk.or.jp/nhkworld/index.html">NHK</a> at some hours during the day. I became completely addicted and started wanting a way to timeshift the shows so I could watch them on my iPhone during lunch.</p>
<p class="p2">My thought on timeshifting was to treat TV shows like podcasts in iTunes. New shows update, old shows are removed, shows sync to iPhone automatically.</p>
<p class="p2">Elgato's EyeTV is the standard way most people would do this on a Mac. And it works great. But, not being able to leave well enough alone, I wanted to improve the builtin workflow of EyeTV and do it exactly how I wanted. There were a few dealbreakers with EyeTV that needed to be fixed.</p>
<p class="p2">Problems:</p>
<p class="p1">EyeTV&nbsp; records massive raw MPG files, about 1GB per 30 minutes.</p>
<p class="p1">EyeTV gives no output options for cropping, exporting, or codec type to AppleTV or an iPhone.</p>
<p class="p1">EyeTV exports very slowly.</p>
<p class="p1">My local TV channel broadcasts the HD feed from Japan in a letterboxed 3:4 window. This makes reading subtitles very diffucult on a small screen.</p>
<p class="p1">Need a way to encode metadata into the file itself so it will read correctly on multiple configurations</p>
<p class="p2">&nbsp;</p>
<p class="p2">Solutions:</p>
<p class="p1">Encode with Handbrake instead of EyeTV - allows for user-selectable output options, and will encode files to 1/4 their old size as mp4 files.This will allow more shows to fit on an iphone.</p>
<p class="p1">Handbrake also uses all 8-cores on my Mac resulting in much faster encodes.</p>
<p class="p1">Have files properly tagged and added to the iTunes library.</p>
<p class="p1">Have tagging metadata written directly into the file , not just the iTunes xml file.</p>
<p class="p1">With files properly imported in iTunes their watched status can be easily tracked, and old shows can be easily deleted.</p>
<p class="p1">Crop the letterboxed 3:4 image so it will fill a 16:9 screen.</p>
<p class="p1">&nbsp;</p>
<p class="p1">Process:</p>
<p class="p1">There are many many programs on Mac to convert and manage video.</p>
<p class="p1">I downloaded and tried many of them, and everyone of them had some sort of failing. They wouldn't tag the shows correctly, wouldn't play nice with iTunes, etc etc. &nbsp;Luckily, EyeTV comes with hooks for Applescript , and allows them to be triggered at various times such as when a recording begins or ends.The workflow I eventually managed to setup is a hodgepodge of Applescripts and shell scripts.</p>
<p class="p2">&nbsp;</p>
<p class="p2">Software needed:</p>
<p class="p1"><a href=" http://atomicparsley.sourceforge.net/">Atomic Parsley</a> http://atomicparsley.sourceforge.net/</p>
<p class="p1">Download this <a href=" http://www.niedling.info/ralf/projekte/verschiedenes/eyetv-applescript/eyetv-handbrake_en.html">script</a>&nbsp;and p<span class="s1">ut it in&nbsp;</span>/Library/Application Support/EyeTV/Scripts<span class="s1">&nbsp;and restart EyeTV</span></p>
<p class="p1">Download the CLI version of <a href="http://handbrake.fr/?article=download">Handbrake</a></p>
<p class="p2">Put the AtomicParsley, and HandbrakeCLI binaries in <span class="s2">/usr/local/bin/</span> or somewhere appropriate.</p>
<p class="p2">&nbsp;</p>
<p class="p2">By placing that script in your EyeTV scripts directory, EyeTV will now automatically use handbrake to encode files from mpg to mp4.</p>
<p class="p2">I wrote a quick and dirty script and set it as &nbsp;folder action that triggers when Handbrake starts to write to a temp directory:</p>
<p class="p2">&nbsp;</p>
<blockquote>
<p class="p1" style="text-align: left;">#!/bin/bash</p>
<p class="p1" style="text-align: left;">// set variables</p>
<p class="p1" style="text-align: left;">path=/Users/username/Temp/eyeTvTemp/*.m4v;</p>
<p class="p1" style="text-align: left;">filename=$(basename $path);</p>
<p class="p1" style="text-align: left;">filename2=${filename%.*} ;</p>
<p class="p2" style="text-align: left;">&nbsp;</p>
<p class="p1" style="text-align: left;">//check for size of file. If it's a placeholder less than 1000 bytes in size, wait 300 //seconds and try again.</p>
<p class="p1" style="text-align: left;">s=$(stat -f %z $path)</p>
<p class="p1" style="text-align: left;">if (($s &lt; 1000))</p>
<p class="p1" style="text-align: left;">&nbsp;&nbsp;&nbsp;&nbsp; then sleep 300</p>
<p class="p1" style="text-align: left;">else</p>
<p class="p2" style="text-align: left;">&nbsp;</p>
<p class="p1" style="text-align: left;">//If the file is larger than 1000 bytes, then tag it with Atomic Parsley using the file name as the show name, and genre as TV Show.</p>
<p class="p1" style="text-align: left;">for i in $path;</p>
<p class="p1" style="text-align: left;">do /usr/local/bin/AtomicParsley "$i" --stik value=10 --genre "TV Shows" --TVShowName "$filename2" -W;</p>
<p class="p2" style="text-align: left;">&nbsp;</p>
<p class="p1" style="text-align: left;">done</p>
<p class="p1" style="text-align: left;">fi</p>
<p class="p2" style="text-align: left;">&nbsp;</p>
<p class="p1" style="text-align: left;">_______________________________</p>
</blockquote>
<p class="p1">We will be using some<a href="http://www.simplehelp.net/2007/01/30/folder-actions-for-os-x-explained-with-real-world-examples/"> folder actions</a> on OSX to trigger the various scripts. Handbrake writes out a temp placeholder file , but folder actions trigger right away. This would grab the temp file and mess up the whole process.</p>
<p class="p1">The next section just checks the file to make sure it is bigger than 1000 bytes, if it isn't it waits 5 minutes and then tries again,</p>
<p class="p1">Last the actual tagging, It calls Atomic Parsley to tag the genre as "TV Show" and the type to TV Show. This allows the shows to stack in the correct manner under one icon in iTunes.&nbsp;</p>
<p class="p1">It also names the tag with the name of the file, which works great for me, but probably isn't what you want with shows that have episode titles. Most of the things I record are news style shows, so they don't have episode names. The variable is quoted since atomic parsley doesn't deal with spaces in filenames.</p>
<p class="p1">The -W flag overwrites the original rather than copying the file , which is the AP default.</p>
<p class="p1">The final stage of copying the file is to send it to the "Automatically add to iTunes" directory. This is done with another folder action that waits one hour before copying a file to give some safety time for the file to encode. It probably should be folded into the tag script, but it just happens I had an automator workflow already built for this, so I just re-used it.</p>
<p class="p2">So after all that, what do we get? EyeTV records shows I specify in it's program guide. On RecordingDone , Handbrake is invoked and crops and compresses the show, then writes to a temp dir. The instant the file appears in the temp dir, the folder action is invoked for tagging. Once tagged, its then copied via folder action to iTunes, where it can then be enjoyed on AppleTV or on my phone.</p>
<p class="p2">Overcomplicated? Definently. But it works. Hopefully some of the above can help someone in their scripting efforts. Or just buy a Tivo.</p>]]></description><wfw:commentRss>http://www.michael-levine.com/journal/rss-comments-entry-15218686.xml</wfw:commentRss></item><item><title>Animated Movie Posters</title><category>Work</category><category>animation</category><dc:creator>Michael</dc:creator><pubDate>Sun, 12 Feb 2012 23:33:59 +0000</pubDate><link>http://www.michael-levine.com/journal/2012/2/12/animated-movie-posters.html</link><guid isPermaLink="false">787872:9333804:15005172</guid><description><![CDATA[<div id="_mcePaste"></div>
<div><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2Fpost-images%2Fanimated_posters.jpg%3F__SQUARESPACE_CACHEVERSION%3D1329089836107',1317,952);"><img src="http://www.michael-levine.com/storage/thumbnails/9235589-16560449-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1329089836107" alt="" /></a></span></span></div>
<div>Why must all animated movies be advertised with a pun as the tagline? Is this a studio-wide mandate?&nbsp;</div>
<div id="_mcePaste"></div>
<div id="_mcePaste">It may look like all posters for animated movies are from the same company. The posters above are actually from different movies, marketed by different studios.&nbsp;</div>
<div id="_mcePaste">These are by no means the worst, just the ones I could screenshot in 30 minutes searching google. Live action movies are not universally marketed this way.&nbsp;(But,&nbsp;<a href="http://i.imgur.com/Kl8fq.jpg">this</a> shows they have their own issues.)</div>
<div></div>
<div id="_mcePaste"></div>
<div id="_mcePaste"></div>
<div></div>
<p>&nbsp;</p>
<div>Here's your 3 step shortcut to making an animated movie poster:</div>
<div></div>
<div id="_mcePaste"></div>
<div id="_mcePaste"></div>
<div>1. Image of character against white (clouds are also acceptable)</div>
<div id="_mcePaste">2. A pun , preferably in Helvetica (this works in non-English languages too!)</div>
<div id="_mcePaste">3. Profit!</div>
<div></div>
<div></div>
<p>&nbsp;</p>
<div>#fb</div>
<div></div>]]></description><wfw:commentRss>http://www.michael-levine.com/journal/rss-comments-entry-15005172.xml</wfw:commentRss></item><item><title>Dingoo A320 and the Mac</title><category>Technology</category><dc:creator>Michael</dc:creator><pubDate>Wed, 08 Feb 2012 05:18:38 +0000</pubDate><link>http://www.michael-levine.com/journal/2012/2/8/dingoo-a320-and-the-mac.html</link><guid isPermaLink="false">787872:9333804:14927035</guid><description><![CDATA[<p><span class="full-image-block ssNonEditable"><span><img src="http://www.michael-levine.com/storage/post-images/Dingoo.png?__SQUARESPACE_CACHEVERSION=1328678427091" alt="" /></span></span></p>
<p class="p1">The <a href="http://www.dingoo-digital.com/">Dingoo A320</a> is a neat little device for emulating game systems, but there a few gotchas when using the A320 with a Mac.</p>
<p class="p2">&nbsp;</p>
<p class="p1">1. The A320 will disconnect from the USB port after a few minutes.</p>
<p class="p1">This is very frustrating when trying to transfer large files. The solution is to either not use the Dingoo to transfer files via USB to internal memory. Or, just use the SD card for files. Remember you have a 5 minute timer running to transfer files before it craps out.&nbsp;This is not an issue on a PC.</p>
<p class="p2">&nbsp;2. Ejecting the A320 will crash it.</p>
<p class="p2">If you use the standard Mac software eject button to dismount the unit, it will freeze up and have to be hard reset. If you just yank out the USB cord, it will update and unmount just fine, but the Mac will give you a warning about disc corruption etc etc. So one way or the other, there will be some kind of error when it comes to unmounting the A320.</p>
<p class="p2">&nbsp;3. Formatting the miniSD card to install <a href="http://www.dingux.com/">Dingux</a> will not work on a Mac.</p>
<p class="p1">You will not get any errors, or anything out of the ordinary, but it won't work. The boot sector for Dingux is corrupted in this process. You need to format the SD card on a real PC. Using VMware or Parallels won't work either. I don't have Boot Camp installed, so I wasn't able to test that. Avoid many hours of frustration and format the card on a PC.</p>]]></description><wfw:commentRss>http://www.michael-levine.com/journal/rss-comments-entry-14927035.xml</wfw:commentRss></item><item><title>fxguide on IATSE organizing failure</title><category>VFX</category><dc:creator>Michael</dc:creator><pubDate>Thu, 01 Dec 2011 06:20:00 +0000</pubDate><link>http://www.michael-levine.com/journal/2011/12/1/fxguide-on-iatse-organizing-failure.html</link><guid isPermaLink="false">787872:9333804:14852901</guid><description><![CDATA[<p><a href="http://www.fxguide.com/quicktakes/iatse-one-year-later/">fxguide</a>&nbsp;quoted me for a great article they published recently about the embarassing failure of IATSE to organize VFX artists. Jeff Heuser (<a href="http://twitter.com/#!/neonmarg">@neonmarg</a>) wrote the article,. He is an important voice to follow for artist's rights and working conditions.&nbsp;</p>]]></description><wfw:commentRss>http://www.michael-levine.com/journal/rss-comments-entry-14852901.xml</wfw:commentRss></item><item><title>Drawing Club Vampira Theme</title><category>Artwork</category><category>drawing club</category><category>painting</category><dc:creator>Michael</dc:creator><pubDate>Tue, 18 Oct 2011 07:04:07 +0000</pubDate><link>http://www.michael-levine.com/journal/2011/10/18/drawing-club-vampira-theme.html</link><guid isPermaLink="false">787872:9333804:13322559</guid><description><![CDATA[<p><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2Fpost-images%2Fdrawing_club_vampira.jpg%3F__SQUARESPACE_CACHEVERSION%3D1318923477449',1013,800);"><img src="http://www.michael-levine.com/storage/thumbnails/9235589-14684788-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1318923477452" alt="" /></a></span></span></p>
<p>This weeks theme at the Drawing Club was Vampira. Tried real physical acrylics this time, no Photoshop!</p>]]></description><wfw:commentRss>http://www.michael-levine.com/journal/rss-comments-entry-13322559.xml</wfw:commentRss></item><item><title>Drawing Club Russ Meyer theme</title><category>Artwork</category><category>drawing club</category><category>painting</category><dc:creator>Michael</dc:creator><pubDate>Fri, 23 Sep 2011 00:09:05 +0000</pubDate><link>http://www.michael-levine.com/journal/2011/9/22/drawing-club-russ-meyer-theme.html</link><guid isPermaLink="false">787872:9333804:12954498</guid><description><![CDATA[<p>&nbsp;</p>
<p><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2FMichael-Levine-Russ-Meyer-003.jpg%3F__SQUARESPACE_CACHEVERSION%3D1317322019026',705,450);"><img src="http://www.michael-levine.com/storage/thumbnails/9235589-14399448-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1317322019028" alt="" /></a></span></span><span class="thumbnail-image-float-left ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2FMichael-Levine-Russ-Meyer-001.jpg%3F__SQUARESPACE_CACHEVERSION%3D1317322108852',983,450);"><img src="http://www.michael-levine.com/storage/thumbnails/9235589-14399378-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1317322108856" alt="" /></a></span></span><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2FMichael-Levine-Russ-Meyer-002.jpg%3F__SQUARESPACE_CACHEVERSION%3D1317322077585',719,450);"><img src="http://www.michael-levine.com/storage/thumbnails/9235589-14399443-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1317322081456" alt="" /></a></span></span></p>
<p>&nbsp;</p>
<p>Haven't been able to stop by The Drawing Club since I've been out of the country for  the last year. Finally got to drop in last week and do some sketching.</p>
<p>http://www.thedrawingclub.com/workshop/russ-meyer-theme-photo-and-artwork/</p>]]></description><wfw:commentRss>http://www.michael-levine.com/journal/rss-comments-entry-12954498.xml</wfw:commentRss></item><item><title>Essential VFX links on Twitter</title><category>VFX</category><category>vfx</category><dc:creator>Michael</dc:creator><pubDate>Sun, 06 Feb 2011 00:38:44 +0000</pubDate><link>http://www.michael-levine.com/journal/2011/2/5/essential-vfx-links-on-twitter.html</link><guid isPermaLink="false">787872:9333804:10366895</guid><description><![CDATA[<p>&nbsp;</p>
<p>Just a quick listing of who I find is invaluable to follow on Twitter for vfx news. Many vfx companies and supes have twitter accounts and will post job openings there. (@dneg , and @MPC_VFX for example).&nbsp; But there are a few that if you work in visual effects, you need to follow. I find twitter to be a better source of up-to-the-minute information than many of the dedicated sites that cover cg.</p>
<p>Who you should be following:<br /><br /><a href="http://twitter.com/#!/Variety_DSCohen">@Variety_DSCohen</a><br /><br />David S. Cohen , writer for Vaiety and covers technology and visual effects. Lots of good info daily about the state of the business. Also good info that many other news outlets should be covering, but aren't.<br /><br /><a href="http://twitter.com/#!/VFXSoldier">@VFXSoldier</a><br /><br />The mysterious VFX Soldier likes to stay anonymous, and that's ok. He (She?) covers the important vfx labor and union issues.<br /><br /><a href="http://twitter.com/#!/VisualEffectsSo">@VisualEffectsSo</a><br /><br />Official Twitter feed of the VES (Visual Effects Society). It's not perfect, but it's the closest thing we have to a union or a voice.<br /><br /><a href="http://twitter.com/#!/alba">@alba</a><br /><br />Eric Alba is an independant vfx supe, and posts great links everyday that are related to cg, animation, and vfx. Not sure how he has time to prolifically tweet and supe.<br /><br /><a href="http://twitter.com/#!/vfxblog">@vfxblog</a><br /><br />Ian Failes writes for fxguide.com (another site you should be reading daily).<br /><br />oh yeah, and me: <a href="http://twitter.com/#!/MichaelLevineTD">@MichaelLevineTD</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>]]></description><wfw:commentRss>http://www.michael-levine.com/journal/rss-comments-entry-10366895.xml</wfw:commentRss></item><item><title>No Video for you</title><category>Australia</category><category>Travel</category><dc:creator>Michael</dc:creator><pubDate>Wed, 17 Nov 2010 10:25:25 +0000</pubDate><link>http://www.michael-levine.com/journal/2010/11/17/no-video-for-you.html</link><guid isPermaLink="false">787872:9333804:10325596</guid><description><![CDATA[<p><img class="iphone-image" src="http://www.michael-levine.com/resource/iphone-20101117052525-1.jpg?fileId=10974591" alt="" /></p>
<p>Australia is a lovely country with wonderful people. But it sucks when it comes to trying to watch streaming video.</p>
<p><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2Fpost-images%2FScreen%2520shot%25202011-02-02%2520at%25209.44.26%2520PM.png%3F__SQUARESPACE_CACHEVERSION%3D1298897160704',639,1073);"><img src="http://www.michael-levine.com/storage/thumbnails/9235589-10974343-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1298897160704" alt="" /></a></span></span></p>
<p><span class="full-image-block ssNonEditable"><span> </span></span><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2Fpost-images%2FScreen%2520shot%25202011-02-28%2520at%252011.00.43%2520PM.png%3F__SQUARESPACE_CACHEVERSION%3D1298897192218',386,509);"><img src="http://www.michael-levine.com/storage/thumbnails/9235589-10974344-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1298897192219" alt="" /></a></span></span></p>
<p><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2Fpost-images%2FScreen%2520shot%25202011-02-28%2520at%252011.00.58%2520PM.png%3F__SQUARESPACE_CACHEVERSION%3D1298897225508',361,725);"><img src="http://www.michael-levine.com/storage/thumbnails/9235589-10974345-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1298897225509" alt="" /></a></span></span></p>
<p><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2Fpost-images%2FScreen%2520shot%25202011-02-28%2520at%252011.01.45%2520PM.png%3F__SQUARESPACE_CACHEVERSION%3D1298897271422',451,722);"><img src="http://www.michael-levine.com/storage/thumbnails/9235589-10974339-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1298897271424" alt="" /></a></span></span></p>
<p><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2Fpost-images%2FScreen%2520shot%25202011-02-28%2520at%252011.01.15%2520PM.png%3F__SQUARESPACE_CACHEVERSION%3D1298897295080',289,720);"><img src="http://www.michael-levine.com/storage/thumbnails/9235589-10974340-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1298897295081" alt="" /></a></span></span></p>
<p><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2Fpost-images%2FScreen%2520shot%25202011-02-28%2520at%252011.01.06%2520PM.png%3F__SQUARESPACE_CACHEVERSION%3D1298897328045',453,722);"><img src="http://www.michael-levine.com/storage/thumbnails/9235589-10974341-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1298897328046" alt="" /></a></span></span></p>
<p><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2Fpost-images%2Fsnapshot24.jpg%3F__SQUARESPACE_CACHEVERSION%3D1298897353018',655,986);"><img src="http://www.michael-levine.com/storage/thumbnails/9235589-10974338-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1298897353019" alt="" /></a></span></span></p>
<p><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2Fpost-images%2FScreen%2520shot%25202010-12-22%2520at%25206.34.31%2520AM.png%3F__SQUARESPACE_CACHEVERSION%3D1298897376401',1144,1062);"><img src="http://www.michael-levine.com/storage/thumbnails/9235589-10974342-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1298897376401" alt="" /></a></span></span></p>]]></description><wfw:commentRss>http://www.michael-levine.com/journal/rss-comments-entry-10325596.xml</wfw:commentRss></item><item><title>RT @time Hollywood's VFX Sweat...</title><category>VFX</category><category>vfx</category><dc:creator>Michael</dc:creator><pubDate>Wed, 26 May 2010 05:41:26 +0000</pubDate><link>http://www.michael-levine.com/journal/2010/5/26/rt-time-hollywoods-vfx-sweat.html</link><guid isPermaLink="false">787872:9333804:10325597</guid><description><![CDATA[<p></p>]]></description><wfw:commentRss>http://www.michael-levine.com/journal/rss-comments-entry-10325597.xml</wfw:commentRss></item></channel></rss>
