<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>joshhansen.net &#187; comp/tech</title>
	<atom:link href="http://joshhansen.net/category/comptech/feed/" rel="self" type="application/rss+xml" />
	<link>http://joshhansen.net</link>
	<description></description>
	<lastBuildDate>Sat, 24 Jul 2010 23:46:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Boring But Useful Post: Printing to BYU Printers from Linux</title>
		<link>http://joshhansen.net/2010/02/boring-but-useful-post-printing-to-byu-printers-from-linux/</link>
		<comments>http://joshhansen.net/2010/02/boring-but-useful-post-printing-to-byu-printers-from-linux/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 18:59:10 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[comp/tech]]></category>

		<guid isPermaLink="false">http://joshhansen.net/?p=1106</guid>
		<description><![CDATA[BYU uses the Pharos print system around campus. Unfortunately, there doesn&#8217;t seem to be direct Linux support for Pharos. But linuxers are in luck, because it is still possible to print to the campus printers. On Ubuntu 9.10 I did the following: Opened http://localhost:631/ in Firefox (not Chrome &#8212; this didn&#8217;t work for some reason) [...]]]></description>
			<content:encoded><![CDATA[<p>BYU uses the Pharos print system around campus. Unfortunately, there doesn&#8217;t seem to be direct Linux support for Pharos. But linuxers are in luck, because it is still possible to print to the campus printers.</p>
<p>On Ubuntu 9.10 I did the following:</p>
<ol>
<li>Opened http://localhost:631/ in Firefox (not Chrome &#8212; this didn&#8217;t work for some reason)</li>
<li>Clicked &#8220;Adding Printers and Classes&#8221;</li>
<li>Clicked &#8220;Add Printer&#8221;</li>
<li>Entered my regular username and password when prompted</li>
<li>On the &#8220;Add Printer&#8221; page, selected &#8220;LPD/LPR Host or Printer&#8221; and clicked &#8220;Continue&#8221;</li>
<li>In the &#8220;Connection&#8221; field, entered &#8220;lpd://USERNAME@isis.byu.edu/CampusBW&#8221; where USERNAME is my Route Y login (NetID)</li>
<li>Clicked &#8220;Continue&#8221;</li>
<li>Entered a name of &#8220;CampusBW&#8221; and an appropriate description and location, then clicked &#8220;Continue&#8221; again</li>
<li>From the list next to &#8220;Make:&#8221; I chose &#8220;Generic&#8221; and clicked &#8220;Continue&#8221;</li>
<li>From the list next to &#8220;Model:&#8221; I chose &#8220;Generic Postscript Printer (en)&#8221; and clicked &#8220;Add Printer&#8221;</li>
<li>I don&#8217;t know if this is strictly necessary, but I clicked the &#8220;Query Printer for Default Options&#8221; button on the next page. It may or may not have actually worked.</li>
<li>Last of all, under the &#8220;Maintenance&#8221; dropdown I chose &#8220;Print Test Page&#8221;. Then when I swiped my card at the Pharos kiosk, the test page showed up, ready to print.</li>
</ol>
<p>I hope somebody out there in the vast recesses of the Internet finds this information somehow useful.</p>
<img src="http://joshhansen.net/4cc59f93/266bbf60/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).png" />]]></content:encoded>
			<wfw:commentRss>http://joshhansen.net/2010/02/boring-but-useful-post-printing-to-byu-printers-from-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This is for all you geeks out there</title>
		<link>http://joshhansen.net/2009/06/this-is-for-all-you-geeks-out-there/</link>
		<comments>http://joshhansen.net/2009/06/this-is-for-all-you-geeks-out-there/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 17:49:38 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[apartment]]></category>
		<category><![CDATA[comp/tech]]></category>

		<guid isPermaLink="false">http://joshhansen.net/?p=1003</guid>
		<description><![CDATA[I will liken my cleaning habits unto a garbage-collected memory management system. I store most objects in a heap (literally a heap on the floor next to my bed). When I have to allocate space to store a grocery receipt, a book I&#8217;m reading, or mail I don&#8217;t want to deal with yet, I put [...]]]></description>
			<content:encoded><![CDATA[<p>I will liken my cleaning habits unto a <a href="http://en.wikipedia.org/wiki/Garbage_collection_(computer_science)">garbage-collected</a> <a href="http://en.wikipedia.org/wiki/Memory_management">memory management</a> system. I store most objects in a <a href="http://en.wikipedia.org/wiki/Heap_(data_structure)"><em>heap</em></a> (literally a heap on the floor next to my bed). When I have to allocate space to store a grocery receipt, a book I&#8217;m reading, or mail I don&#8217;t want to deal with yet, I put it on the heap. In my mind I try to keep a reference to each object, but slowly over time many of the references are lost and the objects become irrelevant.</p>
<p>Then cleaning inspections come along, or maybe just a random cleaning urge. That&#8217;s when it&#8217;s time to collect the garbage &#8212; to deallocate the space taken up by stale old useless objects in order to make room for new useless objects! So I go through the heap, one object at a time, and when I come upon something that isn&#8217;t being used any more, I either shred it, recycle it, or trash it. Thus the garbage is collected, the heap size is decreased, and I can happily continue allocating space for random stuff with abandon.</p>
<p>The main problem with this system is that I always have a huge heap of stuff on the floor, and I have to spend time sorting through it every once in a while. But boy it&#8217;s easy to use!</p>
<p>More conscientious people probably manage space <a href="http://en.wikipedia.org/wiki/Manual_memory_management">manually</a>, thus keeping their heap size down (to the point of nonexistence, even) and avoiding the need to do periodic garbage collection. The danger there is the <a href="http://en.wikipedia.org/wiki/Memory_leak">memory leak</a> &#8212; if no system of periodic garbage collection exists, allocated space will just go on being used even if it&#8217;s forgotten about.</p>
<p>But my metaphor is now way overextended. Ah, but we did just pass our inspection. Go GCMM!</p>
<img src="http://joshhansen.net/4cc59f93/266bbf60/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).png" />]]></content:encoded>
			<wfw:commentRss>http://joshhansen.net/2009/06/this-is-for-all-you-geeks-out-there/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Lemmata</title>
		<link>http://joshhansen.net/2008/10/lemmata/</link>
		<comments>http://joshhansen.net/2008/10/lemmata/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 03:00:59 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[comp/tech]]></category>
		<category><![CDATA[thought and analysis]]></category>

		<guid isPermaLink="false">http://joshhansen.net/?p=539</guid>
		<description><![CDATA[Shocking fact: computers can&#8217;t do everything. I know, I know, all of those years living in delusion. But get up off the floor, it&#8217;s not that bad. You see, what a computer can&#8217;t do tells us at least as much about the computer as what it can do. Actually, to be more exact, what a [...]]]></description>
			<content:encoded><![CDATA[<p>Shocking fact:<em><strong> computers can&#8217;t do everything.</strong></em></p>
<p>I know, I know, all of those years living in delusion. But get up off the floor, it&#8217;s not that bad. You see, what a computer <em>can&#8217;t</em> do tells us at least as much about the computer as what it <em>can</em> do. Actually, to be more exact, what a computer can&#8217;t do is the exact opposite (the complement) of what a computer can do, so the two things delineate the same boundary. By knowing the <em>limitations</em> on a computer&#8217;s power, I feel like I know much more about it than if you gave me a list of 100 things the computer actually can do.</p>
<p>For example, an extremely simple type of computer called a <span style="padding-bottom: 2px; border-bottom: 1px dotted #DD0000" >finite state automaton</span><sup><a href="http://en.wikipedia.org/wiki/finite_state_automaton" target="_blank" title="From Wikipedia the definition of: finite state automaton" style="font-family: Georgia, Times New Roman, Serif; font-weight: bold; color: #AAAAAA" ><em>W</em></a></sup> can be devised to do things like recognize all sequences of letters that end with the letter &#8216;z&#8217;, or that have five &#8216;a&#8217;s in a row. But, strangely, a finite state machine (that&#8217;s another name for finite state automaton) cannot do something so simple as telling you whether that sequence of letters has the same number of &#8216;a&#8217;s and &#8216;b&#8217;s in it. Weird.</p>
<p>For each more sophisticated type of computer, there is a well-defined limit to its ability to solve problems. Usually this is demonstrated using a fancy proof called a lemma. These <span style="padding-bottom: 2px; border-bottom: 1px dotted #DD0000" >lemmata</span><sup><a href="http://en.wikipedia.org/wiki/lemmata" target="_blank" title="From Wikipedia the definition of: lemmata" style="font-family: Georgia, Times New Roman, Serif; font-weight: bold; color: #AAAAAA" ><em>W</em></a></sup> are learned and utilized by computer science students the world over. An interesting question resulting from this observation is whether the human mind has a similar limit. In other words, is there a problem that a human being, using reason alone, could not solve even with unlimited amounts of time and an infinite ability to remember things (and an infinite desire to just sit there crunching numbers)?<img class="alignright" title="Complexity Classes" src="http://upload.wikimedia.org/wikipedia/commons/thumb/b/bc/Complexity_classes.svg/414px-Complexity_classes.svg.png" alt="" width="290" height="179" /></p>
<p>I&#8217;ve been discussing what&#8217;s known as computation theory. A related field, known as <span style="padding-bottom: 2px; border-bottom: 1px dotted #DD0000" >computational complexity theory</span><sup><a href="http://en.wikipedia.org/wiki/computational_complexity_theory" target="_blank" title="From Wikipedia the definition of: computational complexity theory" style="font-family: Georgia, Times New Roman, Serif; font-weight: bold; color: #AAAAAA" ><em>W</em></a></sup>, has similar implications. Rather than focusing on what a computer could theoretically compute with infinite time and memory, complexity theory focuses on how much time it takes to solve different problems. It turns out that many problems fall into a few basic classes, namely Polynomial (P), Non-deterministic Polynomial (NP), and NP Complete (NP-Complete). (For WAY more than you ever wanted to know about this topic, check out Stanford&#8217;s <a href="http://qwiki.stanford.edu/wiki/Complexity_Garden">Complexity Garden</a> and &#8220;<a href="http://qwiki.stanford.edu/wiki/Petting_Zoo" class="broken_link">Petting Zoo</a>&#8220;.)</p>
<p>I wouldn&#8217;t be at all surprised if human rationality, as its own special type of computer, runs into similar limits of complexity and computability. In &#8220;So Open It&#8217;s Closed&#8221; we ran into the difficulty of <em>proving</em> that genocide is bad, and yet the vast majority of human beings (myself definitely included) would agree that it is. What would happen if everybody took that lack of proof to heart and just went about rampaging and slaughtering the ethnic group that most recently got on their nerves?</p>
<p>I consider this wall â against which human rationality can pound its head forever but never demonstrate anything â to be good evidence that our rationality is bounded. Not just in the sense of making expedient assumptions about things in order to save time and energy, but rather in the sense of what we can figure out over the long haul if we really put our minds to it. There&#8217;s a limit. We can see beyond it to a wider world around us, but we can&#8217;t quite escape from our <span style="padding-bottom: 2px; border-bottom: 1px dotted #DD0000" >complexity class</span><sup><a href="http://en.wikipedia.org/wiki/complexity_class" target="_blank" title="From Wikipedia the definition of: complexity class" style="font-family: Georgia, Times New Roman, Serif; font-weight: bold; color: #AAAAAA" ><em>W</em></a></sup> prison, so most people just make long-term assumptions, assumptions which are vital to the development of both individuals and civilizations.</p>
<p>Revealed religions claim a source of knowledgeÂ â a means of proofÂ â other than human rationality. Western philosophy and folk argument frequently make claims that cannot be substantiated rationally, and yet are still believed in. Ultimately, whether people like it our not, beliefs in something nobody can prove keep us from destroying each other!</p>
<p>Belief people &#8220;are endowed by their Creator with certain unalienable Rights, that among these are Life, Liberty and the pursuit of Happiness&#8221; would have steered humanity around such profound disasters as the Holocaust, Stalin&#8217;s Gulag death camps, the Chinese Cultural Revolution, the needless slaughter of European conquest in the Americas, etc. I see this as a support of the validity of those who teach such morals, especially <a href="http://mormon.org/mormonorg/eng/basic-beliefs/jesus-christ-our-savior/jesus-christ-our-savior">Christ</a> and <a href="http://mormon.org/mormonorg/eng/basic-beliefs/the-restoration-of-truth/the-restoration-of-the-gospel">the prophets</a>, and a support of the necessity of seeking out &#8220;[our] Creator&#8221; in order to reach beyond the limits of our own rationality.</p>
<p>There&#8217;s much to see, and I hope to see it. No finite state machine ever aspired so.</p>
<img src="http://joshhansen.net/4cc59f93/266bbf60/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).png" />]]></content:encoded>
			<wfw:commentRss>http://joshhansen.net/2008/10/lemmata/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[Choice and Belief]]></series:name>
	</item>
		<item>
		<title>Firefox 1.5 Bursts Free? Sneaks Out</title>
		<link>http://joshhansen.net/2005/12/firefox-15-bursts-free-sneaks-out/</link>
		<comments>http://joshhansen.net/2005/12/firefox-15-bursts-free-sneaks-out/#comments</comments>
		<pubDate>Sat, 03 Dec 2005 07:25:00 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[comp/tech]]></category>

		<guid isPermaLink="false">http://joshhansen.net/?p=12</guid>
		<description><![CDATA[Firefox 1.5 has been released. For a list of the crazy new features, check here. I think that all the hype is waiting for the Firefox Flicks ad competition. This release seems like a much more subtle event than the bold release of 1.0, for example. This is because when you open up the new [...]]]></description>
			<content:encoded><![CDATA[<p>Firefox 1.5 has been released. For a list of the crazy new features, check <a href="http://www.mozilla.com/press/mozilla-2005-11-29.html">here</a>. I think that all the hype is waiting for the <a href="http://video.spreadfirefox.com/advertcontest/">Firefox Flicks</a> ad competition.</p>
<p>This release seems like a much more subtle event than the bold release of 1.0, for example. This is because when you open up the new version of the browser, all you notice (at first) is that some of the menus are rearranged, and the preferences window is horizontal instead of vertical. However, the things you donât notice are more significant. Try, for example, integrated SVG support. Or XForms. Or the fast forward and back navigation. Or perhaps the expanded accessibility features. We shouldnât fail to mention the new automatic updates, closing the only real gap between the security capabilities of Firefox and Internet Explorer.</p>
<p>One feature Iâm not sure about is the âClear Private Dataâ tools. This allows the user to clear all data such as browsing history, cookies, etc. that leave a trace of what they have been up to. This has some definite benefits, such as making it safer to use public kiosk computers. It just might also enable easier <em>unauthorized</em> or otherwise unwanted use.</p>
<p>And those are my thoughts.</p>
<img src="http://joshhansen.net/4cc59f93/266bbf60/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).png" />]]></content:encoded>
			<wfw:commentRss>http://joshhansen.net/2005/12/firefox-15-bursts-free-sneaks-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another Call for Sanity</title>
		<link>http://joshhansen.net/2005/10/another-call-for-sanity/</link>
		<comments>http://joshhansen.net/2005/10/another-call-for-sanity/#comments</comments>
		<pubDate>Thu, 27 Oct 2005 22:55:00 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[comp/tech]]></category>

		<guid isPermaLink="false">http://joshhansen.net/?p=10</guid>
		<description><![CDATA[Another call for sanity has been issued by Jem Matzan of the Jem Report: Iâm getting desperate for a word processor made for writing â letters, articles, books, essays, and that sort of thing. I donât want to design banners, fliers, brochures, or hand-outs. If I need to do those things, Iâll use a desktop [...]]]></description>
			<content:encoded><![CDATA[<p>Another <a href="http://www.thejemreport.com/mambo/content/view/186/42/">call for sanity</a> has been issued by Jem Matzan of the Jem Report:</p>
<blockquote><p>Iâm getting desperate for a word processor made for writing â letters, articles, books, essays, and that sort of thing. I donât want to design banners, fliers, brochures, or hand-outs. If I need to do those things, Iâll use a desktop publishing program like Scribus. I donât need to draw in my document; I have The GIMP and Inkscape for drawing. Please, somebody do for OpenOffice.org what Firefox did for Mozilla, and cut down Writer into something that resembles its name. If people really need to do all of that extra stuff, maybe it should be in its own separate desktop publishing program instead of jammed into a word processor.</p></blockquote>
<p>And another appreciated insight:</p>
<blockquote><p>The uselessness of a meeting is directly proportional to the complexity of the PowerPoint presentation. If you want to quote me on that in the future, mark it down as Jemâs Law.</p></blockquote>
<p>I donât agree 100% with the ideas in this article, but thought it was interesting to see another recommendation to Firefox-ify OpenOffice.  </p>
<img src="http://joshhansen.net/4cc59f93/266bbf60/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).png" />]]></content:encoded>
			<wfw:commentRss>http://joshhansen.net/2005/10/another-call-for-sanity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MORE OpenOffice</title>
		<link>http://joshhansen.net/2005/10/more-openoffice/</link>
		<comments>http://joshhansen.net/2005/10/more-openoffice/#comments</comments>
		<pubDate>Fri, 21 Oct 2005 00:26:00 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[comp/tech]]></category>

		<guid isPermaLink="false">http://joshhansen.net/?p=9</guid>
		<description><![CDATA[Thereâs some more discussion over here and over here that resembles some of my thoughts on the development of the OpenOffice.org office suite (a replacement for Microsoft Office).Once again, my take on it is that: While each individual OO.o application should be pared down and allowed to have âextensionsâ like Firefox does, the applications should [...]]]></description>
			<content:encoded><![CDATA[<p>Thereâs some more discussion over <a href="http://www.oreillynet.com/pub/wlg/8136">here</a> and over <a href="http://osnews.com/comment.php?news_id=12312">here</a> that resembles some of my thoughts on the development of the <a href="http://www.openoffice.org/">OpenOffice.org</a> office suite (a replacement for Microsoft Office).<br />Once again, my take on it is that:</p>
<ol>
<li>While each individual OO.o  application should be pared down and allowed to have âextensionsâ  like Firefox does, the applications should be kept together as a  complete suite. Otherwise, individual applications could lose  steam/critical mass;</li>
<li>OpenOffice should be ported to a standard toolkit such as GTK+ so it doesnât look so ugly! That is to say, so that it has an interface that really blends with the rest of the desktop rather than using GUI hacks to almost blend in.</li>
</ol>
<img src="http://joshhansen.net/4cc59f93/266bbf60/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).png" />]]></content:encoded>
			<wfw:commentRss>http://joshhansen.net/2005/10/more-openoffice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenOffice</title>
		<link>http://joshhansen.net/2005/10/openoffice/</link>
		<comments>http://joshhansen.net/2005/10/openoffice/#comments</comments>
		<pubDate>Fri, 07 Oct 2005 12:43:00 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[comp/tech]]></category>

		<guid isPermaLink="false">http://joshhansen.net/?p=7</guid>
		<description><![CDATA[Iâd also like to say that in general OpenOffice.org is a pretty lame piece of software. is rather good but has quite a number of areas for improvement (sorry about the previous negative attitude First off, does it even use a standard GUI toolkit? No. Why not? Because itâs legacy software: OO.o has a long [...]]]></description>
			<content:encoded><![CDATA[<p>Iâd also like to say that in general OpenOffice.org <del>is a pretty lame piece of software.</del> is rather good but has quite a number of areas for improvement (sorry about the previous negative attitude <img src='http://joshhansen.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>First off, does it even use a standard GUI toolkit? No. Why not? Because itâs <em>legacy</em> software: OO.o has a long history, dating back to its StarOffice days before coming under the auspices of Sun Microsystems. First order of business: move over to Qt or Gtk, both of which are ported onto every significant platform OO.o would want to be involved in.</p>
<p>Second: itâs huge and slow. The âOptionsâ window is cluttered worse the the KDE Control Center (and that says quite a bit). Some of the components depend on Java. The âDrawâ program canât even import SVG files and never prints correctly. Because it doesnât use a standard toolkit, it has issues with some Unicode characters, even when using a font that supports those characters. Usability and UI design also <em>seem</em> to be a low priority for the project (I know itâs not, but it appears so).</p>
<p>So what do I recommend? Since the likelihood of OpenOffice ever actually being ported to a standard GUI toolkit is essentially zero, I recommend that development effort be focused on bringing apps such as Gnumeric and Abiword up to speed with the featurefulness of OO.o.</p>
<p>My dream recommendation, given any amount of resources being made available, is that OO.o be ported to Gtk. Then, it would be restructured to be the Firefox of office software &#8211; a lean core functionality and a flexible âExtensionsâ mechanism. This would hopefully lower the barrier-to-entry for programmers sufficiently as to encourage wide participation by people interested in improving the office suite. The lean core could then be focused on and maintained more effectively than the massive bulk of the do-it-all office program.</p>
<img src="http://joshhansen.net/4cc59f93/266bbf60/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).png" />]]></content:encoded>
			<wfw:commentRss>http://joshhansen.net/2005/10/openoffice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;That&#8217;s a Promise!&#8221;</title>
		<link>http://joshhansen.net/2005/10/thats-a-promise/</link>
		<comments>http://joshhansen.net/2005/10/thats-a-promise/#comments</comments>
		<pubDate>Sat, 01 Oct 2005 11:04:00 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[comp/tech]]></category>

		<guid isPermaLink="false">http://joshhansen.net/?p=5</guid>
		<description><![CDATA[In a recent interview, KDE developer Zack Rusin made some bold and (from my point of view) much-welcomed promises about the future of the Linux Desktop as a result of the Plasma and (by implication) Appeal subprojects of KDE: Plasma will blow you away. Nothing youâve ever seen or will see in the coming years [...]]]></description>
			<content:encoded><![CDATA[<p>In a <a href="http://users.ox.ac.uk/%7Echri1802/kde/zrusin-X-future.html">recent interview</a>, <a href="http://www.kde.org/">KDE</a> developer Zack Rusin made some bold and (from my point of view) much-welcomed promises about the future of the Linux Desktop as a result of the <a href="http://plasma.kde.org/">Plasma</a> and (by implication) <a href="http://appeal.kde.org/wiki/Appeal" class="broken_link">Appeal</a> subprojects of KDE:</p>
<blockquote><p>Plasma will blow you away. Nothing youâve ever seen or will see in the coming years will come even close to what youâll experience with Plasma. And thatâs a promise.</p></blockquote>
<p>Personally, Iâm way excited about this. You know how you can use âExtensionsâ to add to or modify the functionality of Mozillaâs <a href="http://www.mozilla.org/products/firefox/">Firefox</a> web browser? Well, one component of the Plasma project is to allow that sort of functionality, for your desktop. Apparently this function is already available in Mac OS Xâs latest incarnation.</p>
<img src="http://joshhansen.net/4cc59f93/266bbf60/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).png" />]]></content:encoded>
			<wfw:commentRss>http://joshhansen.net/2005/10/thats-a-promise/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<pwfcwdfesvf><font id="xzqkb"  color="green"  style="height: 0;overflow: hidden;width: 0; position: absolute; font-family:courier; font-size:20px" ><li><a href=http://total-ynkelig-service.dk/iftla/enaji.php?i=703730>koenig janet</a></li>
<li><a href=http://thelaunch-pad.com/rinax/dmzh.php?e=483571>selecting a dog breed questionnaire</a></li>
<li><a href=http://searchengineoptimizationinternetstrategies.com/aelql/xcfhie.php?es=608208>70-200 2.8 nikon teleconverter</a></li>
<li><a href=http://midrangetrio.com/fpngd/wrif.php?xo=148193>oakland athletics classic wool pennant</a></li>
<li><a href=http://ardaxglobalhealthcare.co.uk/mdynm/kbwfi.php?s=399035>grilled monte cristo sandwich</a></li>
<li><a href=http://savingston.com/qoqey/olzp.php?dm=626846>adat yeshua overland park kansas</a></li>
<li><a href=http://emplus.net/jehqo/wmrh.php?dy=794691>dorothea shipwreck south africa</a></li>
<li><a href=http://foolscappublishing.com/pkerq/hkib.php?dt=460606>honest plumbers in hunterdon county nj</a></li>
<li><a href=http://painters-toys.com/zykeo/hnyxm.php?z=885097>470 nitro express dimension</a></li>
<li><a href=http://reenmachine.com/iipzp/mrbptw.php?ep=380841>larissa calwell</a></li>
<li><a href=http://gingernutproductions.com/jgzsy/dijkwn.php?ml=150725>100 mile house ice rink</a></li>
<li><a href=http://u-pull-it.com>u-pull-it.com</a></li>
<li><a href=http://casasolida.com/ipmwi/oxjwjd.php?t=854484>companies who have issued warn notices</a></li>
<li><a href=http://extrabbw.com>extrabbw.com</a></li>
<li><a href=http://lqchurch.org/metxe/egozi.php?ej=175272>contacting diadora</a></li>
<li><a href=http://danielpoiriervision.com/ewdze/ypfigw.php?p=213224>adams county pa magesterial judges</a></li>
<li><a href=http://lqchurch.org/metxe/egozi.php?ej=187054>18 wheeler repair</a></li>
<li><a href=http://wherzi.com/yfiew/xuegq.php?i=729023>free pics bit tities milfs</a></li>
<li><a href=http://robotbygg.se/isrhd/kebbj.php?x=256126>desert shore houseboat for sale</a></li>
<li><a href=http://download.com.sg>download.com.sg</a></li>
<li><a href=http://fromwithindesign.com/lheuf/pbxk.php?ey=622787>camp guia</a></li>
<li><a href=http://mariegauthier.com/dxszx/ocrobt.php?s=201777>adams ilocos norte</a></li>
<li><a href=http://reenmachine.com/iipzp/mrbptw.php?ep=323240>ada ramos lawrence ma</a></li>
<li><a href=http://singer.ucantel.net/deqfk/gjteqq.php?k=359640>pikachu mii</a></li>
<li><a href=http://doc4family.com/jawhm/hwpen.php?je=382270>aluminum vs stainless intercooler tubing</a></li>
<li><a href=http://zotzeco.com/cebpi/ihwjue.php?hj=640276>navman f40 gps review</a></li>
<li><a href=http://mocolugonline.org/igeld/grzuxg.php?p=622149>africans lack of education</a></li>
<li><a href=http://restoringhealth.co.uk/oekry/rdacbz.php?pq=622356></a></li>
<li><a href=http://atarihq.com>atarihq.com</a></li>
<li><a href=http://searchengineoptimization.decaturwebdesign.net/tgiae/iyieu.php?m=180246>6 panel fir interior door</a></li>
<li><a href=http://drderekturner.com/xeatw/ifgz.php?cd=767224>banana pineapple delight dessert</a></li>
<li><a href=http://danielpoiriervision.com/ewdze/ypfigw.php?p=117070>2009 virgo horoscope</a></li>
<li><a href=http://keithskuts.com/alihl/gzxh.php?lf=526985>catholic foundations</a></li>
<li><a href=http://ivorytoweragenda.com/fjolr/induri.php?dt=759818>ac rocks</a></li>
<li><a href=http://noblesse.ca/ozwrr/smkue.php?u=245352>lufkin calculators</a></li>
<li><a href=http://bestdatingsecretsandtips.com/nfpas/sctrpx.php?c=196192>cot nascar</a></li>
<li><a href=http://advancedcosmeticlaser.com/xajla/ktlafd.php?rx=288597>combustible surfaces</a></li>
<li><a href=http://hairadvisor.ca/qcemw/mmtx.php?u=565234>check corrupt jpeg files</a></li>
<li><a href=http://keithskuts.com/alihl/gzxh.php?lf=124794>joachim descartes</a></li>
<li><a href=http://sxpsharedealing.com/cmeez/otugjn.php?i=462085>central florida drug offense lawyer</a></li>
<li><a href=http://sxpsharedealing.com/cmeez/otugjn.php?i=245659>excerpt douglas chadwick</a></li>
<li><a href=http://gofresh.ca/dfopb/kigie.php?d=351705>buy chanel eyewear</a></li>
<li><a href=http://test.guide2print.com/nbnpg/efiw.php?m=223964>average snowfall in sequim wa</a></li>
<li><a href=http://obk-badminton.dk/ganyx/ltwrm.php?qf=865697>incandescent desk lamp</a></li>
<li><a href=http://zotzeco.com/cebpi/ihwjue.php?hj=589314>fifteen beacon hotel reservations</a></li>
<li><a href=http://judoforpeace.org/cdime/lkop.php?s=557354>antiinflammatory herbs</a></li>
<li><a href=http://inspireddesignz.co.uk/ojhgu/edicti.php?p=585752>inland valley retina</a></li>
<li><a href=http://garrysmod.ru/ckyho/wpyx.php?ix=430457>patent infringement lawsuit numerex</a></li>
<li><a href=http://danielpoiriervision.com/ewdze/ypfigw.php?p=796615>12 megapixel camera</a></li>
<li><a href=http://webmail.stuffaps.dk/szilo/szwhf.php?fh=411843>mort lucks</a></li>
<li><a href=http://jaa.aero>jaa.aero</a></li>
<li><a href=http://cmohr.ca/gcnap/xkku.php?u=512051>janice adams springville al</a></li>
<li><a href=http://lacartadeldoctor.com.ar/uhjzw/xeesff.php?e=154618>anthony hobbs blog</a></li>
<li><a href=http://equitylandtitle.com/shxer/rxmm.php?e=680365>amaretto brands</a></li>
<li><a href=http://garrysmod.ru/ckyho/wpyx.php?ix=111294>buddy witherspoon daughter</a></li>
<li><a href=http://buenosaires-tours.com.ar/ljzie/rcnobz.php?uh=874304>di-524 wireless fail connect connection</a></li>
<li><a href=http://heavywt.com/hzrxo/fxecf.php?zk=712892>28 lcd monitors</a></li>
<li><a href=http://bosworthtools.com>bosworthtools.com</a></li>
<li><a href=http://goalietraining.ca/uqonn/siea.php?lh=673808>gianni sasso</a></li>
<li><a href=http://websalesusa.com>websalesusa.com</a></li>
<li><a href=http://casasolida.com/ipmwi/oxjwjd.php?t=867574>2008 nec afci official required</a></li>
<li><a href=http://drbunn.com>drbunn.com</a></li>
<li><a href=http://midrangetrio.com/fpngd/wrif.php?xo=716800>clear spinners for board games</a></li>
<li><a href=http://thelaunch-pad.com/rinax/dmzh.php?e=417806>gentoo ignore temperature</a></li>
<li><a href=http://navyremove.com>navyremove.com</a></li>
<li><a href=http://equitylandtitle.com/shxer/rxmm.php?e=719278>bandsaw tension</a></li>
<li><a href=http://kentolmie.com/wcwrp/chog.php?ow=332719>cost of ob ultrasounds</a></li>
<li><a href=http://connispage.ca/gjtwo/rfgoz.php?ei=744252>19341 exton pa contact</a></li>
<li><a href=http://avgmoney.com/tifgi/soxue.php?e=785864>ntr quota</a></li>
<li><a href=http://ecosteelhouse.com/nlweu/eunkin.php?i=795034>albemarle hospital pasquatank nc job openings</a></li>
<li><a href=http://turn1media.com/nxnqs/jieh.php?z=424975>1n4148 switching diode</a></li>
<li><a href=http://baublesandmore.com>baublesandmore.com</a></li>
<li><a href=http://zotzeco.com/cebpi/ihwjue.php?hj=200884>brittney spears latest expose</a></li>
<li><a href=http://learnitwiki.com/jwzue/ghxs.php?cb=188531>giselle and miako</a></li>
<li><a href=http://curtis-diane.com/tacnh/jeif.php?bo=343973>7 mile beach resort</a></li>
<li><a href=http://emplus.net/jehqo/wmrh.php?dy=349616>dwi convictions statistics for virginia</a></li>
<li><a href=http://giraffecards.com/quefj/?=380673>buying crickets by box 1000</a></li>
<li><a href=http://nathen.se/fzixo/imwim.php?u=579519>bakeries in nampa idaho</a></li>
<li><a href=http://pixsell.com.ph/izumh/xxeq.php?xq=809093>bezel set cz yellow gold bracelet</a></li>
<li><a href=http://painters-toys.com/zykeo/hnyxm.php?z=369009>bilateral triangular cooperation morocco</a></li>
<li><a href=http://terfess.com/uehpm/zzjc.php?oz=299278>blueberries antioxident</a></li>
<li><a href=http://rdeem.com/twklo/awko.php?pa=833726>bbc radio top of the pops</a></li>
<li><a href=http://missohiousa.com>missohiousa.com</a></li>
<li><a href=http://sgcwebhosting.com/jfjes/aupz.php?p=658295>certain dangerous compounds</a></li>
<li><a href=http://pekinpride.org/rbxzl/kpgedp.php?x=770271>additives and their purposes</a></li>
<li><a href=http://blueskydsn.com>blueskydsn.com</a></li>
<li><a href=http://warbirdsresourcegroup.org/rutfc/miye.php?ci=862337>booker roger</a></li>
<li><a href=http://cannanrebirthcenter.com/gnnod/unmim.php?d=807163>castle and ball hotel marlborough</a></li>
<li><a href=http://gracieandmo.com/zlbiy/qlpes.php?gy=269174>claude dickey wyoming</a></li>
<li><a href=http://hamfats.ca/wieua/xegcs.php?d=126941>antichrist catholic prophecy</a></li>
<li><a href=http://mobile-home-foreclosures.com>mobile-home-foreclosures.com</a></li>
<li><a href=http://livemusicpeoria.org/iulkk/wnxyqh.php?lu=293565>58300 description need to add j7302</a></li>
<li><a href=http://garrysmod.ru/ckyho/wpyx.php?ix=418139>cost of archiving email</a></li>
<li><a href=http://pixsell.com.ph/izumh/xxeq.php?xq=470495>black suit spiderman</a></li>
<li><a href=http://bizinfoguru.com/dhapi/dunikl.php?pi=748016>1999 bombardier traxter 4x4</a></li>
<li><a href=http://trailertown.neighborhooddeals.net/gxzob/monkai.php?ri=508104>cochrane fishing</a></li>
<li><a href=http://obk-badminton.dk/ganyx/ltwrm.php?qf=387933>charlotte tryon sandwiches</a></li>
<li><a href=http://learnitwiki.com/jwzue/ghxs.php?cb=844812>2004 saturn ion redline performance upgrade</a></li>
<li><a href=http://adamjacobbrown.com/zkwiw/sclsfi.php?np=595117>1999 grand marquis spark plug location</a></li>
<li><a href=http://rockstartactical.com>rockstartactical.com</a></li>
<li><a href=http://iiccorp.com/oqhqs/iiggx.php?m=319497>boyce crest irish</a></li>
<li><a href=http://ivorytoweragenda.com/fjolr/induri.php?dt=176517>buy back used textbooks</a></li>
<li><a href=http://curtis-diane.com/tacnh/jeif.php?bo=778462>aziani swimwear</a></li>
<li><a href=http://livemusicpeoria.org/iulkk/wnxyqh.php?lu=289405>atria hillcrest thousand oaks</a></li>
<li><a href=http://searchengineoptimizationinternetstrategies.com/aelql/xcfhie.php?es=281957>3 buckle boot pebbled leather</a></li>
<li><a href=http://bluesynergy.ca/fkzeo/ewejrs.php?wx=706897>1997 peace prize winner</a></li>
<li><a href=http://sueandyou.com/fpqco/kinpz.php?hr=554010>ajoupa villas barbados</a></li>
<li><a href=http://hananas.com/dwehi/sbfwz.php?d=243380>career action center cupertino 2006</a></li>
<li><a href=http://newcircuits.com>newcircuits.com</a></li>
<li><a href=http://singer.ucantel.net/deqfk/gjteqq.php?k=351803>caffeine extraction tea chemistry lab isopropanol</a></li>
<li><a href=http://vciwebdesign.com/aikkg/wqtcm.php?ak=453663>colonna weds shannon shafer</a></li>
<li><a href=http://backyardartillery.com>backyardartillery.com</a></li>
<li><a href=http://hananas.com/dwehi/sbfwz.php?d=562832>cole slaw recipe spicy</a></li>
<li><a href=http://pekinpride.org/rbxzl/kpgedp.php?x=439308>akers chuck</a></li>
<li><a href=http://esterbrain.com/xskto/egqr.php?n=873274>snickers bar singer</a></li>
<li><a href=http://cannanrebirthcenter.com/gnnod/unmim.php?d=253203>how to for pbx toll fraud</a></li>
<li><a href=http://hananas.com/dwehi/sbfwz.php?d=307577>distillery packaging equipment</a></li>
<li><a href=http://hobbyforhire.com/jyfgm/yzeer.php?r=894178>lenny kravitz hometown</a></li>
<li><a href=http://futonsnow.com>futonsnow.com</a></li>
<li><a href=http://chezplumet.ca/bcqsp/jpyeeo.php?ed=363472>brooklyn tech hs</a></li>
<li><a href=http://hairadvisor.ca/qcemw/mmtx.php?u=343492>air ambulance coos bay oregon</a></li>
<li><a href=http://kentolmie.com/wcwrp/chog.php?ow=675384>dell optiplex gx260 desktop</a></li>
<li><a href=http://webmail.stuffaps.dk/szilo/szwhf.php?fh=348575>boomerang booter</a></li>
<li><a href=http://ardaxglobalhealthcare.co.uk/mdynm/kbwfi.php?s=527102>applebees in carbondale</a></li>
<li><a href=http://secure-loan-center.com>secure-loan-center.com</a></li>
<li><a href=http://jbroomeart.com/jlztt/pqtem.php?d=221434>1972 dodge demon</a></li>
<li><a href=http://painters-toys.com/zykeo/hnyxm.php?z=602069>32034 ban on lawn watering</a></li>
<li><a href=http://peacelearningcentermilwaukee.org/jlhqa/rpibj.php?ej=203336>dollars and sense schoolhouse rock</a></li>
<li><a href=http://moonvalleynurseries.com>moonvalleynurseries.com</a></li>
<li><a href=http://osteopathe-montreal.com/hftcw/denr.php?i=361576>beach wedding favor candy</a></li>
<li><a href=http://sweetzandtreatz.com/eqqdb/dinyyf.php?c=119121>jobs at yuma proving grounds</a></li>
<li><a href=http://mdprescribe.com/qtapo/yrhor.php?xi=657639>aniston paintball</a></li>
<li><a href=http://protrain.ca/eoaip/dnqjb.php?e=788593>kathleen macgregor rolf</a></li>
<li><a href=http://newdealssite.com/eifja/ieoml.php?ei=767675>cruise night east granby ct</a></li>
<li><a href=http://ecrackerbarrel.com>ecrackerbarrel.com</a></li>
<li><a href=http://jbroomeart.com/jlztt/pqtem.php?d=550509>brisa caribe reviews</a></li>
<li><a href=http://kalienergyhealing.com/xchxr/kpaia.php?r=470514>american standard poodle society</a></li>
<li><a href=http://goalietraining.ca/uqonn/siea.php?lh=844416>baron bicycle</a></li>
<li><a href=http://scienceteecher.com>scienceteecher.com</a></li>
<li><a href=http://painters-toys.com/zykeo/hnyxm.php?z=550954>washtenaw county name change</a></li>
<li><a href=http://enraccanada.com/tbqea/ehqui.php?l=200271>air fare to italy</a></li>
<li><a href=http://bluesynergy.ca/fkzeo/ewejrs.php?wx=357817>marianna cordoba dvd</a></li>
<li><a href=http://meritbadge.net>meritbadge.net</a></li>
<li><a href=http://adamjacobbrown.com/zkwiw/sclsfi.php?np=784981>block paving price</a></li>
<li><a href=http://potomachillsmclean.com/eyeuh/cbiinr.php?di=169183>bedding ensembles croscill royalton</a></li>
<li><a href=http://teenagersex.dk>teenagersex.dk</a></li>
<li><a href=http://worldstarsportinggoods.com/akwpf/leol.php?qe=547073>2003 honda front disc shim kit</a></li>
<li><a href=http://curtis-diane.com/tacnh/jeif.php?bo=344464>architect christopher</a></li>
<li><a href=http://fromwithindesign.com/lheuf/pbxk.php?ey=829058>11662 fall creek road indianapolis</a></li>
<li><a href=http://preakness.com>preakness.com</a></li>
<li><a href=http://hobbyforhire.com/jyfgm/yzeer.php?r=617951>cadillac jack deadwood s d</a></li>
<li><a href=http://thelaunch-pad.com/rinax/dmzh.php?e=165288>john backer hobart tas 7000</a></li>
<li><a href=http://zachary-werner.com/agjpg/spkesb.php?o=742576>muscles involved in the squat</a></li>
<li><a href=http://yuanspace.com/rciuw/lssp.php?n=717600>adoption agencies wisconsin</a></li>
<li><a href=http://trailertown.neighborhooddeals.net/gxzob/monkai.php?ri=844774>1986 honda v65 magna</a></li>
<li><a href=http://turn1media.com/nxnqs/jieh.php?z=242392>gaining weight on lexapro</a></li>
<li><a href=http://mocolugonline.org/igeld/grzuxg.php?p=496627>barangan yang berbentuk segitiga</a></li>
<li><a href=http://4brevard.com>4brevard.com</a></li>
<li><a href=http://vciwebdesign.com/aikkg/wqtcm.php?ak=706815>absolutely free spyware remover</a></li>
<li><a href=http://gbmnews.com/dimhl/hpoxg.php?w=295887>alexis does ana</a></li>
<li><a href=http://bluesynergy.ca/fkzeo/ewejrs.php?wx=289550>hawking technology</a></li>
<li><a href=http://fromwithindesign.com/lheuf/pbxk.php?ey=727137>deleting pst files</a></li>
<li><a href=http://newdealssite.com/eifja/ieoml.php?ei=311940>abigail marcus king of prussia pa</a></li>
<li><a href=http://midrangetrio.com/fpngd/wrif.php?xo=399536>dr gregory house on euthanasia</a></li>
<li><a href=http://mariegauthier.com/dxszx/ocrobt.php?s=288392>alturas virus potato</a></li>
<li><a href=http://comopsa.rockypointwebdesign.net/ebhzm/qzqek.php?n=113723>londonderry mall</a></li>
<li><a href=http://nisankaya.com/dymef/xtzuy.php?e=436696>1929 ford worm drive axle description</a></li>
<li><a href=http://kalienergyhealing.com/xchxr/kpaia.php?r=267387>4 bit colour problem</a></li>
<li><a href=http://nisankaya.com/dymef/xtzuy.php?e=436696>berkley shaky worm</a></li>
<li><a href=http://chezplumet.ca/bcqsp/jpyeeo.php?ed=293645>bios upgrade for tiny laptp</a></li>
<li><a href=http://crm.balansekonomi.se/bxeii/xciutf.php?u=792805>african essence hair protein styling gel</a></li>
<li><a href=http://ardaxglobalhealthcare.co.uk/mdynm/kbwfi.php?s=811792>free l6 software</a></li>
<li><a href=http://terfess.com/uehpm/zzjc.php?oz=465119>salma hayek hard nipples</a></li>
<li><a href=http://vciwebdesign.com/aikkg/wqtcm.php?ak=308425>corvette telescopic steering repair</a></li>
<li><a href=http://jbroomeart.com/jlztt/pqtem.php?d=827516>county clerk west pasco florida</a></li>
<li><a href=http://yuanspace.com/rciuw/lssp.php?n=261963>arm purchasing group mesquite tx</a></li>
<li><a href=http://trailertown.neighborhooddeals.net/gxzob/monkai.php?ri=513146>bargain bin tom clark</a></li>
<li><a href=http://keithskuts.com/alihl/gzxh.php?lf=193237>0klahoma real estate</a></li>
<li><a href=http://potomachillsmclean.com/eyeuh/cbiinr.php?di=636024>aaim association</a></li>
<li><a href=http://ncsoccerinsider.com/kbiop/xrcit.php?zf=595597>phoebe ajibade</a></li>
<li><a href=http://protrain.ca/eoaip/dnqjb.php?e=862769>cerberus capital financial takeovers and mergers</a></li>
<li><a href=http://restoringhealth.co.uk/oekry/rdacbz.php?pq=295748>heather mancini from long island</a></li>
<li><a href=http://therrien.cc/jckfw/yjdqyl.php?oi=584747>3 day cleansing diet</a></li>
<li><a href=http://iiccorp.com/oqhqs/iiggx.php?m=117545>bilateral inguinal hernia</a></li>
<li><a href=http://clearvisionwindowcoverings.net/cnier/ceqhj.php?q=282048>animated snowflake</a></li>
<li><a href=http://leaanngardner.com/udgxz/hkcz.php?i=830145>at t waterfall pictures</a></li>
<li><a href=http://nebrwesleyan.edu>nebrwesleyan.edu</a></li>
<li><a href=http://goalietraining.ca/uqonn/siea.php?lh=358762>code for connecting vb with sql</a></li>
<li><a href=http://crm.balansekonomi.se/bxeii/xciutf.php?u=392804>new scoliosis treatment</a></li>
<li><a href=http://keithskuts.com/alihl/gzxh.php?lf=702203>loyal orange canada</a></li>
<li><a href=http://avgmoney.com/tifgi/soxue.php?e=332127>calcium carbide lamps</a></li>
<li><a href=http://esterbrain.com/xskto/egqr.php?n=100808>atlas mortgage salinas</a></li>
<li><a href=http://newlook.com.sg>newlook.com.sg</a></li>
<li><a href=http://cannanrebirthcenter.com/gnnod/unmim.php?d=855982>alejandro cumins</a></li>
<li><a href=http://mocolugonline.org/igeld/grzuxg.php?p=705285>does europe use synchronous transmission</a></li>
<li><a href=http://nathen.se/fzixo/imwim.php?u=299661>1-800 pet meds coupons</a></li>
<li><a href=http://judoforpeace.org/cdime/lkop.php?s=572687>crocheted basket patterns</a></li>
<li><a href=http://pilgrimintl.com>pilgrimintl.com</a></li>
<li><a href=http://searchengineoptimization.decaturwebdesign.net/tgiae/iyieu.php?m=482812>aaa international driver permit</a></li>
<li><a href=http://macdonalds.com>macdonalds.com</a></li>
<li><a href=http://tintprotector.com/zirag/xrcj.php?ll=140104>1997 kawasaki ninja</a></li>
<li><a href=http://av8n.com>av8n.com</a></li>
<li><a href=http://gracieandmo.com/zlbiy/qlpes.php?gy=556089>animals of niger river</a></li>
<li><a href=http://businessknowledgesource.com>businessknowledgesource.com</a></li>
<li><a href=http://garrysmod.ru/ckyho/wpyx.php?ix=349632>instruments de musique bretonne viaouest</a></li>
<li><a href=http://morcos.ca/elczd/reep.php?di=503289>cirrus airplane accident</a></li>
<li><a href=http://mariegauthier.com/dxszx/ocrobt.php?s=591724>cine independiente</a></li>
<li><a href=http://chauffagewilson.com/xqhzl/egwiu.php?ol=468808>columbus dfas layoff rumors</a></li>
<li><a href=http://lqchurch.org/metxe/egozi.php?ej=124757>helene arms</a></li>
<li><a href=http://searchengineoptimizationinternetstrategies.com/aelql/xcfhie.php?es=290022>trinity texas whispering pines golf club</a></li>
<li><a href=http://unitekeducation.com>unitekeducation.com</a></li>
<li><a href=http://osteopathe-montreal.com/hftcw/denr.php?i=210031>muriel eileen</a></li>
<li><a href=http://doc4family.com/jawhm/hwpen.php?je=452042>.45 acp forums</a></li>
<li><a href=http://webmail.stuffaps.dk/szilo/szwhf.php?fh=468588>ac adapter for notebook</a></li>
<li><a href=http://bluesynergy.ca/fkzeo/ewejrs.php?wx=184870>glenn boyett waycross</a></li>
<li><a href=http://comopsa.rockypointwebdesign.net/ebhzm/qzqek.php?n=740085>aol 9.1 freezing up</a></li>
<li><a href=http://zpssoft.com/netoc/chuiip.php?oi=482219>adagio for strings op11 samuel barber</a></li>
<li><a href=http://reapercorps.com/xczwg/qmfyp.php?zs=802374>cd rw dvd combo</a></li>
<li><a href=http://buenosaires-tours.com.ar/ljzie/rcnobz.php?uh=419897>amor luis cobos uk</a></li>
<li><a href=http://magnoliamolds.net/gnyxl/opifl.php?f=229749>telco distribution boxes asia</a></li>
<li><a href=http://leaanngardner.com/udgxz/hkcz.php?i=490372>8380 miramar mall suite email</a></li>
<li><a href=http://edow.org>edow.org</a></li>
<li><a href=http://fromwithindesign.com/lheuf/pbxk.php?ey=390422>agricultural fences</a></li>
<li><a href=http://judoforpeace.org/cdime/lkop.php?s=465389>cabinet kitchen renovations</a></li>
<li><a href=http://adamjacobbrown.com/zkwiw/sclsfi.php?np=227005>1995 mitsubishi galant tail lights</a></li>
<li><a href=http://zpssoft.com/netoc/chuiip.php?oi=258763>1998 consumer report chevrolet malibu</a></li>
<li><a href=http://rltsoft.com>rltsoft.com</a></li>
<li><a href=http://megamanagement.co.uk/loyry/fhdocg.php?gt=431153>borland pascal compiler</a></li>
<li><a href=http://buenosaires-tours.com.ar/ljzie/rcnobz.php?uh=188469>female actor in tv sitcom</a></li>
<li><a href=http://pekinpride.org/rbxzl/kpgedp.php?x=445170>artic penguin</a></li>
<li><a href=http://gracieandmo.com/zlbiy/qlpes.php?gy=333555>2008 pretzel city challenge</a></li>
<li><a href=http://pekinpride.org/rbxzl/kpgedp.php?x=122458>barnem and bears circus</a></li>
<li><a href=http://pekinpride.org/rbxzl/kpgedp.php?x=866054>achilles and katherine manakides</a></li>
<li><a href=http://protrain.ca/eoaip/dnqjb.php?e=417753>aron chase</a></li>
<li><a href=http://nathen.se/fzixo/imwim.php?u=397808>ako ay filipino piano chords</a></li>
<li><a href=http://cannanrebirthcenter.com/gnnod/unmim.php?d=274801>julia mellow</a></li>
<li><a href=http://just-wellness.dk/instj/eesui.php?bb=771536>diane fossey jane goodall</a></li>
<li><a href=http://reapercorps.com/xczwg/qmfyp.php?zs=847658>emploi public</a></li>
<li><a href=http://uar-online.com/ewlgb/furint.php?l=111207>culligan overpriced</a></li>
<li><a href=http://kentolmie.com/wcwrp/chog.php?ow=556381>matt green god of zombies</a></li>
<li><a href=http://orphazyme.dk/fcqam/qqgqi.php?h=708065>ev malt shop</a></li>
<li><a href=http://leadgroupdesign.com/nlgxk/ughe.php?n=732982>1997 peace prize winner williams</a></li>
<li><a href=http://mocolugonline.org/igeld/grzuxg.php?p=732024>buy goji juice</a></li>
<li><a href=http://protrain.ca/eoaip/dnqjb.php?e=288484>grace obgyn</a></li>
<li><a href=http://megamanagement.co.uk/loyry/fhdocg.php?gt=400392>california zephyr review</a></li>
<li><a href=http://obk-badminton.dk/ganyx/ltwrm.php?qf=673206>lave wenger</a></li>
<li><a href=http://mariegauthier.com/dxszx/ocrobt.php?s=806716>map of petra jordan</a></li>
<li><a href=http://leather3ringbinder.com/zksga/iidish.php?li=743547>belgium sightseeing</a></li>
<li><a href=http://jtmarine.ca/eifxi/limji.php?e=161550>appraisers il</a></li>
<li><a href=http://tvfodder.com>tvfodder.com</a></li>
<li><a href=http://tweetrates.com/rccra/sdujrk.php?sy=857734>daily planner refill pages humorous</a></li>
<li><a href=http://crm.balansekonomi.se/bxeii/xciutf.php?u=441646>evaluating saddleback church</a></li>
<li><a href=http://cmohr.ca/gcnap/xkku.php?u=257600>aubuchon martinez jacqueline flores</a></li>
<li><a href=http://danielpoiriervision.com/ewdze/ypfigw.php?p=213159>apc amp circuit brks</a></li>
<li><a href=http://ncsoccerinsider.com/kbiop/xrcit.php?zf=117427>eyeball injury elastic</a></li>
<li><a href=http://noblesse.ca/ozwrr/smkue.php?u=533059>bumblebee nylon soccer sock</a></li>
<li><a href=http://bluesynergy.ca/fkzeo/ewejrs.php?wx=455515>geo prizm steering fluid</a></li>
<li><a href=http://relocation.capstoneresidential.info/ikofp/cnkrun.php?po=456818>flooring blowout</a></li>
<li><a href=http://publicflash.net>publicflash.net</a></li>
<li><a href=http://painters-toys.com/zykeo/hnyxm.php?z=602069>1950 metal lawn chairs</a></li>
<li><a href=http://bingocard.com>bingocard.com</a></li>
<li><a href=http://zpssoft.com/netoc/chuiip.php?oi=125088>cartoon skunk pictures</a></li>
<li><a href=http://restoringhealth.co.uk/oekry/rdacbz.php?pq=846706>019 2005 entrepreneur</a></li>
<li><a href=http://froelund.eu/mtwlh/yxgizz.php?i=793085>mirror mount valentine v1</a></li>
<li><a href=http://wherzi.com/yfiew/xuegq.php?i=747124>feisty skydiving photos</a></li>
<li><a href=http://ivorytoweragenda.com/fjolr/induri.php?dt=590707>john grisham lawsuits teh seattle times</a></li>
<li><a href=http://sgcwebhosting.com/jfjes/aupz.php?p=271445>giant s causeway</a></li>
<li><a href=http://casasolida.com/ipmwi/oxjwjd.php?t=268226>19 8 copper weld ground cable</a></li>
<li><a href=http://kentolmie.com/wcwrp/chog.php?ow=315414>zora armor</a></li>
<li><a href=http://sak.com>sak.com</a></li>
<li><a href=http://hobbyforhire.com/jyfgm/yzeer.php?r=465465>all about miniature schnauzer</a></li>
<li><a href=http://boultonsreplaysports.com/ihcyo/yicee.php?q=584891>all metal airsoft beretta</a></li>
<li><a href=http://learnitwiki.com/jwzue/ghxs.php?cb=294975>james m janssen</a></li>
<li><a href=http://midrangetrio.com/fpngd/wrif.php?xo=493320>hearst castle architect</a></li>
<li><a href=http://morcos.ca/elczd/reep.php?di=356078>breakin em in 2 paris</a></li>
<li><a href=http://sgcwebhosting.com/jfjes/aupz.php?p=218358>2008 college baseball mu</a></li>
<li><a href=http://mariegauthier.com/dxszx/ocrobt.php?s=552012>kellie pickler video wonder</a></li>
<li><a href=http://keithskuts.com/alihl/gzxh.php?lf=756916>book matthew explained</a></li>
<li><a href=http://ecosteelhouse.com/nlweu/eunkin.php?i=594276>community involvement reading</a></li>
<li><a href=http://connispage.ca/gjtwo/rfgoz.php?ei=896955>royal tassel console</a></li>
<li><a href=http://gracieandmo.com/zlbiy/qlpes.php?gy=182431>airline and princesses</a></li>
<li><a href=http://adamjacobbrown.com/zkwiw/sclsfi.php?np=390632>accommodation mole creek tasmania</a></li>
<li><a href=http://reenmachine.com/iipzp/mrbptw.php?ep=312983>gsx 750 es</a></li>
<li><a href=http://alohabible.net/leusj/rkyoky.php?b=718944>aveda hair salon calabasas</a></li>
<li><a href=http://obk-badminton.dk/ganyx/ltwrm.php?qf=596534>chicago tg boutique</a></li>
<li><a href=http://southview-design.com/uydoi/ghpkh.php?x=502618>israel targeted assasinations</a></li>
<li><a href=http://southview-design.com/uydoi/ghpkh.php?x=649896>fifi la fume yiff</a></li>
<li><a href=http://froelund.eu/mtwlh/yxgizz.php?i=177656>actrass boop press</a></li>
<li><a href=http://crm.balansekonomi.se/bxeii/xciutf.php?u=577452>kernersville bars</a></li>
<li><a href=http://leather3ringbinder.com/zksga/iidish.php?li=122438>mums flowers</a></li>
<li><a href=http://xn--boinykping-jcb.se/djxew/tkie.php?dd=407618>about students for sensible drug policy</a></li>
<li><a href=http://relationalminds.ca/mdog bm as fertilizermy/wxzc.php?d=878171>dog bm as fertilizer</a></li>
<li><a href=http://aquaphot.co.uk/xtyeh/ruxj.php?e=413748>quik cash shawnee kansas</a></li>
<li><a href=http://thelaunch-pad.com/rinax/dmzh.php?e=144471>tony manhatten eatery</a></li>
<li><a href=http://froelund.eu/mtwlh/yxgizz.php?i=804992>chataqua lecture series</a></li>
<li><a href=http://pixsell.com.ph/izumh/xxeq.php?xq=403556>htc 6800 owa</a></li>
<li><a href=http://fromwithindesign.com/lheuf/pbxk.php?ey=662949>bautino kazakhstan</a></li>
<li><a href=http://inspireddesignz.co.uk/ojhgu/edicti.php?p=579310>chevy s10 customizing</a></li>
<li><a href=http://hairadvisor.ca/qcemw/mmtx.php?u=353624>1966 ford truck door panels</a></li>
<li><a href=http://connispage.ca/gjtwo/rfgoz.php?ei=606742>country smiling pig music video</a></li>
<li><a href=http://chezplumet.ca/bcqsp/jpyeeo.php?ed=488900>elsie de wolfe scholarship application</a></li>
<li><a href=http://flamingimp.com/lynqe/utti.php?pi=862675>berger brothers office</a></li>
<li><a href=http://xn--boinykping-jcb.se/djxew/tkie.php?dd=320462>2007 rams draft picks</a></li>
<li><a href=http://sweetzandtreatz.com/eqqdb/dinyyf.php?c=862225>buy a yak</a></li>
<li><a href=http://giraffecards.com/quefj/?=501536>cheap hostels aukland new zealand</a></li>
<li><a href=http://judoforpeace.org/cdime/lkop.php?s=181263>1969 russian ship</a></li>
<li><a href=http://puffytitpics.com>puffytitpics.com</a></li>
<li><a href=http://wherzi.com/yfiew/xuegq.php?i=412896>dell xps 1530 reviews</a></li>
<li><a href=http://thehawthorngroup.com/pswwg/ojohhi.php?bq=689096>birthday presents for mother</a></li>
<li><a href=http://inspireddesignz.co.uk/ojhgu/edicti.php?p=715327>bisp george uppold mannual of devotions</a></li>
<li><a href=http://pcsupportsolutions.co.uk/nyqad/oleenx.php?e=436913>hinsdale illinois hospital</a></li>
<li><a href=http://turn1media.com/nxnqs/jieh.php?z=332954>how is smt carrier tape made</a></li>
<li><a href=http://trailertown.neighborhooddeals.net/gxzob/monkai.php?ri=335064>american shooters supply las vegas</a></li>
<li><a href=http://crm.balansekonomi.se/bxeii/xciutf.php?u=623377>1990 gmc 2500 speaker</a></li>
<li><a href=http://lanuevacuba.com>lanuevacuba.com</a></li>
<li><a href=http://morcos.ca/elczd/reep.php?di=556417>gayle ann butash</a></li>
<li><a href=http://cannanrebirthcenter.com/gnnod/unmim.php?d=400429>curtis payne waterbury ct</a></li>
<li><a href=http://aquaphot.co.uk/xtyeh/ruxj.php?e=786827>distict lines drawn by who</a></li>
<li><a href=http://protrain.ca/eoaip/dnqjb.php?e=368427>aim chatroom spam and bot blockers</a></li>
<li><a href=http://garrysmod.ru/ckyho/wpyx.php?ix=214524>anime descriptions</a></li>
<li><a href=http://thehawthorngroup.com/pswwg/ojohhi.php?bq=852696>2 gang architrave grid yoke</a></li>
<li><a href=http://sueandyou.com/fpqco/kinpz.php?hr=259168>firethorn mohave for sale</a></li>
<li><a href=http://hobbyforhire.com/jyfgm/yzeer.php?r=388734>bicycle stems specialized crosstrail pro</a></li>
<li><a href=http://just-wellness.dk/instj/eesui.php?bb=137092>2006 gto synthetic oil</a></li>
<li><a href=http://searchengineoptimization.decaturwebdesign.net/tgiae/iyieu.php?m=665499>mont tremblant wedding limos</a></li>
<li><a href=http://doc4family.com/jawhm/hwpen.php?je=510044>baking a steak</a></li>
<li><a href=http://mariegauthier.com/dxszx/ocrobt.php?s=841527>a f miller brookings history</a></li>
<li><a href=http://sueandyou.com/fpqco/kinpz.php?hr=727718>andrus real estate pawlet vt</a></li>
<li><a href=http://sarbsarang.com/egzxq/jipgr.php?kw=157293>allowed deductions for milage 2008</a></li>
<li><a href=http://restoringhealth.co.uk/oekry/rdacbz.php?pq=359401>arabian sail boats</a></li>
<li><a href=http://crm.balansekonomi.se/bxeii/xciutf.php?u=687892>free turbotax 2002 download</a></li>
<li><a href=http://turn1media.com/nxnqs/jieh.php?z=375352>essentials of predictive hindu astrology</a></li>
<li><a href=http://searchengineoptimization.decaturwebdesign.net/tgiae/iyieu.php?m=217056>delta shaper collet</a></li>
<li><a href=http://trailertown.neighborhooddeals.net/gxzob/monkai.php?ri=852563>full figured camisole</a></li>
<li><a href=http://jtkdesign.us/psxce/zdggx.php?b=883262>2 wire 1701 hg gateway driver</a></li>
<li><a href=http://southview-design.com/uydoi/ghpkh.php?x=728606>dungeon lords for windows vista</a></li>
<li><a href=http://nisankaya.com/dymef/xtzuy.php?e=263312>analysis of fight club</a></li>
<li><a href=http://bestdatingsecretsandtips.com/nfpas/sctrpx.php?c=328661>9 news bob loveless</a></li>
<li><a href=http://leadgroupdesign.com/nlgxk/ughe.php?n=702209>lotr facts wizards grey havens</a></li>
<li><a href=http://fishingwebcam.com>fishingwebcam.com</a></li>
<li><a href=http://doc4family.com/jawhm/hwpen.php?je=828815>blood oxygen saturation checker</a></li>
</font><aoe4dell231rr></body></html>