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

<channel>
	<title>The Unwashed Meme</title>
	<atom:link href="http://the.unwashedmeme.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://the.unwashedmeme.com/blog</link>
	<description>Just a few bad ideas.</description>
	<pubDate>Thu, 08 May 2008 19:04:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>On what Peer Review means.</title>
		<link>http://the.unwashedmeme.com/blog/2008/05/08/on-what-peer-review-means/</link>
		<comments>http://the.unwashedmeme.com/blog/2008/05/08/on-what-peer-review-means/#comments</comments>
		<pubDate>Thu, 08 May 2008 15:17:53 +0000</pubDate>
		<dc:creator>UnwashedMeme</dc:creator>
		
		<category><![CDATA[random]]></category>

		<category><![CDATA[wikipedia truth wikiality rants]]></category>

		<guid isPermaLink="false">http://the.unwashedmeme.com/blog/?p=55</guid>
		<description><![CDATA[I just read an article in The Washington Post about Wikiality.
Society is running up against the truth of what &#8216;Peer Review&#8217; actually means and finding it disconcerting. The notion that truth by committee as practiced on wikipedia is something different than truth by committee as practiced by a journal is getting tiresome[5]. When society actually [...]]]></description>
			<content:encoded><![CDATA[<p>I just read an <a title="article in The Washington Post" href="http://www.washingtonpost.com/wp-dyn/content/article/2008/04/25/AR2008042500922.html">article in The Washington Post</a> about Wikiality.</p>
<p>Society is running up against the truth of what &#8216;Peer Review&#8217; actually means and finding it disconcerting. The notion that truth by committee as practiced on wikipedia is something different than truth by committee as practiced by a journal is getting tiresome[5]. When society actually uses this idea of Peer Review to create[1] the most powerful and easy to use system of edit and review so far, articles like this bemoan that we have somehow let the Golden Days Of Research[4] slip away. That article was decent but when they complain that Google is linking to wikipedia instead of Peer Reviewed research I say it is working perfectly. A key point: google operates by Peer Review; that is the fundamental basis for their algorithm&#8211; someone linking to a website is a vote of confidence[2]. The fact that Wikipedia has risen to the top in this process shows how fundamentally useful it is.</p>
<p>The truth[3] remains though: research is hard, it always has been and probably always will be.  Maybe what these authors are really bemoaning is more people <em>think </em>they are good at research because it has actually gotten easier for once.</p>
<p>Maybe I just need to follow their advice:<br />
Wikipedia is awesome.<br />
Wikipedia is the best source online.<br />
Didn&#8217;t you hear how great Wikipedia is?<br />
There is nothing better than Wikipedia.<br />
O O<br />
&lt;       &#8220;Wikipedia works for me.&#8221;<br />
\__/<br />
And for fun, <a href="http://en.wikipedia.org/wiki/Special:Contributions/UnwashedMeme">here are my contributions</a> to this great endeavor, anyone care to review them? What about yours?</p>
<p>[1] <a href="http://www.shirky.com/herecomeseverybody/2008/04/looking-for-the-mouse.html">By Clay Shirky&#8217;s estimate</a>, this&#8211;all of wikipedia&#8211; was created in less time than American&#8217;s spend watching TV every year. Just wait till we put a couple more years into it.<br />
[2] The more people that link to a website, the more weight an outgoing link from that website counts for. So an expert&#8211; someone with lots of incoming links&#8211; will be counted more than one without. http://www.rose-hulman.edu/~bryan/googleFinalVersionFixed.pdf<br />
[3] In my eyes, do you agree?<br />
[4] This may be a bit of a straw man argument&#8211; they never said as much in that article&#8211; but it is a common theme I&#8217;ve seen about.<br />
[5] The main difference, one side is much less about the reviewing and more about designated authority.</p>
]]></content:encoded>
			<wfw:commentRss>http://the.unwashedmeme.com/blog/2008/05/08/on-what-peer-review-means/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Learning Common Lisp</title>
		<link>http://the.unwashedmeme.com/blog/2007/09/20/learning-common-lisp/</link>
		<comments>http://the.unwashedmeme.com/blog/2007/09/20/learning-common-lisp/#comments</comments>
		<pubDate>Thu, 20 Sep 2007 15:18:14 +0000</pubDate>
		<dc:creator>UnwashedMeme</dc:creator>
		
		<category><![CDATA[Lisp]]></category>

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

		<category><![CDATA[Recommended Reading]]></category>

		<guid isPermaLink="false">http://the.unwashedmeme.com/blog/2007/09/20/learning-common-lisp/</guid>
		<description><![CDATA[Peter Seibel wrote a Common Lisp tutorial that is the best introduction for Common Lisp that I&#8217;ve seen. I&#8217;ve poked around at a few different books, but that one was the one I actually learned Common Lisp from. It is clearly written giving you what you need to know without getting bogged down. I also [...]]]></description>
			<content:encoded><![CDATA[<p>Peter Seibel wrote a <a href="http://www.gigamonkeys.com/book/">Common Lisp tutorial</a> that is the best introduction for Common Lisp that I&#8217;ve seen. I&#8217;ve poked around at a few different books, but that one was the one I actually learned Common Lisp from. It is clearly written giving you what you need to know without getting bogged down. I also find myself revisiting it as a reference from time to time even though I now use the <a href="http://www.lisp.org/HyperSpec/FrontMatter/index.html">Common Lisp Hyperspec</a> much more. Common Lisp rocks.</p>
<p>Even If you aren&#8217;t looking to learn Common Lisp, I would recommend <a href="http://www.gigamonkeys.com/book/object-reorientation-generic-functions.html">Object Reorientation: Generic Functions</a> for a non-Java-like look at how object orientation can be done nicely. Multimethods rock.</p>
]]></content:encoded>
			<wfw:commentRss>http://the.unwashedmeme.com/blog/2007/09/20/learning-common-lisp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Carpendium</title>
		<link>http://the.unwashedmeme.com/blog/2007/09/12/the-carpendium/</link>
		<comments>http://the.unwashedmeme.com/blog/2007/09/12/the-carpendium/#comments</comments>
		<pubDate>Wed, 12 Sep 2007 14:07:14 +0000</pubDate>
		<dc:creator>UnwashedMeme</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://the.unwashedmeme.com/blog/2007/09/12/the-carpendium/</guid>
		<description><![CDATA[
Carptacular: Something is fishy
Carpe Diem: The day of the fish
Carpentry: Do fish really build?
Carpal Tunnel Syndrom: When a fish burrows into your wrists.
Carport: Where fish park.
Carpathian: Mountain range made entirely of fish bones.
Carpet: Flooring of fish scales.
Carpooling: How a school gets to school.
Escarpment: A wall of fish.
A Carpella: a bunch of fish singing.

]]></description>
			<content:encoded><![CDATA[<ul>
<li>Carptacular: Something is fishy</li>
<li>Carpe Diem: The day of the fish</li>
<li>Carpentry: Do fish really build?</li>
<li>Carpal Tunnel Syndrom: When a fish burrows into your wrists.</li>
<li>Carport: Where fish park.</li>
<li>Carpathian: Mountain range made entirely of fish bones.</li>
<li>Carpet: Flooring of fish scales.</li>
<li>Carpooling: How a school gets to school.</li>
<li>Escarpment: A wall of fish.</li>
<li>A Carpella: a bunch of fish singing.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://the.unwashedmeme.com/blog/2007/09/12/the-carpendium/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SSX Blur Review</title>
		<link>http://the.unwashedmeme.com/blog/2007/08/22/ssx-blur-review/</link>
		<comments>http://the.unwashedmeme.com/blog/2007/08/22/ssx-blur-review/#comments</comments>
		<pubDate>Wed, 22 Aug 2007 14:36:54 +0000</pubDate>
		<dc:creator>UnwashedMeme</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://the.unwashedmeme.com/blog/2007/08/22/ssx-blur-review/</guid>
		<description><![CDATA[I&#8217;ve been a big fan of the SSX series, and this game has some solid improvements. Some of the old courses are there as well as some nice new ones. The music was surprisingly fun and seemed to be based off of your movements to some extent. They&#8217;ve gone back to upgrading the riders points [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been a big fan of the SSX series, and this game has some solid improvements. Some of the old courses are there as well as some nice new ones. The music was surprisingly fun and seemed to be based off of your movements to some extent. They&#8217;ve gone back to upgrading the riders points after winning an event rather than having to go to the lodge (which I found kind of clumsy in the last version). Everything has a bit more polish.</p>
<p>But after renting for a week I don&#8217;t intend on buying even though there is so much of interest left in the game. I (and another friend) found the controls to be sloppy and tiresome. Shaking the remotes to recover from a fall gets old really quickly. It was hard to repeat even basic tricks exactly. I try to shake or flip the controller in the right way and find it doing a different trick, or not registering at all. Ubertricks now are complicated shapes to draw. Even on the practicing screen trying over and over again I could never top a 2/3 success rate on even the simplest tricks. When you are going for the big tricks in events you don&#8217;t have time to try drawing the shape several times&#8230; you need it to work. My arms just hurt after an hour of playing this game, it isn&#8217;t exercise it is just bad jerky movements to try to get it to respond.</p>
<p>The one aspect of the motion sensing I liked was the use of the nunchuck to steer. A combination of tilting from side to side and using the analog stick (each with a slightly different effect) is used to control the riders side to side movement. This worked nicely and naturally (after a few minutes to get used to it).</p>
<p>It might be worth it if you think motion sensing is the greatest thing evar, but I found it clumsy and would recommend SSX 3 instead. Get the GameCube version, you can play it on the Wii with the Wavebird and everything is happy again.</p>
<p>Overall I give it 2 stars.</p>
]]></content:encoded>
			<wfw:commentRss>http://the.unwashedmeme.com/blog/2007/08/22/ssx-blur-review/feed/</wfw:commentRss>
		</item>
		<item>
		<title>My plea against C++</title>
		<link>http://the.unwashedmeme.com/blog/2007/07/11/my-plea-against-c/</link>
		<comments>http://the.unwashedmeme.com/blog/2007/07/11/my-plea-against-c/#comments</comments>
		<pubDate>Wed, 11 Jul 2007 19:51:20 +0000</pubDate>
		<dc:creator>UnwashedMeme</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://the.unwashedmeme.com/blog/2007/07/11/my-plea-against-c/</guid>
		<description><![CDATA[My computer networking class requires us to write the project in C++. I don&#8217;t really know why, the project has nothing to do with C++, it is about implementing a network protocol. There is an option to use Java for a 10% penalty&#8230; but java?
I&#8217;m asking for something better, the following is excerpted from my [...]]]></description>
			<content:encoded><![CDATA[<p>My computer networking class requires us to write the project in C++. I don&#8217;t really know why, the project has nothing to do with C++, it is about implementing a network protocol. There is an option to use Java for a 10% penalty&#8230; but java?</p>
<p>I&#8217;m asking for something better, the following is excerpted from my email to the TA:</p>
<blockquote><p>Can I *please* do project 3 in erlang? <a href="http://www.erlang.org/index.html">http://www.erlang.org/index.html</a> From the FAQ: &#8220;Erlang is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. Erlang is used in several large telecommunication systems from <a target="_top" href="http://www.ericsson.se/">Ericsson</a>. The most popular implementation of Erlang is available as open source from <a target="_top" href="http://www.erlang.org/"> the open source erlang site</a>.&#8221; The entire language is centered around the idea of lots of independent lightweight processes&#8211; not threads, there is no shared memory. The processes communicate entirely through message passing.</p>
<p>I&#8217;m willing to take a 10% penalty similar to Java. Which having done the first two in C++ I think might be too small and my wrists don&#8217;t care anyways.</p>
<p>All the required protocol  functionality for the project would be implemented in my code, but as this is a higher level language I can do it in symbols and pattern matching constructs not the tedious mucking about in string splicing and parsing (which I&#8217;ve done plenty of and am tired of re-implementing, and will still need to do somewhat for the user&#8217;s <a href="http://en.wikipedia.org/wiki/REPL">REPL</a>). I will be dealing with the specifics of sockets and the old BSD interface less directly, but I already have that mostly factored out in my C++ code anyways.</p>
<p>The Rant (you can feel free to skip this, but here is the why):<br />
<a href="http://www.slideshare.net/Arbow/comparing-cpp-and-erlang-for-motorola-telecoms-software/">http://www.slideshare.net/Arbow/comparing-cpp-and-erlang-for-motorola-telecoms-software/</a> Compares C++ with erlang for use in motorola telco. Found erlang programs are shorter, faster and more fault tolerant, but user more memory (5MB runtime, only really an issue for really small embedded devices).</p>
<p>I&#8217;ve been looking for an excuse of a project to learn erlang on for a little bit. I&#8217;d rather learn this new language to implement the project rather than Java, which I already know and have done similar projects in before. I was hoping to get some protocol design knowledge from this class, not bit twiddling and pointer chasing. In erlang I can focus on that (and have fun with the erasure codes).</p>
<p>Seriously, after the last project in C++, my forearms ached severely&#8211; the language is unnecessarily verbose and inconsistent.</p>
<p>I have been doing web programming professionally for 7 years now while at school and this has led to me doing networking code from time to time. I&#8217;ve implemented application layer protocols over ssl sockets for charging credit cards through at least 4 different merchant gateways in C#.  My first Ruby program was an http client for an octet-stream of random numbers from random.org. I did network programming in Java all last semester for Nemo&#8217;s distributed OS class, and previous undergraduate classes.</p>
<p>One open source thing I&#8217;m somewhat proud of is hacking the UCW (Common Lisp web framework) multithreaded backend to use a pool of worker threads dealing out connections to them and having the threads return to the pool when done rather than assign connections in round robbin fashion that could lead to starvation and idling at the same time.</p>
<p><a href="http://common-lisp.net/cgi-bin/darcsweb/darcsweb.cgi?r=ucw-ucw_dev;a=filediff;h=20051111160037-783f4-d10d54dac7e3b5560204e4a880239472b3d1f263.gz;f=src/backend/httpd.lisp">http://common-lisp.net/cgi-bin/darcsweb/darcsweb.cgi?r=ucw-ucw_dev;a=filediff;h=20051111160037-783f4-d10d54dac7e3b5560204e4a880239472b3d1f263.gz;f=src/backend/httpd.lisp<br />
</a><a href="http://common-lisp.net/cgi-bin/darcsweb/darcsweb.cgi?r=ucw-ucw_dev;a=commit;h=20051111162051-783f4-8fb8c299cd4f4435f91578c0cc5b10984e1fc5a4.gz">http://common-lisp.net/cgi-bin/darcsweb/darcsweb.cgi?r=ucw-ucw_dev;a=commit;h=20051111162051-783f4-8fb8c299cd4f4435f91578c0cc5b10984e1fc5a4.gz<br />
</a><br />
I rejiggered someone else&#8217;s code to connect emacs to a javascript server embedded in a local firefox to help debug javascript live from the editor. <a href="https://trac.acceleration.net/JsShellServer">https://trac.acceleration.net/JsShellServer</a>  Luckily didn&#8217;t have to do to much here&#8211; XPCOM nightmare&#8230; most of what I did was application and presentation layers.</p>
<p>Why do I say all of this (other than to toot my own horn just a little bit :-)? Of this work in implementing application layer protocols and dealing with sockets in different languages and interfaces; the network interfaces are familiar (boost::asio is nicer than some), but I&#8217;ve found nothing so difficult about it as everything else in C++ to get this done.  The STL is just a shell of a library. Boost helps get it halfway to being useful. boost::shared_ptr is almost like having garbage collection except not.  C++ is a world of special cases with little consistency.  I&#8217;ve seen some absolutely abominable template error messages (ending with unnesting 7 layers deep completely unreadable and because i forgot to link in the proper libraries). This isn&#8217;t an &#8220;Enterprise language&#8221; it is a tarpit&#8211; I don&#8217;t care what Microsoft tells you. How do you think they got their reputation for OS and application security?  I am a <a href="http://www.c2.com/cgi/wiki?SmugLispWeenie">smug lisp weenie</a>  ;-)  This was not my first application in C++ (although first in a while), but my opinion of the language has been cemented by this latest project. The feeling is &#8220;Should I be using punch cards as well?&#8221;</p>
<p>sorry for the length&#8230; C++ really gets to me.  erlang?</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://the.unwashedmeme.com/blog/2007/07/11/my-plea-against-c/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Candidates that don&#8217;t support torture?</title>
		<link>http://the.unwashedmeme.com/blog/2006/10/01/candidates-that-dont-support-torture/</link>
		<comments>http://the.unwashedmeme.com/blog/2006/10/01/candidates-that-dont-support-torture/#comments</comments>
		<pubDate>Mon, 02 Oct 2006 00:59:33 +0000</pubDate>
		<dc:creator>UnwashedMeme</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://the.unwashedmeme.com/blog/2006/10/01/candidates-that-dont-support-torture/</guid>
		<description><![CDATA[I never previously considered myself a one issue voter. I suppose that was before our elected representitives put us on equivalent footing with the Khymer Rouge.
Did your senator vote us (further) into a dictatorship?
At least there are some independent candidates. I&#8217;m not positive, but this guy currently has my vote: http://www.votebrianmoore.com/index.htm
]]></description>
			<content:encoded><![CDATA[<p>I never previously considered myself a one issue voter. I suppose that was before our elected representitives put us on <a href="http://www.davidcorn.com/archives/2006/09/this_is_what_wa.php">equivalent footing with the Khymer Rouge</a>.</p>
<p><a href="http://www.senate.gov/legislative/LIS/roll_call_lists/roll_call_vote_cfm.cfm?congress=109&#038;session=2&#038;vote=00259">Did your senator vote us (further) into a dictatorship?</a><br />
At least there are some independent candidates. I&#8217;m not positive, but this guy currently has my vote: <a href="http://www.votebrianmoore.com/index.htm">http://www.votebrianmoore.com/index.htm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://the.unwashedmeme.com/blog/2006/10/01/candidates-that-dont-support-torture/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Our Eloquent President.</title>
		<link>http://the.unwashedmeme.com/blog/2006/09/15/our-eloquent-president/</link>
		<comments>http://the.unwashedmeme.com/blog/2006/09/15/our-eloquent-president/#comments</comments>
		<pubDate>Sat, 16 Sep 2006 01:33:28 +0000</pubDate>
		<dc:creator>UnwashedMeme</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://the.unwashedmeme.com/blog/2006/09/15/our-eloquent-president/</guid>
		<description><![CDATA[Just go watch it: http://thinkprogress.org/2006/09/15/bush-powell/
]]></description>
			<content:encoded><![CDATA[<p>Just go watch it: <a href="http://thinkprogress.org/2006/09/15/bush-powell/">http://thinkprogress.org/2006/09/15/bush-powell/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://the.unwashedmeme.com/blog/2006/09/15/our-eloquent-president/feed/</wfw:commentRss>
		</item>
		<item>
		<title>John Hodgman: &#8216;Resident Expert&#8217;</title>
		<link>http://the.unwashedmeme.com/blog/2006/09/06/john-hodgman-resident-expert/</link>
		<comments>http://the.unwashedmeme.com/blog/2006/09/06/john-hodgman-resident-expert/#comments</comments>
		<pubDate>Wed, 06 Sep 2006 23:48:05 +0000</pubDate>
		<dc:creator>UnwashedMeme</dc:creator>
		
		<category><![CDATA[Humor]]></category>

		<category><![CDATA[Recommended Reading]]></category>

		<guid isPermaLink="false">http://the.unwashedmeme.com/blog/2006/09/06/john-hodgman-resident-expert/</guid>
		<description><![CDATA[I first saw John Hodgman when he appeared as a guest on The Daily Show. He has since appeared a number of times as their &#8216;Resident Expert&#8217;.
My sister gave me his book last Christmas, and I often read snippets before going to bed. I&#8217;ve had a hard time getting through it as every time I [...]]]></description>
			<content:encoded><![CDATA[<p>I first saw John Hodgman when he appeared as a <a href="http://youtube.com/watch?v=1c5NOyGppMo">guest on The Daily Show</a>. He has since appeared <a href="http://youtube.com/results?search_query=john+hodgman+daily+show&#038;search=Search">a number of times</a> as their &#8216;Resident Expert&#8217;.</p>
<p>My sister gave me his book last Christmas, and I often read snippets before going to bed. I&#8217;ve had a hard time getting through it as every time I go to read it I only get a page or two in before something strikes me as genius and I put it down sated.</p>
<p>He left Robert Siegel <a href="http://www.npr.org/templates/story/story.php?storyId=5764627">speechless</a> on NPR recently&#8211; it also includes &#8220;The Secret Life of Public Radio&#8221;. If you are interested in buying his book you can do it through NPR and they benefit as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://the.unwashedmeme.com/blog/2006/09/06/john-hodgman-resident-expert/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Search Engine Optimization is bogus.</title>
		<link>http://the.unwashedmeme.com/blog/2006/07/26/search-engine-optimization-is-bogus/</link>
		<comments>http://the.unwashedmeme.com/blog/2006/07/26/search-engine-optimization-is-bogus/#comments</comments>
		<pubDate>Wed, 26 Jul 2006 18:14:16 +0000</pubDate>
		<dc:creator>UnwashedMeme</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://the.unwashedmeme.com/blog/2006/07/26/search-engine-optimization-is-bogus/</guid>
		<description><![CDATA[Maybe not completely, but most of what I hear people saying about search engine optimization is simply snake-oil. Nick Wilson has written a good piece on the topic.
Content is king. If you put information up that people want to read you will be linked.  I think this applies to shopping carts and commercial sites [...]]]></description>
			<content:encoded><![CDATA[<p>Maybe not completely, but most of what I hear people saying about search engine optimization is simply snake-oil.<a href="http://performancing.com/node/3422"> Nick Wilson has written a good piece on the topic</a>.<br />
Content is king. If you put information up that people want to read you will be linked.  I think this applies to shopping carts and commercial sites as well. The more information about the products that is available the more google has to index and the less meta tags and the filename of your stylesheet matter.</p>
<p>How to generate content? Well, actually think about what you are trying to sell and write about it. Most clients don&#8217;t want to hear that. It is not something that the web designer can do well (he likely isn&#8217;t intimately familiar with the product), and it is not something he can just pay $100 to be done with. It requires work from the client.</p>
<p>In lieu of that, reviews are one way to help generate content, although if you are selling schlock then that may not work out in your favor. Post purchase information such as online instruction manuals, references, faqs, stories, will also kee people coming back, and maybe more likely to get you into their del.icio.us bookmarks.</p>
]]></content:encoded>
			<wfw:commentRss>http://the.unwashedmeme.com/blog/2006/07/26/search-engine-optimization-is-bogus/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Go Team Venture</title>
		<link>http://the.unwashedmeme.com/blog/2006/06/23/go-team-venture-2/</link>
		<comments>http://the.unwashedmeme.com/blog/2006/06/23/go-team-venture-2/#comments</comments>
		<pubDate>Fri, 23 Jun 2006 14:57:15 +0000</pubDate>
		<dc:creator>UnwashedMeme</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://the.unwashedmeme.com/blog/2006/06/23/go-team-venture-2/</guid>
		<description><![CDATA[The Adult Swim Fix is premiering the new season of The Venture Bros tonight. It is airing on Adult Swim Sunday night.
]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.adultswim.com/">Adult Swim</a> Fix is premiering the new season of The Venture Bros tonight. It is airing on <a href="http://www.adultswim.com/">Adult Swim</a> Sunday night.</p>
]]></content:encoded>
			<wfw:commentRss>http://the.unwashedmeme.com/blog/2006/06/23/go-team-venture-2/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.395 seconds -->
