<?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>Sid's Blog &#187; Internet</title>
	<atom:link href="http://blog.sidboswell.com/tag/internet/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sidboswell.com</link>
	<description>Yet another weblog clogging up the internet tubes...</description>
	<lastBuildDate>Fri, 10 Sep 2010 20:03:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>From host to hosting&#8230;moving from local server to hosted server</title>
		<link>http://blog.sidboswell.com/2010/05/26/from-host-to-hosting-moving-from-local-server-to-hosted-server/</link>
		<comments>http://blog.sidboswell.com/2010/05/26/from-host-to-hosting-moving-from-local-server-to-hosted-server/#comments</comments>
		<pubDate>Wed, 26 May 2010 16:13:22 +0000</pubDate>
		<dc:creator>Sid Boswell</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Cable Modem]]></category>
		<category><![CDATA[Comcast]]></category>
		<category><![CDATA[DSL]]></category>
		<category><![CDATA[Fraudband]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Time Warner]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://blog.sidboswell.com/?p=608</guid>
		<description><![CDATA[Thank you Time Warner for wasting a ton of my time and in doing so preparing me for yet another move. So for several years and several providers (Verizon DSL, Comcast Cable, and until recently Time Warner Cable), I&#8217;ve been running a small laptop as a web host.  It runs WordPress, Mediawiki, some static pages, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.sidboswell.com/wp-content/uploads/2010/05/fuck-time-warner.jpg"><img class="alignleft size-full wp-image-609" style="margin: 15px;" title="fuck-time-warner" src="http://blog.sidboswell.com/wp-content/uploads/2010/05/fuck-time-warner-e1274887843676.jpg" alt="" width="250" height="97" /></a>Thank you <a href="http://www.timewarnercable.com/carolinas/" target="_blank">Time Warner</a> for wasting a ton of my time and in doing so preparing me for yet another move.</p>
<p>So for several years and several providers (<a href="http://www22.verizon.com/residential/highspeedinternet" target="_blank">Verizon DSL</a>, <a href="http://www.comcast.com/" target="_blank">Comcast Cable</a>, and until recently <a href="http://www.timewarnercable.com/carolinas/" target="_blank">Time Warner Cable</a>), I&#8217;ve been running a small laptop as a web host.  It runs <a href="http://wordpress.org/" target="_blank">WordPress</a>, <a href="http://www.mediawiki.org/" target="_blank">Mediawiki</a>, some static pages, and some other applications that I use (like <a href="http://www.mytinytodo.net/" target="_blank">MyTinyTodo</a>).  I&#8217;ve also used it to host FTP for large files that I couldn&#8217;t attach to an e-mail, and many many other uses. It has proved a geeks invaluable tool. I used <a href="https://www.dyndns.com/" target="_blank">dyndns.org</a> to keep up with any IP changes (which has happened a total of three times in five or six years). Now my upstream traffic is tiny and is probably not even noticed. The site gets very few visitors and viewing my web stats only a few MB per day worth of traffic. It was nice to have the ability to reach my home from the public internet.<span id="more-608"></span></p>
<p>Recently due to some changes, <a href="http://www.timewarnercable.com/carolinas/" target="_blank">Time Warner</a> has blocked incoming connections to my little server (I can&#8217;t even SSH to my home anymore) (and reading their fine print on their service they do not allow users to &#8220;run servers&#8221;). So while this pisses me off, I&#8217;m actually getting ready to physically move (again) from NC to NY so was considering hosting my sites anyway.</p>
<p>I went with the <a href="http://www.ipage.com/" target="_blank">super budget hosting (iPage.com)</a>. In the event that I don&#8217;t like it, I can pay for a <a href="http://www.rackspace.com/" target="_blank">more expensive hosting solution</a>, but I just needed basic transfer, MySQL, PHP5 and some tools to manage it with.  I also took good notes on things that worked and things that didn&#8217;t and kept good backups of my work and will continue to take backups of databases and file structure so I can move easily.</p>
<p>I didn&#8217;t transfer my domains, just updated their nameservers to the new hosting company. This in essence commoditized hosting as I can move at will to the provider which provides me what I need at what I am willing to pay (granted there is some elbow grease involved in the process).</p>
<p>Here is what I had to do:</p>
<p>Static Files &#8211; FTP them to the correct directory, point the subdomain to that directory, update nameservers on the <a href="http://www.godaddy.com/" target="_blank">Domain Manager on GoDaddy</a>.</p>
<p>WikiMedia &#8211; a little more complex and I possibly could have simplified things &#8211; install new version of WikiMedia (create database, etc.), perform export on old server, perform import on new server, point subdomain to correct directory, update nameservers on GoDaddy. I also moved the extensions by simply moving the extension directory over and adding the extensions in LocalSettings.php &#8230; there are some files that I will move manually and one of my extensions isn&#8217;t working properly (probably a version issue with the new version of MediaWiki, but I bet I can fix that one by hand (sometimes coding is actually fun)).</p>
<p>MyTinyTodo &#8211; expand tar file, move database (export from old server, import to new server), run setup &#8230; super easy, point subdomain to correct directory</p>
<p>WordPress &#8211; followed <a href="http://codex.wordpress.org/Moving_WordPress" target="_blank">instructions here</a> &#8211; there were some limitations on the size of the SQL Import on my new hosting company (via their phpMyAdmin version) so moving the database had to happen in parts (the one large table had to be broken up into 8MB segments (I just used vi)), but it&#8217;s done now &#8211; point subdomain to correct directory, copy MX records and some other domain specific (subdomain) information from my <a href="https://www.dyndns.com/" target="_blank">old nameservers (dyndns.org)</a> to the hosting company, update nameservers on GoDaddy.</p>
<p>Overall it was not too complicated. If you are methodical about the process you can move from one hosting company to another with little trouble and minimum downtime (or like I did from your own host to a hosted solution).</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=From+host+to+hosting%E2%80%A6moving+from+local+server+to+hosted+server+http://3i66k.th8.us" title="Post to Twitter"><img class="nothumb" src="http://blog.sidboswell.com/wp-content/plugins/tweet-this/icons/tt-twitter-micro4.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.sidboswell.com/2010/05/26/from-host-to-hosting-moving-from-local-server-to-hosted-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Will Comcast&#8217;s (and other&#8217;s) metered usage backfire?</title>
		<link>http://blog.sidboswell.com/2009/12/01/will-comcasts-and-others-metered-usage-backfire/</link>
		<comments>http://blog.sidboswell.com/2009/12/01/will-comcasts-and-others-metered-usage-backfire/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 17:54:33 +0000</pubDate>
		<dc:creator>Sid Boswell</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Broadband]]></category>
		<category><![CDATA[Cable Modem]]></category>
		<category><![CDATA[Comcast]]></category>
		<category><![CDATA[Fraudband]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://blog.sidboswell.com/?p=584</guid>
		<description><![CDATA[Much ado today on the internets regarding Comcast&#8217;s trial of metered usage in Portland. Here&#8217;s my $0.02 (and then some). The idea behind this is to identify (and punish) the high bandwidth users. Comcast (and other broadband companies) have skated by for years on this &#8220;bucket-of-bits&#8221; concept where you buy a bucket of bits (we&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.sidboswell.com/wp-content/uploads/2009/12/800px-Comcast_Logo.svg_1.png"><img class="alignleft size-full wp-image-606" style="margin: 15px;" title="800px-Comcast_Logo.svg" src="http://blog.sidboswell.com/wp-content/uploads/2009/12/800px-Comcast_Logo.svg_1-e1274885570750.png" alt="" width="199" height="51" /></a>Much ado today on the internets regarding <a href="http://gigaom.com/2009/12/01/comcast-trials-broadband-meter-in-portland/" target="_blank">Comcast&#8217;s trial of metered usage in Portland</a>.</p>
<p>Here&#8217;s my $0.02 (and then some).</p>
<p>The idea behind this is to identify (and punish) the high bandwidth users. Comcast (and other broadband companies) have skated by for years on this &#8220;bucket-of-bits&#8221; concept where you buy a bucket of bits (we&#8217;ve all seen the UPTO 16MB commercials). This is a whole additional discussion which I don&#8217;t want to get into here, but in short I refer to that advertisement as fraudband.</p>
<p>So with this bucket-of-bits concept you pay a monthly fee for a connection and you use it as much as you want. The problem is that the *more* you use it, the *less* the provider makes for your usage. This is an upside down business model and I&#8217;ve tried to think of other companies that are incented to sell you a product that you shouldn&#8217;t use (help me out by commenting if you know of a successful business model that follows this upside down paradigm (and don&#8217;t say cell phone companies)).</p>
<p><span id="more-584"></span></p>
<p>What they are doing by opening this door is saying that your monthly fee (let&#8217;s say it&#8217;s $34.99) is good for upto 250GB of usage. If you exceed this amount you will get less traffic or have to pay an additional fee. But what happens for those *good* broadband users who don&#8217;t use their allocated 250GB? Do they get to a refund on the unused portion of their bits? How about roll-over bits?</p>
<p>If the formula is $34.99 for upto 250GB of data &#8230; can I pay upto $34.99 for what I actually use?</p>
<p>I work from home and as such am probably one of the heavier users. I also watch <a href="http://www.netflix.com" target="_blank">Netflix</a> on demand on my TV via my <a href="http://www.tivo.com/" target="_blank">TivoHD XL</a>. I rent online movies from <a href="http://www.amazon.com/" target="_blank">Amazon</a> as well. I use <a href="http://www.vonage.com/" target="_blank">Vonage</a>. I don&#8217;t do it regularly (as it makes my VoIP phone almost unusable), but I have been known to share files via P2P and download a lot of content from non P2P sites as well.</p>
<p>My guess is that I&#8217;m a heavier user and that I&#8217;d exceed the upto usage, but when I don&#8217;t I will be doing everything I can to get credited for what I didn&#8217;t use in a particular month.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Will+Comcast%E2%80%99s+%28and+other%E2%80%99s%29+metered+usage+backfire%3F+http://c6669.th8.us" title="Post to Twitter"><img class="nothumb" src="http://blog.sidboswell.com/wp-content/plugins/tweet-this/icons/tt-twitter-micro4.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.sidboswell.com/2009/12/01/will-comcasts-and-others-metered-usage-backfire/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How (not) to use the Internet for sales&#8230;</title>
		<link>http://blog.sidboswell.com/2009/08/11/how-not-to-use-the-internet-for-sales/</link>
		<comments>http://blog.sidboswell.com/2009/08/11/how-not-to-use-the-internet-for-sales/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 17:02:26 +0000</pubDate>
		<dc:creator>Sid Boswell</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Cars]]></category>
		<category><![CDATA[Customer Service]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Privacy]]></category>
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://blog.sidboswell.com/?p=497</guid>
		<description><![CDATA[It must be my week to rant or at least complain about things I just don&#8217;t like on the Internet. Let me start by saying that this is the 2nd time I&#8217;ve had a similar experience, both times with car dealerships. I didn&#8217;t blog about the dealership in question last time, but it was First [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-498" style="margin-left: 15px; margin-right: 15px;" title="42015295__1247701246__1__1-0e7b254cbdb0f624c8bf1ece88d84585.__big__" src="http://blog.sidboswell.com/wp-content/uploads/2009/08/42015295__1247701246__1__1-0e7b254cbdb0f624c8bf1ece88d84585.__big__-150x150.jpg" alt="42015295__1247701246__1__1-0e7b254cbdb0f624c8bf1ece88d84585.__big__" width="150" height="150" />It must be my week to rant or at least complain about things I just don&#8217;t like on the Internet. Let me start by saying that this is the 2nd time I&#8217;ve had a similar experience, both times with car dealerships. I didn&#8217;t blog about the dealership in question last time, but it was <a href="http://www.firstteamvw.com/" target="_blank">First Team Volkswagen in Roanoke</a>, VA. This time it was <a href="http://www.leithvw.com" target="_blank">Leith Volkswagen in Raleigh</a>, NC.</p>
<p>Let me start (again) with some background. People like to shop on the Internet. Many times, they are just looking for information to see what the current prices are, compare items, look at rebates or deals, do product research, etc. One particular reason they don&#8217;t visit a brick-and-mortar store is because they don&#8217;t want to deal with sales people and in some cases might not be ready to purchase something.</p>
<p><span id="more-497"></span>I&#8217;ll also say that I do not like car sales people. I think they are pushy, rude, and try too hard to push what&#8217;s on the lot rather than listen to what a customer wants (don&#8217;t get me started about the time we asked for a standard transmission on a truck which was to be used for pulling). I know that&#8217;s what a sales person&#8217;s job is, but I am the customer and I know what&#8217;s right and if you don&#8217;t like it, I will shop elsewhere.</p>
<p>Back to the point. I was checking out VW dealers as I am toying with the idea of buying a VW Jetta TDI. I looked on Edmunds, read reviews, and browsed for a few hours just checking what was available. I hopped over to my local VW dealer&#8217;s website and they had a convenient link to check the value of my trade-in. They also had &#8220;an Internet price&#8221; that you entered in what you were looking for and they would mail you a price. After I entered in several items on their page, I had to provide my contact info to get the &#8220;Internet price.&#8221; There was a check-box on the page to indicate how I wanted to be contacted and the selections were either phone or e-mail (and you couldn&#8217;t leave it blank). I checked e-mail so I could get the value of my car and figured that I&#8217;d just ignore/delete/spam the additional messages. Maybe it&#8217;s my fault for putting my phone number in the website&#8230;.</p>
<p>Within 5 minutes or so, I had received the &#8220;Internet price&#8221; from Henry Meador. Not even 10 minutes after that, my home phone rang (even though I didn&#8217;t indicate I wanted to be contacted by phone). When I didn&#8217;t answer the phone, I got another e-mail message asking me to set up an appointment. That afternoon, yet another call to my home phone. The next day another phone call and when I didn&#8217;t answer, another e-mail.  All in all, my home phone was called over a dozen times and I received as many e-mails. When I finally happened to answer the phone on a Saturday morning, I informed Mr. Meador that I did not want to be contacted at home any more.  I received this follow up e-mail that afternoon:</p>
<blockquote><p>You contacted us about internet pricing. This will be my final email to you to get an answer to what time you would like to schedule an appt to come by? I did email you 4 times, you havent responded to those or my first voice mail. We&#8217;re very busy and I apologize that we don&#8217;t have time to study everyones contact preference.</p>
<p>Regards,</p>
<p>Henry Meador<br />
Leith VW<br />
Internet Sales<br />
919-465-3360</p></blockquote>
<p>Maybe I shouldn&#8217;t read too much into the &#8220;tone&#8221; of an e-mail, but this one to me seems a bit snooty. If you don&#8217;t have time to study my contact preferences you don&#8217;t deserve to get my business (maybe you are just too busy bothering people in their homes).</p>
<p>I&#8217;m still on the fence about the new car, but I do know that I won&#8217;t be purchasing it from Leith VW in Raleigh!</p>
<p>My advice to brick-and-mortar sales folks trying to drum up sales over the internet, don&#8217;t be pushy and if you have an indication on your Web site for potential customers to indicate their contact preferences, respect those preferences.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=How+%28not%29+to+use+the+Internet+for+sales%E2%80%A6+http://4ocn7.th8.us" title="Post to Twitter"><img class="nothumb" src="http://blog.sidboswell.com/wp-content/plugins/tweet-this/icons/tt-twitter-micro4.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.sidboswell.com/2009/08/11/how-not-to-use-the-internet-for-sales/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Browser Wars &#8211; I&#8217;m really digging Safari</title>
		<link>http://blog.sidboswell.com/2009/08/07/browser-wars-im-really-digging-safari/</link>
		<comments>http://blog.sidboswell.com/2009/08/07/browser-wars-im-really-digging-safari/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 16:20:29 +0000</pubDate>
		<dc:creator>Sid Boswell</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Delicious]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Windoze]]></category>

		<guid isPermaLink="false">http://blog.sidboswell.com/?p=481</guid>
		<description><![CDATA[I have been an avid Firefox user since 1.0.  It started mostly as an excuse to use something other than IE 6.0 and was one of my first forays into the anti-Microsoft movement. Prior to that, I had used Linux for servers, and tinkering but I wasn&#8217;t doing it for posterity, just because it appealed [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-483" style="margin-left: 15px; margin-right: 15px;" title="safari512px" src="http://blog.sidboswell.com/wp-content/uploads/2009/08/safari512px-150x150.png" alt="safari512px" width="150" height="150" />I have been an avid Firefox user since 1.0.  It started mostly as an excuse to use something other than IE 6.0 and was one of my first forays into the anti-Microsoft movement. Prior to that, I had used Linux for servers, and tinkering but I wasn&#8217;t doing it for posterity, just because it appealed to me and was cool. But, I started to get the negative vibe from M$FT about the time Netscape folded so Firefox was a shoe in for me. I use it and encourage everyone I know to use it rather than IE.</p>
<p>On my Macs I&#8217;ve been mostly happy with Firefox, but I have to admit that it is slow.  When Safari 4 came out I tried the beta and was pretty happy with it and only had a few unexplained crashes and <a href="http://blog.sidboswell.com/2009/02/25/bug-in-safari-beta-caused-me-to-lose-a-blog-entry/" target="_blank">only one</a> of those caused me to lose some work (ironically, I was editing a WordPress entry when it crashed). I found myself using Firefox for the extensions (namely Delicious). Since the official release of Safari 4, it has become my primary browser on my Macs. The reason being speed; it is noticeably faster than Firefox. I even downloaded it on my PC so when I happen to have booted to Windoze, I run Safari.</p>
<p><span id="more-481"></span></p>
<p>I recently discovered <a href="http://delicioussafari.com/" target="_blank">DeliciousSafari</a> and a few other extensions which work on my mac so I&#8217;m moving even further away from Firefox.</p>
<p>If Firefox wants to win me back, it&#8217;s got to do something about the speed. I notice it more and more now that I&#8217;m used to how fast Safari starts up, renders pages (cover flow, hot sites), etc.</p>
<p>On the anti-Microsoft movement, more recently than what I described in the first paragraph, I&#8217;ve tried to ditch Microsoft more and more (even though I am using Apple&#8217;s products, I just don&#8217;t get the evil vibe from Apple (but it may be coming)).  For instance, I have several computers in my office and only run Windoze when necessary. My PCs are running Ubuntu and my Macs are running OS X.  I do have to boot to Windoze on my gaming machine to play games, but that&#8217;s really the only time I&#8217;m running Windoze.  I don&#8217;t use MS Office as there are alternatives (iWork, OpenOffice, Google Docs) that work well and only open documents in MS Office if I&#8217;m concerned that an export for a co-worker or client may have gone amuck.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Browser+Wars+%E2%80%93+I%E2%80%99m+really+digging+Safari+http://7xdqt.th8.us" title="Post to Twitter"><img class="nothumb" src="http://blog.sidboswell.com/wp-content/plugins/tweet-this/icons/tt-twitter-micro4.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.sidboswell.com/2009/08/07/browser-wars-im-really-digging-safari/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Voice and the dumb pipe (AT&amp;T/Apple/iPhone)</title>
		<link>http://blog.sidboswell.com/2009/07/31/google-voice-and-the-dumb-pipe-attappleiphone/</link>
		<comments>http://blog.sidboswell.com/2009/07/31/google-voice-and-the-dumb-pipe-attappleiphone/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 21:31:16 +0000</pubDate>
		<dc:creator>Sid Boswell</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[AT&T]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://blog.sidboswell.com/?p=458</guid>
		<description><![CDATA[I got my Google Voice invite recently.  Even though I consider myself pretty tech savvy and up to date on cool betas and other Internet tools, I let this one bake for a bit before giving it a test. My first impression is that it&#8217;s a very useful tool and is yet another example of [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-467" style="margin-left: 15px; margin-right: 15px; margin-top: 5px; margin-bottom: 10px;" title="4232368305-voice_logo_sm" src="http://blog.sidboswell.com/wp-content/uploads/2009/07/4232368305-voice_logo_sm.gif" alt="4232368305-voice_logo_sm" width="154" height="38" />I got my <a href="http://voice.google.com" target="_blank">Google Voice</a> invite recently.  Even though I consider myself pretty tech savvy and up to date on cool betas and other Internet tools, I let this one bake for a bit before giving it a test. My first impression is that it&#8217;s a very useful tool and is yet another example of the Internet (and <a href="http://www.google.com" target="_blank">Google</a>) making past and present tools and technologies commodities. In this regard, I have to express my frustration with <a href="https://www.wireless.att.com/olam/loginAction.olamexecute?goto=welcome" target="_blank">AT&amp;T</a> and <a href="http://www.apple.com" target="_blank">Apple</a> and echo many folks before me.  I&#8217;ll get into that, but first here&#8217;s my early impression of the service and features.</p>
<p>For a brief introduction, Google Voice is a telephone number that is supposed to be your last and final telephone number. You set up Google Voice with your other phone numbers and then you can control how and when you accept calls from who. Sounds great, but let me provide an example which may make more sense. You set up your Google Voice number to send everyone in a &#8220;Work&#8221; or &#8220;Coworkers&#8221; group to your office phone number and your cell phone number during week days from 8am-7pm, but not your home number, but you have one particular work buddy that likes to call you on weekends so you make an exception for that individual, but only for your cell phone. You never give out your cell phone number (or any other number) and Google Voice &#8220;screens&#8221; your calls.</p>
<p><span id="more-458"></span></p>
<p>It also has some cool features like</p>
<ul>
<li>transferring calls between your phones (say you are on the phone at work, but have tickets to a Bob Dylan show and need to transfer that call to your cell phone so you can finish the call in the car (not that you should talk on the phone while driving)).</li>
<li>transcribing voicemail messages and sending you a SMS</li>
<li>announcing your calls when you answer the phone and allowing you to accept or not (again depending on groups, or individuals) and allowing you to send a caller to voicemail (and even listen in on their message and interrupting (remember the good old days with old school answering machines that did that and we used to talk to them (&#8220;If your home, pick up.&#8221;)))</li>
<li>recording calls in progress</li>
<li>sending/receiving SMS messages</li>
<li>making international calls for decent <a href="http://www.google.com/support/voice/bin/answer.py?answer=141925" target="_blank">rates</a></li>
<li>when using a computer, you can make calls from Google Voice by entering a number or clicking on a contact and the phone of your choice rings, you pick it up, and then the number you are calling rings&#8230;the Caller-ID they see is your Google Voice number</li>
<li>the interface is very much like gmail, and I expect when it&#8217;s opened up, it&#8217;s a simple process of selecting your number and it will be fully integrated in gmail (and since Talk is already integrated it&#8217;s only a matter of time)</li>
</ul>
<p>So, why would I have beef with AT&amp;T and Apple? I&#8217;m getting to it, but what&#8217;s happening is that Google Voice is basically commoditizing voice (like yahoo, hotmail, and gmail commoditized e-mail and unchained you from your ISP) or at least commoditizing how to reach you. If you don&#8217;t have to give out your cell phone number (or home phone, or office phone) ever again then there is nothing that tethers you to their services (yeah yeah, I know about number portability) and you can switch carriers or use alternative channels (like your home phone or even VoIP (which I&#8217;m sure is in the works for Google Voice (Talk?)).</p>
<p>From what I understand, &#8220;there&#8217;s an app for that.&#8221; It&#8217;s already written and I&#8217;ve even seen a demo of it on an internet video site. However, <a href="http://www.pcworld.com/businesscenter/article/169179/apple_rejects_google_voice_iphone_app.html" target="_blank">AT&amp;T and Apple have blocked the app</a>. It works something like the web page and it would drive your address book and initiate all your calls through the app.  You would click on a name or number and it would dial that and present your Google Voice Caller-ID to the recipient.  But it&#8217;s still using the cellular network so it&#8217;s not really about the voice minutes. Rather, I think Apple is concerned that someone else is driving the &#8220;dialing experience.&#8221;  I think that is the perceived threat to both Apple and AT&amp;T.  It&#8217;s aggravating because for all the appearance of &#8220;openness&#8221; this app didn&#8217;t pass the muster of either AT&amp;T or Apple or both.</p>
<p>There are some of the tech savvy who think this is a big enough rub that they are <a href="http://www.washingtonpost.com/wp-dyn/content/article/2009/07/31/AR2009073100971.html" target="_blank">leaving the iPhone</a> and going to Android or Palm Pre or even Crackberries as there are apps for all of those (I&#8217;m not certain on the Palm Pre, so leave a comment if you know of one). Personally, I still love my iPhone. I honestly think it&#8217;s an awesome phone, and with all those apps and other features, I still haven&#8217;t seen anything that&#8217;s close. The Palm Pre is up there, but it&#8217;s still lacking in some areas (namely apps which if it has a Google Voice App is kind of ironic). I will be one of those who complains (like this blog and it&#8217;s subsequent tweet) so hopefully AT&amp;T and Apple will get the message (and I&#8217;m sure it&#8217;s already being aired in the Apple boardroom).</p>
<p>Don&#8217;t have Google Voice? Just request an <a href="http://voice.google.com" target="_blank">invite</a>. It will come in a week or so.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="230" height="85" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="wmode" value="transparent" /><param name="FlashVars" value="id=7095c98d4f7caf09f51837fdd6710f9bc2638184&amp;style=0" /><param name="src" value="https://clients4.google.com/voice/embed/webCallButton" /><embed type="application/x-shockwave-flash" width="230" height="85" src="https://clients4.google.com/voice/embed/webCallButton" flashvars="id=7095c98d4f7caf09f51837fdd6710f9bc2638184&amp;style=0" wmode="transparent"></embed></object></p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Google+Voice+and+the+dumb+pipe+%28AT%26T%2FApple%2FiPhone%29+http://yz6ah.th8.us" title="Post to Twitter"><img class="nothumb" src="http://blog.sidboswell.com/wp-content/plugins/tweet-this/icons/tt-twitter-micro4.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.sidboswell.com/2009/07/31/google-voice-and-the-dumb-pipe-attappleiphone/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Blogs, Social Networking, Twitter, etc&#8230;</title>
		<link>http://blog.sidboswell.com/2009/07/31/blogs-social-networking-twitter-etc/</link>
		<comments>http://blog.sidboswell.com/2009/07/31/blogs-social-networking-twitter-etc/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 15:38:20 +0000</pubDate>
		<dc:creator>Sid Boswell</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Social Networks]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://blog.sidboswell.com/?p=459</guid>
		<description><![CDATA[My boss and I were talking recently about blogs, the Internet, Social Networking (Social Media), Twitter, and the like.  He brought up some statistic about blogs that I found interesting.  That only 5% of blogs have been updated in the past 120 days (according to a New York Times blog entry from June).  He considers [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-461" style="margin-left: 15px; margin-right: 15px;" title="the-computer-demands-a-blog" src="http://blog.sidboswell.com/wp-content/uploads/2009/07/the-computer-demands-a-blog-300x180.gif" alt="the-computer-demands-a-blog" width="300" height="180" /></p>
<p>My <a href="http://www.designnine.com/cohill.html" target="_blank">boss</a> and I were talking recently about blogs, the Internet, Social Networking (Social Media), Twitter, and the like.  He brought up some statistic about blogs that I found interesting.  That only 5% of blogs have been updated in the past 120 days (according to a <a href="http://www.nytimes.com/2009/06/07/fashion/07blogs.html" target="_blank">New York Times blog entry</a> from June).  He considers himself one of the early bloggers and has had a <a href="http://www.designnine.com/news/" target="_blank">blog</a> since the dinosaurs. He regularly updates it (at least once per week but sometimes as frequently as dozen times per month) and has <a href="http://www.designnine.com/news/node/1365" target="_blank">many</a> <a href="http://www.designnine.com/news/node/1015" target="_blank">opinions</a> <a href="http://www.designnine.com/news/node/1361" target="_blank">about</a> the value of bloggers and blogs in general.  I&#8217;m not going to go into that, but he can on his blog if he so chooses.</p>
<p>It got me to thinking about my own blog and the fact that it&#8217;s not something I update regularly. I sort of go through spurts where I&#8217;ll write blog entries a few times per week and other times where I either can&#8217;t think of a topic or I have bloggers block  I just don&#8217;t want to blog on topics that may be on my mind.</p>
<p><span id="more-459"></span></p>
<p>My absence can also be related to all the stuff that has been going on in my life recently including moving, traveling more (now that I&#8217;m working remotely for my same job), attempting to sell a home, Stacie starting her internship at NC State, etc.</p>
<p>However, this morning I came up with a topic I wanted to blog about, but before I started writing it, I decided I&#8217;d at least post this upgrade my server (laptop), upgrade WordPress, and pen this first. Maybe it will get me over the hump, maybe not. I&#8217;ve heard some folks say that blogging can improve your writing skills (which I&#8217;m not so sure about) and that if you force yourself to create a blog entry per day for 100 days it will become much easier.  I can just see myself blogging 100 times in 100 days with topics like whether or not to mow the grass&#8230;.</p>
<p>Regardless, this discussion with my boss also turned to other Social Networking/Social Media tools and users. Which, like my frequency in blogging, has been very intermittent.  I will tweet a few times per day, but then go a month or so without a tweet. Likewise, I go for weeks without a single Facebook status update, but then send several when I get the hankering (like recently at a Bob Dylan, Willie Nelson, and John Cougar show).</p>
<p>I guess where I&#8217;m going with this is that sometimes I feel like being social and other times I feel like curling up in a ball on the couch and watching movies two or three times in a row (like Citizen Kane) and that Social Networking/Social Media is like that but the time periods seem to last for weeks/months versus any given Sunday.  So like <a href="http://judy5cents.tripod.com/jnich/index.blog" target="_blank">Judy Nichols</a> (who probably got a huge boost from the NYT), I&#8217;m going to get back to it eventually&#8230;.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Blogs%2C+Social+Networking%2C+Twitter%2C+etc%E2%80%A6+http://55kw6.th8.us" title="Post to Twitter"><img class="nothumb" src="http://blog.sidboswell.com/wp-content/plugins/tweet-this/icons/tt-twitter-micro4.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.sidboswell.com/2009/07/31/blogs-social-networking-twitter-etc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Old school veterinary medicine and web2.0?</title>
		<link>http://blog.sidboswell.com/2009/03/08/old-school-veterinary-medicine-and-web20/</link>
		<comments>http://blog.sidboswell.com/2009/03/08/old-school-veterinary-medicine-and-web20/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 14:12:52 +0000</pubDate>
		<dc:creator>Sid Boswell</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Social Networks]]></category>
		<category><![CDATA[Stacie]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://blog.sidboswell.com/?p=390</guid>
		<description><![CDATA[Someone I am very close to was recently writing an article for a professional journal for veterinarian medicine. She asked me to proof read the article, but was unhappy with my recommendations and suggestions. The topic of the article was the Internet and veterinarian medicine. She presented a couple of angles on the potential uses [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-392" style="margin-left: 15px; margin-right: 15px;" title="veterinary-symbol" src="http://blog.sidboswell.com/wp-content/uploads/2009/03/veterinary-symbol-150x150.gif" alt="veterinary-symbol" width="150" height="150" />Someone I am very close to was recently writing an article for a professional journal for veterinarian medicine. She asked me to proof read the article, but was unhappy with my recommendations and suggestions. The topic of the article was the Internet and veterinarian medicine. She presented a couple of angles on the potential uses and misuses of the Internet by veterinarians but failed to mention web2.0, social networking, social media, and viral marketing.</p>
<p>She asked that I help her with some changes, but when I started making suggestions she was reluctant to include my changes in her article because the audience had never heard of &#8220;web2.0&#8243; and were more concerned with the loss of prescriptions as a profit center to 1800petmeds.com.</p>
<p><span id="more-390"></span>I was taking the angle that the practices, universities, and other vet professions (like drug sales (e.g. 1800petmeds.com)) that aren&#8217;t taking advantage of new advertising media (e.g. social networking, viral marketing, etc.) would lose to those that do. I&#8217;m not an expert in the field, but even I see the changes that these technologies are causing in my business and my company is trying to find way to use them to our benefit.</p>
<p>Additionally, as clients get younger a yellow pages advertisement just doesn&#8217;t go as far as it used to. A friend of mine recently complained that his children couldn&#8217;t find something on the Internet when it was easy to find in the yellow pages and they just didn&#8217;t even think to look their first (or even second).</p>
<p>I think that most successful practices at this point do have Web sites, but do they allow e-mail appointments or respond to e-mails?</p>
<p>Should veterinarians start Facebook groups for their clients, blog on the latest epidemic in their regions, tweet suggested reading or even reminders for annual vaccines. Better yet, if they don&#8217;t will they lose out to those that do? After all, it&#8217;s a profession that is based upon a veterinarian-patient-client relationship and relationships are moving into cyberspace whether or not the practicing veterinarians want that or not.</p>
<p>I&#8217;d be happy to get some perspective from either veterinarians or cognoscenti in social media and new forms of advertising.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Old+school+veterinary+medicine+and+web2.0%3F+http://x8php.th8.us" title="Post to Twitter"><img class="nothumb" src="http://blog.sidboswell.com/wp-content/plugins/tweet-this/icons/tt-twitter-micro4.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.sidboswell.com/2009/03/08/old-school-veterinary-medicine-and-web20/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Online book swapping, the Internet&#8217;s Used Bookstore</title>
		<link>http://blog.sidboswell.com/2009/02/25/online-book-swapping-the-internets-used-bookstore/</link>
		<comments>http://blog.sidboswell.com/2009/02/25/online-book-swapping-the-internets-used-bookstore/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 16:09:26 +0000</pubDate>
		<dc:creator>Sid Boswell</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Reading]]></category>
		<category><![CDATA[Social Networks]]></category>

		<guid isPermaLink="false">http://blog.sidboswell.com/?p=308</guid>
		<description><![CDATA[My wife and I are planning on moving in the next few months. We&#8217;ve started to empty out the basement and have successfully gotten rid of stuff (and made money at it too) on eBay and Craig&#8217;s List. We also started going through the various book shelves in our house and deciding what to keep [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-99" style="margin-left: 15px; margin-right: 15px;" title="8_bookstore" src="http://blog.sidboswell.com/wp-content/uploads/2008/08/8_bookstore-150x150.jpg" alt="8_bookstore" width="150" height="150" />My wife and I are planning on moving in the next few months. We&#8217;ve started to empty out the basement and have successfully gotten rid of stuff (and made money at it too) on <a href="http://www.ebay.com" target="_blank">eBay</a> and <a href="http://blacksburg.craigslist.org/" target="_blank">Craig&#8217;s List</a>. We also started going through the various book shelves in our house and deciding what to keep (i.e. pay someone to haul across the country) and what not to keep.</p>
<p>I&#8217;ve had a crate of used paperback and hardback books in the basement for months. When friends come over, we offer them any book in the crate that they want free of charge just to get it off our hands. We don&#8217;t have a local used bookstore so we were going to toss them if we couldn&#8217;t pass them on. We are trying to be environmentally friendly and were loathe to put the stuff in the trash so we have identified ways to recycle them (our local recycle pickup will accept paperback books and the local YMCA will take old text books and hardback books). However, even that just seemed wasteful.</p>
<p><span id="more-308"></span>I was browsing <a href="http://lifehacker.com/tag/lifehacker-top-10/" target="_blank">Lifehacker Top 10s</a> recently and came across the top 10 internet freebies and links to two popular book swapping services; <a href="http://www.paperbackswap.com/index.php" target="_blank">PaperBackSwap.com</a> and <a href="http://www.bookmooch.com/" target="_blank">BookMooch.com</a>. I&#8217;ve used them for a week or so now and here&#8217;s my review.</p>
<p>First off, you do have to pay postage to send your books out. If you are mailing from the US to the US you can use the USPS Media Mail rate, so a typical paperback book will cost $2.23 to mail (a book under 6oz (a small paperback) can be sent using USPS First Class for $1.68). So if you&#8217;re tight on cash the trash bin or recycle bin may be the best answer. However, in my opinion, the book selection on both sites is excellent so I will be able to get books for free when we land at our new residence.</p>
<p>Both sites work on a credit basis. Basically, you get a credit for each book you send and deducted a credit for each book you receive. Additionally, both sites give you a few credits for just posting your books so you can get started getting used books in the mail even before someone requests one of your books.</p>
<p>Of the two, <a href="http://www.paperbackswap.com/index.php" target="_blank">PaperBackSwap.com</a> has a much slicker interface that is easy to navigate, easy to post books, and a better social networking features. For shipping books there is a very nice feature that generates a PDF to either wrap the book with or tape to other packaging. For a small fee the PDF can include delivery confirmation and/or even include postage. In exchange for the fee you get &#8220;credited&#8221; for the book immediatly upon shipping and don&#8217;t have to wait for the receiver to use the site to &#8220;accept&#8221; the book for you to get credited. As far as I&#8217;ve been able to tell, the site is for inside the US only.</p>
<p><a href="http://www.bookmooch.com/" target="_blank">BookMooch.com</a> does not have fees anywhere on the site (with the exceptions of donations). They support the site on a volunteer basis and pay for bandwidth and servers with donations and funds from Amazon.com if a user buys a book (new) from Amazon if it is not available from another user. The operator even seems <a href="http://blog.bookmooch.com/2009/02/22/commercializing-or-not/" target="_blank">averse to commercializing the site</a>. The interface is a bit clunky and browsing books is done more with searches and tables of text. Many users of BookMooch are outside of the US and you choose if you can honor their request or not depending on how much it will cost to ship a book to a foreign location. However, if you do agree to ship internationally, you get additional credits.</p>
<p>I had my books listed on PaperBackSwap for a week or so before I also posted my books on BookMooch where I immediatly received requests for books which I had not on the other site, including several international requests (I may have been cheating by listing my books on both sites). If someone requests a book from one site, I immediatly remove it from the other site. Only in one case did I have a request for the same book on both sites overnight.</p>
<p>Using both the sites, I&#8217;ve been able to get rid of about two dozen books in a little over a week which also gives me several credits which I will use to get books in the future.</p>
<p>Here&#8217;s a <a href="http://bookmooch.com/m/inventory/sidboswell" target="_blank">list of the books I am giving away on BookMooch</a> (I can&#8217;t find a method of lisitng my inventory on PaperBackSwap but it&#8217;s the same books).</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Online+book+swapping%2C+the+Internet%E2%80%99s+Used+Bookstore+http://5q32n.th8.us" title="Post to Twitter"><img class="nothumb" src="http://blog.sidboswell.com/wp-content/plugins/tweet-this/icons/tt-twitter-micro4.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.sidboswell.com/2009/02/25/online-book-swapping-the-internets-used-bookstore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook changes content rights</title>
		<link>http://blog.sidboswell.com/2009/02/16/facebook-changes-content-rights/</link>
		<comments>http://blog.sidboswell.com/2009/02/16/facebook-changes-content-rights/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 17:20:04 +0000</pubDate>
		<dc:creator>Sid Boswell</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Privacy]]></category>
		<category><![CDATA[Social Networks]]></category>

		<guid isPermaLink="false">http://blog.sidboswell.com/?p=286</guid>
		<description><![CDATA[Facebook, the social network of social networks, recently changed it&#8217;s data retention policies by changing it&#8217;s terms of service. They basically have modified the data retention policy for deleted accounts. I love Facebook.  It&#8217;s a great way for me to keep in touch with friends and for me to let them know what I&#8217;m up [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://facebook.com" target="_blank"><img class="alignleft size-thumbnail wp-image-287" style="margin-left: 15px; margin-right: 15px;" title="fb" src="http://blog.sidboswell.com/wp-content/uploads/2009/02/fb-150x92.jpg" alt="fb" width="150" height="92" /></a><a href="http://facebook.com" target="_blank">Facebook</a>, the social network of social networks, recently changed it&#8217;s data retention policies by <a href="http://consumerist.com/5150175/facebooks-new-terms-of-service-we-can-do-anything-we-want-with-your-content-forever" target="_blank">changing it&#8217;s terms of service</a>. They basically have modified the data retention policy for deleted accounts.</p>
<p>I love Facebook.  It&#8217;s a great way for me to keep in touch with friends and for me to let them know what I&#8217;m up to and vice versa. In fact, it&#8217;s let me get in touch with friends from Elementary and High School which I haven&#8217;t even thought of for decades. However, their privacy policy has left much to be desired. I am not a privacy nut. I have a blog, twitter account, personal web pages, use Google and Amazon  (another topic all together). However, the <a href="http://www.albumoftheday.com/facebook/" target="_blank">type of data that Facebook is collecting</a> is a bit scary, even for me.</p>
<p><span id="more-286"></span>I understand the implications for marketing and I&#8217;m somewhat OK with that. The frightening part for me is that the data does not expire. I don&#8217;t plan to run for office nor do I plan to get sued, but just think of what that data says about you and if it could be used against you, maybe by an opposing attorney who subpoenaed the data.</p>
<p>Some speculate that the changes in their privacy policy are due to the decline of ad revenue. A friend of mine blogged recently about the changes in the type of advertising on Facebook. It has gotten racier and he was concerned as his children have Facebook accounts. He also speculates that is also a symptom of the same. That Facebook is looking to sell information to make up for the declining revenue from it&#8217;s advertisements.</p>
<p>Added after the original post:</p>
<p>Amanda French posted an excellent <a href="http://amandafrench.net/2009/02/16/facebook-terms-of-service-compared/" target="_self">blog entry</a> on the Facebook Terms of Service and compaired it to other social networks. A must read for those that are interested in the topic.</p>
<p>Oh and the groundswell has caused Zuckerberg to post <a href="http://blog.facebook.com/blog.php?post=54434097130" target="_blank">another entry in his blog</a>. Very reminicent of the blog post about the <a href="http://blog.facebook.com/blog.php?post=7584397130" target="_blank">beacon</a> diseaster.</p>
<p>Updated 2 days after post:</p>
<p>Facebook seems to have done <a href="http://blog.facebook.com/blog.php?post=54746167130" target="_blank">an about face</a> (<a href="http://blog.facebook.com/blog.php?post=7584397130" target="_blank">again</a>). I credit <a href="http://amandafrench.net/" target="_blank">Amanda French</a> and really like the explaination by <a href="http://vanelsas.wordpress.com/2009/02/18/the-facebook-business-model-is-the-root-cause-of-a-lack-of-transparency/" target="_blank">Alexander van Elsa on the Facebook Business Case</a>.</p>
<p>Social Networking has come a long way. The first I read about the ToS was on twitter and I just kept coming across it including a link to a <a href="http://www.pcworld.com/article/159703/" target="_blank">federal complaint</a>.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Facebook+changes+content+rights+http://55d8a.th8.us" title="Post to Twitter"><img class="nothumb" src="http://blog.sidboswell.com/wp-content/plugins/tweet-this/icons/tt-twitter-micro4.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.sidboswell.com/2009/02/16/facebook-changes-content-rights/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Any good stand alone broadband speed applications?</title>
		<link>http://blog.sidboswell.com/2009/02/11/any-good-stand-alone-broadband-speed-applications/</link>
		<comments>http://blog.sidboswell.com/2009/02/11/any-good-stand-alone-broadband-speed-applications/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 15:41:14 +0000</pubDate>
		<dc:creator>Sid Boswell</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Broadband]]></category>
		<category><![CDATA[Cable Modem]]></category>
		<category><![CDATA[DSL]]></category>
		<category><![CDATA[Fiber]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://blog.sidboswell.com/?p=223</guid>
		<description><![CDATA[I do a lot of dog-and-pony public speaking on broadband. I often get asked many questions or statements like: My cable modem works fine, why would anyone need more speed? What does fiber get me that DSL or Cable HSD does not? Just how fast is fiber? What can I do with fiber that I [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-225" style="margin-left: 15px; margin-right: 15px;" title="fiber-speed-2" src="http://blog.sidboswell.com/wp-content/uploads/2009/02/fiber-speed-2-150x150.jpg" alt="fiber-speed-2" width="150" height="150" />I do a lot of dog-and-pony public speaking on broadband. I often get asked many questions or statements like:</p>
<ul>
<li>My cable modem works fine, why would anyone need more speed?</li>
<li>What does fiber get me that DSL or Cable HSD does not?</li>
<li>Just how fast is fiber?</li>
<li>What can I do with fiber that I can&#8217;t do with my current broadband?</li>
<li>640K of memory should be enough for anybody.</li>
<li>Should I have more fiber in my diet?</li>
</ul>
<p>In addition to discussions around the economic development benefits of broadband, I am often looking for methods to demonstrate the difference between different technologies.  I came across a Windows application from some <a href="http://www.mxi.nl/fiberspeed/" target="_blank">site in the Netherlands (it had a .nl extension) </a>that is sort of what I&#8217;m looking for (you can dig around on the Dutch language site and eventually find an English application).</p>
<p><span id="more-223"></span></p>
<p>The application is very simple but effective. I would think that just about any computer science student could gen up something like this.  The only problem with the application is that it doesn&#8217;t have Cable Modem services which are quite common in the areas where I speak. Some additional features I would like to see would be the ability to customize the application and maybe enter in custom speeds, custom file sizes, or even indicate higher quality of service through a simulated data stream (like a choppy video vs. a smooth video).</p>
<p>Tools like these make demonstrating some of the more difficult concepts to grasp to network neophytes easier. You can almost see a light bulb go off above someone&#8217;s head when you show them the differences for something like an Xray or an engineering drawing.</p>
<p>If anyone knows of other offline or standalone demonstration tools, I would be very interested in seeing them and trying to integrate them into public meetings and education events.</p>
<p>Online tools are nice and I would be interested in seeing them as well. However, I am often speaking in locations without internet access which is why I would like offline and standalone applications.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Any+good+stand+alone+broadband+speed+applications%3F+http://f28sb.th8.us" title="Post to Twitter"><img class="nothumb" src="http://blog.sidboswell.com/wp-content/plugins/tweet-this/icons/tt-twitter-micro4.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.sidboswell.com/2009/02/11/any-good-stand-alone-broadband-speed-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
