<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ad Terras Per Aspera &#187; Uncategorized</title>
	<atom:link href="http://adterrasperaspera.com/blog/category/uncategorized/feed" rel="self" type="application/rss+xml" />
	<link>http://adterrasperaspera.com/blog</link>
	<description>Transmissions from the Little Blue Marble</description>
	<lastBuildDate>Tue, 27 Sep 2011 13:27:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Evil solution to the XSLT empty xmlns probem</title>
		<link>http://adterrasperaspera.com/blog/2009/03/03/evil-solution-to-the-xslt-empty-xmlns-probem</link>
		<comments>http://adterrasperaspera.com/blog/2009/03/03/evil-solution-to-the-xslt-empty-xmlns-probem#comments</comments>
		<pubDate>Tue, 03 Mar 2009 13:15:29 +0000</pubDate>
		<dc:creator>Patrick McFarland</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://adterrasperaspera.com/blog/?p=892</guid>
		<description><![CDATA[I&#8217;m currently using XSLT, and I&#8217;ve come across the dreaded empty xmlns problem. My XML contains elements that do not have rules in my XSL stylesheet and most XSLT engines append the attribute xmlns="" when it gets confused about what namespace the element belongs to&#8230; I get bitten by this because I do not have [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m currently using XSLT, and I&#8217;ve come across the dreaded empty <code>xmlns</code> problem. My XML contains elements that do not have rules in my XSL stylesheet and most XSLT engines append the attribute <code>xmlns=""</code> when it gets confused about what namespace the element belongs to&#8230; I get bitten by this because I do not have an input DTD as the document is not meant to be used as anything but fodder to create XHTML.</p>
<p>Many people even have this problem when using XSLT to transform XHTML into XHTML&#8230; the input and output namespaces are the same, and they&#8217;re using properly formated and validated XHTML documents (complete with the doctype statement and the <code>xmlns</code> attribute on the <code>html</code> element).</p>
<p>Many people just want to force the transforming engine to blindly copy the elements as is over to the new document, and ignore the namespace issue. The below XSL should do this, use wisely.</p>
<pre>&lt;xsl:template match="*|@*"&gt;
    &lt;xsl:element name="{ local-name( . ) }"&gt;
        &lt;xsl:apply-templates select="@*|node()"/&gt;
    &lt;/xsl:element&gt;
&lt;/xsl:template&gt;
</pre>
<p>So, now I can go use XHTML in my input and have it spit back out unmolested.</p>
]]></content:encoded>
			<wfw:commentRss>http://adterrasperaspera.com/blog/2009/03/03/evil-solution-to-the-xslt-empty-xmlns-probem/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>The Lonely Island &#8211; Jizz in my Pants</title>
		<link>http://adterrasperaspera.com/blog/2009/02/10/the-lonely-island-jizz-in-my-pants</link>
		<comments>http://adterrasperaspera.com/blog/2009/02/10/the-lonely-island-jizz-in-my-pants#comments</comments>
		<pubDate>Tue, 10 Feb 2009 08:23:44 +0000</pubDate>
		<dc:creator>Patrick McFarland</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://adterrasperaspera.com/blog/?p=885</guid>
		<description><![CDATA[(available in HD)]]></description>
			<content:encoded><![CDATA[<p style="text-align: center; margin: 0 auto 1em auto"><object type="application/x-shockwave-flash" style="width:480px; height:295px;" data="http://www.youtube.com/v/4pXfHLUlZf4&#038;fmt=22"><param name="movie" value="http://www.youtube.com/v/4pXfHLUlZf4&#038;fmt=22" /></object></p>
<p>(<a href="http://www.youtube.com/watch?v=4pXfHLUlZf4&#038;fmt=22">available in HD</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://adterrasperaspera.com/blog/2009/02/10/the-lonely-island-jizz-in-my-pants/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Daily Show proves Republicans are idiots</title>
		<link>http://adterrasperaspera.com/blog/2008/09/04/the-daily-show-proves-republicans-are-idiots</link>
		<comments>http://adterrasperaspera.com/blog/2008/09/04/the-daily-show-proves-republicans-are-idiots#comments</comments>
		<pubDate>Thu, 04 Sep 2008 19:57:38 +0000</pubDate>
		<dc:creator>Patrick McFarland</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://adterrasperaspera.com/blog/?p=709</guid>
		<description><![CDATA[This is why the Daily Show is the best fucking news team on television. Remember to vote third party this year, preferably Ron Paul.]]></description>
			<content:encoded><![CDATA[<p><center>
<div>
<embed FlashVars='videoId=184086' src='http://www.thedailyshow.com/sitewide/video_player/view/default/swf.jhtml' quality='high' bgcolor='#cccccc' width='332' height='316' name='comedy_central_player' align='middle' allowScriptAccess='always' allownetworking='external' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer'></embed>
</div>
<p></center></p>
<p>This is why the Daily Show is the best fucking news team on television. Remember to vote third party this year, preferably Ron Paul.</p>
]]></content:encoded>
			<wfw:commentRss>http://adterrasperaspera.com/blog/2008/09/04/the-daily-show-proves-republicans-are-idiots/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Geek Porn</title>
		<link>http://adterrasperaspera.com/blog/2005/10/12/geek-porn</link>
		<comments>http://adterrasperaspera.com/blog/2005/10/12/geek-porn#comments</comments>
		<pubDate>Wed, 12 Oct 2005 23:41:00 +0000</pubDate>
		<dc:creator>Patrick McFarland</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.adterrasperaspera.com/blog/2005/10/12/geek-porn/</guid>
		<description><![CDATA[You know, the Internet is a great place. Its a place where anyone interested in something can find other someones interested in anything. In this case, many geeks out there have remarked on how much porn sucks (no pun intended). Its all about ignorant morons wearing wife-beaters banging brainless, but living, sex dolls; and I [...]]]></description>
			<content:encoded><![CDATA[<p>You know, the Internet is a great place. Its a place where anyone interested in something can find other someones interested in anything. In this case, many geeks out there have remarked on how much porn sucks (no pun intended). Its all about ignorant morons wearing wife-beaters banging brainless, but living, sex dolls; and I find porn like that to be quite boring, and sometimes offensive, and very far from the erotic display it is supposed to be.</p>
<p>And I&#8217;m not the only one out there who thinks that, not by far. There are literally tens of thousands of my fellow geek brethren who think most, if not all, porn is complete shit. And just the subject matter isn&#8217;t bad, there are students in film classes all over the world that don&#8217;t make the mistakes that porn directors do: bad lighting, bad camera angles, static camera placement; and then the actors and actresses are horrid: their rendition of their lines (if any) are flat and lack emotion, they act like they don&#8217;t want to be there, and they simply go through the motions.</p>
<p>What we need, folks, is porn for geeks. </p>
<p><a href="http://www.ernestcline.com/spokenword/Nerd_Porn_Auteur-Ernie_Cline.mp3">Ernest Cline &#8211; Nerd Porn Auteur</a>, <a href="http://www.ernestcline.com/spokenword/npa.htm">(transcription)</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://adterrasperaspera.com/blog/2005/10/12/geek-porn/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft + E-Machines = Massive Stupidity</title>
		<link>http://adterrasperaspera.com/blog/2005/10/12/microsoft-e-machines-massive-stupidity</link>
		<comments>http://adterrasperaspera.com/blog/2005/10/12/microsoft-e-machines-massive-stupidity#comments</comments>
		<pubDate>Wed, 12 Oct 2005 14:24:00 +0000</pubDate>
		<dc:creator>Patrick McFarland</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.adterrasperaspera.com/blog/2005/10/12/microsoft-e-machines-massive-stupidity/</guid>
		<description><![CDATA[Ed Foster tells a story about a tech and his adventures with E-Machines machines and Windows XP, Because of the new motherboard, of course, Windows XP activation was triggered. &#8220;During the requisite call to Microsoft for an activation number, we were told that Microsoft could NOT give us the activation for this particular copy of [...]]]></description>
			<content:encoded><![CDATA[<p>Ed Foster tells a <a href="http://www.gripe2ed.com/scoop/story/2005/10/11/030/82390">story about a tech and his adventures with E-Machines machines and Windows XP,</a></p>
<blockquote><p>Because of the new motherboard, of course, Windows XP activation was triggered. &#8220;During the requisite call to Microsoft for an activation number, we were told that Microsoft could NOT give us the activation for this particular copy of XP since it was sold through a &#8216;special licensing agreement&#8217; with E-Machines. Even though we had the 25-digit license number, Microsoft insisted we would have to contact the manufacturer for the activation number. Two separate calls to E-Machines elicited the same response. NO activation number would be given since we did not install an &#8216;official&#8217; and expensive E-Machines motherboard. So the customer is forced into purchasing another copy of Windows XP even though they already paid for the original license when they first bought the computer and have all the required proof.&#8221;</p>
<p>In other words, the reader&#8217;s customer &#8212; who has done nothing wrong other than have a motherboard fail on him &#8212; has the choice of paying ransom to E-Machines or to Microsoft to have a functioning OS again. Which led the reader to wonder just what would constitute piracy in such a situation. &#8220;We all know there are plenty of copies of XP that work fine without the product activation scheme,&#8221; the reader wrote. &#8220;Usually these are copies of corporate or academic versions of XP originally sold by Microsoft with broad licenses covering many computers. Is this customer justified in installing such a &#8216;pirated&#8217; copy of XP on this system? Or should the customer have to buy yet another copy of XP, and presumably throw his old copy in the trash, just because his motherboard failed?&#8221;</p></blockquote>
<p>There is only one proper way to respond to this: <strong>Fuck you, Microsoft</strong>. Why do you think people are pirating Windows; or worse, switching to alternative operating systems (such as the <a href="http://www.ubuntu.com/">Ubuntu Linux</a> distro?) Because they are tired of the shit you pull.</p>
<p>For those out there that want to startup a new commerical software buisness, here are three rules you should follow:
<ol>
<li>Do not treat your customer as your enemy, remember that they are ultimately your boss and decide if you get to eat this month.</li>
<li>Do not make it difficult to use your product, if they find it difficult to use they will just use something else.</li>
<li>Do not abuse the trust of your customers, remember the consumer industry runs on karma and everything you do will come back to you ten fold.</li>
</ol>
<p>Microsoft has managed to break all three of those rules in just this one instance, and I seriously don&#8217;t see Microsoft even lasting long enough to get Vista out the door (which is at least another 4 or 5 years away).</p>
<p>Sorry, Bill, but it seems to be time to look for another job.</p>
]]></content:encoded>
			<wfw:commentRss>http://adterrasperaspera.com/blog/2005/10/12/microsoft-e-machines-massive-stupidity/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>John Hall Died</title>
		<link>http://adterrasperaspera.com/blog/2005/09/19/john-hall-died</link>
		<comments>http://adterrasperaspera.com/blog/2005/09/19/john-hall-died#comments</comments>
		<pubDate>Mon, 19 Sep 2005 17:42:00 +0000</pubDate>
		<dc:creator>Patrick McFarland</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.adterrasperaspera.com/blog/2005/09/19/john-hall-died/</guid>
		<description><![CDATA[John Reeves Hall died September 17th at 9:40 PM. I&#8217;ll miss him.]]></description>
			<content:encoded><![CDATA[<p><a href="http://overcode.yak.net/1">John Reeves Hall died September 17th at 9:40 PM.</a> I&#8217;ll miss him.</p>
]]></content:encoded>
			<wfw:commentRss>http://adterrasperaspera.com/blog/2005/09/19/john-hall-died/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FEMA Sucks</title>
		<link>http://adterrasperaspera.com/blog/2005/09/12/fema-sucks</link>
		<comments>http://adterrasperaspera.com/blog/2005/09/12/fema-sucks#comments</comments>
		<pubDate>Mon, 12 Sep 2005 05:23:00 +0000</pubDate>
		<dc:creator>Patrick McFarland</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.adterrasperaspera.com/blog/2005/09/12/fema-sucks/</guid>
		<description><![CDATA[I just found this post by a AboveTopSecret Forum administrator detailing how FEMA detention camps are no different than what the Nazi&#8217;s used in World War 2. I&#8217;m extremely depressed to report that things seem to only be getting sadder concerning the people so devastatingly affected by Katrina last week. Two car loads of us [...]]]></description>
			<content:encoded><![CDATA[<p>I just found this <a href="http://www.abovetopsecret.com/forum/fema.html">post</a> by a AboveTopSecret Forum administrator detailing how FEMA detention camps are no different than what the Nazi&#8217;s used in World War 2.</p>
<blockquote><p>I&#8217;m extremely depressed to report that things seem to only be getting sadder concerning the people so devastatingly affected by Katrina last week. Two car loads of us headed over to Falls Creek, a youth camp for Southern Baptist churches in Oklahoma that agreed to have its facilities used to house Louisiana refugees. I&#8217;m afraid the camp is not going to be used as the kind people of the churches who own the cabins believe it was going to be used.</p></blockquote>
<p>Jesse Jackson was right when he said &#8220;refugees&#8221; was not the appropriate word for the poor souls dislocated due to Katrina. But he was wrong about why it is not appropriate. It&#8217;s not appropriate because they are detainees, not refugees.</p></blockquote>
<p>This is bullshit, and it needs to stop. These are people, not prisoners.</p>
]]></content:encoded>
			<wfw:commentRss>http://adterrasperaspera.com/blog/2005/09/12/fema-sucks/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s wrong with SF.Net, Itemized</title>
		<link>http://adterrasperaspera.com/blog/2005/09/02/whats-wrong-with-sfnet-itemized</link>
		<comments>http://adterrasperaspera.com/blog/2005/09/02/whats-wrong-with-sfnet-itemized#comments</comments>
		<pubDate>Sat, 03 Sep 2005 01:05:00 +0000</pubDate>
		<dc:creator>Patrick McFarland</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.adterrasperaspera.com/blog/2005/09/02/whats-wrong-with-sfnet-itemized/</guid>
		<description><![CDATA[Kris Chapman over at the SF.Net Engineering Blog is asking what the community thinks works and doesn&#8217;t work. This is what I think. What doesn&#8217;t work: The lack of a clean CSS layout means it is hard for users to use the website in diverse environments. Many users who have special needs (such as using [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.dev.sf.net/index.php?/archives/22-guid.html#extended">Kris Chapman over at the SF.Net Engineering Blog</a> is asking what the community thinks works and doesn&#8217;t work. This is what I think.</p>
<p>What doesn&#8217;t work:
<ul>
<li>The lack of a clean CSS layout means it is hard for users to use the website in diverse environments. Many users who have special needs (such as using audio readers who depend on clean website layout), or simply users who want to access the website from a low resolution device (640&#215;480 screens, cell phones, PSP, etc) cannot deal with the lack of a clean layout.</li>
<li>The lack of good XHTML. The current SF.Net tag soup is the equivalent of a 14 year old script kiddy hopping on an AOL chatroom, and saying, &#8220;Y0 m4ng!1, w4ts upz0r!!!lolone!!eleven!&#8221; Welcome to the year 2005, where people use validating XHTML, and quit making poor Firefox use <a href="http://www.mozilla.org/docs/web-developer/quirks/">quirks mode.</a></li>
<li>God forsaken &lt;iframe&gt; ads. I don&#8217;t really minds ads, people have to pay for their website somehow, but please! Drop those iframes! If you really need to support HTML layouts for ads, do something cool like dynamically insert the HTML using AJAX.</li>
<li>The really backwards setup of SF.Net tracker. As much as people hate Bugzilla, and bitch about it&#8217;s usability bugs, its still lightyears ahead of the tracker. The tracker needs to match Bugzilla feature for feature, and I wouldn&#8217;t be against the cloning of the Bugzilla interface.</li>
<li>Doodad Box bloat in the layout. I agree that Most Active and Top Downloads are useful, but they do not belong on most pages. IMHO, they belong two places, the front page, and My SF; nowhere else, its a waste of space.</li>
<li>Lack of bandwidth/server power. Its not related to the design itself (actually, it is, if the layout would use half the images, I&#8217;d use half the bandwidth, because no client is properly caching the images anyhow), but the site is also slow because too many users are hitting the servers.</li>
<li>Lack of forum/mailing list/whatever else integration. Too many projects have a huge disconnect between the &#8216;web user&#8217; and the &#8216;clueful user&#8217; groups. Web users typically use forums, the actual users we care about use mailing lists and/or news groups. For projects that have both enabled (which most do), the two groups have a hard time communicating with each other. What we really need is to get rid of forums, mailing lists, and the previously existing news groups, and fold them all into a single system. Someone can post from an email client, a news client, or a web client, and it all goes to the same place and talks to the same users.</li>
<li>Get rid of comments on news items for both SF.Net news items and project news items. This is another case of communication method overload. Whatever users want to say using the comment system, it needs to be said somewhere else, commenting on the news entries is not the way. No one is using them anyhow.</li>
<li>Get rid of project news items altogether. You know what? Quite a few projects aren&#8217;t even using them, or are using them improperly, or just aren&#8217;t keeping them up to date. The only place a project has to report news is their website space given to them by SF.Net.</li>
<li>Project&#8217;s DB sucks. Yes, another thing not related to the SF.Net website itself, but it still reflects on the user experience. I don&#8217;t personally use the server myself, but I&#8217;ve been told its often slow, crash happy, unresponsive, and way overloaded. This should be the next thing to get loving from Santa. (CVS has been a naughty child, and it got two or three new overpowered boxen, how sad.)</li>
<li>The download system.</li>
</ul>
<p>What does work:
<ul>
<li>Anything I haven&#8217;t bitched about. If I don&#8217;t bitch about it, I probably haven&#8217;t even noticed it. The more transparent a service is, the better designed it is. The perfect sf.net setup would involve a system that could accommodate any user&#8217;s work flow. And I really mean any, not most, and not half. Any.</li>
<li>The new stats system. It works quite well, its a little glitchy, but its a clear step up from what we had before.</li>
<li>The donation system. This is another useful service. Its always been hard to properly recognize our generous friends in the audience, mainly because we could not automate the system, but now we can. However, a lot of projects are not using the system, and giving users their Paypal address directly to avoid paying the &#8220;SF.Net tax&#8221;. Now, I agree with SF.Net&#8217;s assessment of the situation (&#8220;If you make money, so should we, especially since we are effectively hosting your stuff for free, and this costs a lot of money&#8221;), but for projects to do this, they are not helping their users, their generous donators, themselves, SF.Net, or the whole FOSS community. So, please, keep the Eeny-Weeny Wrenches and Gears.</li>
</ul>
<p>Now, I understand you wanted us (the community) to nitpick things, but we can&#8217;t even nitpick things until the biggest issues are fixed yet. Sure, dark green is easier to read than light green, but whats the point if the whole system is designed wrong? Kris, come by <a href="//irc.slashnet.org/sourceforge">#sourceforge on irc.slashnet.org</a> sometime, and talk to the people there. You&#8217;ll find out what you need to know.</p>
]]></content:encoded>
			<wfw:commentRss>http://adterrasperaspera.com/blog/2005/09/02/whats-wrong-with-sfnet-itemized/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trackback is Not Dead</title>
		<link>http://adterrasperaspera.com/blog/2005/08/28/trackback-is-not-dead</link>
		<comments>http://adterrasperaspera.com/blog/2005/08/28/trackback-is-not-dead#comments</comments>
		<pubDate>Sun, 28 Aug 2005 22:30:00 +0000</pubDate>
		<dc:creator>Patrick McFarland</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.adterrasperaspera.com/blog/2005/08/28/trackback-is-not-dead/</guid>
		<description><![CDATA[Jeremy Zawodny decided today to declare trackbacks dead. Excuse me while I stifle a giggle. With all the services that support trackback now (including Yahoo! News), and third party services to add trackback easily (such as Haloscan, like I use), trackback is far from dead. Though, theres a few people who agree with Jeremy: &#8220;Trackbacks [...]]]></description>
			<content:encoded><![CDATA[<p>Jeremy Zawodny decided today to <a href="http://jeremy.zawodny.com/blog/archives/005049.html" rel="tag">declare trackbacks dead</a>. Excuse me while I stifle a giggle. With all the services that support trackback now (including Yahoo! News), and third party services to add trackback easily (such as <a href="http://www.haloscan.com/" rel="tag">Haloscan</a>, like I use), trackback is far from dead.</p>
<p>Though, theres a few people who agree with Jeremy: &#8220;<em>Trackbacks are a good distributed system similar to fallout shelters of the 50&#8242;s. At the time, we really needed them, but now with the rise of Technorati, Feedster and PubSub, we have something much better than trackback.</em>&#8221; <a href="http://houseofwarwick.com/2005/08/24.html#a1584" rel="link">says Steve Kirks</a>.</p>
<p>For those that aren&#8217;t versed in the ways of Blog-fu, a <a href="http://en.wikipedia.org/wiki/Trackback" rel="tag">trackback</a> is, according to Wikipedia, &#8220;a mechanism used in a blog that shows a list of entries in other blogs that refer to a post on the first blog.&#8221; In other words, its a method to reply to blogs by using your own blog.</p>
<p>Trackbacks are not without problem, of course. There is the vicious scourge of trackback spam, where spammers send a trackback back to your blog, and try to convince your readers to buy their product. See <a href="http://abates.tetrap.com/archives/2005/08/24/mo_blog_spamming.html">this entry</a> Alden Bates&#8217; Weblog for an example of what people have to do to stop spamming, its quite simple.</p>
<p>If trackback dead, why would Haloscan have more than 100,000 users*? Or why would Yahoo!, C|Net, and other big name sites support trackback? And I certainly wouldn&#8217;t have added trackback to my own blog if I didn&#8217;t think it was useful.</p>
<p>Supporters of alternate systems often say <a href="http://www.technorati.com" rel="tag">Technorati</a>, <a href="http://www.pubsub.com/" rel="tag">PubSub</a>, or other systems are the answer. They are simply <em>part</em> of the answer. Technorati simply tracks links mentioned from blogs, as to be able to see who is linking to who/what; problem is, you can&#8217;t display how many links are linked to your blog entry itself, unlike comments or trackbacks.</p>
<p>PubSub, on the other hand, is sorta like a Google for information sources, and you get all your results in an RSS feed. Amazingly useful, yes, but its only part of the answer. Neither PubSub nor Technorati allow your readers to be informed of further information contained on other blogs; said further information is written by your readers. In other words, your readers communicate with each other and form a community.</p>
<p>&#8220;Why is a community important?&#8221;, you ask. Communities are what power blogs, or really, all websites. Comments, trackbacks, forums, and message boards all allow users to communicate with each other. Then you also have websites and blogs about communication forms themselves, such as IRC channels and Usenet groups, or mailing lists, or just stuff for people who know each other in real life.</p>
<p>Just to prove trackback isn&#8217;t dead, I&#8217;m going to trackback to Jeremy&#8217;s article.</p>
<p><sub>* 100,000 is quite a lot when you realise Movable Type and WordPress both natively support trackback, and a vast majority of active blogs use MT or WP.</sub></p>
<p><strong>Update</strong>: The Net Is Dead has <a href="http://www.i-marco.nl/weblog/archive/2005/08/27/trackback_is_not_dead">a few good comments</a> on why trackback isn&#8217;t dead, and Temple of the Screaming Penguin <a href="http://www.screaming-penguin.com/main.php?storyid=5225">explains why Pingback, an alternative to Trackback, doesn&#8217;t work either</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://adterrasperaspera.com/blog/2005/08/28/trackback-is-not-dead/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Idiot Steals Phone</title>
		<link>http://adterrasperaspera.com/blog/2005/08/28/idiot-steals-phone</link>
		<comments>http://adterrasperaspera.com/blog/2005/08/28/idiot-steals-phone#comments</comments>
		<pubDate>Sun, 28 Aug 2005 09:04:00 +0000</pubDate>
		<dc:creator>Patrick McFarland</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.adterrasperaspera.com/blog/2005/08/28/idiot-steals-phone/</guid>
		<description><![CDATA[Every day, cell phones get stolen. Well, apparently this one moron didn&#8217;t get away with it, and was stupid enough to take pictures of himself using the cell phone, and the owner setup the phone to log all pictures taken. Said owner emails crook: Like to steal cell phones and use them to take pics [...]]]></description>
			<content:encoded><![CDATA[<p>Every day, cell phones get stolen. Well, apparently this one moron <a href="http://www.longislandpress.com/bb/viewtopic.php?p=2037&amp;">didn&#8217;t get away with it</a>, and was stupid enough to take pictures of himself using the cell phone, and the owner setup the phone to log all pictures taken. Said owner emails crook:</p>
<blockquote><p>Like to steal cell phones and use them to take pics of yourself and make videos&#8230;. HA! guess what pal&#8230; i have every pic you took and the videos&#8230;. I will be plastering the town with pics of your face, that %!$#*&amp; face and the childs face&#8230;. wow thieves really are dumb&#8230;. good day pal</p></blockquote>
<blockquote><p>oh yeah by the way&#8230;. the phone is now just a paperweight and can never be used again&#8230;</p></blockquote>
<p>Fucktard replies:</p>
<blockquote><p>yOoOo pimp tell sabrina i said hi ima b bangin her like i did my gurl n save on ur phone n dont b madd my dick betta den urz</p></blockquote>
<p>Good bye, fucktard. Have a nice time in federal bang-you-in-the-ass prison.</p>
]]></content:encoded>
			<wfw:commentRss>http://adterrasperaspera.com/blog/2005/08/28/idiot-steals-phone/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Play Hunt the Wumpus on Google Talk</title>
		<link>http://adterrasperaspera.com/blog/2005/08/24/play-hunt-the-wumpus-on-google-talk</link>
		<comments>http://adterrasperaspera.com/blog/2005/08/24/play-hunt-the-wumpus-on-google-talk#comments</comments>
		<pubDate>Wed, 24 Aug 2005 04:02:00 +0000</pubDate>
		<dc:creator>Patrick McFarland</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.adterrasperaspera.com/blog/2005/08/24/play-hunt-the-wumpus-on-google-talk/</guid>
		<description><![CDATA[Add wumpus.game@gmail.com to your Google Talk account, and message play to him. It plays a game of Hunt The Wumpus, the classic UNIX game, with you.]]></description>
			<content:encoded><![CDATA[<p>Add wumpus.game@gmail.com to your <a href="http://talk.google.com/" rel="tag">Google Talk</a> account, and message play to him. It plays a game of Hunt The Wumpus, the classic UNIX game, with you.</p>
]]></content:encoded>
			<wfw:commentRss>http://adterrasperaspera.com/blog/2005/08/24/play-hunt-the-wumpus-on-google-talk/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Terrorist Bombing in London to Protest G8 Summit</title>
		<link>http://adterrasperaspera.com/blog/2005/07/07/terrorist-bombing-in-london-to-protest-g8-summit</link>
		<comments>http://adterrasperaspera.com/blog/2005/07/07/terrorist-bombing-in-london-to-protest-g8-summit#comments</comments>
		<pubDate>Thu, 07 Jul 2005 18:02:00 +0000</pubDate>
		<dc:creator>Patrick McFarland</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.adterrasperaspera.com/blog/2005/07/07/terrorist-bombing-in-london-to-protest-g8-summit/</guid>
		<description><![CDATA[Well, if you haven&#8217;t heard this on the news yet, where have you been? Europhobia: London Tube Explosion Timeline BBC News: London bombings toll rises to 37 BCC News: London blasts: At a glance CNN: Blair blames Islamic terrorists Wikinews: Coordinated terrorist attack in London Wikipedia: 7 July 2005 London bombings]]></description>
			<content:encoded><![CDATA[<p>Well, if you haven&#8217;t heard this on the news yet, where have you been?</p>
<p><a href="http://europhobia.blogspot.com/2005/07/london-tube-explosions.html">Europhobia:  London Tube Explosion Timeline</a><br />
<a href="http://news.bbc.co.uk/2/hi/uk_news/4661059.stm">BBC News:  London bombings toll rises to 37</a><br />
<a href="http://news.bbc.co.uk/1/hi/uk/4659331.stm">BCC News: London blasts: At a glance</a><br />
<a href="http://www.cnn.com/2005/WORLD/europe/07/07/london.tube/index.html">CNN: Blair blames Islamic terrorists</a><br />
<a href="http://en.wikinews.org/wiki/Coordinated_terrorist_attack_in_London">Wikinews: Coordinated terrorist attack in London</a><br />
<a href="http://en.wikipedia.org/wiki/2005_London_transport_explosions">Wikipedia: 7 July 2005 London bombings</a></p>
]]></content:encoded>
			<wfw:commentRss>http://adterrasperaspera.com/blog/2005/07/07/terrorist-bombing-in-london-to-protest-g8-summit/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Corporate America Fucks Up Again</title>
		<link>http://adterrasperaspera.com/blog/2005/06/30/corporate-america-fucks-up-again</link>
		<comments>http://adterrasperaspera.com/blog/2005/06/30/corporate-america-fucks-up-again#comments</comments>
		<pubDate>Fri, 01 Jul 2005 03:36:00 +0000</pubDate>
		<dc:creator>Patrick McFarland</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.adterrasperaspera.com/blog/2005/06/30/corporate-america-fucks-up-again/</guid>
		<description><![CDATA[Chip Salzenberg has been screwed by the wheels of justice (read more about it here). Chip is a well known FOSS hacker, and well respected in the Perl community; he was the release manager behind Perl 5.4, and is playing the Architect for the Parrot Virtual Machine project (which is the VM behind Perl 6). [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://geeksunite.net/">Chip Salzenberg has been screwed by the wheels of justice</a> (read more about it <a href="http://yro.slashdot.org/article.pl?sid=05/06/30/1854228&amp;tid=123&amp;tid=95&amp;tid=145">here</a>). Chip is a well known FOSS hacker, and well respected in the Perl community; he was the release manager behind Perl 5.4, and is playing the Architect for the Parrot Virtual Machine project (which is the VM behind Perl 6).</p>
<p>So, basically, he was going to rat out his employer for doing horrible things (such as criminally hammering web servers), and they accused him of stealing trade secrets, and got the cops to steal all his computer equipment. Thankfully, the criminal charges against him were dropped; but his former employer decided to use the law to their own advantage and steal his computers.</p>
<p>Not only that, but everything on them. Personal information. Website logins, PGP keys, personal photos, unreleased code, credit card information, etc. Everything. Between that, and the surmounting legal fees, he is quite screwed.</p>
<p>So, the infamous Anonymous Coward <a href="http://yro.slashdot.org/comments.pl?sid=154470&amp;cid=12956442">rears his/her/its head on the Slashdot article about this</a> (and I quote):</p>
<blockquote><p>I&#8217;ve been in a very similar situation recently, and also ran into huge legal bills, from a contracting client who made outrageous claims. It was the worst experience of my adult life. I can&#8217;t go into any details, but it was terrible, and the case turned on the same kind of criminal trade secret laws. These trade secret laws are so prone to abuse because they take what are effectively civil issues (ie, business disputes) and get the criminal justice system involved. Let me tell you, all this thing about &#8220;innocent until proven guilty&#8221; is nonsense. Yes, you are &#8220;innocent until proven guilty&#8221; when you actually get to trial&#8230; but by the time you get to trial you&#8217;ve already gone through hundreds of thousands of dollars in legal bills. Where does the average guy come up with that kind of money? I&#8217;ll give you the answer: he sells all of his assets (house, everything) and he still doesn&#8217;t have that kind of money, so he ends up getting a public defender, and public defender = plea bargain = no trial.</p></blockquote>
<blockquote><p>Basically these trade secret laws let big guys with resources or connection punish small guys (us) without any legal process. We&#8217;re out tens of thousands of dollars just from the moment the process begins, without a court or a judge even having seen the issue.</p></blockquote>
<blockquote><p>There&#8217;s also the emotional factor. It&#8217;s terrifying. If I got a criminal trade secret conviction, I would never be able to work in the programming field again. What else could I do? My life would be ruined even if I got probation only. The fear is incapacitating. It&#8217;s like someone telling you &#8220;you have cancer.&#8221; Even if the cancer is treatable, it is terrifying.</p></blockquote>
<blockquote><p>Anyone in the programming field needs to be aware of these risks. You don&#8217;t think about it because a) these things usually do not result in convictions (in TFA&#8217;s case, if his telling is accurate, there is no evidence of any wrong-doing) and b) when they go away without a conviction, we&#8217;re all scared to talk about them (like I am posting as AC right now). But even if the case goes nowhere, running into a $40k legal bill is disastrous. That&#8217;s a down payment on a house. That&#8217;s 100% of your after-tax income for more than a year (probably). That&#8217;s your new-car and vacation fund for several years. That could cause so much financial stress as to lead to divorce, family estrangement, etc. That&#8217;s &#8220;liquidate all of your assets right now and borrow from all of your relatives&#8221; disastrous. That&#8217;s a penalty this guy is suffering without any trial or judicial overview. That&#8217;s (possibly) without even having a grand-jury rubber-stamp the police side of the story.</p></blockquote>
<blockquote><p>I&#8217;m afraid to even post this lest it have some bearing on my situation, but I&#8217;m posting because I want all of us Slashdot crowd to be aware of it.</p></blockquote>
<blockquote><p>I don&#8217;t really have a solution, but one thing that seems to help is to put up a very aggressive and determined defence from the very beginning. Let everyone involved know, &#8220;there will be no plea bargain. There will be a vigorous defence. Trying to bring a civil matter into the criminal system will not work and I&#8217;m not going to beg for mercy. If it gets to a trial, we&#8217;re fighting all the way and there will be an acquittal.&#8221;</p></blockquote>
<blockquote><p>This guy is brave to even be talking about this publicly. I&#8217;m sure his lawyer advised him not to (mine did). Most of us who are victims of this are silent victims like me.</p></blockquote>
<p>Thats basically the situation Chip is in. Oh, yeah, hes looking for donations too, go give him some money.</p>
]]></content:encoded>
			<wfw:commentRss>http://adterrasperaspera.com/blog/2005/06/30/corporate-america-fucks-up-again/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Friend of Mine Has Cancer</title>
		<link>http://adterrasperaspera.com/blog/2005/06/24/a-friend-of-mine-has-cancer</link>
		<comments>http://adterrasperaspera.com/blog/2005/06/24/a-friend-of-mine-has-cancer#comments</comments>
		<pubDate>Fri, 24 Jun 2005 04:32:00 +0000</pubDate>
		<dc:creator>Patrick McFarland</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.adterrasperaspera.com/blog/2005/06/24/a-friend-of-mine-has-cancer/</guid>
		<description><![CDATA[John Hall, the author of Programming Linux Games, and someone who I consider a friend, was diagnosed with Stage IV Melanoma (which is very life threatening). He&#8217;s asking the public to help donate to the American Cancer Society, he&#8217;s trying to raise $1,000 for melanoma research. All money donated goes straight to the American Cancer [...]]]></description>
			<content:encoded><![CDATA[<p>John Hall, the author of <a href="http://www.nostarch.com/plg.htm"><i>Programming Linux Games</i></a>, and someone who I consider a friend, was diagnosed with Stage IV <a href="http://en.wikipedia.org/wiki/Melanoma">Melanoma</a> (which is very life threatening). He&#8217;s asking the public to <a href="http://www.acsevents.org/faf/r.asp?t=4&amp;i=99915&amp;u=99915-86454580">help donate to the American Cancer Society</a>, he&#8217;s trying to raise $1,000 for melanoma research. All money donated goes straight to the American Cancer Society.</p>
<p><b>Update 12:03am, June 25th:</b> Wow, John has raised $925 so far, and has advanced his goal to $2,000.</p>
<p><b>Update 04:20pm, July 7th:</b> Up to $3,100.00 out of a $4,000 goal. Rock on.</p>
]]></content:encoded>
			<wfw:commentRss>http://adterrasperaspera.com/blog/2005/06/24/a-friend-of-mine-has-cancer/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Spams Spanish IRC Network</title>
		<link>http://adterrasperaspera.com/blog/2005/06/20/microsoft-spams-spanish-irc-network</link>
		<comments>http://adterrasperaspera.com/blog/2005/06/20/microsoft-spams-spanish-irc-network#comments</comments>
		<pubDate>Tue, 21 Jun 2005 00:15:00 +0000</pubDate>
		<dc:creator>Patrick McFarland</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.adterrasperaspera.com/blog/2005/06/20/microsoft-spams-spanish-irc-network/</guid>
		<description><![CDATA[Apparently Microsoft has a bot running on the IRC-Hispano IRC Network that &#8216;informs&#8217; users that Linux is inferior to Windows when they join a Unix related channel, and gives them a url that forwards to a page at Microsoft. /join #unix &#60;ms_hechos&#62; http://globals.irc-hispano.org/mshechos &#60;ms_hechos&#62; Las principales empresas y analistas independientes lo confirman: &#60;ms_hechos&#62; Windows tiene [...]]]></description>
			<content:encoded><![CDATA[<p>Apparently Microsoft has a bot running on the <a href="http://www.irc-hispano.org/">IRC-Hispano IRC Network</a> that &#8216;informs&#8217; users that Linux is inferior to Windows when they join a Unix related channel, and gives them a url that forwards to a page at Microsoft.<br />
<blockquote>/join #unix<br />
<code>&lt;ms_hechos&gt; http://globals.irc-hispano.org/mshechos<br />
&lt;ms_hechos&gt; Las principales empresas y analistas independientes lo confirman:<br />
&lt;ms_hechos&gt; Windows tiene un coste total de propiedad inferior al de Linux y ofrece mejores resultados.<br />
&lt;ms_hechos&gt; Aquí están los hechos que necesita conocer para elegir entre Windows y Linux.</code></p></blockquote>
<p>What the hell, Microsoft? You can&#8217;t get enough money off of the English speaking population that don&#8217;t know any better, now you have to go after Spanish speaking people that don&#8217;t know any better? Quit spamming IRC you losers.</p>
]]></content:encoded>
			<wfw:commentRss>http://adterrasperaspera.com/blog/2005/06/20/microsoft-spams-spanish-irc-network/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ormgas Fixes Voting Script</title>
		<link>http://adterrasperaspera.com/blog/2005/06/18/ormgas-fixes-voting-script</link>
		<comments>http://adterrasperaspera.com/blog/2005/06/18/ormgas-fixes-voting-script#comments</comments>
		<pubDate>Sat, 18 Jun 2005 09:46:00 +0000</pubDate>
		<dc:creator>Patrick McFarland</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.adterrasperaspera.com/blog/2005/06/18/ormgas-fixes-voting-script/</guid>
		<description><![CDATA[Ravon over at Ormgas has finally fixed the song voting script, after I spent months reminding him to do so. If you&#8217;re coming here from the news entry Ravon put up thanking me, be sure to add a comment to this blog entry to say, &#8220;Hi.&#8221;]]></description>
			<content:encoded><![CDATA[<p>Ravon over at Ormgas has finally <a href="http://oc.ormgas.com/news.php?extend.69">fixed the song voting script</a>, after I spent months reminding him to do so. If you&#8217;re coming here from the news entry Ravon put up thanking me, be sure to add a comment to this blog entry to say, &#8220;Hi.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://adterrasperaspera.com/blog/2005/06/18/ormgas-fixes-voting-script/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Its a traaaaaaap!</title>
		<link>http://adterrasperaspera.com/blog/2005/06/16/its-a-traaaaaaap</link>
		<comments>http://adterrasperaspera.com/blog/2005/06/16/its-a-traaaaaaap#comments</comments>
		<pubDate>Thu, 16 Jun 2005 05:40:00 +0000</pubDate>
		<dc:creator>Patrick McFarland</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.adterrasperaspera.com/blog/2005/06/16/its-a-traaaaaaap/</guid>
		<description><![CDATA[Carrie Fisher is my hero&#8230; At the ceremony for George Lucas’ AFI lifetime achievement award, Carrie Fisher properly thanks the director for over two decades’ worth of Star Wars nerds masturbating to an image of her in a slave-girl bikini. &#8230; thus deserves a photoshop in her honor (see article for original photo). Yes, I [...]]]></description>
			<content:encoded><![CDATA[<p>Carrie Fisher is my hero&#8230;</p>
<blockquote><p><a href="http://www.defamer.com/hollywood/culture/parties/princess-leia-salutes-george-lucas-107861.php">At the ceremony</a> for George Lucas’ AFI lifetime achievement award, Carrie Fisher properly thanks the director for over two decades’ worth of <em>Star Wars</em> nerds masturbating to an image of her in a slave-girl bikini.</p></blockquote>
<p><a href="http://adterrasperaspera.com/gallery/v/posts/lucas-AFI-fisherlightsaber.jpg.html"><img alt="" src="http://adterrasperaspera.com/gallery/d/200-4/lucas-AFI-fisherlightsaber.jpg" class="alignnone" width="150" height="150" /></a>&#8230; thus deserves a photoshop in her honor (see article for original photo).</p>
<p>Yes, I know. I have no life.</p>
]]></content:encoded>
			<wfw:commentRss>http://adterrasperaspera.com/blog/2005/06/16/its-a-traaaaaaap/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What will Google buy next?</title>
		<link>http://adterrasperaspera.com/blog/2005/06/15/what-will-google-buy-next</link>
		<comments>http://adterrasperaspera.com/blog/2005/06/15/what-will-google-buy-next#comments</comments>
		<pubDate>Thu, 16 Jun 2005 02:07:00 +0000</pubDate>
		<dc:creator>Patrick McFarland</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.adterrasperaspera.com/blog/2005/06/15/what-will-google-buy-next/</guid>
		<description><![CDATA[Andrevan over at Kuro5hin (the not-so-underground for the underground) has an article up about Google&#8216;s past acquisitions and possible future acquisitions. Technorati &#8211; If Google is the average person&#8217;s homepage, Technorati is the homepage of the underground, tech-savvy web user. Technorati is a blog portal whose average visitor enjoys podcasts, Wikipedia, and the Daily Show [...]]]></description>
			<content:encoded><![CDATA[<p>Andrevan over at Kuro5hin (the not-so-underground for the underground) has <a href="http://www.kuro5hin.org/story/2005/6/12/143721/743">an article up about Google</a>&#8216;s past acquisitions and possible future acquisitions.<br />
<blockquote><b><a href="http://www.technorati.com/">Technorati</a></b> &#8211; If Google is the average person&#8217;s homepage, Technorati is the homepage of the underground, tech-savvy web user. Technorati is a blog portal whose average visitor enjoys podcasts, Wikipedia, and the Daily Show with Jon Stewart. Providing more cutting edge results than a normal search engine, Technorati would integrate well with Google News and/or Blogger, and could perhaps feature blogs on the Google <a href="http://www.google.com/ig">Personalized Homepage</a>. Technorati is somewhat similar to <a href="http://www.bloglines.com/">Bloglines</a>, which was purchased by <a href="http://www.ask.com/">Ask Jeeves</a> recently.</p></blockquote>
<p>I agree here, Technorati would be a great purchase. I currently use Technorati services to allow people to see who&#8217;s linking to my blog, and I would love to use the <a href="http://www.technorati.com/help/tags.html">Tags system</a>, except there is no clean way to intergrate this into my layout without help from the Blogger software itself.</p>
<p>Ultimately, I&#8217;d like to put it where the &#8220;Posted at: whenever | Comments | Trackback&#8221; stuff is, and thats very hard to do without embedding tons of HTML right into the blog posts themselves, which defeats the entire purpose of having templates and automagic in the first place. Anyone at Blogger wanna take a crack at this?</p>
<p>Another great service that he talks about is Koders&#8230;<br />
<blockquote><b><a href="http://www.koders.com/">Koders</a></b> &#8211; Koders is a search engine for open source code that works remarkably well. With the recent push for <a href="http://desktop.google.com/plugins.html">plugins for Google Desktop search</a>, Koders would be an interesting addition to Google&#8217;s software initiatives. It would make sense to combine with <a href="http://code.google.com/">Google Code</a> and <a href="http://www.google.com/linux">Google Linux Search</a> in some way.</p></blockquote>
<p>Wow&#8230; just wow. I&#8217;ve never heard of this service before, and it looks great. I&#8217;ve been playing around with it for the past 10 minutes, and it has been giving me useful results; I&#8217;ll definitely be using this more often when I need to find code and don&#8217;t want to reinvent the wheel.</p>
]]></content:encoded>
			<wfw:commentRss>http://adterrasperaspera.com/blog/2005/06/15/what-will-google-buy-next/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Brains&#8230; Brraaaaiinnnsss&#8230;</title>
		<link>http://adterrasperaspera.com/blog/2005/06/15/brains-brraaaaiinnnsss</link>
		<comments>http://adterrasperaspera.com/blog/2005/06/15/brains-brraaaaiinnnsss#comments</comments>
		<pubDate>Thu, 16 Jun 2005 00:10:00 +0000</pubDate>
		<dc:creator>Patrick McFarland</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.adterrasperaspera.com/blog/2005/06/15/brains-brraaaaiinnnsss/</guid>
		<description><![CDATA[30,000 years ago our brains started getting smaller (but more complex). Today, we can grow brain cells in a Petri dish. Tomorrow, we will realize wetware in meatspace sucks and transfer our consciousness into a computer.]]></description>
			<content:encoded><![CDATA[<p>30,000 years ago our brains <a href="http://www.discover.com/issues/jul-05/rd/brains-study-brains/">started getting smaller</a> (but more complex). Today, we can <a href="http://news.independent.co.uk/world/science_technology/story.jsp?story=646759">grow brain cells</a> in a Petri dish. Tomorrow, we will realize wetware in meatspace sucks and transfer our consciousness into a computer.</p>
]]></content:encoded>
			<wfw:commentRss>http://adterrasperaspera.com/blog/2005/06/15/brains-brraaaaiinnnsss/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zelda and Mario TV Shows Coming to DVD</title>
		<link>http://adterrasperaspera.com/blog/2005/06/15/zelda-and-mario-tv-shows-coming-to-dvd</link>
		<comments>http://adterrasperaspera.com/blog/2005/06/15/zelda-and-mario-tv-shows-coming-to-dvd#comments</comments>
		<pubDate>Wed, 15 Jun 2005 11:53:00 +0000</pubDate>
		<dc:creator>Patrick McFarland</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.adterrasperaspera.com/blog/2005/06/15/zelda-and-mario-tv-shows-coming-to-dvd/</guid>
		<description><![CDATA[Hey Pisanos, its the Super Mario Bros. Super Show! The Legend of Zelda and The Super Mario Bros. Super Show are finally coming to DVD. This represents a chunk of my childhood that I still fondly remember: I used to watch these before I went to school in the morning, and then again when I [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Hey Pisanos, its the Super Mario Bros. Super Show!</p></blockquote>
<p><i>The Legend of Zelda</i> and <i>The Super Mario Bros. Super Show</i> are <a href="http://www.redassedbaboon.com/blog/?ct_id=195">finally coming to DVD</a>. This represents a chunk of my childhood that I still fondly remember: I used to watch these before I went to school in the morning, and then again when I came home from school. Wow. Now all we need is <i>Captain N, the Game Master</i> and my set will be complete.</p>
]]></content:encoded>
			<wfw:commentRss>http://adterrasperaspera.com/blog/2005/06/15/zelda-and-mario-tv-shows-coming-to-dvd/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DirecTV Conspiracy Theory</title>
		<link>http://adterrasperaspera.com/blog/2005/06/13/directv-conspiracy-theory</link>
		<comments>http://adterrasperaspera.com/blog/2005/06/13/directv-conspiracy-theory#comments</comments>
		<pubDate>Tue, 14 Jun 2005 01:29:00 +0000</pubDate>
		<dc:creator>Patrick McFarland</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.adterrasperaspera.com/blog/2005/06/13/directv-conspiracy-theory/</guid>
		<description><![CDATA[Really, my blog posts write themselves. The conspiratorially minded think that this update is just an effort on DirecTV&#8217;s part to get them to buy receivers with PVRs built in. A DirecTV representative responds &#8220;I can absolutely say this is not a tactic to get people to switch over to another receiver,&#8221; which is just [...]]]></description>
			<content:encoded><![CDATA[<p>Really, my blog posts write themselves.<br />
<blockquote>The conspiratorially minded think that this <a href="http://www.pvrblog.com/pvr/2005/06/directv_update_.html">update</a> is just an effort on DirecTV&#8217;s part to get them to buy receivers with PVRs built in. A DirecTV representative responds &#8220;I can absolutely say this is not a tactic to get people to switch over to another receiver,&#8221; which is just the sort of thing you&#8217;d expect them to say if there were a conspiracy.</p></blockquote>
<p>Yup, and its all apart of the Trilateral Commission&#8217;s plot involving Girl Scout Cookies and stolen nuclear weapons from Russia.</p>
]]></content:encoded>
			<wfw:commentRss>http://adterrasperaspera.com/blog/2005/06/13/directv-conspiracy-theory/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>$370 Billion and Counting</title>
		<link>http://adterrasperaspera.com/blog/2005/06/12/370-billion-and-counting</link>
		<comments>http://adterrasperaspera.com/blog/2005/06/12/370-billion-and-counting#comments</comments>
		<pubDate>Sun, 12 Jun 2005 07:57:00 +0000</pubDate>
		<dc:creator>Patrick McFarland</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.adterrasperaspera.com/blog/2005/06/12/370-billion-and-counting/</guid>
		<description><![CDATA[I&#8217;ve been thinking about the war lately. So far, we&#8217;ve spent $370 billion on the war (including both Afghanistan and Iraq). Enough for one bullet for every man, woman, and child in the Middle East. Enough to pave Iraq into a giant parking lot for Walmart. Enough to screw over the entire world. You know [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been thinking about the war lately. So far, we&#8217;ve spent $370 billion on the war (including both Afghanistan and Iraq). Enough for one bullet for every man, woman, and child in the Middle East. Enough to pave Iraq into a giant parking lot for Walmart. Enough to screw over the entire world.</p>
<p>You know what we could have done with $370 billion dollars? We could have fed everyone in the world, and given them the medical care they need. We currently spend only $5 billion a year on cancer research, and we could have cured cancer with that money. We could have cured AIDS, which <a href="http://www.avert.org/worldstats.htm">killed 3.1 million people in 2004</a>, and 23 million since 1981.</p>
<p>We could have converted every car in the United States to a fuel efficient engine that doesn&#8217;t burn gasoline, and made it easy for all diesel users to switch to biodiesel. We could have finally researched to see if cold fusion exists or not. We could have setup a mining facility on the Moon to mine Helium 3 for a clean power production method.  We could have finally stepped foot on Mars, and even made a permanent settlement there.</p>
<p>We could have improved the lives of everyone on Earth, and we didn&#8217;t.</p>
]]></content:encoded>
			<wfw:commentRss>http://adterrasperaspera.com/blog/2005/06/12/370-billion-and-counting/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Apple Hate</title>
		<link>http://adterrasperaspera.com/blog/2005/06/10/apple-hate</link>
		<comments>http://adterrasperaspera.com/blog/2005/06/10/apple-hate#comments</comments>
		<pubDate>Fri, 10 Jun 2005 06:54:00 +0000</pubDate>
		<dc:creator>Patrick McFarland</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.adterrasperaspera.com/blog/2005/06/10/apple-hate/</guid>
		<description><![CDATA[Apple has been a popular subject lately, and the fall out of the Intel switch has been flooding the Net with tons of crap. So, I&#8217;m here in my yellow rubber dingy, floating down an overflowing river of Apple Hate™. And I quote, &#8220;I didn&#8217;t waste six years writing code for a dead-end platform.&#8221; And [...]]]></description>
			<content:encoded><![CDATA[<p>Apple has been a popular subject lately, and the fall out of the Intel switch has been flooding the Net with tons of crap. So, I&#8217;m here in my yellow rubber dingy, floating down an overflowing river of Apple Hate™. And I <a href="http://episteme.arstechnica.com/eve/ubb.x/a/tpc/f/8300945231/m/419005973731/">quote</a>, &#8220;<i>I didn&#8217;t waste six years writing code for a dead-end platform.</i>&#8221;</p>
<p>And Kennedye (the poster of that comment) has got a point: hand tuned PPC and Altivec may have not been the best idea, the compiler should be smart enough to auto-vectorize my code and get some decent performance out of it. Hell, GCC should learn to just read my mind; or maybe not, it&#8217;d explode from my semi-sarcastic realistic outlook on life.</p>
<p>Now, everyone is thinking Steve Jobs made a mistake, but I&#8217;m thinking this may be a brilliant move. See, Steve has something called the Reality Distortion Field™. This field is a documented phenomenon of quantum physics that causes Steve to just think about something, and make it a reality. He can convince anyone of anything, and if he can&#8217;t, he can just take your side of the argument up as if that was his side all along, and you&#8217;d never know otherwise. This field is so powerful, that even if you know about it ahead of time, you&#8217;re still affected.</p>
<p>So, I think Steve watched X-Men (the movie), and saw Magneto&#8217;s Spinning Mutant Generator, and thought to himself, &#8220;<i>Hmm, wouldn&#8217;t it be nice if I could build something like that to project my Reality Distortion Field™ all over the world and convince everyone that my new Mactel machines really are something awesome.</i>&#8221;</p>
<p>Although I may be under the effects of his hideous yet elegant and wonderful machine, I think he may be partially right. Due to his reliance on Altivec to close the gap between G4 processors and x86, he got screwed. An ounce of garden variety speed is worth a pound of special case optimization, and the PPC was far overweight in this respect.</p>
<p>Sure, I may have gotten a 25-500% improvement in code that was SIMD-friendly; but using a (at that time) fast Pentium 4 vs the (at that time) new G4, I could easily see a 25-100% improvement in programs that weren&#8217;t SIMD-friendly. And seeing as the overwhelmingly vast majority of code isn&#8217;t SIMD-able, I&#8217;d gladly trade Altivec for raw speed.</p>
<p>Take into the fact that the Athlon was beating the pants off the Pentium 4, the G4 was a really bad deal for Apple users. Sure, it was elegant (and Apple thrives on elegance), but you paid for that by having slower processors.</p>
<p>Of course, if you actually had said special case, PPC was the winner. Take a look at the Cell processor in the Playstation 3. Cell* is a derivative of the PPC meant for machines that need high performance and repetitive (but complex) calculations, such as games, or certain scientific applications. It simply performs better than x86 would in that situation, and Sony knows it.</p>
<p>So, Apple now has effectively traded the rarely used Altivec for lots of generic speed, and got cheaper and more readily available CPUs to boot. So, Steve, what is your next move? A mouse with zero buttons?</p>
<p><sub>* I&#8217;m not factoring in Cell&#8217;s 8 special use vector units. With those included, it unfairly destroys any competition. Without the vector units, its still a high performance 3.2 GHz PPC-like core.</sub></p>
]]></content:encoded>
			<wfw:commentRss>http://adterrasperaspera.com/blog/2005/06/10/apple-hate/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Really Small Must Be Even Bigger</title>
		<link>http://adterrasperaspera.com/blog/2005/06/09/really-small-must-be-even-bigger</link>
		<comments>http://adterrasperaspera.com/blog/2005/06/09/really-small-must-be-even-bigger#comments</comments>
		<pubDate>Thu, 09 Jun 2005 21:16:00 +0000</pubDate>
		<dc:creator>Patrick McFarland</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.adterrasperaspera.com/blog/2005/06/09/really-small-must-be-even-bigger/</guid>
		<description><![CDATA[Seth Godin talks about how smaller buisnesses are trumping larger ones by not being unwieldy beasts and giant conflicts of egos. I&#8217;ve been saying this for awhile, that smaller companies have been producing better products cheaper for awhile now. Take a look at the software industry, id Software&#8217;s Doom was written and designed by around [...]]]></description>
			<content:encoded><![CDATA[<p>Seth Godin talks about <a href="http://sethgodin.typepad.com/seths_blog/2005/06/small_is_the_ne.html">how smaller buisnesses are trumping larger ones</a> by not being unwieldy beasts and giant conflicts of egos. I&#8217;ve been saying this for awhile, that smaller companies have been producing better products cheaper for awhile now. Take a look at the software industry, id Software&#8217;s Doom was written and designed by around a dozen people, and ended up being an incredibly huge seller and kick-started the next PC gaming revolution.</p>
<p>However, this rule applies to FOSS development as well. The smaller projects are producing the better software, and the larger projects are doing all the wrong things. <a href="http://gnome.org/">GNOME</a> has literally a hundred developers, and its one of the worst products (or, really, a group of products &#8216;sold&#8217; under one suite) I&#8217;ve seen FOSS produce in a long time.</p>
<p>But the <a href="http://httpd.apache.org/">Apache HTTP Server</a>, on the other hand, has less than a dozen active developers and is ran on the majority of web servers on the Internet. <a href="http://www.kde.org/">KDE</a> has issues due to size as well (but has a smaller number of active developers than GNOME and has more users to boot), but the <a href="http://libsdl.org/">Simple DirectMedia Layer</a> is widely used, and has only one official developer.</p>
<p>In FOSS, if small really is bigger, then really small is ginormous.</p>
]]></content:encoded>
			<wfw:commentRss>http://adterrasperaspera.com/blog/2005/06/09/really-small-must-be-even-bigger/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Switch</title>
		<link>http://adterrasperaspera.com/blog/2005/05/29/ubuntu-switch</link>
		<comments>http://adterrasperaspera.com/blog/2005/05/29/ubuntu-switch#comments</comments>
		<pubDate>Sun, 29 May 2005 05:52:00 +0000</pubDate>
		<dc:creator>Patrick McFarland</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.adterrasperaspera.com/blog/2005/05/29/ubuntu-switch/</guid>
		<description><![CDATA[So, two weeks ago I switched to Ubuntu from Debian Sid. Did the whole format thing and everything. I have to say I like Ubuntu, even though I usually hate &#8216;user friendly&#8217; distros; Ubuntu may be userfriendly, but underneath it still has the whole Debian framework, so its still easy to use (instead of being [...]]]></description>
			<content:encoded><![CDATA[<p>So, two weeks ago I switched to <a href="http://www.ubuntu.com/">Ubuntu</a> from Debian Sid. Did the whole format thing and everything. I have to say I like Ubuntu, even though I usually hate &#8216;user friendly&#8217; distros; Ubuntu may be userfriendly, but underneath it still has the whole Debian framework, so its still easy to use (instead of being forced to use badly thought out &#8216;user friendly&#8217; GUI tools).</p>
<p>Nice part is, it boots about 10-15 seconds faster on my P3 550 workstation (at least some of that is attributed to my 5 year old Debian install). The KDE distro is well packaged too, and Ubuntu comes with X.org by default (instead of the old method I was using by stealing X.org from Ubuntu, and replacing Sid&#8217;s XF86 with it.)</p>
<p>All in all, its now the best distro on the planet, kicking Debian from that title.</p>
]]></content:encoded>
			<wfw:commentRss>http://adterrasperaspera.com/blog/2005/05/29/ubuntu-switch/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

