<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>downdb.net</title>
	
	<link>http://www.downdb.net</link>
	<description>This is, as always, only a test.</description>
	<lastBuildDate>Tue, 10 Jul 2012 13:15:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/downdb/main" /><feedburner:info uri="downdb/main" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Yeah, so I’m basically not posting here any more</title>
		<link>http://feedproxy.google.com/~r/downdb/main/~3/UWElkCnnpOY/</link>
		<comments>http://www.downdb.net/20120710/yeah-so-im-basically-not-posting-here-any-more/#comments</comments>
		<pubDate>Tue, 10 Jul 2012 13:15:56 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.downdb.net/?p=1965</guid>
		<description><![CDATA[Go to alasno.org instead. If you are interested in the reasons for the change, read the &#8220;Experimenting with Pelican&#8221; post below. At some point, I will probably get around to the changing the DNS so that downdb.net points to the new site, but probably won&#8217;t happen until I figure out what to do with my [...]]]></description>
			<content:encoded><![CDATA[<p>Go to <a href="http://www.alasno.org">alasno.org</a> instead.</p>
<p>If you are interested in the reasons for the change, read the <a href="http://www.downdb.net/20120524/experimenting-with-pelican/">&#8220;Experimenting with Pelican&#8221;</a> post below.</p>
<p>At some point, I will probably get around to the changing the DNS so that downdb.net points to the new site, but probably won&#8217;t happen until I figure out what to do with my archives. It would be a shame to lose eight years(!) worth of posts. In the meantime, I&#8217;ll leave this site as is.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.downdb.net/20120710/yeah-so-im-basically-not-posting-here-any-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.downdb.net/20120710/yeah-so-im-basically-not-posting-here-any-more/</feedburner:origLink></item>
		<item>
		<title>Experimenting with Pelican</title>
		<link>http://feedproxy.google.com/~r/downdb/main/~3/kjOa_Zd4WVg/</link>
		<comments>http://www.downdb.net/20120524/experimenting-with-pelican/#comments</comments>
		<pubDate>Thu, 24 May 2012 15:27:53 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[markdown]]></category>
		<category><![CDATA[pelican]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.downdb.net/?p=1960</guid>
		<description><![CDATA[I&#8217;m tired of WordPress. Nothing against LAMP-stack stuff, but it&#8217;s overkill for my needs (a personal blog that, sadly, does not have much traffic or discussion activity). Additionally, while this statement will sound silly, the GUI-based post creation and management is more than I want to deal with: Go to admin site, log in, create [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m tired of WordPress. </p>
<p>Nothing against LAMP-stack stuff, but it&#8217;s overkill for my needs (a personal blog that, sadly, does not have much traffic or discussion activity). Additionally, while this statement will sound silly, the GUI-based post creation and management is more than I want to deal with: Go to admin site, log in, create post, preview, publish, log out. Doesn&#8217;t seem like much when I type it here, but I find that it introduces enough friction when I have an idea that I never make it all the way through the process.</p>
<p>So, I have been looking into alternatives, mostly flat file-based bloggin engines. My requirements are pretty straightforward:</p>
<ul>
<li>Utilize only plain-text/Markdown</li>
<li>Minimize management overhead</li>
<li>Post creation and publishing possible should be as low-effort as possible</li>
<li>I can host it myself</li>
</ul>
<p>I checked out <a href="https://github.com/NateW/obtvse">Obtvse</a> and <a href="https://github.com/joehewitt/nerve">Nerve</a>, but for a variety of reasons (both feature-related and technical) neither fit the bill. Then I ran across <a href="http://pelican.notmyidea.org/en/2.8/index.html">Pelican</a>. It&#8217;s basically some Python scripting + templates that take a directory of text files (it supports both Markdown and reStructuredText) and converts them to static HTML.</p>
<p>So, the toolchain I&#8217;m using is:</p>
<ul>
<li>Text editor that supports <a href="http://daringfireball.net/projects/markdown/">Markdown</a> (I use <a href="http://pelican.notmyidea.org/en/2.8/index.html">SublimeText</a>, but any will do)</li>
<li>Dropbox</li>
<li><a href="http://inotify.aiken.cz/?section=incron&#038;page=about&#038;lang=en">incron</a></li>
<li>Pelican</li>
</ul>
<p>The publishing process is:</p>
<ol>
<li>I write a Markdown-formatted post in the text editor on my local machine.</li>
<li>I save the post to a &#8220;posts&#8221; folder in my local Dropbox directory.</li>
<li>Dropbox picks up that file and syncs it to a server on EC2.</li>
<li>An incron job on the server watches the posts folder there. Whenever there is a change to anything in that folder, incron kicks off the Pelican script to regenerate the site.</li>
</ol>
<p>So, once the initial setup is done, all I have to do is write the post and save it. That&#8217;s it&#8211;done.</p>
<p>You can see the results <a href="http://alasno.org">here</a>. I&#8217;m still tinkering with the templates and CSS, so it&#8217;s not the prettiest thing in the world. That said, assuming I get the various design issues work out (and figure out Pelican&#8217;s <a href="http://pelican.notmyidea.org/en/2.8/importer.html">import process</a>, which on first pass seems&#8230; glitchy), I&#8217;ll probably look at moving my blogging activities, such as they are, out of WordPress.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.downdb.net/20120524/experimenting-with-pelican/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.downdb.net/20120524/experimenting-with-pelican/</feedburner:origLink></item>
		<item>
		<title>Unintended consequences</title>
		<link>http://feedproxy.google.com/~r/downdb/main/~3/3UJiV9JVbc0/</link>
		<comments>http://www.downdb.net/20120306/unintended-consequences/#comments</comments>
		<pubDate>Tue, 06 Mar 2012 15:46:39 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[economics]]></category>
		<category><![CDATA[libertarianism]]></category>
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://www.downdb.net/?p=1946</guid>
		<description><![CDATA[A friend of mine on Facebook posted recently about Mauldin&#8217;s Rule of Thumb Concerning Unintended Consequences: For every government law hurriedly passed in response to a current or recent crisis, there will be two or more unintended consequences, which will have equal or greater negative effects then the problem it was designed to fix. A [...]]]></description>
			<content:encoded><![CDATA[<p>A friend of mine on Facebook posted recently about <a href="http://www.johnmauldin.com/frontlinethoughts/archive/2012/03/">Mauldin&#8217;s Rule of Thumb Concerning Unintended Consequences</a>:</p>
<blockquote><p>For every government law hurriedly passed in response to a current or recent crisis, there will be two or more unintended consequences, which will have equal or greater negative effects then the problem it was designed to fix. A corollary is that unelected institutions are at least as bad and possibly worse than elected governments. A further corollary is that laws passed to appease a particular group, whether voters or a particular industry, will have at least three unintended consequences, most of which will eventually have the opposite effect than the intended outcomes and transfer costs to innocent bystanders.</p></blockquote>
<p>I have heard various forms of this argument from small-government conservatives and libertarians. The shorter version is &#8220;Whatever you think the government should do, either they&#8217;ll do it badly, someone else will take advantage of it, or both.&#8221; The take-away, apparently, is that, in most cases, the government ought to leave well enough alone.</p>
<p>Two things:</p>
<ol>
<li>While there will undoubtedly be unintended consequences to government actions, there are means of dealing with those consequences. Laws can be changed, and often are.</li>
<li>Unintended consequences are not unique to government actions. You might as well insist that <em>no one</em> do anything, lest something bad and unexpected happen.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.downdb.net/20120306/unintended-consequences/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.downdb.net/20120306/unintended-consequences/</feedburner:origLink></item>
		<item>
		<title>Limbaugh blah blah blah</title>
		<link>http://feedproxy.google.com/~r/downdb/main/~3/pF-Eo14aFC8/</link>
		<comments>http://www.downdb.net/20120305/limbaugh-blah-blah-blah/#comments</comments>
		<pubDate>Mon, 05 Mar 2012 19:58:56 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Limbaugh]]></category>
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://www.downdb.net/?p=1949</guid>
		<description><![CDATA[My Twitter and RSS feeds have been lit up like a Christmas tree the last few days with posts about &#8220;Is Limbaugh&#8217;s apology enough?&#8221; My answer has largely been &#8220;I don&#8217;t give a shit whether Limbaugh apologizes or not.&#8221; The guy is a loud-mouthed jerk. The apparently limitless stream of abusive, nonsensical crap that flows [...]]]></description>
			<content:encoded><![CDATA[<p>My Twitter and RSS feeds have been lit up like a Christmas tree the last few days with posts about &#8220;Is Limbaugh&#8217;s apology enough?&#8221; My answer has largely been &#8220;I don&#8217;t give a shit whether Limbaugh apologizes or not.&#8221;</p>
<p>The guy is a loud-mouthed jerk. The apparently limitless stream of abusive, nonsensical crap that flows from the hole between his bloated, sagging jowls is such that any apology is the equivalent of the high school bully who punches you into a locker and then says &#8220;Hah! I&#8217;m just messing with you!&#8221;</p>
<p>Dennis G. at Balloon Juice, though, <a href="http://www.balloon-juice.com/2012/03/04/you-could-hear-the-fear/">has a different take on the whole thing</a>:</p>
<blockquote><p>So, I thought I would catch the last segment of his show. What I noticed was commercials—a lot of them. And that reminded me how the Limbaugh show was mostly a grift about getting rubes to open their wallets for this, that or the other pitch. Some were legitimate businesses—your mattress companies, your computer software or gadget and the like. Others were multi-level marketing deals with referral kick-backs for anybody who mentions the show when placing an order. And others—most of them it seems—were straight up grifts to fluff up Rushbo’s wallet and fund this or that aspect of the wingnut money machine. The legitimate advertisers are the cover for the grifters. They are the honey pot to attract the rubes to scams to fund the cons funding the CONsevative movement—and Rush is the sideshow barker saying anything to pull the rubes in the door so that their wallets can be relieved of their Dead Presidents.</p>
<p>[...]</p>
<p>Getting the advertiser to separate from Rush is important. It hits him in the wallet, but more than that it removes the cover for all the other grifts he runs on his minions day after day. And it exposes every local radio station that caries the rat bastard to financial pressure and can send a warning flag to any advertiser supporting these stations.</p></blockquote>
<p>I still could not care less whether Limbaugh apologizes (or if his apology is &#8220;enough&#8221;), but if this affair provides a means of fracturing his scams, I&#8217;m all for keeping the conversation going.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.downdb.net/20120305/limbaugh-blah-blah-blah/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.downdb.net/20120305/limbaugh-blah-blah-blah/</feedburner:origLink></item>
		<item>
		<title>You’re playing their game</title>
		<link>http://feedproxy.google.com/~r/downdb/main/~3/56WSGMgJDSs/</link>
		<comments>http://www.downdb.net/20120305/youre-playing-their-game/#comments</comments>
		<pubDate>Mon, 05 Mar 2012 15:42:07 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[birth control]]></category>
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://www.downdb.net/?p=1942</guid>
		<description><![CDATA[I get what all the people jumping into debate over contraceptive coverage with the comments along the lines of &#8220;Yes, but some people need to use the pill for health reasons!&#8221; are trying to get at. You&#8217;re opposed to birth control? Okay, but contraceptives should still be covered by insurance because they&#8217;re sometimes a medical [...]]]></description>
			<content:encoded><![CDATA[<p>I get what all the people jumping into debate over contraceptive coverage with the comments along the lines of &#8220;Yes, but some people need to use the pill for health reasons!&#8221; are trying to get at. You&#8217;re opposed to birth control? Okay, but contraceptives should still be covered by insurance because they&#8217;re sometimes a medical necessity.</p>
<p>I&#8217;m not really sure that this argument helps, though. </p>
<p>What you&#8217;re basically saying is &#8220;Sure, you&#8217;re right about the dirty, dirty sex and the evil loose women who can&#8217;t get enough of it, but don&#8217;t forget about these other people who have a <em>legitimate</em> need.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.downdb.net/20120305/youre-playing-their-game/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.downdb.net/20120305/youre-playing-their-game/</feedburner:origLink></item>
		<item>
		<title>I highly doubt that AppleTV will magically kill the cable companies</title>
		<link>http://feedproxy.google.com/~r/downdb/main/~3/A7fxF3XrSg0/</link>
		<comments>http://www.downdb.net/20120303/i-highly-doubt-that-appletv-will-magically-kill-the-cable-companies/#comments</comments>
		<pubDate>Sat, 03 Mar 2012 18:07:03 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[AppleTV]]></category>
		<category><![CDATA[Roku]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.downdb.net/?p=1940</guid>
		<description><![CDATA[It&#8217;s great that Apple wants to reinvent TV or whatever. Also, it&#8217;s not surprising that a bunch of early-adopter types see this sort of thing as the magic bullet that will finally kill off the cable companies&#8217; de facto monopoly over video content delivery into consumers&#8217; homes. What is missing from all this hype is [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s great that <a href="http://www.businessinsider.com/what-is-apple-tv-2012-3">Apple wants to reinvent TV or whatever</a>. Also, it&#8217;s not surprising that a bunch of early-adopter types see this sort of thing as the magic bullet that will finally kill off the cable companies&#8217; de facto monopoly over video content delivery into consumers&#8217; homes.</p>
<p>What is missing from all this hype is that, regardless of whose box is connected to the Internet, the cable companies own the delivery channel for data into those homes.</p>
<p>I love my Roku, and I have no need for anything beyond the data-only plan that Verizon happens to be willing to sell me. However, I don&#8217;t for one minute think that if they were any sort of widespread adoption of Rokus, AppleTV, or any other &#8220;cable-cutting&#8221; box, Verizon and the other cable company ISPs wouldn&#8217;t come down like a ton of bricks with bandwidth caps and &#8220;quality of service&#8221; adjustments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.downdb.net/20120303/i-highly-doubt-that-appletv-will-magically-kill-the-cable-companies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.downdb.net/20120303/i-highly-doubt-that-appletv-will-magically-kill-the-cable-companies/</feedburner:origLink></item>
		<item>
		<title>Breitbart</title>
		<link>http://feedproxy.google.com/~r/downdb/main/~3/mDwdQxJOhEs/</link>
		<comments>http://www.downdb.net/20120302/breitbart/#comments</comments>
		<pubDate>Sat, 03 Mar 2012 01:15:01 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.downdb.net/?p=1937</guid>
		<description><![CDATA[Ta-Nehisi Coates on Breitbart: I have heard it said by some fellow liberals that Breitbart was in fact a good person, that his public persona was not the same as his private. This kind of praise is so broadly true of most controversial public figures as to be meaningless. And it is irrelevant. Breitbart may [...]]]></description>
			<content:encoded><![CDATA[<p>Ta-Nehisi Coates <a href="http://www.theatlantic.com/national/archive/2012/03/on-making-yourself-right/253889/">on Breitbart</a>:</p>
<blockquote><p>I have heard it said by some fellow liberals that Breitbart was in fact a good person, that his public persona was not the same as his private. This kind of praise is so broadly true of most controversial public figures as to be meaningless. And it is irrelevant. Breitbart may well have been an excellent father and a great friend but that is not why we are talking about him. We are noting his death because of the impact he had on our politics and our conversation. It must be said that that impact was for the worse. Any talk of his private life, is an attempt to change the subject and avoid discomfiting truths.</p>
<p>It is wholly appropriate to be sorry that Andrew Breitbart died. But in the relevant business, it is right to be sorry for how he lived.</p></blockquote>
<p>The guy was an serial liar who had a widespread, toxic, and corrosive influence on public discourse. While I&#8217;m rarely glad to see or hear that <em>anyone</em> has died, it&#8217;s a bit much to read the laudatory blogospheric outpouring about what a great and important person Breitbart was, and even moreso the hand-wringing over the fact that not everyone is lining up to sing his praises.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.downdb.net/20120302/breitbart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.downdb.net/20120302/breitbart/</feedburner:origLink></item>
		<item>
		<title>I’m not sure I follow *you*, Mr. Romney…</title>
		<link>http://feedproxy.google.com/~r/downdb/main/~3/mWFRZj3MYQI/</link>
		<comments>http://www.downdb.net/20120223/im-not-sure-i-follow-you-mr-romney/#comments</comments>
		<pubDate>Thu, 23 Feb 2012 14:35:42 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[debate]]></category>
		<category><![CDATA[GOP]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Romney]]></category>

		<guid isPermaLink="false">http://www.downdb.net/?p=1934</guid>
		<description><![CDATA[So there was another GOP debate last night. Aside from the constant stream of commentary that was flying by on Twitter, I didn&#8217;t pay much attention to it. NPR, however, had some coverage this morning, and played a snippet of Romney and Santorum fighting with another over who had the better record regarding earmarks. After [...]]]></description>
			<content:encoded><![CDATA[<p>So there was another GOP debate last night. Aside from the constant stream of commentary that was flying by on Twitter, I didn&#8217;t pay much attention to it. NPR, however, had some coverage this morning, and played a snippet of Romney and Santorum fighting with another over who had the better record regarding earmarks.</p>
<p>After a somewhat rambling and not entirely unreasonable response from Santorum about good earmarks v. bad earmarks, Romney came back with this gem (from <a href="http://archives.cnn.com/TRANSCRIPTS/1202/22/se.05.html">CNN&#8217;s transcript of the debate</a>):</p>
<blockquote><p>ROMNEY: I didn&#8217;t follow all of that, but I can tell you this &#8212; I would put a ban on earmarks. I think it opens the door to excessive spending, spending on projects that don&#8217;t need to be done. </p>
<p>I think there are a lot of projects that have been voted for. You voted to the &#8220;Bridge to Nowhere.&#8221; I think these earmarks, we&#8217;ve had it with them. </p></blockquote>
<p>Let&#8217;s leave aside, for the moment, the fact that earmarks are, as John King pointed out before asking his original question, a vanishing small portion of the total federal budget. Let&#8217;s also ignore the fact that &#8220;earmarks&#8221; mostly tend to be money spent on stuff in <em>other</em> people&#8217;s Congressional districts, certainly not the obviously necessary funding for <em>your</em> local development project.</p>
<p>No, let&#8217;s just focus on this question: How the hell would a President &#8220;put a ban on earmarks&#8221;? Am I missing something? They are part of legislation considered and voted on by Congress. Is there any option for the President aside from vowing to veto any bill that contained anything he considered an &#8220;earmark&#8221;?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.downdb.net/20120223/im-not-sure-i-follow-you-mr-romney/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.downdb.net/20120223/im-not-sure-i-follow-you-mr-romney/</feedburner:origLink></item>
		<item>
		<title>Buddy Tate</title>
		<link>http://feedproxy.google.com/~r/downdb/main/~3/ZqY5kRFx7po/</link>
		<comments>http://www.downdb.net/20120222/buddy-tate/#comments</comments>
		<pubDate>Wed, 22 Feb 2012 19:48:51 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Buddy Tate]]></category>
		<category><![CDATA[jazz]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://www.downdb.net/?p=1932</guid>
		<description><![CDATA[I learned on the radio this morning that today is Buddy Tate&#8217;s birthday. I am a bit embarrassed to admit that until today, I did not actually know who Buddy Tate was. That situation has now been remedied They YouTube pickings are somewhat thin, but here&#8217;s a sample: Fortunately, Spotify has a better selection, although [...]]]></description>
			<content:encoded><![CDATA[<p>I learned on the radio this morning that today is Buddy Tate&#8217;s birthday. I am a bit embarrassed to admit that until today, I did not actually know who Buddy Tate was. That situation has now been remedied</p>
<p>They YouTube pickings are somewhat thin, but here&#8217;s a sample:</p>
<p><iframe width="480" height="360" src="http://www.youtube.com/embed/THXENfWaSoI" frameborder="0" allowfullscreen></iframe></p>
<p>Fortunately, Spotify has a better selection, although still not particularly large.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.downdb.net/20120222/buddy-tate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.downdb.net/20120222/buddy-tate/</feedburner:origLink></item>
		<item>
		<title>I dunno what the hell’s in there, but it’s weird and pissed off, whatever it is.</title>
		<link>http://feedproxy.google.com/~r/downdb/main/~3/jZGRrzLXuqw/</link>
		<comments>http://www.downdb.net/20120220/i-dunno-what-the-hells-in-there-but-its-weird-and-pissed-off-whatever-it-is/#comments</comments>
		<pubDate>Mon, 20 Feb 2012 13:59:19 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[horror]]></category>
		<category><![CDATA[Movies]]></category>
		<category><![CDATA[The Thing]]></category>

		<guid isPermaLink="false">http://www.downdb.net/?p=1928</guid>
		<description />
			<content:encoded><![CDATA[<p><iframe width="480" height="360" src="http://www.youtube.com/embed/ouZkkIsLiNg" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.downdb.net/20120220/i-dunno-what-the-hells-in-there-but-its-weird-and-pissed-off-whatever-it-is/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.downdb.net/20120220/i-dunno-what-the-hells-in-there-but-its-weird-and-pissed-off-whatever-it-is/</feedburner:origLink></item>
	</channel>
</rss>
