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

<channel>
	<title>Blinkenlichten Blog &#187; Planet COSI</title>
	<atom:link href="http://blinkenlichten.org/blog/categories/Planet-COSI/feed/" rel="self" type="application/rss+xml" />
	<link>http://blinkenlichten.org/blog</link>
	<description>A hilarious insight into the life of P.W.</description>
	<lastBuildDate>Mon, 16 Nov 2009 05:41:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Secure WordPress login without HTTPS</title>
		<link>http://blinkenlichten.org/blog/2009/11/16/secure-wordpress-login-without-https/</link>
		<comments>http://blinkenlichten.org/blog/2009/11/16/secure-wordpress-login-without-https/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 05:41:03 +0000</pubDate>
		<dc:creator>Pat</dc:creator>
				<category><![CDATA[Planet COSI]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blinkenlichten.org/blog/?p=104</guid>
		<description><![CDATA[Do you access a WordPress installation on a web server without HTTPS?  If so, your passwords are sent in plaintext every time you login, register for accounts, add new users through the admin interface, and change user passwords.
Unfortunately, if you use a professional web host, there is a good chance that you are stuck [...]]]></description>
			<content:encoded><![CDATA[<p>Do you access a WordPress installation on a web server without HTTPS?  If so, your passwords are sent in plaintext every time you login, register for accounts, add new users through the admin interface, and change user passwords.</p>
<p>Unfortunately, if you use a professional web host, there is a good chance that you are stuck in a situation where you use WordPress for your blog or website but cannot use HTTPS to secure your access to your WordPress installation.  This can be caused by anything, such as: HTTPS is simply not offered, HTTPS costs quite a bit extra to have enabled, your WordPress installation is in a shared hosting environment, or multiple domains you own are tied to your hosting account in a way that complicates the issuing of certificates and setup of HTTPS.</p>
<p>Fortunately, there is a solution (actually, one of many) for WordPress fans to improve the sending of passwords over HTTP.</p>
<p><a href="http://wordpress.org/extend/plugins/semisecure-login-reimagined/">Semisecure Login Reimagined</a> is a plugin for WordPress that implements client-side (browser-side) encryption in JavaScript, complete with the use of nonces to prevent against replay attacks (note that this plugin is NOT designed to necessarily protect against session hijacking).  <strong>My installation instructions are at the bottom of this post.</strong></p>
<p><strong>Plugin Details:</strong><br />
<em>About link: </em> <a href="http://wordpress.org/extend/plugins/semisecure-login-reimagined/">WordPress Plugins Directory/Semisecure Login Reimagined</a><br />
<em>Requires WordPress version:</em> 2.7 or higher<br />
<em>Tested with WordPress version:</em> 2.8.6 by me<br />
<em>Plugin homepage link:</em> <a href="http://moggy.laceous.com/2009/09/05/semisecure-login-reimagined-v3/">Moggy&#8217;s Website/Semisecure Login Reimagined v3</a><br />
<em>Author homepage link:</em> <a href="http://moggy.laceous.com/">Moggy</a></p>
<p>Description of plugin from the WordPress plugin directory:</p>
<blockquote><p>&#8220;Semisecure Login Reimagined increases the security of the login process by using a combination of public and secret-key encryption to encrypt the password on the client-side when a user logs in. JavaScript is required to enable encryption. It is most useful for situations where SSL is not available, but the administrator wishes to have some additional security measures in place without sacrificing convenience.&#8221;</p></blockquote>
<p><strong>Automatic installation instructions:</strong></p>
<ol>
<li>Login to your WordPress installation through the admin interface as one of your administrator-privileged users (<em>http://your-site-url-here/wp-admin/</em>), and be sure to do this from a trusted, non-public Internet connection, on a private network and not over a wireless connection.</li>
<li>Click on <em>Plugins</em> on the left navigation bar.</li>
<li>With Plugins selected, there should now be an <em>Add New</em> link just beneath Plugins in the left navigation bar.  Click on <em>Add New</em> just beneath the word Plugins.</li>
<li>On the Install Plugins page under Search, be sure that <em>Term</em> appears in the drop-down (else click the drop-down arrow and select <em>Term</em>) and then enter in the search box to the right of Term &#8220;semisecure login reimagined&#8221; exactly as shown (but without the quotes).  Click <em>Search Plugins</em>.</li>
<li>In the search results, Semisecure Login Reimagined should appear.  All the way on the right-side of that result should be an <em>Install</em> link.  Click on <em>Install</em>.</li>
<li>In the box that appears, click on the (red) <em>Install Now</em> button.</li>
<li>On the results page, click on <em>Activate Plugin</em>.  You now have secure login wherever available, but we can do better (so keep reading the following steps).</li>
<li>Click on <em>Plugins</em> on the left navigation bar.</li>
<li>Under Semisecure Login Reimagined, click <em>Settings</em> to edit that plugin&#8217;s settings.</li>
<li>Note the Wikipedia quote stating, &#8220;RSA claims that 1024-bit keys are likely to become crackable some time between 2006 and 2010 and that 2048-bit keys are sufficient until 2030. An RSA key length of 3072 bits should be used if security is required beyond 2030.&#8221;  In the <em>Number of bits</em> drop-down, select the number of bits you wish for the encryption to use.  1024 is the default (faster performance) but is likely to be easily-crackable by the end of 2010, 2048 is considerably better at present, and 3072 might be even better (but will have slower performance).  You should pick what you feel most comfortable with, or if you are unsure and this is for a blog that you and possibly a few others manage I would recommend picking 2048 for better security and a slight performance decrease (only during authentication).</li>
<li>Click the <em>Generate Key</em> button.</li>
<li>Click <em>Misc Settings</em> up near the top of the page.</li>
<li>Check the box next to <em>Encrypt passwords when managing users?</em>.  Congratulations! Now not only are your initial login passwords encrypted, but also passwords entered when adding new users, changing passwords, etc.</li>
<li><em>(If you experience problems logging in, likely due to caching issues, set the Nonce setting to Asynch (Ajax). Otherwise, you can probably just leave this setting as-is.)</em></li>
<li>Click the <em>Update Option</em>s button.</li>
</ol>
<p>Log out, log back in, and on the login page you should see a little message stating, &#8220;Semisecure Login is enabled,&#8221; just below the Password entry box. Congratulations, your passwords are no longer being sent in plaintext!</p>
<p>If you like this tutorial, please share it with others, link to this post, and let me know!</p>
]]></content:encoded>
			<wfw:commentRss>http://blinkenlichten.org/blog/2009/11/16/secure-wordpress-login-without-https/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sinless Living</title>
		<link>http://blinkenlichten.org/blog/2009/06/09/sinless-living/</link>
		<comments>http://blinkenlichten.org/blog/2009/06/09/sinless-living/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 14:04:41 +0000</pubDate>
		<dc:creator>Pat</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Planet COSI]]></category>

		<guid isPermaLink="false">http://blinkenlichten.org/blog/?p=101</guid>
		<description><![CDATA[http://www.freedomfromaddiction.org/site/Mike.html
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.freedomfromaddiction.org/site/Mike.html">http://www.freedomfromaddiction.org/site/Mike.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blinkenlichten.org/blog/2009/06/09/sinless-living/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hike Itinerary: Saturday, June 6, 2009</title>
		<link>http://blinkenlichten.org/blog/2009/06/05/hike-itinerary-saturday-june-6-2009/</link>
		<comments>http://blinkenlichten.org/blog/2009/06/05/hike-itinerary-saturday-june-6-2009/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 04:44:58 +0000</pubDate>
		<dc:creator>Pat</dc:creator>
				<category><![CDATA[Planet COSI]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://blinkenlichten.org/blog/?p=97</guid>
		<description><![CDATA[Start: Maple Street, Potsdam, NY 0310 hours
Destination: Mount Arab, near Piercefield, NY at 44.203889, -74.584444 (near fire/ranger tower)
Return: Maple Street, Potsdam, NY before 1000 hours
Roster: Rajiv N., Omkar D., Krunal B., Wenjin H., Erin K., Pat W. (me)
Equipment: Water canteens, flash lights, fire starters, VX-7R ham radio
Phone tracking: iPhone, GPS Tracker (dependent upon cellular coverage)
Radio [...]]]></description>
			<content:encoded><![CDATA[<p>Start: Maple Street, Potsdam, NY 0310 hours<br />
Destination: Mount Arab, near Piercefield, NY at 44.203889, -74.584444 (near fire/ranger tower)<br />
Return: Maple Street, Potsdam, NY before 1000 hours</p>
<p>Roster: Rajiv N., Omkar D., Krunal B., Wenjin H., Erin K., Pat W. (me)<br />
Equipment: Water canteens, flash lights, fire starters, VX-7R ham radio</p>
<p>Phone tracking: iPhone, GPS Tracker (dependent upon cellular coverage)<br />
Radio tracking: OpenTracker+ SMT, Yaesu VX-7R HT (experimental, alpha test)</p>
<p>Driving Map:</p>
<p><img class="alignnone size-full wp-image-99" title="june62009hiketomtarab" src="http://blinkenlichten.org/blog/wp-content/uploads/2009/06/june62009hiketomtarab.png" alt="june62009hiketomtarab" width="300" height="300" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blinkenlichten.org/blog/2009/06/05/hike-itinerary-saturday-june-6-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IBM&#8217;s XML Challenge</title>
		<link>http://blinkenlichten.org/blog/2008/12/02/ibms-xml-challenge/</link>
		<comments>http://blinkenlichten.org/blog/2008/12/02/ibms-xml-challenge/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 00:29:51 +0000</pubDate>
		<dc:creator>Pat</dc:creator>
				<category><![CDATA[Planet COSI]]></category>

		<guid isPermaLink="false">http://blinkenlichten.org/blog/?p=87</guid>
		<description><![CDATA[So, the folks over at IBM have a few new contests aimed at XML-, XQuery-, and DB2-related projects.  If you&#8217;re a U.S. citizen, you can check them out here:
 http://antoniocangiano.com/2008/12/01/ibms-xml-challenge-lots-of-prizes-inside/
Hopefully I can find the time to work on a project for this.  I have a really good (and funny) idea for the porting contest ;-D.
Until [...]]]></description>
			<content:encoded><![CDATA[<p>So, the folks over at IBM have a few new contests aimed at XML-, XQuery-, and DB2-related projects.  If you&#8217;re a U.S. citizen, you can check them out here:</p>
<p><a href="http://antoniocangiano.com/2008/12/01/ibms-xml-challenge-lots-of-prizes-inside/"> http://antoniocangiano.com/2008/12/01/ibms-xml-challenge-lots-of-prizes-inside/</a></p>
<p>Hopefully I can find the time to work on a project for this.  I have a really good (and funny) idea for the porting contest ;-D.</p>
<p>Until next time, keep the home fires a burnin&#8217;, Sallie.</p>
]]></content:encoded>
			<wfw:commentRss>http://blinkenlichten.org/blog/2008/12/02/ibms-xml-challenge/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Working On My Froggy Stroke</title>
		<link>http://blinkenlichten.org/blog/2008/10/27/working-on-my-froggy-stroke/</link>
		<comments>http://blinkenlichten.org/blog/2008/10/27/working-on-my-froggy-stroke/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 06:20:38 +0000</pubDate>
		<dc:creator>Pat</dc:creator>
				<category><![CDATA[Humor]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Planet COSI]]></category>

		<guid isPermaLink="false">http://blinkenlichten.org/blog/?p=86</guid>
		<description><![CDATA[Ever since our shower faucet was leaking and caused both our bathroom walls and ceiling to grow mold and our drain to clog with mineral deposits, my roommate and I have been without a usable bathroom for over a week and have been referring to our campus&#8217;s gym facilities for bathing and going to the [...]]]></description>
			<content:encoded><![CDATA[<p>Ever since our shower faucet was leaking and caused both our bathroom walls and ceiling to grow mold and our drain to clog with mineral deposits, my roommate and I have been without a usable bathroom for over a week and have been referring to our campus&#8217;s gym facilities for bathing and going to the bathroom, awaiting even acknowledgment of the problem by our landlord.</p>
<p>This experience has made us very fortunate because we have once again discovered our loves of swimming while sneaking a dip whenever we use the pool showers. We&#8217;ve enjoyed a normal swim for several visits now; however, one day, our naive vision of a perfect amphibious Utopia was suddenly shattered by the discovery of this little fellow who was not also a member of our supreme species:</p>
<p><a href="http://blinkenlichten.org/blog/wp-content/uploads/2008/10/l-640-480-01cdb9fa-bf14-46b3-bada-b305f64bc1e7.jpeg"><img src="http://blinkenlichten.org/blog/wp-content/uploads/2008/10/l-640-480-01cdb9fa-bf14-46b3-bada-b305f64bc1e7.jpeg" alt="" width="300" height="225" class="alignnone size-full wp-image-364" /></a></p>
<p>My roommate dove to the very bottom of twelve leagues of sea at the deep end to scare him to the surface. When this little fellow saw my roommate quickly approaching, he let out a huge gasp&#8211;which proved to be his ultimate mistake. He subsequently had to rise after letting out all if his air supply in terror, where we flopped him out of the pool using my roommate&#8217;s flippers and scooped him up in a cup. </p>
<p>Afraid he might escape in the interim, we brought our new friend along to Wal*Mart while we bought preparations for his new living quarters. In a kind-of reverse-Stockholm Syndrome manner, we have fallen in love with our little captive.</p>
<p>We now get great thrill watching him hunt flies that we capture for him.</p>
]]></content:encoded>
			<wfw:commentRss>http://blinkenlichten.org/blog/2008/10/27/working-on-my-froggy-stroke/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Soul of New Life</title>
		<link>http://blinkenlichten.org/blog/2008/10/15/the-soul-of-new-life/</link>
		<comments>http://blinkenlichten.org/blog/2008/10/15/the-soul-of-new-life/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 14:22:32 +0000</pubDate>
		<dc:creator>Pat</dc:creator>
				<category><![CDATA[Planet COSI]]></category>
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://blinkenlichten.org/blog/?p=84</guid>
		<description><![CDATA[I am.
Neither my father nor my mother, but of both.
I am small
But like my brothers, I am my own.
I grow.
It&#8217;s a race against the clock, and I was made eager to grow.
I am alive
And like others in my race, taste human rights.
I dream.
Not in thought, but my heart beats the rhythm of the human spirit,
Freedom&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>I am.<br />
Neither my father nor my mother, but of both.<br />
I am small<br />
But like my brothers, I am my own.</p>
<p>I grow.<br />
It&#8217;s a race against the clock, and I was made eager to grow.<br />
I am alive<br />
And like others in my race, taste human rights.</p>
<p>I dream.<br />
Not in thought, but my heart beats the rhythm of the human spirit,<br />
Freedom&#8217;s song.<br />
The passion of humanity and individuality flows through my veins, it&#8217;s how I was made.</p>
<p>Ask why.<br />
My mother could be unwilling to care for me, or might have been raped,<br />
I do not know.<br />
But I do know I&#8217;m not to blame.</p>
<p>Ask why.<br />
My only protection from the world has turned on me.<br />
Turn away<br />
You won&#8217;t protect me from my kin, though I have no fighting chance.</p>
<p>Ask why!<br />
I wish I could understand how the world could be so cruel as to blame me.<br />
In this world<br />
That promotes this and only this way out, I wish I wasn&#8217;t made guilty.</p>
<p>I cry.<br />
I might be incapable physically, but I&#8217;d try.<br />
The heart that<br />
Is still in formation, oh how it can feel heartache.</p>
<p>I cry.<br />
This is how it feels to be forsaken, and now I&#8217;ll never meet my first love, laugh with friends, or chance the American Dream.<br />
I think little<br />
But if only I&#8217;d been given the chance for after-thought, these are what I&#8217;d say.<br />
Yes, if I had a voice before my death sentence, these are what I&#8217;d plea.</p>
<p>I die.<br />
If only I was given the chance to forgive you and this world, then I could have tried.<br />
But I die,<br />
I die.</p>
]]></content:encoded>
			<wfw:commentRss>http://blinkenlichten.org/blog/2008/10/15/the-soul-of-new-life/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Funny and Cool: The Diskette That Blew Trixter&#8217;s Mind</title>
		<link>http://blinkenlichten.org/blog/2008/09/30/funny-and-cool-disk/</link>
		<comments>http://blinkenlichten.org/blog/2008/09/30/funny-and-cool-disk/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 05:01:01 +0000</pubDate>
		<dc:creator>Pat</dc:creator>
				<category><![CDATA[Planet COSI]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blinkenlichten.org/blog/?p=83</guid>
		<description><![CDATA[http://trixter.wordpress.com/2008/09/28/the-diskette-that-blew-trixters-mind/
]]></description>
			<content:encoded><![CDATA[<p><a href="http://trixter.wordpress.com/2008/09/28/the-diskette-that-blew-trixters-mind/" target="_blank">http://trixter.wordpress.com/2008/09/28/the-diskette-that-blew-trixters-mind/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blinkenlichten.org/blog/2008/09/30/funny-and-cool-disk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I Left My Heart In Wichita</title>
		<link>http://blinkenlichten.org/blog/2008/09/02/i-left-my-heart-in-wichita/</link>
		<comments>http://blinkenlichten.org/blog/2008/09/02/i-left-my-heart-in-wichita/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 01:10:26 +0000</pubDate>
		<dc:creator>Pat</dc:creator>
				<category><![CDATA[Planet COSI]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://blinkenlichten.org/blog/?p=82</guid>
		<description><![CDATA[Last week I had the exciting opportunity to fly out to Wichita, Kansas for three nights. The first thing I noticed while getting off the plane was how flat the terrain was all around me, with not a single hill anywhere in sight, and, of course, how windy it was as a result. The hotel [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I had the exciting opportunity to fly out to Wichita, Kansas for three nights. The first thing I noticed while getting off the plane was how flat the terrain was all around me, with not a single hill anywhere in sight, and, of course, how windy it was as a result. The hotel I stayed at was fairly nice, with approximately eleven floors, three dining areas, and a number of interesting guest services. My room was also nice and very comfortable.</p>
<p>On my first night, I dined in one of the hotel eateries where I ate a delicious rib eye steak, my favorite cut of meat. The steak was perfectly prepared naked, medium-rare, and thick-cut (over one inch thick).  Cut from Midwestern Aberdeen Angus (Black Angus), fresh and never frozen, it was the best rib eye I have ever eaten. In addition to being freshly cut, its succulent tastiness was helped by the fact that Midwestern cattle consume different minerals as they graze than Northeastern cattle do, which produces a flavor that some people prefer.  Kansas definitely knows its beef.</p>
<p>On my second night I went out for fantastic barbecue with those that I was meeting in Wichita. We went to Two Brothers Barbecue, where I ordered a combination dinner that included shredded loin, Kansas City-style burnt tips, and pulled pork. It was a great taste of the best of barbecue from three different regions&#8211;Southern, Midwestern, and Northeastern styles, respectively. The meat was delicately smoked very well, and several different barbecue sauce condiments were available.</p>
<p>On my final night, I ate in the hotel&#8217;s sports bar eatery where I had a strip steak. It was also cut from Midwestern Aberdeen Angus and was very flavorful and tender, and fairly juicy, the way strip steak should be, and much unlike the average strip steak in the Northeast nowadays. Apparently, strip steaks used to be much better in our region back in the old days, but for some reason or another tend to be dryer and less appetizing these days.</p>
<p>My flights all ran very smoothly, and getting through security at the airports was so easy I cannot imagine why people are always complaining about it. It seemed that there were plenty of checkpoint aisles and personnel  to handle all the travelers in a timely manner, but maybe that is a more recent achievement at airports than it was in the past. One thing to note is that there are two airports in Chicago, and one is a lot nicer to have a long layover in than the other (one has sit-down restaurants, small shops, and entertainment opportunities, while the other has only small shops, McDonald&#8217;s, and a bar). I was offered a free round-trip flight if I volunteered to take a later flight and give up my seat on my way back, but because my ride had already left to meet me at the airport, I decided I couldn&#8217;t take it. Maybe next time.</p>
]]></content:encoded>
			<wfw:commentRss>http://blinkenlichten.org/blog/2008/09/02/i-left-my-heart-in-wichita/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8216;Running Xen&#8217; Slashdot Book Review</title>
		<link>http://blinkenlichten.org/blog/2008/06/09/running-xen-slashdot-book-review-2/</link>
		<comments>http://blinkenlichten.org/blog/2008/06/09/running-xen-slashdot-book-review-2/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 04:08:11 +0000</pubDate>
		<dc:creator>Pat</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Planet COSI]]></category>

		<guid isPermaLink="false">http://blinkenlichten.org/blog/?p=80</guid>
		<description><![CDATA[Our new book, Running Xen: A Hands-On Guide to the Art of Virtualization (Prentice Hall, April 2008), had a very nice review posted on Slashdot today!
Following this posting, by 11:59 PM our book&#8217;s sales rank on Amazon.com peaked at number 3 in the top 100 books sold in the &#8220;Operating Systems&#8221; category and number 747 [...]]]></description>
			<content:encoded><![CDATA[<p>Our new book, <em>Running Xen: A Hands-On Guide to the Art of Virtualization</em> (Prentice Hall, April 2008), had a very nice <a href="http://books.slashdot.org/books/08/06/09/1413220.shtml">review posted on Slashdot</a> today!</p>
<p>Following this posting, by 11:59 PM our book&#8217;s sales rank on Amazon.com peaked at number 3 in the top 100 books sold in the &#8220;Operating Systems&#8221; category and number 747 in all books sold on Amazon.com, which was a significant increase from our previous best rank of number 6772 in all books sold on Amazon.com.</p>
<p>Our book&#8217;s official website: <a href="http://runningxen.com">http://runningxen.com</a></p>
<p>This was indeed a very pleasant surprise today!  As always, to Him be all glory.</p>
]]></content:encoded>
			<wfw:commentRss>http://blinkenlichten.org/blog/2008/06/09/running-xen-slashdot-book-review-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 3 Download Day &#8211; Help Set A World Record!</title>
		<link>http://blinkenlichten.org/blog/2008/06/08/firefox-3-download-day-help-set-a-world-record/</link>
		<comments>http://blinkenlichten.org/blog/2008/06/08/firefox-3-download-day-help-set-a-world-record/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 03:24:07 +0000</pubDate>
		<dc:creator>Pat</dc:creator>
				<category><![CDATA[Planet COSI]]></category>

		<guid isPermaLink="false">http://blinkenlichten.org/blog/?p=78</guid>
		<description><![CDATA[Here&#8217;s a plug for the Firefox 3 Download Day:
Click the image, below, and pledge to download Firefox 3 on its release date!  By entering your e-mail address, you will receive a notification instructing you to download Firefox 3 once it is released.

]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a plug for the Firefox 3 Download Day:</p>
<p>Click the image, below, and pledge to download Firefox 3 on its release date!  By entering your e-mail address, you will receive a notification instructing you to download Firefox 3 once it is released.</p>
<p><a href="http://www.spreadfirefox.com/node&#038;id=0&#038;t=271"><img border="0" alt="Download Day - English" title="Download Day - English" src="http://www.spreadfirefox.com/files/images/affiliates_banners/180x150_02c_en.png"/></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blinkenlichten.org/blog/2008/06/08/firefox-3-download-day-help-set-a-world-record/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
