<?xml version="1.0" encoding="utf-8"?>
<!-- generator="wordpress/2.0.4" -->
<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/"
	>

<channel>
	<title>fine whine</title>
	<link>http://mikelietz.org/whine</link>
	<description></description>
	<pubDate>Tue, 22 Apr 2008 14:18:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>
	<language>en</language>
			<item>
		<title>a creativecommons-licensed interesting photo findr for flickr</title>
		<link>http://mikelietz.org/whine/2008/01/21/a-creativecommons-licensed-interesting-photo-findr-for-flickr/</link>
		<comments>http://mikelietz.org/whine/2008/01/21/a-creativecommons-licensed-interesting-photo-findr-for-flickr/#comments</comments>
		<pubDate>Mon, 21 Jan 2008 05:44:28 +0000</pubDate>
		<dc:creator>mikelietz</dc:creator>
		
	<category>projects</category>
	<category>code</category>
		<guid isPermaLink="false">http://mikelietz.org/whine/2008/01/21/a-creativecommons-licensed-interesting-photo-findr-for-flickr/</guid>
		<description><![CDATA[The more I play with making fake CD covers from flickr photos, the more I get frustrated by the sheer number of interesting photos that are unusable because of their creators&#8217; chosen license. I realize that if I emailed them, many wouldn&#8217;t mind me using their photos for something like this, but that seemed like [...]]]></description>
			<content:encoded><![CDATA[<p>The more I play with making fake CD covers from flickr photos, the more I get frustrated by the sheer number of interesting photos that are unusable because of their creators&#8217; chosen license. I realize that if I emailed them, many wouldn&#8217;t mind me using their photos for something like this, but that seemed like it would be so much trouble.</p>
<p>So instead I programmed a little script to find only the usable shots, and made a page for it. Took me a couple hours, give or take, to get it working.</p>
<p>To be more specific, here&#8217;s what you might want to know about what I did.</p>
<p>Flickr photos can be licensed in a number of ways, either through the default &#8220;© All rights reserved&#8221; that regular copyright protection grants, or through the more flexible and friendly creative commons licensing with its many permutations, including requirements for attribution, non-commercial and commercial use, and even the licensing of derivative works. So what I needed to do was take the five hundred photos flickr picks each day for their &#8220;interestingness&#8221;, and filter out anything that was marked &#8220;all rights reserved&#8221; or &#8220;no derivative works&#8221;. Fortunately those happened to map to the integers 0,3, and 6, which meant filtering them out was a simple modulus test<a href="#909-asterisk">*</a>. Calculations aside, the rest was a matter of a few hours&#8217; work and the <a href="http://phpflickr.com/">phpFlickr</a> <a href="http://phpflickr.com/docs/">documentation</a> to get a working script that wouldn&#8217;t hammer my server, nor get me banned from flickr&#8217;s.</p>
<p>So all it does is check 3,500 of the last seven days of interesting photos, and from those, screens out the usable ones. From my quick observations, the percentage of correctly-licensed photos chosen for their interestingness is under ten percent. Which means that hopefully I can save people some time. The one that it picks, at random, is ready to use.</p>
<p><a href="http://mikelietz.org/code/flickr-ccgettr.php">Click here to try it for yourself.</a></p>
<p>Go ahead and put your comments and questions below. I&#8217;m releasing this as a 0.1 version - I know there is much more I&#8217;d like to do with it, but since it works, I figured I&#8217;d get it out there for people to play with. My source code is messy, but eventually I&#8217;ll get the relevant bits of it posted too.</p>
<hr />
<p><a name="909-asterisk" class="asterisk">*</a> At the risk of sounding too nerdy, modulus is, and has been, one of my favorite mathematical operations. It&#8217;s just a fancy name for &#8220;the remainder&#8221;, but since that sounds like something out of elementary school, I think everybody calls it the much more impressive &#8220;modulus&#8221;. It&#8217;s wildly useful (or at least, I&#8217;ve used it a lot), and, well, I&#8217;ve used it a lot, probably more than multiplication and division combined, in my programs over the years.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://mikelietz.org/whine/2008/01/21/a-creativecommons-licensed-interesting-photo-findr-for-flickr/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>still crazy about the covers</title>
		<link>http://mikelietz.org/whine/2008/01/19/still-crazy-about-the-covers/</link>
		<comments>http://mikelietz.org/whine/2008/01/19/still-crazy-about-the-covers/#comments</comments>
		<pubDate>Sun, 20 Jan 2008 01:20:08 +0000</pubDate>
		<dc:creator>mikelietz</dc:creator>
		
	<category>projects</category>
	<category>meta</category>
		<guid isPermaLink="false">http://mikelietz.org/whine/2008/01/19/still-crazy-about-the-covers/</guid>
		<description><![CDATA[I&#8217;ve uploaded more than ten of the random CD covers I&#8217;ve created (mentioned earlier) to a new flickr set* I made. 
See it here.
As I&#8217;ve started spending more time and effort on making them, I&#8217;ve found myself going through old, uninstalled fonts and using parts of Photoshop (and the Gimp, and Illustrator, too) that I&#8217;d [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve uploaded more than ten of the random CD covers I&#8217;ve created (mentioned <a href="/whine/" title="read my earlier post about this">earlier</a>) to a new flickr set<a href="#908-asterisk">*</a> I made. </p>
<p><a href="http://www.flickr.com/photos/mikelietz/sets/72157603752668600/" title="My CD covers set">See it here</a>.</p>
<p>As I&#8217;ve started spending more time and effort on making them, I&#8217;ve found myself going through old, uninstalled fonts and using parts of Photoshop (and the Gimp, and Illustrator, too) that I&#8217;d not used much of before. I&#8217;ve even re-done a few from before that looked, well, cheesy. I imagine this set will only grow as I mess with more of these.</p>
<p>What can I say? It&#8217;s fun.</p>
<hr />
<p><a name="908-asterisk" class="asterisk">*</a> I could finally create a third photo set having activated the &#8220;pro&#8221; subscription that <a href="http://www.harraton.com/" title="see her site">Janice</a> gave me for Christmas. Thanks Janice!
</p>
]]></content:encoded>
			<wfw:commentRSS>http://mikelietz.org/whine/2008/01/19/still-crazy-about-the-covers/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>more fun than it sounds</title>
		<link>http://mikelietz.org/whine/2008/01/12/more-fun-than-it-sounds/</link>
		<comments>http://mikelietz.org/whine/2008/01/12/more-fun-than-it-sounds/#comments</comments>
		<pubDate>Sun, 13 Jan 2008 01:20:25 +0000</pubDate>
		<dc:creator>mikelietz</dc:creator>
		
	<category>projects</category>
	<category>links</category>
	<category>photo</category>
		<guid isPermaLink="false">http://mikelietz.org/whine/2008/01/12/more-fun-than-it-sounds/</guid>
		<description><![CDATA[So ever since I read about them on Neatorama, I wanted to make some random CD covers. From what I read, the recipe was simple:

en.wikipedia.org/wiki/Special:Random The first article title on the page is the name of the band.
www.quotationspage.com/random.php3 The last four words of the very last quote is the album title.
www.flickr.com/explore/interesting/7days/ The third picture, license [...]]]></description>
			<content:encoded><![CDATA[<p>So ever since I read about them on <a href="http://www.neatorama.com/2008/01/11/cd-cover-meme/">Neatorama</a>, I wanted to make some random CD covers. From what I read, the recipe was simple:</p>
<ol>
<li><a href="http://en.wikipedia.org/wiki/Special:Random">en.wikipedia.org/wiki/Special:Random</a> The first article title on the page is the name of the band.</li>
<li><a href="http://www.quotationspage.com/random.php3">www.quotationspage.com/random.php3</a> The last four words of the very last quote is the album title.</li>
<li><a href="http://www.flickr.com/explore/interesting/7days/">www.flickr.com/explore/interesting/7days/</a> The third picture, license permitting, is the album cover.</li>
<li>The finished product belongs in the  <a href="http://www.flickr.com/groups/cdcovermeme/pool/">CD cover meme</a> pool.</li>
</ol>
<p>I turned out a few in as many hours. I tried to stick to the rules, but couldn&#8217;t bring myself to use the photos that were marked &#8220;© All rights reserved&#8221; when I knew there were ones licensed (via <a href="http://creativecommons.org/">creativecommons</a>) for derivative works, as this would likely be considered. Though I ended up reloading a few times more than I liked, I did come across enough to make these (and a few more that I&#8217;ll eventually upload).</p>
<p><img src="/images/fourcovers.jpg" title="four fake covers" alt="four fake covers" /></p>
<p>Making fake album covers is nothing new to me. Back when I was first learning Photoshop I&#8217;d made many a cover using stock photography for a fictional band called &#8220;Spontaneous Grape&#8221;, going even as far as creating a fictional record label<a href="#907-asterisk">*</a> to release them. But coming up with the titles was often the trouble, and moreover selecting photos that I thought would be interesting even more so. Without those aspects to worry about, I can crank these things out much faster.</p>
<p>Eventually I&#8217;ll get them up on flickr, annotated and everything else. But I&#8217;ve got to take a break from making them first.</p>
<hr />
<p><a name="907-asterisk" class="asterisk">*</a> The name of the label was Ludd Records, and it was rather a bit of a dumb in-joke. One of my many online identities was that of &#8220;Luddite Industries&#8221;, which I thought to be a particularly sophisticated joke, in that the <a href="http://en.wikipedia.org/wiki/Luddite">Luddites</a> would not likely be operating a web site. Here&#8217;s the logo, which I drew in AutoCad, knowing it better than Photoshop at the time.<br />
<img src="/images/luddlogowhite.jpg" title="Ludd Records" alt="Ludd Records logo" /><br />
Someday I&#8217;m going to make a black t-shirt with this on it in white.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://mikelietz.org/whine/2008/01/12/more-fun-than-it-sounds/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>another walking video</title>
		<link>http://mikelietz.org/whine/2008/01/05/another-walking-video/</link>
		<comments>http://mikelietz.org/whine/2008/01/05/another-walking-video/#comments</comments>
		<pubDate>Sun, 06 Jan 2008 01:00:58 +0000</pubDate>
		<dc:creator>mikelietz</dc:creator>
		
	<category>baby</category>
	<category>video</category>
		<guid isPermaLink="false">http://mikelietz.org/whine/2008/01/05/another-walking-video/</guid>
		<description><![CDATA[This is the first* video I&#8217;ve shot with my mobile phone. I think I&#8217;ll stick to using my nicer digital camera to take videos, a device intended for such purposes, and not something that ultimately is meant to be a phone.
So what&#8217;s in the clip below? Natalya and I were running around some hallways, and [...]]]></description>
			<content:encoded><![CDATA[<p>This is the first<a href="#902-asterisk">*</a> video I&#8217;ve shot with my mobile phone. I think I&#8217;ll stick to using my nicer digital camera to take videos, a device intended for such purposes, and not something that ultimately is meant to be a phone.</p>
<p>So what&#8217;s in the clip below? Natalya and I were running around some hallways, and I decided to shoot a little footage, for, um, posterity or whatever.</p>
<p><embed style="width:400px; height:326px;" id="VideoPlayback" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId=-1822280534624299919&#038;hl=en" > </embed></p>
<p>There isn&#8217;t really any sound (if you can&#8217;t see anything <a href="http://video.google.com/videoplay?docid=-1822280534624299919&#038;hl=en">click here</a>) - you can hear her laugh around seven seconds, but that&#8217;s about it. The main highlight is around the fourteen second mark, when she stumbles sideways, notices something on the wall, and tries to shove whatever she&#8217;s carrying into it.</p>
<p>Yes, that&#8217;s an electrical socket, and no, the footage was not followed by her falling over, crying, with her hair all sticking up. The thing in her hands that is almost completely unrecognizable (due to the bad video quality) is a wooden puzzle piece, and fortunately not a conductor. So it&#8217;s possible she learned about insulators, but not likely.</p>
<p>I almost learned something, though. Here I was holding the camera(-phone) and just letting her do whatever she wanted, safe or not, and I didn&#8217;t even think to stop her. I&#8217;d often wondered why people managed to make all of those videos that show up on youtube or <span class="show">America&#8217;s Funniest Home Videos</span> of something painful or stupid, without dropping the camera and stepping in to help. Well, it seems to just happen that way, I guess. I&#8217;d like to figure out why.</p>
<p>Maybe it&#8217;s because cameras aren&#8217;t exactly cheap. I know I&#8217;d be in a lot of trouble if I dropped, and broke, my phone, though not as much trouble as an electrified toddler.</p>
<hr />
<p><a name="902-asterisk" class="asterisk">*</a>To be fair, it&#8217;s actually the first two videos I&#8217;ve taken, edited haphazardly together with Windows Movie Maker. I think if I intend to do any real video editing, I know I&#8217;ll use a better camera and better software.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://mikelietz.org/whine/2008/01/05/another-walking-video/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>prescient or just timely?</title>
		<link>http://mikelietz.org/whine/2008/01/03/prescient-or-just-timely/</link>
		<comments>http://mikelietz.org/whine/2008/01/03/prescient-or-just-timely/#comments</comments>
		<pubDate>Thu, 03 Jan 2008 18:43:12 +0000</pubDate>
		<dc:creator>mikelietz</dc:creator>
		
	<category>meta</category>
	<category>fortunes</category>
		<guid isPermaLink="false">http://mikelietz.org/whine/2008/01/03/prescient-or-just-timely/</guid>
		<description><![CDATA[Though it coincides with the beginning of the new year, my attempt to post more frequently has nothing to do with any official New Year&#8217;s Resolution. That said, if I have any chance of keeping it up, I&#8217;m probably going to need to have some drafts ready for future dates when I can&#8217;t find anything [...]]]></description>
			<content:encoded><![CDATA[<p>Though it coincides with the beginning of the new year, my attempt to post more frequently has nothing to do with any official New Year&#8217;s Resolution. That said, if I have any chance of keeping it up, I&#8217;m probably going to need to have some drafts ready for future dates when I can&#8217;t find anything interesting to post.</p>
<p>Which leads me to a fortune I recently found in a cookie:</p>
<div class="fortune">Put your mind into<br />planning today. Look<br />into the future.</div>
<p>Which is rather relevant, I suppose, but I&#8217;m only posting it because it ties into a discussion I&#8217;ve had with many people over the years: I seem to be more likely than most people to get fortunes that don&#8217;t gain a bit of double entendre humor by adding &#8220;&#8230;in bed&#8221; to the end of them. Like the one above<a href="#900-asterisk">*</a>.</p>
<p>I do realize that it&#8217;s probably statistically insignificant and that I get no more of them than any other person would from the same fine dining establishments, but I seem to notice it more.</p>
<hr />
<p><a name="900-asterisk" class="asterisk">*</a> Or others I&#8217;ve <a href=/whine/category/fortunes/">posted previously</a>.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://mikelietz.org/whine/2008/01/03/prescient-or-just-timely/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>sounds like the name of a novelty t-shirt</title>
		<link>http://mikelietz.org/whine/2008/01/02/sounds-like-the-name-of-a-novelty-t-shirt/</link>
		<comments>http://mikelietz.org/whine/2008/01/02/sounds-like-the-name-of-a-novelty-t-shirt/#comments</comments>
		<pubDate>Thu, 03 Jan 2008 04:27:37 +0000</pubDate>
		<dc:creator>mikelietz</dc:creator>
		
	<category>stuff</category>
	<category>links</category>
		<guid isPermaLink="false">http://mikelietz.org/whine/2008/01/02/sounds-like-the-name-of-a-novelty-t-shirt/</guid>
		<description><![CDATA[So with the holidays lately I&#8217;ve had a few weekdays away from my desk*. As is often the case when this happens, I had some errands to run, and interesting stores in which to stop nearby. At one point I found myself wandering through a MicroCenter (though I bought nothing), and near the video game [...]]]></description>
			<content:encoded><![CDATA[<p>So with the holidays lately I&#8217;ve had a few weekdays away from my desk<a href="#897-asterisk">*</a>. As is often the case when this happens, I had some errands to run, and interesting stores in which to stop nearby. At one point I found myself wandering through a MicroCenter (though I bought nothing), and near the video game section I saw something I wish I could&#8217;ve caught on video (and posted to youtube). But I didn&#8217;t have a good camera handy, and my phone&#8217;s movie mode would&#8217;ve been rather a bit lacking. So it&#8217;s time to dust off your imagination (take that, you click-happy tweens).</p>
<p>In front of me, there was a kid playing <span class="game">Guitar Hero</span>. For those not in the know, <span class="game">Guitar Hero</span> is a console video game that comes with a plastic guitar-like controller, and players push fret-like buttons while doing a motion similar to strumming, in time with popular rock and metal songs (or cover versions thereof). The kid appeared to have average skills, hitting the correct buttons at the right time. This was not the remarkable part, of course. Much more interesting than the player, was the kid standing next to him, fingers in the air, miming the same notes.</p>
<p>He was playing <strong>air</strong> <span class="game">Guitar Hero</span>. There was, of course, a second guitar controller on the demo kiosk, but I think he was probably having more fun playing his fantasy version of the song than actually hitting the buttons. Or he was trying to be supportive of his buddy. Or perhaps he was doing a very convoluted form of mockery.</p>
<p>Anyway, I thought it was pretty funny. <span class="game">Guitar Hero</span>, from my feeble attempts to play it, is already once removed from the actual experience of playing the guitar. This kid found a way to do it one better, I guess. And about 50 to 80 bucks cheaper, too.</p>
<hr />
<p><a name="897-asterisk" class="asterisk">*</a> I almost wrote &#8220;&#8230;weekdays I wasn&#8217;t working&#8221; there, but with something of a slowdown at work I don&#8217;t know if I can count all the hours I was there as hours I really worked. I was there, and available for work, there just wasn&#8217;t any to do at the moment. Hence the deathmatch tournaments of <a href="http://www.alientrap.org/nexuiz/" title="the official Nexiuz site">Nexuiz</a>, and before that, <a href="http://trilogyrelease.bungie.org/" title="Bungie's site with downloads and information">Marathon Infinity</a> (through the magic of AlephOne).
</p>
]]></content:encoded>
			<wfw:commentRSS>http://mikelietz.org/whine/2008/01/02/sounds-like-the-name-of-a-novelty-t-shirt/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>remembering more of 2007</title>
		<link>http://mikelietz.org/whine/2008/01/01/remembering-more-of-2007/</link>
		<comments>http://mikelietz.org/whine/2008/01/01/remembering-more-of-2007/#comments</comments>
		<pubDate>Wed, 02 Jan 2008 04:59:47 +0000</pubDate>
		<dc:creator>mikelietz</dc:creator>
		
	<category>personal</category>
		<guid isPermaLink="false">http://mikelietz.org/whine/2008/01/01/remembering-more-of-2007/</guid>
		<description><![CDATA[I remembered something else that was somewhat notable for 2007: it marked the first time I&#8217;d ever eaten guacamole*.

* For the curious, 2006 was the year of the cantaloupe.

]]></description>
			<content:encoded><![CDATA[<p>I remembered something else that was somewhat notable for 2007: it marked the first time I&#8217;d ever eaten guacamole<a href="#896-asterisk">*</a>.<br />
<hr /></p>
<p><a name="896-asterisk" class="asterisk">*</a> For the curious, 2006 was the year of the cantaloupe.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://mikelietz.org/whine/2008/01/01/remembering-more-of-2007/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>remembering 2007</title>
		<link>http://mikelietz.org/whine/2007/12/31/remembering-2007/</link>
		<comments>http://mikelietz.org/whine/2007/12/31/remembering-2007/#comments</comments>
		<pubDate>Tue, 01 Jan 2008 04:59:10 +0000</pubDate>
		<dc:creator>mikelietz</dc:creator>
		
	<category>personal</category>
	<category>work</category>
	<category>meta</category>
	<category>baby</category>
		<guid isPermaLink="false">http://mikelietz.org/whine/2007/12/31/remembering-2007/</guid>
		<description><![CDATA[I didn&#8217;t post as much this year. Notable things about which I wrote nothing:

Both of my grandfathers died in December. I still haven&#8217;t figured out what I want to say about that.
I failed once again to complete a 50,000 word novel in November. But I came up with a much better idea for next year&#8217;s.
Natalya [...]]]></description>
			<content:encoded><![CDATA[<p>I didn&#8217;t post as much this year. Notable things about which I wrote nothing:</p>
<ul>
<li>Both of my grandfathers died in December. I still haven&#8217;t figured out what I want to say about that.</li>
<li>I failed once again to complete a 50,000 word novel in November. But I came up with a much better idea for next year&#8217;s.</li>
<li>Natalya turned 1 year old in October, meaning we could finally officially stop worrying about SIDS. Not that I ever did anyway.</li>
<li>I left the fashion industry in September. I also read the complete Harry Potter series (for the first time) in under four weeks. These two events are not at all related.</li>
<li>In August (I think) the guy housesitting for my neighbor across the street passed away in her house, and was not found for a week. I was one of the few people on the street who had ever even met the guy, and I didn&#8217;t even know his name until he was already gone. In cleaning up her house, my neighbor gave me a nice desk ending the four years I&#8217;d used my computer with it and me both on the floor.</li>
<li>I can&#8217;t really remember much of anything from July. So ends the monthly portion of this wrap-up.<a href="#897-asterisk">*</a></li>
<li>The two hundred or so photos I&#8217;ve posted on flickr aren&#8217;t even a fraction of the over seven gigabytes of JPGs I&#8217;ve created this year.</li>
<li>I survived watching 61 movies from India, most of which could be considered &#8220;Bollywood&#8221;. Two I watched without any subtitles at all.</li>
<li>The entire year passed without me attempting to access the internet with my mobile phone, despite it being capable of doing so.</li>
</ul>
<p>More ideas may occur to me - I just didn&#8217;t want to let December pass without any posts at all. Happy new year.</p>
<hr />
<p><a name="897-asterisk" class="asterisk">*</a> The only other month-based item of note is in January, wherein I visited Chicago the weekend of B-Fest but was unable to attend it because I was in Illinois for less than a total of 24 hours. Eating dinner in the Signature Room of the John Hancock Tower was superb. Being back at my desk eighteen hours later was not.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://mikelietz.org/whine/2007/12/31/remembering-2007/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>the apple maneuver</title>
		<link>http://mikelietz.org/whine/2007/11/20/the-apple-maneuver/</link>
		<comments>http://mikelietz.org/whine/2007/11/20/the-apple-maneuver/#comments</comments>
		<pubDate>Tue, 20 Nov 2007 05:54:24 +0000</pubDate>
		<dc:creator>mikelietz</dc:creator>
		
	<category>baby</category>
	<category>flash</category>
		<guid isPermaLink="false">http://mikelietz.org/whine/2007/11/20/the-apple-maneuver/</guid>
		<description><![CDATA[I&#8217;ve been meaning to post this for several weeks now*, but I had some trouble getting back into this kind of Flash animation. Basically Natalya did something small and simple that I thought was, well, pretty cool.
It wasn&#8217;t so much what she did, as the apparent thought process and (very short) time it took to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been meaning to post this for several weeks now<a href="#896-asterisk">*</a>, but I had some trouble getting back into this kind of Flash animation. Basically Natalya did something small and simple that I thought was, well, pretty cool.</p>
<p>It wasn&#8217;t so much what she did, as the apparent thought process and (very short) time it took to do so. I think we&#8217;re beginning to see the early flickers of some sort of intelligence brewing.</p>
<p>Enough about intelligence though. Check out my cheesy animation. There&#8217;s no sound, so don&#8217;t worry when you don&#8217;t hear anything. Hit the big green button to play it.</p>
<p><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="550" HEIGHT="400" id="The Apple Maneuver"><br />
<PARAM NAME=movie VALUE="/flash/Natalya and the apple.swf"> <PARAM NAME=quality VALUE=high><br />
<EMBED src="/flash/Natalya and the apple.swf" quality=high bgcolor=#FFFFFF  WIDTH="550" HEIGHT="400" NAME="Natalya and the apple" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED><br />
</OBJECT></p>
<hr />
<p><a name="896-asterisk" class="asterisk">*</a> I&#8217;d like to think that now I&#8217;ll get around to posting the stuff that I meant to post after this, soon. At least, I don&#8217;t have this as an excuse anymore. I&#8217;m backdating this about a week just because it really shouldn&#8217;t have taken me this long to make a simple animation like this.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://mikelietz.org/whine/2007/11/20/the-apple-maneuver/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>pitter patter</title>
		<link>http://mikelietz.org/whine/2007/10/11/pitter-patter/</link>
		<comments>http://mikelietz.org/whine/2007/10/11/pitter-patter/#comments</comments>
		<pubDate>Fri, 12 Oct 2007 03:57:34 +0000</pubDate>
		<dc:creator>mikelietz</dc:creator>
		
	<category>baby</category>
	<category>video</category>
		<guid isPermaLink="false">http://mikelietz.org/whine/2007/10/11/pitter-patter/</guid>
		<description><![CDATA[I shot this footage yesterday. If the player below isn&#8217;t working, click this link to see it. It&#8217;s not long - around eleven seconds.


]]></description>
			<content:encoded><![CDATA[<p>I shot this footage yesterday. If the player below isn&#8217;t working, click <a href="http://video.google.com/videoplay?docid=-6979892781487680913">this link</a> to see it. It&#8217;s not long - around eleven seconds.</p>
<p><embed style="width:400px; height:326px;" id="VideoPlayback" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId=-6979892781487680913&#038;hl=en" flashvars="" />
</p>
]]></content:encoded>
			<wfw:commentRSS>http://mikelietz.org/whine/2007/10/11/pitter-patter/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>
