<?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; Comcast</title>
	<atom:link href="http://blog.sidboswell.com/tag/comcast/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, 03 Feb 2012 20:03:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.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>
]]></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>
]]></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>MythTV easy &#8230; Comcast HD over Basic Cable not so.</title>
		<link>http://blog.sidboswell.com/2008/08/27/mythtv-easy-comcast-hd-over-basic-cable-not-so/</link>
		<comments>http://blog.sidboswell.com/2008/08/27/mythtv-easy-comcast-hd-over-basic-cable-not-so/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 23:43:57 +0000</pubDate>
		<dc:creator>Sid Boswell</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Comcast]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Mythbuntu]]></category>
		<category><![CDATA[MythTV]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.sidboswell.com/?p=152</guid>
		<description><![CDATA[So, I&#8217;ve been configuring my Mythbox as I have time.  Some of my hardware arrived late, but I put together the basic PC the first weekend, installed Ubuntu and did a burn-in (I am very happy with how quiet it runs).  My HDHomerun arrived a few days later and decided to interrupt my burn-in. I [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_153" class="wp-caption alignleft" style="width: 160px"><a href="http://blog.sidboswell.com/wp-content/uploads/2008/08/hdtv.jpg"><img class="size-thumbnail wp-image-153" title="hdtv" src="http://blog.sidboswell.com/wp-content/uploads/2008/08/hdtv-150x150.jpg" alt="HDTV" width="150" height="150" /></a><p class="wp-caption-text">HDTV</p></div>
<p>So, I&#8217;ve been configuring my <a title="Previous mythical post" href="http://blog.sidboswell.com/2008/08/20/mythical-tv-can-open-source-tinkering-be-any-cooler/" target="_self">Mythbox</a> as I have time.  Some of my hardware arrived late, but I put together the basic PC the first weekend, installed Ubuntu and did a burn-in (I am very happy with how quiet it runs).  My <a title="HDHomerun" href="http://www.silicondust.com/" target="_blank">HDHomerun</a> arrived a few days later and decided to interrupt my burn-in. I installed <a title="Mythbuntu" href="http://mythbuntu.org/" target="_blank">Mythbuntu</a> and attempted to configure it. I hooked up my coax cable to the HDHomerun and ran a Cat5 to my switch and I was able to see it immediately in the MythTV configuration utility. I did a channel scan and was surprised to have 80 unencrypted hits. My jaw dropped, I had 80 HD channels over basic (analog) cable?</p>
<p>I need to backup here a bit and explain what I had learned through the internet and from a flier that I picked up at the local Comcast office, but even with the flier in my hand, I could not get a Comcast salesperson to give me a straight answer. It clearly states in the brochure that:</p>
<blockquote><p>HDTV broadcast signals <strong>are</strong> included with subscription to <strong>Limited Basic Service</strong>. To receive other HDTV signals provided by the Company, an HDTV capable television set (not provided by the Company), Standard Service and an HDTV digital converter and remote are required. In addition to receive Expanded Service, Digital Starter, Digital Classic, Digital Preferred, Sports Enterntainment, Package or premium (i.e., HBO, Showtime) HDTV signals, a subscritpion to that service is required. <em>(sic)</em></p></blockquote>
<p><span id="more-152"></span></p>
<p>However, the salesperson was adamant that I needed to rent a digital cable box to get any HD (I did check and there is a Firewire out on the Scientific Atlanta box) even though it clearly states in the brochure that HDTV is included with the analog (limited basic) service (only the broadcast channels (NBC, CBS, ABC, Fox, and PBS)).</p>
<p>So, I was surprised and vindicated when I had 80 unencrypted hits. Unfortunately, I was soon to learn that some of those must be placeholders (for what I can&#8217;t imagine). I also can find NO information which channels are the networks, Fox, and PBS so I had to slowly change channels through all 80 and hope Myth didn&#8217;t crap out when there wasn&#8217;t actually any content on that channel. I have found the 5 19&#215;8 (i) channels and plenty of upconverted 4&#215;3 channels, but getting them to match up with the schedules from <a title="Schedules Direct" href="http://www.schedulesdirect.org/" target="_blank">Schedules Direct</a> is still somewhat of a mystery (help would be appreciated &#8230; please leave a comment). I do have to admit that watching the last few days of the Olympics in HD was very sweet &#8230; I&#8217;m still using a computer monitor as I haven&#8217;t convinced the wife to let me get an HDTV yet but the picture quality is great.</p>
<p>The remaining tasks are to install an analog capture card to get non-HD channels, figure out how to get the BlueRay drive working (if possible), get an HDTV (if possible), get the schedule to match up to the HD channels, and a few other odds and ends.</p>
<p>If anyone lives in the Blacksburg, VA area and has been able to decrypt the Comcast HDTV signals over the analog (limited basic) service, please drop me an e-mail or leave a comment here.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sidboswell.com/2008/08/27/mythtv-easy-comcast-hd-over-basic-cable-not-so/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Is Comcast blocking large HTTP POST transactions?</title>
		<link>http://blog.sidboswell.com/2008/08/18/is-comcast-blocking-large-http-post-transactions/</link>
		<comments>http://blog.sidboswell.com/2008/08/18/is-comcast-blocking-large-http-post-transactions/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 22:12:08 +0000</pubDate>
		<dc:creator>Sid Boswell</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[BoswellWiki]]></category>
		<category><![CDATA[Comcast]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://blog.sidboswell.com/?p=138</guid>
		<description><![CDATA[I&#8217;m not sure when this started happening, but I can&#8217;t seem to isolate the problem and I&#8217;m assuming that Comcast is to blame. I&#8217;m running this blog on a PC in my house connected to the interWeb via Comcast residential high speed Internet. I&#8217;m keeping DNS humming along using DynDNS even though my “dynamic” IP [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_137" class="wp-caption alignleft" style="width: 160px"><a href="http://blog.sidboswell.com/wp-content/uploads/2008/08/comcast-flag1.png"><img class="size-thumbnail wp-image-137" title="comcast-flag1" src="http://blog.sidboswell.com/wp-content/uploads/2008/08/comcast-flag1-150x150.png" alt="Comcast" width="150" height="150" /></a><p class="wp-caption-text">Comcast</p></div>
<p>I&#8217;m not sure when this started happening, but I can&#8217;t seem to isolate the problem and I&#8217;m assuming that <a title="comcastatemyballs@comcast.net" href="http://www.comcast.com" target="_blank">Comcast</a> is to blame. I&#8217;m running this blog on a PC in my house connected to the interWeb via <a title="comcastatemyballs@comcast.net" href="http://www.comcast.com" target="_blank">Comcast</a> residential high speed Internet. I&#8217;m keeping DNS humming along using <a title="Dynamic DNS" href="http://www.dyndns.com" target="_blank">DynDNS</a> even though my “dynamic” IP address (via DHCP) has not changed since the Adelphia to Comcast migration (and hadn&#8217;t changed on Adelphia prior to that migration). Even before I was running this blog, I had a wiki using <a title="MediaWiki" href="http://www.mediawiki.org/wiki/MediaWiki" target="_blank">MediaWiki</a> running (<a title="The BoswellWiki" href="http://boswellwiki.com" target="_blank">it still is</a>).</p>
<p>Here&#8217;s what&#8217;s happening&#8230;.I can add a comment or a new wiki page (which is an HTTP POST transaction) from home or remotely (outside of my LAN). However, I&#8217;m limited to the size of my comments (or wiki pages) when I&#8217;m remote (outside of my LAN).  Once I get more than a paragraph or so in a comment (or a wiki page) and hit “send” my browser just hangs.  Incidentally, this also happens when creating a blog post while logged in to <a title="Wordpress" href="http://wordpress.org" target="_blank">WordPress</a>.</p>
<p><span id="more-138"></span>I decided to run a test and had tail running on my apache server logs.  I noticed that when remote and creating small posts that my Web server would see the transaction and it would be posted.  I followed this with a large post and my Web server never registered the hit and my browser just hung.</p>
<p>I know for a fact that I created and edited several of the large posts on the wiki when I was away from home, so I know that this “issue” is new, but I&#8217;m just not sure how new.</p>
<p>Anyone have any suggestions or have a similar problem? If so, please post a comment below, but keep it short as if it&#8217;s long it won&#8217;t be posted&#8230;..</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sidboswell.com/2008/08/18/is-comcast-blocking-large-http-post-transactions/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

