<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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>dispatchEvent &#187; Rants</title>
	<link>http://www.partlyhuman.com/blog</link>
	<description>Welcome to dispatchEvent, a blog brought to you by Roger Braunstein of partlyhuman and Mims Wright of losdesigns.</description>
	<pubDate>Fri, 09 May 2008 06:49:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>A review of popular tweening library (UPDATED)</title>
		<link>http://www.partlyhuman.com/blog/mims/a-review-of-popular-tweening-library</link>
		<comments>http://www.partlyhuman.com/blog/mims/a-review-of-popular-tweening-library#comments</comments>
		<pubDate>Tue, 15 Apr 2008 04:28:48 +0000</pubDate>
		<dc:creator>Mims Wright</dc:creator>
		
		<category><![CDATA[AS3]]></category>

		<category><![CDATA[KitchenSync]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Rants]]></category>

		<category><![CDATA[animation]]></category>

		<category><![CDATA[tweening]]></category>

		<guid isPermaLink="false">http://mimswright.com/blog/?p=258</guid>
		<description><![CDATA[The goal of next version of my (your) animation engine KitchenSync, is to be arguably the best and most complete library for animation and sequencing out there. To do this, I&#8217;ve spent the last couple of months analyzing the top existing tween libraries trying to pinpoint their strengths and weaknesses. With lots of help from [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://code.google.com/p/kitchensynclib/wiki/Roadmap">goal</a> of next version of my (your) animation engine <a href="http://kitchensynclib.googlecode.com/">KitchenSync</a>, is to be arguably the best and most complete library for animation and sequencing out there. To do this, I&#8217;ve spent the last couple of months analyzing the top existing tween libraries trying to pinpoint their strengths and weaknesses. With lots of help from the <a href="http://drawlogic.com/2008/04/06/tweenmax-bezier-tweening-released-for-as2-and-as3-by-jack-at-greensock-and-list-of-animation-kits/">Draw Logic Blog</a>, I think I&#8217;ve identified the contenders and put together a decent list of what (in my opinion) are their highest and lowest points. The next step will be to create a product backlog for KitchenSync based on matching these features and fixing the problems. I know there are other tween engines but these seemed to be the most prolific ones at the time.  The tween engines analyzed were:</p>
<ul>
<li>Tweener</li>
<li>TweenLite (and flavours)</li>
<li>Boostworthy Animation System</li>
<li>FuseKit</li>
<li>Go</li>
<li>and KitchenSync 1.1</li>
</ul>
<p><em>Note: After some helpful feedback from readers (THANK YOU!) I added TweenLite to the list of libraries I reviewed. I should add here that these are fairly superficial observations about how things work and don&#8217;t go into incredible detail. If I steal any features, I&#8217;ll look closer ;-D</em></p>
<p>Keep the comments coming!</p>
<p><a href='http://mimswright.com/blog/wp-content/uploads/2008/04/Tween-Engine-Comparisons.pdf' title='Tween Engine Comparisons'>Tween Engine Comparisons (updated)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.partlyhuman.com/blog/mims/a-review-of-popular-tweening-library/feed</wfw:commentRss>
		</item>
		<item>
		<title>Pimp my &#8216;clipse - a list of must-have Eclipse plug-ins for Flex/Flash Development</title>
		<link>http://www.partlyhuman.com/blog/mims/pimp-my-clipse-a-list-of-must-have-eclipse-plug-ins-for-flexflash-development</link>
		<comments>http://www.partlyhuman.com/blog/mims/pimp-my-clipse-a-list-of-must-have-eclipse-plug-ins-for-flexflash-development#comments</comments>
		<pubDate>Mon, 17 Dec 2007 16:00:18 +0000</pubDate>
		<dc:creator>Mims Wright</dc:creator>
		
		<category><![CDATA[AIR]]></category>

		<category><![CDATA[AS3]]></category>

		<category><![CDATA[Eclipse]]></category>

		<category><![CDATA[Flex]]></category>

		<category><![CDATA[Hacks]]></category>

		<category><![CDATA[Links]]></category>

		<category><![CDATA[Organization]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Rants]]></category>

		<category><![CDATA[Serious Stuff]]></category>

		<category><![CDATA[Tutorial]]></category>

		<category><![CDATA[universalmind]]></category>

		<guid isPermaLink="false">http://mimswright.com/blog/?p=216</guid>
		<description><![CDATA[
FlexBuilder may have its ups and downs but it still remains my pick for best AS3/MXML editor on the market (with TextMate not far behind). Part of the beauty of FlexBuilder is that it&#8217;s built on the Eclipse SDK, one of the most versatile and powerful IDEs available, which is not only free and open [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://mimswright.com/blog/wp-content/uploads/2007/12/eclipserims.png' alt='Eclipse Rims' /></p>
<p>FlexBuilder may have its ups and downs but it still remains my pick for best AS3/MXML editor on the market (with <a href="http://macromates.com/">TextMate</a> not far behind). Part of the beauty of FlexBuilder is that it&#8217;s built on the <a href="http://www.eclipse.org/">Eclipse SDK</a>, one of the most versatile and powerful IDEs available, which is not only free and open source, but boasts <a href="http://www.eclipseplugincentral.com/">a wealth of third party plug-ins</a> for every kind of (mostly Java) development. This article will take a look at some must-have plug-ins for doing Flex development as well as some tips for tricking out your development process.</p>
<p>As with all of our entries, your feedback, suggestions, corrections and additions are all more than welcome.</p>
<p> <a href="http://www.partlyhuman.com/blog/mims/pimp-my-clipse-a-list-of-must-have-eclipse-plug-ins-for-flexflash-development#more-216" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.partlyhuman.com/blog/mims/pimp-my-clipse-a-list-of-must-have-eclipse-plug-ins-for-flexflash-development/feed</wfw:commentRss>
		</item>
		<item>
		<title>Good Websites have Good Content</title>
		<link>http://www.partlyhuman.com/blog/mims/good-websites-have-good-content</link>
		<comments>http://www.partlyhuman.com/blog/mims/good-websites-have-good-content#comments</comments>
		<pubDate>Sat, 15 Dec 2007 09:01:24 +0000</pubDate>
		<dc:creator>Mims Wright</dc:creator>
		
		<category><![CDATA[Organization]]></category>

		<category><![CDATA[Rants]]></category>

		<category><![CDATA[Serious Stuff]]></category>

		<category><![CDATA[Site-seeing]]></category>

		<category><![CDATA[Video Games]]></category>

		<guid isPermaLink="false">http://mimswright.com/blog/?p=217</guid>
		<description><![CDATA[Tonight I wanted to check out some information about a video game so I turned to a site that both Roger and I worked on while at Schematic – Game Invasion. I think this site is great but I&#8217;m not here to toot my own horn. We built this with Flash 8 in under 2 [...]]]></description>
			<content:encoded><![CDATA[<p>Tonight I wanted to check out some information about a video game so I turned to a site that both Roger and I worked on while at Schematic – <a href="http://gameinvasion.comcast.net/gameinvasion/">Game Invasion</a>. I think this site is great but I&#8217;m not here to toot my own horn. We built this with Flash 8 in under 2 months and it certainly isn&#8217;t technically perfect. However, even though this site is two years old and takes a while to load, I still really enjoy <em>using</em> it. I started wondering why.<br />
The reason is simple – content (the graphic design is pretty good too). What makes this site great was not the work we did but the incredible amount of really high-quality content. There are HD videos, big crisp graphics and something new every time I visit. There are other sites that I&#8217;ve spent way more time making perfect that I&#8217;d never look at again since there&#8217;s nothing really worth seeing.<br />
Another example is the NBC episode player. It&#8217;s buggy as hell and the ads are annoying. I much prefer the ABC player. However, I really like the show &#8216;Heroes&#8217; so I pretty much forget about those things in the end.<br />
What I&#8217;m trying to say here is that technical brilliance and good design are great but what will keep people coming back to your site is some really great content so if you&#8217;re making a website make that your focus.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.partlyhuman.com/blog/mims/good-websites-have-good-content/feed</wfw:commentRss>
		</item>
		<item>
		<title>Discussion - Is OOP for OCD?</title>
		<link>http://www.partlyhuman.com/blog/mims/discussion-is-oop-for-ocd</link>
		<comments>http://www.partlyhuman.com/blog/mims/discussion-is-oop-for-ocd#comments</comments>
		<pubDate>Mon, 26 Nov 2007 23:24:45 +0000</pubDate>
		<dc:creator>Mims Wright</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://blog.mimswright.com/?p=91</guid>
		<description><![CDATA[[Repost from Jan 31 2007]
Recently, I&#8217;ve been playing around with compiling ActionScript 3.0 with strict mode turned off. This makes everything much more loose. Type checking is thrown out, classes can be dynamically altered - essentially, you sacrifice speed and rigourousness for flexibility and forgiveness.  In other words, it&#8217;s compiled more like AS1 was [...]]]></description>
			<content:encoded><![CDATA[<p>[Repost from Jan 31 2007]</p>
<p>Recently, I&#8217;ve been playing around with compiling ActionScript 3.0 with strict mode turned off. This makes everything much more loose. Type checking is thrown out, classes can be dynamically altered - essentially, you sacrifice speed and rigourousness for flexibility and forgiveness.  In other words, it&#8217;s compiled more like AS1 was compiled.<br />
I&#8217;ve also been spending some spare time looking at Objective-C (the language used for Mac programming). Obj-C adds functionality to C which makes it sort of object oriented but in reality, it&#8217;s very loose. The book I&#8217;m reading seems to glorify the dynamic nature pointing out how nice and flexible it is to try to access something that might not exist within an object. Obj-C programmers tend to break the &#8220;is a&#8221; rule using inheritance to gain functionality rather than identity. Even though it all curdles my blood, it&#8217;s hard to deny that this is a system which allows you to very quickly (and fairly elegantly) create working applications.</p>
<p>So my question to you is this.<br />
Is all of the effort that we as developers put into creating object oriented, well defined, interface driven, decoupled code worth the effort?<br />
Is there a value in keeping things loose and dynamic?<br />
Should we shun languages that make this impossible or difficult?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.partlyhuman.com/blog/mims/discussion-is-oop-for-ocd/feed</wfw:commentRss>
		</item>
		<item>
		<title>Video game trivia : COLECO = COnnecticut LEather COmpany</title>
		<link>http://www.partlyhuman.com/blog/mims/video-game-trivia-coleco-connecticut-leather-company</link>
		<comments>http://www.partlyhuman.com/blog/mims/video-game-trivia-coleco-connecticut-leather-company#comments</comments>
		<pubDate>Mon, 26 Nov 2007 18:28:11 +0000</pubDate>
		<dc:creator>Mims Wright</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Rants]]></category>

		<category><![CDATA[Video Games]]></category>

		<guid isPermaLink="false">http://mimswright.com/blog/?p=202</guid>
		<description><![CDATA[Yes. It&#8217;s true.
Coleco, as in the ColecoVision video game console, actually stands for Connecticut Leather Company. Surprisingly, there were not any S&#038;M games for the system.
]]></description>
			<content:encoded><![CDATA[<p>Yes. It&#8217;s true.</p>
<p>Coleco, as in the <a href="http://www.youtube.com/watch?v=5GpptJusOjM">ColecoVision video game console</a>, actually stands for <a href="http://en.wikipedia.org/wiki/Coleco">Connecticut Leather Company</a>. Surprisingly, there were not any S&#038;M games for the system.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.partlyhuman.com/blog/mims/video-game-trivia-coleco-connecticut-leather-company/feed</wfw:commentRss>
		</item>
		<item>
		<title>Skrypt Kidz 3000 Podcast</title>
		<link>http://www.partlyhuman.com/blog/mims/skrypt-kidz-3000-podcast</link>
		<comments>http://www.partlyhuman.com/blog/mims/skrypt-kidz-3000-podcast#comments</comments>
		<pubDate>Mon, 19 Nov 2007 15:17:40 +0000</pubDate>
		<dc:creator>Mims Wright</dc:creator>
		
		<category><![CDATA[AS3]]></category>

		<category><![CDATA[Authors]]></category>

		<category><![CDATA[Flash]]></category>

		<category><![CDATA[Flex]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[OMGWTFBBQ]]></category>

		<category><![CDATA[Podcast]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Rants]]></category>

		<category><![CDATA[Schematicers]]></category>

		<guid isPermaLink="false">http://mimswright.com/blog/?p=190</guid>
		<description><![CDATA[
Update: We&#8217;re up on iTunes! 
  

A few weeks ago we asked you what you would want to hear from a new Flash podcast. The votes came in with a tutorial based podcast in the lead with 44%, followed by a discussion by experts with 18% and a healthy chunk of you (16%) thought [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://skryptkidz.com/blog"><img src="http://skryptkidz.com/blog/wp-content/uploads/skryptkidz-logo.png" ></a></p>
<p><strong>Update:</strong> We&#8217;re up on iTunes! <a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=268467430"><br />
  <img height="15" width="61" alt="Mims H. Wright - Skrypt Kidz 3000 - Skrypt Kidz 3000" src="http://ax.phobos.apple.com.edgesuite.net/images/badgeitunes61x15dark.gif"></img><br />
</a></p>
<p>A few weeks ago we asked you what you would want to hear from a new Flash podcast. The votes came in with a tutorial based podcast in the lead with 44%, followed by a discussion by experts with 18% and a healthy chunk of you (16%) thought it was irresponsible for us to bring another new podcast soul into this cruel world.</p>
<p><em>You</em> told us what <em>you</em> wanted to hear and <em>we</em> listened to <em>you</em>.</p>
<p>But then we decided to ignore your suggestions and do something completely different.</p>
<p>It&#8217;s my pleasure to present <a href="http://skryptkidz.com/blog">Skrypt Kidz 3000</a> &mdash; a new semi-regular podcast where a barbarous crew of Flash and Flex developers get together to spend our precious weekend hours yakking about Flash issues. In our inaugural episode we discuss the pros and cons of using Flex over Flash. We also talk about Flex and FDT pricing and Adobe&#8217;s new wireframing tool <a href="http://mimswright.com/blog/?p=185">Thermo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.partlyhuman.com/blog/mims/skrypt-kidz-3000-podcast/feed</wfw:commentRss>
		</item>
		<item>
		<title>Flash / Flex podcast</title>
		<link>http://www.partlyhuman.com/blog/mims/flash-flex-podcast</link>
		<comments>http://www.partlyhuman.com/blog/mims/flash-flex-podcast#comments</comments>
		<pubDate>Wed, 17 Oct 2007 22:55:04 +0000</pubDate>
		<dc:creator>Mims Wright</dc:creator>
		
		<category><![CDATA[Authors]]></category>

		<category><![CDATA[Conferences and User Groups]]></category>

		<category><![CDATA[Flash]]></category>

		<category><![CDATA[Flex]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Rants]]></category>

		<category><![CDATA[Serious Stuff]]></category>

		<guid isPermaLink="false">http://mimswright.com/blog/?p=187</guid>
		<description><![CDATA[I&#8217;ve been kicking around the idea of starting a Flash / Flex podcast. The plan is to get drunk and talk about Flash but maybe you have a better idea.
Do you care? Would you listen? What should we call it? What should we talk about? What topics would you like to hear discussed?
Please leave us [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been kicking around the idea of starting a Flash / Flex podcast. The plan is to get drunk and talk about Flash but maybe you have a better idea.<br />
Do you care? Would you listen? What should we call it? What should we talk about? What topics would you like to hear discussed?<br />
Please leave us any feedback you like.</p>
<div>
	<div class='democracy'>
		<strong class="poll-question">What would you want to hear on a Flash / Flex podcast?</strong>
		<div class='dem-results'>
		<form action='http://www.partlyhuman.com/blog/wp-content/plugins/democracy/democracy.php' onsubmit='return dem_Vote(this)'>
		<ul>
			<li>
					<input type='radio' id='dem-choice-9' value='9' name='dem_poll_4' />
					<label for='dem-choice-9'>Tech tips, tutorials, shortcuts, etc. such as how to work with states in Flex</label>
			</li>
			<li>
					<input type='radio' id='dem-choice-10' value='10' name='dem_poll_4' />
					<label for='dem-choice-10'>News about Flash and other Adobe Products</label>
			</li>
			<li>
					<input type='radio' id='dem-choice-11' value='11' name='dem_poll_4' />
					<label for='dem-choice-11'>Listen to experts discuss (bitch about) a topic such as how to talk your clients into using Flash</label>
			</li>
			<li>
					<input type='radio' id='dem-choice-12' value='12' name='dem_poll_4' />
					<label for='dem-choice-12'>Please, for the sake of all that is good, THE LAST THING WE NEED IS ANOTHER FUCKING PODCAST!</label>
			</li>
			<li>
					<input type='radio' id='dem-choice-13' value='13' name='dem_poll_4' />
					<label for='dem-choice-13'>What's a podcast? I'm going back under my rock.</label>
			</li>
			<li>
					<input type='radio' id='dem-choice-14' value='14' name='dem_poll_4' />
					<label for='dem-choice-14'>“New user experiences on the web” : demo some web2 applications and the way they improve user experience on the web</label>
			</li>
			<li>
					<input type='radio' id='dem-choice-15' value='15' name='dem_poll_4' />
					<label for='dem-choice-15'>SectionCasts: Tutorials in one section, Discussions in another section, Noob Development in another</label>
			</li>
		</ul>
			<input type='hidden' name='dem_poll_id' value='4' />
			<input type='hidden' name='dem_action' value='vote' />
			<input type='submit' class='dem-vote-button' value='Vote' />
			<a href='/blog/category/rants/feed?dem_action=view&amp;dem_poll_id=4' onclick='return dem_getVotes("http://www.partlyhuman.com/blog/wp-content/plugins/democracy/democracy.php?dem_action=view&amp;dem_poll_id=4", this)' rel='nofollow' class='dem-vote-link'>View Results</a>
		</form>
		</div>
	</div></div>
]]></content:encoded>
			<wfw:commentRss>http://www.partlyhuman.com/blog/mims/flash-flex-podcast/feed</wfw:commentRss>
		</item>
		<item>
		<title>Mongolia and Mims&#8217; no-Flash diet</title>
		<link>http://www.partlyhuman.com/blog/mims/mongolia-and-mims-no-flash-diet</link>
		<comments>http://www.partlyhuman.com/blog/mims/mongolia-and-mims-no-flash-diet#comments</comments>
		<pubDate>Wed, 25 Jul 2007 00:36:01 +0000</pubDate>
		<dc:creator>Mims Wright</dc:creator>
		
		<category><![CDATA[Authors]]></category>

		<category><![CDATA[Life]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Rants]]></category>

		<category><![CDATA[Serious Stuff]]></category>

		<guid isPermaLink="false">http://mimswright.com/blog/?p=174</guid>
		<description><![CDATA[
I&#8217;m sure the question is burning on the minds of all (seven) of our avid reader&#8217;s minds – Why haven&#8217;t I heard any juicy Flash-related gossip from dispatchEvent™ this summer? The answer may surprise you!
I (Mims) have taken the summer off to participate in a race from London, UK to Ulaanbataar, Mongolia with two other [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://farm2.static.flickr.com/1102/627812182_41283cbca8_m.jpg" alt="Mr. Dinosaur" /></p>
<p>I&#8217;m sure the question is burning on the minds of all (seven) of our avid reader&#8217;s minds – Why haven&#8217;t I heard any juicy Flash-related gossip from dispatchEvent™ this summer? The answer may surprise you!</p>
<p>I (Mims) have taken the summer off to participate in <a href="http://mongolrally.com">a race from London, UK to Ulaanbataar, Mongolia</a> with two other friends from Brooklyn. In fact, I&#8217;m writing from Kraków, Poland right now! You can read all about our misadventures on our team website, <em><a href="http://mrdinosaur.org">Mr Dinosaur Drives to Mongolia - the website</a></em>.</p>
<p>The plan is for me to return around the middle of September. Until that time, I&#8217;m going to be on a strict no-Flash diet so you won&#8217;t be hearing much from me. However, when I return <a href="http://www.amazon.com/ActionScript-3-0-Bible-Roger-Braunstein/dp/0470135603/ref=pd_bbs_sr_1/105-3302777-0913264?ie=UTF8&#038;s=books&#038;qid=1185323658&#038;sr=8-1">the Bible</a> should just be hitting the shelves and I&#8217;ll probably even see you at Flash Forward. Meanwhile, Roger will hold down the fort.</p>
<p>Thanks as always for reading. Until next time&#8230; Dziekuje!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.partlyhuman.com/blog/mims/mongolia-and-mims-no-flash-diet/feed</wfw:commentRss>
		</item>
		<item>
		<title>Getting Made Fun of by Nerds on Gizmodo for Being Nerds</title>
		<link>http://www.partlyhuman.com/blog/roger/getting-made-fun-of-by-nerds-on-gizmodo-for-being-nerds</link>
		<comments>http://www.partlyhuman.com/blog/roger/getting-made-fun-of-by-nerds-on-gizmodo-for-being-nerds#comments</comments>
		<pubDate>Sun, 15 Jul 2007 22:33:38 +0000</pubDate>
		<dc:creator>Roger Braunstein</dc:creator>
		
		<category><![CDATA[Life]]></category>

		<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://www.partlyhuman.com/blog/roger/getting-made-fun-of-by-nerds-on-gizmodo-for-being-nerds</guid>
		<description><![CDATA[Look, flying toasters! Me and a few of my coworkers make disparaging comments about an Adobe CS3 advertisement that&#8217;s a big, somewhat interactive, video wall. See it here and call us douchebags too! Gotta love the internet.
For the record, I think it&#8217;s all right. Wish you could interact with it in more than one dimension, [...]]]></description>
			<content:encoded><![CDATA[<p>Look, flying toasters! Me and a few of my coworkers make disparaging comments about an Adobe CS3 advertisement that&#8217;s a big, somewhat interactive, video wall. <a href="http://gizmodo.com/gadgets/adwatch/adobes-interactive-wall-is-like-minority-report-future-sans-apple-and-microsoft-278474.php?autoplay=true">See it here</a> and call us douchebags too! Gotta love the internet.</p>
<p>For the record, I think it&#8217;s all right. Wish you could interact with it in more than one dimension, and it really suffered from being choppy. <a href="http://www.brandnewschool.com/">Brand New School</a> did some <a href="http://brandnewschool.com/project.php?id=410">awesome animation</a> for it that you can&#8217;t deny.</p>
<p>Previously: <a href="http://gizmodo.com/gadgets/announcements/boring-but-important-stuff-232646.php">More Roger on Gizmodo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.partlyhuman.com/blog/roger/getting-made-fun-of-by-nerds-on-gizmodo-for-being-nerds/feed</wfw:commentRss>
		</item>
		<item>
		<title>On the Irony of Net Censorship</title>
		<link>http://www.partlyhuman.com/blog/mims/on-the-irony-of-net-censorship</link>
		<comments>http://www.partlyhuman.com/blog/mims/on-the-irony-of-net-censorship#comments</comments>
		<pubDate>Wed, 02 May 2007 06:29:07 +0000</pubDate>
		<dc:creator>Mims Wright</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Rants]]></category>

		<category><![CDATA[Serious Stuff]]></category>

		<guid isPermaLink="false">http://mimswright.com/blog/?p=151</guid>
		<description><![CDATA[
Back in February, a hacker called Arnezami discovered a code which has something to do with hacking HD-DVDs. However, I, and many others, had no idea that this was going on until today when the MPAA (I guess they&#8217;re behind this) started killing off blogs and diggs and posts etc. that contain the number. How [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://farm1.static.flickr.com/211/480836366_9c3497d359.jpg" class="left" /></p>
<p>Back in February, a hacker called Arnezami discovered a code which has something to do with hacking HD-DVDs. However, I, and many others, had no idea that this was going on until today when the MPAA (I guess they&#8217;re behind this) started killing off blogs and diggs and posts etc. that contain the number. How ironic.</p>
<p>Taking bets on how long till the kitty gets pulled.</p>
<p><a href="http://blog.wired.com/gadgets/2007/02/the_new_hddvdbl.html">moar</a><br />
<a href="http://yro.slashdot.org/article.pl?sid=07/05/01/1935250">evn moar</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.partlyhuman.com/blog/mims/on-the-irony-of-net-censorship/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
