<?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"
	>

<channel>
	<title>HolisticNetworking.Net</title>
	<atom:link href="http://holisticnetworking.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://holisticnetworking.net</link>
	<description>The fertile playground of a WordPress developer</description>
	<pubDate>Thu, 17 Jul 2008 17:03:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>WPMU 2.6, Ready, Steady, Go!</title>
		<link>http://holisticnetworking.net/blog/2008/07/09/wpmu-26-ready-steady-go/</link>
		<comments>http://holisticnetworking.net/blog/2008/07/09/wpmu-26-ready-steady-go/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 13:27:22 +0000</pubDate>
		<dc:creator>Thomas Belknap</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://holisticnetworking.net/blog/2008/07/09/wpmu-26-ready-steady-go/</guid>
		<description><![CDATA[

I&#8217;ve just upgraded to the latest Beta of WordPress MU, version 2.6.  They&#8217;ve opted this go-round to keep the version numbers of WP and WPMU the same, which is probably for the best.  No matter how you slice it, keeping the versions in some sense of organization is a challenge, keeping people from [...]]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>I&#8217;ve just upgraded to the latest Beta of WordPress MU, version 2.6.  They&#8217;ve opted this go-round to keep the version numbers of WP and WPMU the same, which is probably for the best.  No matter how you slice it, keeping the versions in some sense of organization is a challenge, keeping people from getting confused is a challenge, so you may as well go for as much transparency as possible.</p>
<p>But right now, I&#8217;m most concerned with whether or not the xmlrpc.php problem has been fixed.  I&#8217;ve been struggling at my main blog with the lack of this functionality, which has become integral to how I perform certain mission-critical tasks.  Version 1.6.1 had problems with this file.  I&#8217;ve not seen anything on Trac that necessarily indicates that it&#8217;s been fixed, but I figured rather than comb through a bunch of stuff online, I&#8217;d just turn up the juice and see what shakes loose.  Well, we shall see in a moment, when I hit &#8220;publish,&#8221; shan&#8217;t we?</p>
<p class="akst_link"><a href="http://holisticnetworking.net/?p=78&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_78" class="akst_share_link" rel="nofollow">Share This</a>
</p>No tag for this post.
	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://holisticnetworking.net/blog/2008/07/09/wpmu-26-ready-steady-go/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WPMU 1.5.1: The Transition</title>
		<link>http://holisticnetworking.net/blog/2008/06/30/wpmu-151-the-transition/</link>
		<comments>http://holisticnetworking.net/blog/2008/06/30/wpmu-151-the-transition/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 17:07:31 +0000</pubDate>
		<dc:creator>Thomas Belknap</dc:creator>
		
		<category><![CDATA[WPMU]]></category>

		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[1.5.1]]></category>

		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://holisticnetworking.net/?p=76</guid>
		<description><![CDATA[

I&#8217;d been holding off on upgrading to WPMU version 1.5.1 because I was worried that the extent of the changes from 1.3 to the new 2.5 codebase might be a bit too much for the system without some serious recoding.  Turns out, I was about half right.  And when I did finally upgrade about a [...]]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>I&#8217;d been holding off on upgrading to WPMU version 1.5.1 because I was worried that the extent of the changes from 1.3 to the new 2.5 codebase might be a bit too much for the system without some serious recoding.  Turns out, I was about half right.  And when I did finally upgrade about a week ago, it was a comedy of errors that forced my hand.</p>
<p>Since I&#8217;m on a web host that limits the size of my database, it has ever been a concern that I would hit the cap on my main blog.  The Tan-Tan Noodles Flickr Plugin did just that to me, since it saves all the pictures you display with the plugin as binaries in the database.  Suddenly one day, I could not post to my site and plugins seemed to be magically turning themselves off.  I thought for sure that someone had hacked into my site.</p>
<p>So, I opted to upgrade, hoping any security holes in 1.3 might be closed in 1.5.1.  Crazy, but again, I was panicking with a fairly high-traffic site suddenly being in limbo.  Unfortunately, I didn&#8217;t figure out the db problem till long after I&#8217;d already overwritten my old 1.3 files.  After I did the upgrade I found that my templates weren&#8217;t loading correctly.  Why should that be?</p>
<p>It turns out, after a long time troubleshooting, that a couple mu-plugins I&#8217;d written to bring content from other blogs to the main blog had become unusable.  I figured this out because Donncha&#8217;s post describing some of the new changes mentioned that plugins using the switch_to_blog() method might have a problem with the new caching system.  That didn&#8217;t turn out to be the problem, but since some of my code was still using another method of snagging the info (literally, concatinating &#8220;wp_1_posts&#8221; and querying the db directly!), it was this method that was causing the problem.</p>
<p>So a warning to you plugin writers out there: stick to the WPMU API to the best of your abilities!  I&#8217;m not entirely sure why querying the db would have caused so much grief, but when I switched to the API, I had no problems.</p>
<p class="akst_link"><a href="http://holisticnetworking.net/?p=76&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_76" class="akst_share_link" rel="nofollow">Share This</a>
</p>
	Tags: <a href="http://holisticnetworking.net/blog/tag/151/" title="1.5.1" rel="tag">1.5.1</a>, <a href="http://holisticnetworking.net/blog/tag/development/" title="Development" rel="tag">Development</a>, <a href="http://holisticnetworking.net/blog/tag/wpmu/" title="WPMU" rel="tag">WPMU</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://holisticnetworking.net/blog/2007/11/03/holisticnetworking-is-now-on-wordpress-mu-13/" title="HolisticNetworking is now on WordPress MU 1.3 (November 3, 2007)">HolisticNetworking is now on WordPress MU 1.3</a> (1)</li>
	<li><a href="http://holisticnetworking.net/blog/2008/01/25/fun-with-plugin-development/" title="Fun With Plugin Development (January 25, 2008)">Fun With Plugin Development</a> (0)</li>
	<li><a href="http://holisticnetworking.net/blog/2008/04/27/a-small-wp-gripe/" title="A Small WP-Gripe (April 27, 2008)">A Small WP-Gripe</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://holisticnetworking.net/blog/2008/06/30/wpmu-151-the-transition/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Strangeness of it all. . .</title>
		<link>http://holisticnetworking.net/blog/2008/06/19/the-strangeness-of-it-all/</link>
		<comments>http://holisticnetworking.net/blog/2008/06/19/the-strangeness-of-it-all/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 16:13:33 +0000</pubDate>
		<dc:creator>Thomas Belknap</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://holisticnetworking.net/blog/2008/06/19/the-strangeness-of-it-all/</guid>
		<description><![CDATA[

I seem to be having an issue with my primary website, also running WPMU 1.3, that I cannot seem to quite iron out.  I&#8217;m not able to post to that site in any fashion, so I&#8217;m wondering where the issue lies and posting to this site as a test.
Share This
No tag for this post.
	Related posts
	
	No [...]]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>I seem to be having an issue with my primary website, also running WPMU 1.3, that I cannot seem to quite iron out.  I&#8217;m not able to post to that site in any fashion, so I&#8217;m wondering where the issue lies and posting to this site as a test.</p>
<p class="akst_link"><a href="http://holisticnetworking.net/?p=75&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_75" class="akst_share_link" rel="nofollow">Share This</a>
</p>No tag for this post.
	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://holisticnetworking.net/blog/2008/06/19/the-strangeness-of-it-all/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A Small WP-Gripe</title>
		<link>http://holisticnetworking.net/blog/2008/04/27/a-small-wp-gripe/</link>
		<comments>http://holisticnetworking.net/blog/2008/04/27/a-small-wp-gripe/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 14:57:45 +0000</pubDate>
		<dc:creator>Thomas Belknap</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Development]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://holisticnetworking.net/blog/2008/04/27/a-small-wp-gripe/</guid>
		<description><![CDATA[

When I started using FireFox, I discovered something truly amazing (to me at least) in the development world: the idea of separating basic functionality from advanced usage; the idea that a program could be continually improved upon in terms of security and stability without having to add on new features and gadgets, and new gadgets [...]]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>When I started using FireFox, I discovered something truly amazing (to me at least) in the development world: the idea of separating basic functionality from advanced usage; the idea that a program could be continually improved upon in terms of security and stability without having to add on new features and gadgets, and new gadgets could be added as desired without danger to the core application&#8217;s stability.  This was something foreign to someone accustomed to downloading the latest Microsoft updates, which always blend fixes with new features in a confusing and often problematic way.</p>
<p>And since working with WordPress, I&#8217;ve come to expect roughly the same thing of that platform.  Plugins can be added at will with minimal risk to the core, and the core updates periodically with new bug fixes and improvements to stability, security and performance.  That is, until 2.3 came out, then 2.5.  And perhaps more importantly, until the new development schedule came out.</p>
<p>WordPress 2.5 is a great new interface that improves the back end and allows us plugin developers to hack what is probably the most important bit of WordPress: the author/administrator interface.  WordPress 2.3 expanded the role of what they now refer to as &#8220;terms&#8221; and introduced tagging, which I have to admit I love.  But these are radical changes to the core with far-reaching consequences - and they piggy-backed each other in the space of maybe six months.  Its one thing to say that we developers need to keep up, but these changes drastically affect the end user experience in complex ways that are sure to leave them in the dust.</p>
<p>What&#8217;s more, they want the development process to be this fast.  Indeed, they skipped right over 2.4 because the changes they wanted were so radical that there wasn&#8217;t time in the release schedule to come up with a stable 2.4.  That should be some indication of just how completely crazy their schedule is.  But I haven&#8217;t seen a whole lot of talk about it.  Rather, the impetus coming from the top seems to be that WordPress needs to remain competitive and therefore has to have a fast-forward development schedule.  Their release schedule is even planned on a time-based scenario, rather than the more logical needs- or at least design-based schedule.</p>
<p>But now we&#8217;re stuck with a Microsoft-esque problem, in that in order to maintain the security and performance enhancements of WordPress, we must of needs also accept new feature enhancements which we may not want or need.  This is not what I&#8217;d expected of WordPress at all.</p>
<p>I realize that some changes need to affect the core directly.  I accept that software needs to advance itself in order to remain relevant.  But I am hoping that the folks who push the levers at Automattic rethink their insane release schedule.</p>
<p class="akst_link"><a href="http://holisticnetworking.net/?p=74&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_74" class="akst_share_link" rel="nofollow">Share This</a>
</p>
	Tags: <a href="http://holisticnetworking.net/blog/tag/development/" title="Development" rel="tag">Development</a>, <a href="http://holisticnetworking.net/blog/tag/wordpress/" title="WordPress" rel="tag">WordPress</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://holisticnetworking.net/blog/2007/11/03/holisticnetworking-is-now-on-wordpress-mu-13/" title="HolisticNetworking is now on WordPress MU 1.3 (November 3, 2007)">HolisticNetworking is now on WordPress MU 1.3</a> (1)</li>
	<li><a href="http://holisticnetworking.net/blog/2008/06/30/wpmu-151-the-transition/" title="WPMU 1.5.1: The Transition (June 30, 2008)">WPMU 1.5.1: The Transition</a> (0)</li>
	<li><a href="http://holisticnetworking.net/blog/2008/01/25/fun-with-plugin-development/" title="Fun With Plugin Development (January 25, 2008)">Fun With Plugin Development</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://holisticnetworking.net/blog/2008/04/27/a-small-wp-gripe/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Balancing Tags</title>
		<link>http://holisticnetworking.net/blog/2008/01/26/balancing-tags/</link>
		<comments>http://holisticnetworking.net/blog/2008/01/26/balancing-tags/#comments</comments>
		<pubDate>Sat, 26 Jan 2008 19:48:56 +0000</pubDate>
		<dc:creator>Thomas Belknap</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Balancing]]></category>

		<category><![CDATA[Tags]]></category>

		<guid isPermaLink="false">http://holisticnetworking.net/blog/2008/01/26/balancing-tags/</guid>
		<description><![CDATA[

I&#8217;ve been meaning to incorporate the force_balance_tags() function into a few plugins that I&#8217;ve created which sample text from posts, but haven&#8217;t gotten to it yet.  Well, today&#8217;s the day, and I&#8217;m going to experiment by writing some stuff in italics to see if it screws up my formatting on the page that uses [...]]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>I&#8217;ve been meaning to incorporate the force_balance_tags() function into a few plugins that I&#8217;ve created which sample text from posts, but haven&#8217;t gotten to it yet.  Well, today&#8217;s the day, and I&#8217;m going to <em>experiment by writing some stuff in italics to see if it screws up my formatting on the page that uses the plugin.  </em></p>
<blockquote><p><em>The balance tags function is supposed to check a string of text for all the <a href="http://www.stylusstudio.com/xmldev/200608/post30030.html">HTML tags used in that string to determine if there are unclosed tags</a>.  We shall see if this works or not.  I have to write enough text that the closing tag is past the sample point, which in this case is eighty characters.  If it works, everything on the page should look fine.  If it does not, everything below my widget should be in italics.  We shall see. . . .</em></p></blockquote>
<p>You can clearly see that the formatting of this post was just silly and useless from a normal reading perspective.  But what has been proven here is that using the force_balance_tags() function will balance any and all tags and prevent a plugin from ruining your formatting by leaving tags open.  This is a very highly useful function that I plan to implement much, much more often in the future.</p>
<p class="akst_link"><a href="http://holisticnetworking.net/?p=71&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_71" class="akst_share_link" rel="nofollow">Share This</a>
</p>
	Tags: <a href="http://holisticnetworking.net/blog/tag/balancing/" title="Balancing" rel="tag">Balancing</a>, <a href="http://holisticnetworking.net/blog/tag/tags/" title="Tags" rel="tag">Tags</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://holisticnetworking.net/blog/2008/01/26/balancing-tags/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fun With Plugin Development</title>
		<link>http://holisticnetworking.net/blog/2008/01/25/fun-with-plugin-development/</link>
		<comments>http://holisticnetworking.net/blog/2008/01/25/fun-with-plugin-development/#comments</comments>
		<pubDate>Fri, 25 Jan 2008 18:25:18 +0000</pubDate>
		<dc:creator>Thomas Belknap</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Development]]></category>

		<category><![CDATA[Fun]]></category>

		<category><![CDATA[Plugin]]></category>

		<guid isPermaLink="false">http://holisticnetworking.net/blog/2008/01/25/fun-with-plugin-development/</guid>
		<description><![CDATA[

I&#8217;ve just completed a new plugin, called the Titles to Tags plugin, which I&#8217;m sorta proud of.  Basically, it checks the title of your post against a list of ignorable words, and then adds tags to your post automatically out of those words that did not appear on the ignore list. The idea is [...]]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>I&#8217;ve just completed a new plugin, called the Titles to Tags plugin, which I&#8217;m sorta proud of.  Basically, it checks the title of your post against a list of ignorable words, and then adds tags to your post automatically out of those words that did not appear on the ignore list. The idea is to automatically create a list of relevant keyword tags for your posts.  The nice thing is: since I&#8217;ve learned to adopt the WordPress API, I&#8217;ve found that writing plugins often becomes a much less complex process.</p>
<p>For example, in this plugin, I have to add tags to a post.  Obviously, I don&#8217;t want to create duplicate tags or create them incorrectly.  The new tagging schema is quite complex in the database, and I don&#8217;t recommend anyone bother trying to create new tags directly.  Instead, I used the wp_add_post_tags() function.  This function first checks the current list of tags for the ones I want to add, then if none exist, it creates the tag automatically.  This kills both birds with a single stone.</p>
<p>Plus, of course, if the underlying structure of WP should change - and we know it will, eventually - the API will either remain the same or be kept as vestigial, so the plugin doesn&#8217;t break because a blog owner did the responsible thing and upgraded to the current version.  Another major advantage is that WordPress functions often go through rigorous standards testing and benchmarking, so by using API functions, you&#8217;re getting your best shot at creating a highly-compatible and optimized plugin.</p>
<p class="akst_link"><a href="http://holisticnetworking.net/?p=70&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_70" class="akst_share_link" rel="nofollow">Share This</a>
</p>
	Tags: <a href="http://holisticnetworking.net/blog/tag/development/" title="Development" rel="tag">Development</a>, <a href="http://holisticnetworking.net/blog/tag/fun/" title="Fun" rel="tag">Fun</a>, <a href="http://holisticnetworking.net/blog/tag/plugin/" title="Plugin" rel="tag">Plugin</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://holisticnetworking.net/blog/2008/06/30/wpmu-151-the-transition/" title="WPMU 1.5.1: The Transition (June 30, 2008)">WPMU 1.5.1: The Transition</a> (0)</li>
	<li><a href="http://holisticnetworking.net/blog/2007/11/03/holisticnetworking-is-now-on-wordpress-mu-13/" title="HolisticNetworking is now on WordPress MU 1.3 (November 3, 2007)">HolisticNetworking is now on WordPress MU 1.3</a> (1)</li>
	<li><a href="http://holisticnetworking.net/blog/2008/04/27/a-small-wp-gripe/" title="A Small WP-Gripe (April 27, 2008)">A Small WP-Gripe</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://holisticnetworking.net/blog/2008/01/25/fun-with-plugin-development/feed/</wfw:commentRss>
		</item>
		<item>
		<title>I am currently testing a plugin</title>
		<link>http://holisticnetworking.net/blog/2008/01/21/i-am-currently-testing-a-plugin/</link>
		<comments>http://holisticnetworking.net/blog/2008/01/21/i-am-currently-testing-a-plugin/#comments</comments>
		<pubDate>Mon, 21 Jan 2008 13:20:22 +0000</pubDate>
		<dc:creator>Thomas Belknap</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://holisticnetworking.net/blog/2008/01/21/i-am-currently-testing-a-plugin/</guid>
		<description><![CDATA[

This is a test to see if my new plugin will work.  Cross yer fingers, y&#8217;all.
Share This
No tag for this post.
	Related posts
	
	No related posts.
	

]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>This is a test to see if my new plugin will work.  Cross yer fingers, y&#8217;all.</p>
<p class="akst_link"><a href="http://holisticnetworking.net/?p=69&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_69" class="akst_share_link" rel="nofollow">Share This</a>
</p>No tag for this post.
	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://holisticnetworking.net/blog/2008/01/21/i-am-currently-testing-a-plugin/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Happy Birthday, Commodore 64!</title>
		<link>http://holisticnetworking.net/blog/2007/12/10/happy-birthday-commodore-64/</link>
		<comments>http://holisticnetworking.net/blog/2007/12/10/happy-birthday-commodore-64/#comments</comments>
		<pubDate>Mon, 10 Dec 2007 15:55:27 +0000</pubDate>
		<dc:creator>Thomas Belknap</dc:creator>
		
		<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://holisticnetworking.net/blog/2007/12/10/happy-birthday-commodore-64/</guid>
		<description><![CDATA[

Wow.&#160; I&#8217;m freakin&#8217; old, man.&#160; I owned a C64, complete with GEOS (the Graphical Environment Operating System, but don&#8217;t you dare call it Windows!), a 2400 baud-rate modem to connect to Quantum Link and a flip-file filled to capacity with bootlegged games like Miner 2049&#8242;r, Jeopardy, Trolls and Tribulations and the oh-so realistic thrill ride [...]]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>Wow.&nbsp; I&#8217;m freakin&#8217; old, man.&nbsp; I owned a C64, complete with GEOS (the Graphical Environment Operating System, but don&#8217;t you dare call it Windows!), a 2400 baud-rate modem to connect to Quantum Link and a flip-file filled to capacity with bootlegged games like Miner 2049&#8242;r, Jeopardy, Trolls and Tribulations and the oh-so realistic thrill ride that was Strip Poker.</p>
<p>Wired.com is taking a look back at the single most popular gaming console of it&#8217;s day and possibly of all time.&nbsp; I look back at the most powerful 8-bit system ever produced, one which has only just recently ceased to be a viable option to surf the Internet with.&nbsp; I really wish I still had a working model, it would be quite a show piece, even if mine wasn&#8217;t the original bubble machine, but rather the sleeker second version meant to emulate the look of the C128.</p>
<p><a href="http://www.wired.com/gaming/hardware/multimedia/2007/12/gallery_commodore_64">Gallery: Looking Back at 25 Years of the C64, the Ultimate &#8217;80s Computer</a> <br /> <br />
<blockquote>On the Commodore 64’s 25th anniversary, we cast a nostalgic look back into gaming’s past. Join us on a journey back to 1982 &#8212; when men were men, headbands were fashionable, and programs could take half an hour just to load.</p></blockquote>
<p class="akst_link"><a href="http://holisticnetworking.net/?p=68&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_68" class="akst_share_link" rel="nofollow">Share This</a>
</p>No tag for this post.
	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://holisticnetworking.net/blog/2007/12/10/happy-birthday-commodore-64/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Amazon Kindle: Nice Idea, But Too Much Money</title>
		<link>http://holisticnetworking.net/blog/2007/11/30/amazon-kindle-nice-idea-but-too-much-money/</link>
		<comments>http://holisticnetworking.net/blog/2007/11/30/amazon-kindle-nice-idea-but-too-much-money/#comments</comments>
		<pubDate>Fri, 30 Nov 2007 20:22:40 +0000</pubDate>
		<dc:creator>Thomas Belknap</dc:creator>
		
		<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://holisticnetworking.net/blog/2007/11/30/amazon-kindle-nice-idea-but-too-much-money/</guid>
		<description><![CDATA[

Hey!  Who remembers the &#8220;Scream Sheets&#8221; of William Gibson&#8217;s future?  All those disposable computer screens that could bring you the latest in the news?  Well, Amazon&#8217;s going to be the first one to try and market such a device with the new Kindle: a wirelessly-connected little PDA type thang that connects to [...]]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>Hey!  Who remembers the &#8220;Scream Sheets&#8221; of William Gibson&#8217;s future?  All those disposable computer screens that could bring you the latest in the news?  Well, Amazon&#8217;s going to be the first one to try and market such a device with the new Kindle: a wirelessly-connected little PDA type thang that connects to their service for free.</p>
<p>Kindle will allow you to connect to Amazon, find the book or newspaper you want to read, buy it and read it from anywhere.  You don&#8217;t need a wireless Internet connection service like Verizon or AT&amp;T, because Kindle comes with its own &#8220;Whispernet&#8221; wireless network.  Plus you get free access to Wikipedia:</p>
<p><a href="http://www.amazon.com/Amazon-com-kindle/dp/B000FI73MA">Amazon.com: Kindle: Amazon&#8217;s New Wireless Reading Device: Kindle Store</a></p>
<blockquote><p># Revolutionary electronic-paper display provides a sharp, high-resolution screen that looks and reads like real paper. # Simple to use: no computer, no cables, no syncing.</p></blockquote>
<p>OK, that&#8217;s cool.  But now for the down side. . .</p>
<p>For one, this Whispernet is available through Sprint&#8217;s network, which is fine if you live in one of those &#8220;good zones&#8221; of Sprint&#8217;s network.  But I bailed on Sprint for the simple fact that I had the worst time getting reception with them in Rochester.  I could literally walk ten feet from my house in either direction and get a signal, but directly in front of my house, no go.  Now, I realize there was probably some sort of microwave interference in the area, but my Verizon phone never had the same problem.</p>
<p>So, the network is a problem.  A second problem is the volatility of the media.  This may not matter to some, but I guess I&#8217;m old fashioned enough to want to be able to keep a book for a while, whereas if your Kindle becomes kindling, all those books you read are gone.  I&#8217;ve never been able to quite comprehend the people who have music stored on their iPods without any kind of backup, now we&#8217;re going to do it with print media as well.</p>
<p>But the biggest thing is: that damned thing is $400!  If you&#8217;ve got $400 to spend on something you can only read books on - and you really like reading books that much - knock yourself out.  But it seems to me that the entire purpose of those &#8220;Scream sheets&#8221; of William Gibson&#8217;s fantasy was that they were cheap and disposable.  If you left your scream sheet on the subway because you were too busy fiddling with your latest &#8220;Teach Yourself the Mambo&#8221; sub dermal chip, no biggie.</p>
<p>But unless your Paris Hilton on a bender, you&#8217;re probably going to want to keep your Kindle where you can find it.</p>
<p class="akst_link"><a href="http://holisticnetworking.net/?p=67&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_67" class="akst_share_link" rel="nofollow">Share This</a>
</p>No tag for this post.
	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://holisticnetworking.net/blog/2007/11/30/amazon-kindle-nice-idea-but-too-much-money/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Verizon&#8217;s New Open Network</title>
		<link>http://holisticnetworking.net/blog/2007/11/30/verizons-new-open-network/</link>
		<comments>http://holisticnetworking.net/blog/2007/11/30/verizons-new-open-network/#comments</comments>
		<pubDate>Fri, 30 Nov 2007 16:15:49 +0000</pubDate>
		<dc:creator>Thomas Belknap</dc:creator>
		
		<category><![CDATA[Wireless]]></category>

		<guid isPermaLink="false">http://holisticnetworking.net/blog/2007/11/30/verizons-new-open-network/</guid>
		<description><![CDATA[

I&#8217;ve commented on this elsewhere, but I&#8217;m really hoping that the new &#8220;open network&#8221; idea Verizon has floated out there also means they&#8217;ll consider unblocking the phones they blocked when we bought them.  I want to mo-blog, dangit!
Share This
No tag for this post.
	Related posts
	
	No related posts.
	

]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>I&#8217;ve commented on this elsewhere, but I&#8217;m really hoping that the new &#8220;open network&#8221; idea Verizon has floated out there also means they&#8217;ll consider <strong>un</strong>blocking the phones they blocked when we bought them.  I want to mo-blog, dangit!</p>
<p class="akst_link"><a href="http://holisticnetworking.net/?p=66&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_66" class="akst_share_link" rel="nofollow">Share This</a>
</p>No tag for this post.
	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://holisticnetworking.net/blog/2007/11/30/verizons-new-open-network/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
