<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>τεχνοσοφια</title>
	
	<link>http://lackoftalent.org/michael/blog</link>
	<description>The occasional rambling of a digital library artisan</description>
	<pubDate>Sat, 23 Aug 2008 02:02:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<geo:lat>40.354424</geo:lat><geo:long>-74.659435</geo:long><creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license><image><link>http://purl.org/net/leftwing/blog</link><url>http://www.lackoftalent.org/michael/images/logo.png</url><title>Technosophia</title></image><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/technosophia" type="application/rss+xml" /><feedburner:feedFlare href="http://www.addthis.com/bookmark.php?url=http%3A%2F%2Flackoftalent.org%2Fmichael%2Fblog&amp;title=%CF%84%CE%B5%CF%87%CE%BD%CE%BF%CF%83%CE%BF%CF%86%CE%B9%CE%B1" src="http://s7.addthis.com/button1-bm.gif">Add This!</feedburner:feedFlare><item>
		<title>Some shots from Alaska</title>
		<link>http://feeds.feedburner.com/~r/technosophia/~3/372351479/</link>
		<comments>http://lackoftalent.org/michael/blog/2008/08/22/some-shots-from-alaska/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 01:55:57 +0000</pubDate>
		<dc:creator>Michael Giarlo</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://lackoftalent.org/michael/blog/?p=142</guid>
		<description><![CDATA[
I don&#8217;t ordinarily post pictures around here but I am making an exception.  Elizabeth and I recently spent a week in Anchorage, AK, where my in-laws were gathered for a family reunion.  Eliz took a bunch of pictures and has uploaded a few to Flickr.
Boy, but it is gorgeous up there.  A fellow sure could [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="oai:lackoftalent.org:technosophia:142"><!-- &nbsp; --></abbr>
<p>I don&#8217;t ordinarily post pictures around here but I am making an exception.  Elizabeth and I recently spent a week in Anchorage, AK, where my in-laws were gathered for a family reunion.  Eliz took a bunch of pictures and has uploaded a few to <a href="http://flickr.com/photos/geek_patrol/sets/72157606898511203/" target="_blank">Flickr</a>.</p>
<p>Boy, but it is <a href="http://flickr.com/photos/geek_patrol/2787616673/sizes/l/in/set-72157606898511203/" target="_blank">gorgeous</a> up there.  A fellow sure could get used to all those <a href="http://flickr.com/photos/geek_patrol/2788465898/sizes/l/in/set-72157606898511203/" target="_blank">mountain vistas</a> and <a href="http://flickr.com/photos/geek_patrol/2788467506/sizes/l/in/set-72157606898511203/" target="_blank">free-range zucchinis</a> (?!).</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/technosophia?a=Kb1pUK"><img src="http://feeds.feedburner.com/~f/technosophia?i=Kb1pUK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/technosophia?a=PUCevK"><img src="http://feeds.feedburner.com/~f/technosophia?i=PUCevK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/technosophia?a=bAVluk"><img src="http://feeds.feedburner.com/~f/technosophia?i=bAVluk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/technosophia/~4/372351479" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://lackoftalent.org/michael/blog/2008/08/22/some-shots-from-alaska/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=technosophia&amp;itemurl=http%3A%2F%2Flackoftalent.org%2Fmichael%2Fblog%2F2008%2F08%2F22%2Fsome-shots-from-alaska%2F</feedburner:awareness><feedburner:origLink>http://lackoftalent.org/michael/blog/2008/08/22/some-shots-from-alaska/</feedburner:origLink></item>
		<item>
		<title>Unescaping HTML in Python</title>
		<link>http://feeds.feedburner.com/~r/technosophia/~3/352889238/</link>
		<comments>http://lackoftalent.org/michael/blog/2008/08/01/unescaping-html-in-python/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 18:56:42 +0000</pubDate>
		<dc:creator>Michael Giarlo</dc:creator>
		
		<category><![CDATA[Python]]></category>

		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://lackoftalent.org/michael/blog/?p=140</guid>
		<description><![CDATA[
Dear Future Me,
You&#8217;ve forgotten how to decode (or unescape) HTML or XML in Python again, haven&#8217;t you?  My, my, that old age does catch up with you.
Well, it turns out that ﻿xml.sax.saxutils.unescape() works like a charm.  I&#8217;m certain that edge cases lurk here and there, so caveat, um, coder.
]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="oai:lackoftalent.org:technosophia:140"><!-- &nbsp; --></abbr>
<p>Dear Future Me,</p>
<p>You&#8217;ve forgotten how to decode (or unescape) HTML or XML in Python again, haven&#8217;t you?  My, my, that old age does catch up with you.</p>
<p>Well, it turns out that ﻿<code>xml.sax.saxutils.unescape()</code> works like a charm.  I&#8217;m certain that edge cases lurk here and there, so caveat, um, coder.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/technosophia?a=SlAopK"><img src="http://feeds.feedburner.com/~f/technosophia?i=SlAopK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/technosophia?a=mwzQrK"><img src="http://feeds.feedburner.com/~f/technosophia?i=mwzQrK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/technosophia?a=y1FVek"><img src="http://feeds.feedburner.com/~f/technosophia?i=y1FVek" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/technosophia/~4/352889238" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://lackoftalent.org/michael/blog/2008/08/01/unescaping-html-in-python/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=technosophia&amp;itemurl=http%3A%2F%2Flackoftalent.org%2Fmichael%2Fblog%2F2008%2F08%2F01%2Funescaping-html-in-python%2F</feedburner:awareness><feedburner:origLink>http://lackoftalent.org/michael/blog/2008/08/01/unescaping-html-in-python/</feedburner:origLink></item>
		<item>
		<title>ORE plugin updated</title>
		<link>http://feeds.feedburner.com/~r/technosophia/~3/345849618/</link>
		<comments>http://lackoftalent.org/michael/blog/2008/07/25/ore-plugin-updated/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 17:19:29 +0000</pubDate>
		<dc:creator>Michael Giarlo</dc:creator>
		
		<category><![CDATA[APIs]]></category>

		<category><![CDATA[Development]]></category>

		<category><![CDATA[OAI-ORE]]></category>

		<category><![CDATA[Repositories]]></category>

		<guid isPermaLink="false">http://lackoftalent.org/michael/blog/?p=135</guid>
		<description><![CDATA[
I&#8217;ve been using my time at RepoCamp today to get the OAI-ORE plugin for WordPress validating again.  I&#8217;m having some trouble using the validator so I say that with some diffidence.  But the latest code which is now checked in to the WordPress plugins svn repo ought to be close, if not fully conformant, to [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="oai:lackoftalent.org:technosophia:135"><!-- &nbsp; --></abbr>
<p>I&#8217;ve been using my time at <a href="http://barcamp.org/RepoCamp" target="_blank">RepoCamp</a> today to get the OAI-ORE <a href="http://lackoftalent.org/michael/blog/ore-wordpress-plug-in/" target="_blank">plugin</a> for WordPress <a href="http://african.lanl.gov/ovalnet/validate.jsp" target="_blank">validating</a> again.  I&#8217;m having some trouble using the validator so I say that with some diffidence.  But the latest code which is now checked in to the WordPress plugins svn repo ought to be close, if not fully conformant, to the 0.9 version of the ORE spec.</p>
<p>I&#8217;m not sure the plugin is really useful; it&#8217;s just an Atom feed of all posts and pages in a WP instance.  I can think of some ways to make this more useful, by allowing blog authors to create their own aggregations, pulling in content outside of the particular instance.  I am certain that others can come up with even better uses.  I&#8217;m open to suggestions.</p>
<p>Thanks to Jay Datema for <a href="http://www.bookism.org/open/2008/07/17/repurposing-metadata/" target="_blank">prodding</a> me a bit, if indirectly.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/technosophia?a=kyiPLJ"><img src="http://feeds.feedburner.com/~f/technosophia?i=kyiPLJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/technosophia?a=dbr2jJ"><img src="http://feeds.feedburner.com/~f/technosophia?i=dbr2jJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/technosophia?a=NfUkwj"><img src="http://feeds.feedburner.com/~f/technosophia?i=NfUkwj" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/technosophia/~4/345849618" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://lackoftalent.org/michael/blog/2008/07/25/ore-plugin-updated/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=technosophia&amp;itemurl=http%3A%2F%2Flackoftalent.org%2Fmichael%2Fblog%2F2008%2F07%2F25%2Fore-plugin-updated%2F</feedburner:awareness><feedburner:origLink>http://lackoftalent.org/michael/blog/2008/07/25/ore-plugin-updated/</feedburner:origLink></item>
		<item>
		<title>Sustaining digital libraries</title>
		<link>http://feeds.feedburner.com/~r/technosophia/~3/338967979/</link>
		<comments>http://lackoftalent.org/michael/blog/2008/07/18/sustaining-digital-libraries/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 12:43:37 +0000</pubDate>
		<dc:creator>Michael Giarlo</dc:creator>
		
		<category><![CDATA[Digital Libraries and Archives]]></category>

		<category><![CDATA[Preservation]]></category>

		<category><![CDATA[Repositories]]></category>

		<guid isPermaLink="false">http://lackoftalent.org/michael/blog/?p=132</guid>
		<description><![CDATA[
About a month ago, I read on my colleague&#8217;s blog that the Emory University Digital Library published a new book on sustaining digital libraries.  I&#8217;ve finally started reading it and figured I would post a note here.
The articles of this monograph provide resources for digital library stakeholders who seek to better understand how to effectively [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="oai:lackoftalent.org:technosophia:132"><!-- &nbsp; --></abbr>
<p>About a month ago, I read on my <a href="http://digitaleccentric.blogspot.com/2008/06/strategies-for-sustaining-digital.html" target="_blank">colleague&#8217;s blog</a> that the Emory University Digital Library published a new <a href="http://digital.library.emory.edu/SSDL" target="_blank">book on sustaining digital libraries</a>.  I&#8217;ve finally started reading it and figured I would post a note here.</p>
<blockquote><p>The articles of this monograph provide resources for digital library stakeholders who seek to better understand how to effectively evolve such efforts from short-term projects to long-term sustainable programs. The monograph includes contributions from leaders in major digital libraries that have made such transitions or which are systematically considering the question of programmatic sustainability, including representatives from the National Digital Infrastructure and Information Preservation Program (NDIIPP) and the National Science Digital Library (NSDL).</p></blockquote>
<p>I might also note that the book is available for free as a <a href="http://metascholar.org/publications/StrategiesforSustainingDigitalLibraries.pdf" target="_blank">PDF</a>.</p>
<p>So far I&#8217;ve read the introduction by the editors and the abstract from Leslie&#8217;s paper, and the book looks like a high-quality read from cover to cover, with articles based on actual digital library experience.  It&#8217;s a pragmatic approach for how to sustain digital library initiatives, looking beyond technical concerns towards the more challenging social and economic ones.  To some extent, we are getting pretty good at preserving bits and relationships between collections of bits &#8212; it is yet to be seen how good we will be at preserving the preservation systems themselves.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/technosophia?a=QSlnhJ"><img src="http://feeds.feedburner.com/~f/technosophia?i=QSlnhJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/technosophia?a=eLZqzJ"><img src="http://feeds.feedburner.com/~f/technosophia?i=eLZqzJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/technosophia?a=4KguAj"><img src="http://feeds.feedburner.com/~f/technosophia?i=4KguAj" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/technosophia/~4/338967979" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://lackoftalent.org/michael/blog/2008/07/18/sustaining-digital-libraries/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=technosophia&amp;itemurl=http%3A%2F%2Flackoftalent.org%2Fmichael%2Fblog%2F2008%2F07%2F18%2Fsustaining-digital-libraries%2F</feedburner:awareness><feedburner:origLink>http://lackoftalent.org/michael/blog/2008/07/18/sustaining-digital-libraries/</feedburner:origLink></item>
		<item>
		<title>Justice and Moral Rectitude</title>
		<link>http://feeds.feedburner.com/~r/technosophia/~3/337663997/</link>
		<comments>http://lackoftalent.org/michael/blog/2008/07/16/justice-and-moral-rectitude/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 02:59:39 +0000</pubDate>
		<dc:creator>Michael Giarlo</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<category><![CDATA[Philosophy]]></category>

		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://lackoftalent.org/michael/blog/?p=131</guid>
		<description><![CDATA[
I have been meaning to write up some of my thoughts from the Revolution March and Rally and more generally on my evolving impression of the phenomenon that is the &#8220;Ron Paul Revolution,&#8221; with which I have been involved to some small extent and fascinated to a larger extent.  I don&#8217;t have the time or [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="oai:lackoftalent.org:technosophia:131"><!-- &nbsp; --></abbr>
<p>I have been meaning to write up some of my thoughts from the <a href="http://www.revolutionmarch.com/" target="_blank">Revolution March</a> and Rally and more generally on my evolving impression of the phenomenon that is the &#8220;Ron Paul Revolution,&#8221; with which I have been involved to some small extent and fascinated to a larger extent.  I don&#8217;t have the time or clarity for that just this moment.  But one of the things on my mind, spurred in part by <a href="http://www.campaignforliberty.com/blog/?p=183" target="_blank">Tom Woods&#8217;s speech</a> at the Rally and his new book, <a href="http://www.amazon.com/Who-Killed-Constitution-American-Liberty/dp/0307405753" target="_blank">&#8220;Who Killed the Constitution?&#8221;</a>, is the tension that sometimes exists between &#8220;doing the right thing&#8221; and following the law as it was meant to be interpreted.<a href="http://www.amazon.com/Who-Killed-Constitution-American-Liberty/dp/0307405753" target="_blank"><br />
</a></p>
<p>Reflecting on the constitutional transgressions of the executive and the judicial and the legislative branches, of the Democrats and the Republicans and the Whigs, I wonder what is the right action to take when the aims of justice are counter to those of moral rectitude.  Contrary to public opinion, the United States of America is not a democracy; we are a democratic federal republic, a constitutional republic, the operative word being &#8220;republic.&#8221;  We ought not to bow to the whims of the masses, as in democracy &#8212; which, in the words of Benjamin Franklin, may be defined as &#8220;two wolves and a lamb voting on what to have for lunch.&#8221;  Rather, we are subject to the rule of law, and the Constitution is the supreme law of the United States.  Whereas the Declaration of Independence breathed life into the union, the Constitution (and Bill of Rights) provided its skeleton and its life-blood.</p>
<p>What recourse do we have, then, when the Constitution prevents legislators, the judiciary, and the executive from doing what they, or the masses, deem &#8220;the right thing?&#8221;  Does the end, some morally sound outcome, justify the means even when the means involves sidestepping constitutional restraints?</p>
<p>We have a number of philosophical frameworks available to us to evaluate this issue &#8212; various theories of rights, justice, and morality &#8212; and I flit from one to the next with regularity.  If nothing else, I hope it enables me to see the many sides and nuances of the argument.  For instance, I might think that ending slavery was a moral necessity, that Brown v. Board of Ed. was a net win, that putting an end to the Nazi regime and liberating the concentration camps was the right thing to do.</p>
<p>But I&#8217;m also uncomfortable with the federal government&#8217;s repeated stepping on the Constitution, its disregard for states&#8217; rights, and increasingly activist roles in excessively powerful executive and judicial branches. There are numerous examples,  many of which are in Woods&#8217;s book: Adams&#8217;s Alien and Sedition Acts, Lincoln&#8217;s war against the secessionists, Wilson&#8217;s Espionage and Sedition Acts, Truman&#8217;s grab of the steel industry, the SCOTUS interpretation of the Equal Protection clause in favor of Brown v. Board, the examples go on and on.</p>
<p>When the framework for our very government is the Constitution, that which the government it was meant to restrain so openly flouts, I am taken to believe that we flirt with tyranny the more we side with rectitude over justice.  (I am playing a bit fast and loose as my time to write draws to a close by referring to the strict Constitutionalist perspective as that of &#8220;justice.&#8221;)  I don&#8217;t meant to hint here that the government ought not to have ended slavery, or kept the union together, and so forth, but that there were other, perhaps more difficult, ways of achieving these same ends within the bounds of the law as it was written.  When the government acts as though it is above the law, it establishes a very dangerous precedent.  The greater the amount of power in the government&#8217;s hands, the less liberty in the people&#8217;s &#8212; isn&#8217;t this the tyranny our Constitution was supposed to protect us against?</p>
<p>It is often said that America is a grand social experiment, and I find myself agreeing.  Is the experiment predicated on America being a nation that strives to do right at all costs?  Or is it more about the lofty principles enshrined in our Declaration of Independence and codified in our Constitution, and how well our republic stands up to the natural progression towards empire, and towards tyranny?  I believe very strongly that the American Revolution is not bound in time but that it continues to this very day, and that the Constitution, and adherence thereto, is the very best chance we have to protect us from the base instincts of humanity and sustain a system of government that instead appeals to &#8220;the better angels of our nature,&#8221; as Honest Abe would have put it.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/technosophia?a=E2UetJ"><img src="http://feeds.feedburner.com/~f/technosophia?i=E2UetJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/technosophia?a=aqiYXJ"><img src="http://feeds.feedburner.com/~f/technosophia?i=aqiYXJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/technosophia?a=AYSjTj"><img src="http://feeds.feedburner.com/~f/technosophia?i=AYSjTj" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/technosophia/~4/337663997" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://lackoftalent.org/michael/blog/2008/07/16/justice-and-moral-rectitude/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=technosophia&amp;itemurl=http%3A%2F%2Flackoftalent.org%2Fmichael%2Fblog%2F2008%2F07%2F16%2Fjustice-and-moral-rectitude%2F</feedburner:awareness><feedburner:origLink>http://lackoftalent.org/michael/blog/2008/07/16/justice-and-moral-rectitude/</feedburner:origLink></item>
		<item>
		<title>A founding father on the party system</title>
		<link>http://feeds.feedburner.com/~r/technosophia/~3/332235791/</link>
		<comments>http://lackoftalent.org/michael/blog/2008/07/10/a-founding-father-on-the-party-system/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 01:15:56 +0000</pubDate>
		<dc:creator>Michael Giarlo</dc:creator>
		
		<category><![CDATA[Politics]]></category>

		<category><![CDATA[Society]]></category>

		<guid isPermaLink="false">http://lackoftalent.org/michael/blog/?p=130</guid>
		<description><![CDATA[
20 I have already intimated to you the danger of parties in the state, with particular reference to the founding of them on geographical discriminations. Let me now take a more comprehensive view, and warn you in the most solemn manner against the baneful effects of the spirit of party, generally.
21 This spirit, unfortunately, is [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="oai:lackoftalent.org:technosophia:130"><!-- &nbsp; --></abbr>
<blockquote><p>20 I have already intimated to you the danger of parties in the state, with particular reference to the founding of them on geographical discriminations. Let me now take a more comprehensive view, and <strong>warn you in the most solemn manner against the baneful effects of the spirit of party</strong>, generally.</p>
<p>21 This spirit, unfortunately, is inseparable from our nature, having its root in the strongest passions of the human mind. It exists under different shapes in all governments, more or less stifled, controlled, or repressed; but, in those of the popular form, it is seen in its greatest rankness, and is truly their worst enemy.</p>
<p>22 <strong>The alternate domination of one faction over another, sharpened by the spirit of revenge, natural to party dissension, which in different ages and countries has perpetrated the most horrid enormities, is itself a frightful despotism. But this leads at length to a more formal and permanent despotism.</strong> The disorders and miseries, which result, gradually incline the minds of men to seek security and repose in the absolute power of an individual; and sooner or later the chief of some prevailing faction, more able or more fortunate than his competitors, turns this disposition to the purposes of his own elevation, on the ruins of Public Liberty.</p>
<p>23 Without looking forward to an extremity of this kind, (which nevertheless ought not to be entirely out of sight,) <strong>the common and continual mischiefs of the spirit of party are sufficient to make it the interest and duty of a wise people to discourage and restrain it.</strong></p></blockquote>
<p>George Washington, our first president, whom his peers wished to elevate to king, warns of the dangers of a party system in his <a href="http://www.earlyamerica.com/earlyamerica/milestones/farewell/text.html" target="_blank">farewell address</a>.  It is widely known that Washington opposed the creation of parties &#8212; and that he was the last president not to be affiliated with one &#8212; but his words here are nonetheless powerful.</p>
<p>Seeing the stranglehold that the Democrats and Republicans have on power in the union makes me wonder if we haven&#8217;t failed in this grand experiment by ignoring the wisdom of its founders and gradually abdicating our responsibility for its care, and our own liberty, like sheep who would ask wolves to babysit their lambs.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/technosophia?a=Gb2nIJ"><img src="http://feeds.feedburner.com/~f/technosophia?i=Gb2nIJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/technosophia?a=qJpAdJ"><img src="http://feeds.feedburner.com/~f/technosophia?i=qJpAdJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/technosophia?a=7GJJOj"><img src="http://feeds.feedburner.com/~f/technosophia?i=7GJJOj" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/technosophia/~4/332235791" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://lackoftalent.org/michael/blog/2008/07/10/a-founding-father-on-the-party-system/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=technosophia&amp;itemurl=http%3A%2F%2Flackoftalent.org%2Fmichael%2Fblog%2F2008%2F07%2F10%2Fa-founding-father-on-the-party-system%2F</feedburner:awareness><feedburner:origLink>http://lackoftalent.org/michael/blog/2008/07/10/a-founding-father-on-the-party-system/</feedburner:origLink></item>
		<item>
		<title>Microsoft has the Power(set)</title>
		<link>http://feeds.feedburner.com/~r/technosophia/~3/324465499/</link>
		<comments>http://lackoftalent.org/michael/blog/2008/07/01/microsoft-has-the-powerset/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 00:42:35 +0000</pubDate>
		<dc:creator>Michael Giarlo</dc:creator>
		
		<category><![CDATA[Google]]></category>

		<category><![CDATA[Information Science]]></category>

		<category><![CDATA[Linguistics]]></category>

		<guid isPermaLink="false">http://lackoftalent.org/michael/blog/?p=129</guid>
		<description><![CDATA[
Powerset&#8217;s Sr. Product Manager writes:
We’re excited to announce officially that Microsoft has signed an agreement to acquire Powerset.
&#8230;
With any startup, the challenge is to take the seeds of an idea and grow it into a viable company. At Powerset, we transformed our idea into a world-class semantic search platform, demonstrating the future of search with [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="oai:lackoftalent.org:technosophia:129"><!-- &nbsp; --></abbr>
<p>Powerset&#8217;s Sr. Product Manager <a href="http://www.powerset.com/blog/articles/2008/07/01/microsoft-to-acquire-powerset" target="_blank">writes</a>:</p>
<blockquote><p>We’re excited to announce officially that <a href="http://blogs.msdn.com/livesearch/archive/2008/07/01/powerset-joins-live-search.aspx">Microsoft has signed an agreement to acquire Powerset</a>.<br />
&#8230;<br />
With any startup, the challenge is to take the seeds of an idea and grow it into a viable company. At Powerset, we transformed our idea into a world-class semantic search platform, demonstrating the future of search with our Wikipedia search experience. But building a large-scale semantic search engine is expensive, requiring an engineering effort and computing resources beyond what most start-ups could ever imagine. Because our goals around improving search align so well, Powerset has decided to team up with Microsoft. We believe that this is the fastest way to bring our technology to market at a large scale.</p></blockquote>
<p>Read more on Microsoft&#8217;s <a href="http://blogs.msdn.com/livesearch/archive/2008/07/01/powerset-joins-live-search.aspx" target="_blank">Live Search blog</a>.</p>
<p>It&#8217;s not surprising to see Microsoft gobble up a company that has strived to be a Google-killer from its inception.  It will be interesting to watch Microsoft continue battling Google and to see how this latest acquisition comes into play.</p>
<p>(Maybe I gave up on <a href="http://compling.washington.edu" target="_blank">compling</a> too soon, eh?)</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/technosophia?a=EKxjvJ"><img src="http://feeds.feedburner.com/~f/technosophia?i=EKxjvJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/technosophia?a=PRvQiJ"><img src="http://feeds.feedburner.com/~f/technosophia?i=PRvQiJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/technosophia?a=utayyj"><img src="http://feeds.feedburner.com/~f/technosophia?i=utayyj" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/technosophia/~4/324465499" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://lackoftalent.org/michael/blog/2008/07/01/microsoft-has-the-powerset/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=technosophia&amp;itemurl=http%3A%2F%2Flackoftalent.org%2Fmichael%2Fblog%2F2008%2F07%2F01%2Fmicrosoft-has-the-powerset%2F</feedburner:awareness><feedburner:origLink>http://lackoftalent.org/michael/blog/2008/07/01/microsoft-has-the-powerset/</feedburner:origLink></item>
		<item>
		<title>Stupid terminal tricks</title>
		<link>http://feeds.feedburner.com/~r/technosophia/~3/307169012/</link>
		<comments>http://lackoftalent.org/michael/blog/2008/06/08/stupid-terminal-tricks/#comments</comments>
		<pubDate>Sun, 08 Jun 2008 05:19:05 +0000</pubDate>
		<dc:creator>Michael Giarlo</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Systems]]></category>

		<guid isPermaLink="false">http://lackoftalent.org/michael/blog/?p=128</guid>
		<description><![CDATA[
Sometimes I find it useful to keep long-running processes in a session of screen.  And sometimes I launch one of said processes outside of screen, and then I yell something like &#8220;doh!&#8221; or an expletive, because, as I said, I do find screen useful.  Depending on how far the process has gotten, whether it was [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="oai:lackoftalent.org:technosophia:128"><!-- &nbsp; --></abbr>
<p>Sometimes I find it useful to keep long-running processes in a session of <a href="http://en.wikipedia.org/wiki/GNU_Screen" target="_blank">screen</a>.  And sometimes I launch one of said processes outside of screen, and then I yell something like &#8220;doh!&#8221; or an expletive, because, as I said, I do find screen useful.  Depending on how far the process has gotten, whether it was the sort of operation that would not run happily again, or how much cleanup a second run would require, I either kill the process and restart it or I suspend it with Ctrl+z and send it to the background with <code>bg %</code> so that it doesn&#8217;t die when I log off.  The latter is a decent option.  But, darn it, I like screen.</p>
<p>Well, perhaps I&#8217;m the last to know, but there&#8217;s this neat little tool called <a href="http://pasky.or.cz/~pasky/dev/retty/" target="_blank">retty</a> that allows you to attach running processes to your terminal.  I installed it in Ubuntu Hardy the typical way (<code>sudo apt-get install retty</code>).  So, the next time I screw up, I&#8217;ll Ctrl+z, bg it, and then <code>screen retty {PID}</code>.  <i>Voila</i>!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/technosophia?a=Bg7D2I"><img src="http://feeds.feedburner.com/~f/technosophia?i=Bg7D2I" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/technosophia?a=TOKvjI"><img src="http://feeds.feedburner.com/~f/technosophia?i=TOKvjI" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/technosophia?a=UKhNAi"><img src="http://feeds.feedburner.com/~f/technosophia?i=UKhNAi" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/technosophia/~4/307169012" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://lackoftalent.org/michael/blog/2008/06/08/stupid-terminal-tricks/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=technosophia&amp;itemurl=http%3A%2F%2Flackoftalent.org%2Fmichael%2Fblog%2F2008%2F06%2F08%2Fstupid-terminal-tricks%2F</feedburner:awareness><feedburner:origLink>http://lackoftalent.org/michael/blog/2008/06/08/stupid-terminal-tricks/</feedburner:origLink></item>
		<item>
		<title>From a midnight call to self.rand()</title>
		<link>http://feeds.feedburner.com/~r/technosophia/~3/285812350/</link>
		<comments>http://lackoftalent.org/michael/blog/2008/05/07/from-a-midnight-call-to-selfrand/#comments</comments>
		<pubDate>Thu, 08 May 2008 03:52:55 +0000</pubDate>
		<dc:creator>Michael Giarlo</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://lackoftalent.org/michael/blog/?p=127</guid>
		<description><![CDATA[
I lament the greatest/crappiest dorkcore band (n)ever to have existed, Illegal Operation, with the stellar line-up of Major Crash on drums, General P. Fault on bass, and Colonel Dump on guitar.
It is rumored that there is some intersection between Illegal Operation, Lack of Talent, and Sausagebot.
P.S. Yes, I was (am) the (un-)esteemed Col. Dump.
P.P.S. I [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="oai:lackoftalent.org:technosophia:127"><!-- &nbsp; --></abbr>
<p>I lament the greatest/crappiest dorkcore band (n)ever to have existed, Illegal Operation, with the stellar line-up of Major Crash on drums, General P. Fault on bass, and Colonel Dump on guitar.</p>
<p>It is rumored that there is some intersection between Illegal Operation, <a href="http://www.myspace.com/lackoftalent" target="_blank">Lack of Talent</a>, and <a href="http://www.myspace.com/sausagebot" target="_blank">Sausagebot</a>.</p>
<p>P.S. Yes, I was (am) the (un-)esteemed Col. Dump.<br />
P.P.S. I am woefully sleep-deprived this week.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/technosophia?a=lVDx8H"><img src="http://feeds.feedburner.com/~f/technosophia?i=lVDx8H" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/technosophia?a=VL5l3H"><img src="http://feeds.feedburner.com/~f/technosophia?i=VL5l3H" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/technosophia?a=p2HEMh"><img src="http://feeds.feedburner.com/~f/technosophia?i=p2HEMh" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/technosophia/~4/285812350" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://lackoftalent.org/michael/blog/2008/05/07/from-a-midnight-call-to-selfrand/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=technosophia&amp;itemurl=http%3A%2F%2Flackoftalent.org%2Fmichael%2Fblog%2F2008%2F05%2F07%2Ffrom-a-midnight-call-to-selfrand%2F</feedburner:awareness><feedburner:origLink>http://lackoftalent.org/michael/blog/2008/05/07/from-a-midnight-call-to-selfrand/</feedburner:origLink></item>
		<item>
		<title>Hiccup-y Hardy Heron</title>
		<link>http://feeds.feedburner.com/~r/technosophia/~3/280254216/</link>
		<comments>http://lackoftalent.org/michael/blog/2008/04/29/hiccup-y-hardy-heron/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 18:40:20 +0000</pubDate>
		<dc:creator>Michael Giarlo</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Personal]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Systems]]></category>

		<guid isPermaLink="false">http://lackoftalent.org/michael/blog/?p=126</guid>
		<description><![CDATA[
In spite of how irksome I find &#8220;oh hai i upgrayded!&#8221; posts, I&#8217;m about to be guilty of same.
I upgraded my Optiplex GX620 from Gutsy to Hardy yesterday afternoon and it seemed to go as smoothly as it did on my HP box at home.  All looked a-okay this morning until, upon returning from a [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="oai:lackoftalent.org:technosophia:126"><!-- &nbsp; --></abbr>
<p>In spite of how irksome I find &#8220;oh hai i upgrayded!&#8221; posts, I&#8217;m about to be guilty of same.</p>
<p>I upgraded my Optiplex GX620 from Gutsy to <a target="_blank" href="https://wiki.ubuntu.com/HardyHeron">Hardy</a> yesterday afternoon and it seemed to go as smoothly as it did on my HP box at home.  All looked a-okay this morning until, upon returning from a meeting, my display was all funky and jerky and laggy.  The right edges of my windows were uniformly screwy &#8212; I would have to click about an inch to the left of whatever I wanted to click on &#8212; and the right and left edges of the screen caused visual trails when I dragged windows around.  (And this has nothing to do with my usual breakfast of bacon and psychedelics.)  This wasn&#8217;t the first time I&#8217;ve run into problems with compiz/beryl and Ubuntu and so I was hopeful that things could be easily remedied.</p>
<p>I was still able to get around a bit and I found a <a href="http://wiki.cchtml.com/index.php/Ubuntu_Hardy_Installation_Guide#Removing_Mesa_drivers" target="_blank">Hardy installation guide</a> that fixed me all up (I hope).</p>
<p>I should probably note that the Optiplex in question has an ATI Radeon X600 series video card.</p>
<p>Pining for the visual trails,</p>
<p>Mike from Arlington</p>
<p>P.S. Ubuntu, I still &hearts; you.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/technosophia?a=hmudQG"><img src="http://feeds.feedburner.com/~f/technosophia?i=hmudQG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/technosophia?a=hF0mfG"><img src="http://feeds.feedburner.com/~f/technosophia?i=hF0mfG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/technosophia?a=wtVuIg"><img src="http://feeds.feedburner.com/~f/technosophia?i=wtVuIg" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/technosophia/~4/280254216" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://lackoftalent.org/michael/blog/2008/04/29/hiccup-y-hardy-heron/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=technosophia&amp;itemurl=http%3A%2F%2Flackoftalent.org%2Fmichael%2Fblog%2F2008%2F04%2F29%2Fhiccup-y-hardy-heron%2F</feedburner:awareness><feedburner:origLink>http://lackoftalent.org/michael/blog/2008/04/29/hiccup-y-hardy-heron/</feedburner:origLink></item>
	<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetFeedData?uri=technosophia</feedburner:awareness></channel>
</rss>
