<?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>crumm • net</title>
	<atom:link href="http://crumm.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://crumm.net</link>
	<description>Michael Crumm</description>
	<lastBuildDate>Tue, 24 Jan 2012 19:27:57 +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>PECL install errors</title>
		<link>http://crumm.net/2012/01/pecl-install-errors/</link>
		<comments>http://crumm.net/2012/01/pecl-install-errors/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 19:27:57 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://crumm.net/?p=499</guid>
		<description><![CDATA[<p>If the PECL installer stars complaining about a &#8220;bad interpreter&#8221;, it&#8217;s likely the permissions on your /tmp directory need to be temporarily modified.</p> <p>Here&#8217;s the details, straight from <a href="http://www.pinoytux.com/linux/how-to-fix-pecl-php-error-binsh-bad-interpreter-permission-denied">http://www.pinoytux.com/linux/how-to-fix-pecl-php-error-binsh-bad-interpreter-permission-denied</a></p> <p>% mount -oremount,exec /tmp<br /> % pecl install &#60;whatever&#62;<br /> % mount -oremount,noexec /tmp</p>]]></description>
			<content:encoded><![CDATA[<p>If the PECL installer stars complaining about a &#8220;bad interpreter&#8221;, it&#8217;s likely the permissions on your /tmp directory need to be temporarily modified.</p>
<p>Here&#8217;s the details, straight from <a href="http://www.pinoytux.com/linux/how-to-fix-pecl-php-error-binsh-bad-interpreter-permission-denied">http://www.pinoytux.com/linux/how-to-fix-pecl-php-error-binsh-bad-interpreter-permission-denied</a></p>
<p>% mount -oremount,exec /tmp<br />
% pecl install &lt;whatever&gt;<br />
% mount -oremount,noexec /tmp</p>
]]></content:encoded>
			<wfw:commentRss>http://crumm.net/2012/01/pecl-install-errors/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Remove an IP from DenyHosts</title>
		<link>http://crumm.net/2011/08/remove-an-ip-from-denyhosts/</link>
		<comments>http://crumm.net/2011/08/remove-an-ip-from-denyhosts/#comments</comments>
		<pubDate>Tue, 23 Aug 2011 21:11:36 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[TechTip]]></category>
		<category><![CDATA[denyhosts]]></category>

		<guid isPermaLink="false">http://crumm.net/?p=488</guid>
		<description><![CDATA[<p>This content is blatantly copied from <a title="Please don't sue me" href="http://www.cyberciti.biz/faq/linux-unix-delete-remove-ip-address-that-denyhosts-blocked/">NixCraft</a> because I can never remember how it goes.</p> Step # 1: Stop DenyHosts <p># /etc/init.d/denyhosts stop</p> Step # 2: Remove Your IP From /etc/hosts.deny <p># vi /etc/hosts.deny<br /> Delete your IP address. Save and close the file.</p> Step # 3: Remove Your IP [...]]]></description>
			<content:encoded><![CDATA[<p>This content is blatantly copied from <a title="Please don't sue me" href="http://www.cyberciti.biz/faq/linux-unix-delete-remove-ip-address-that-denyhosts-blocked/">NixCraft</a> because I can never remember how it goes.</p>
<h2>Step # 1: Stop DenyHosts</h2>
<p><code># /etc/init.d/denyhosts stop</code></p>
<h2>Step # 2: Remove Your IP From /etc/hosts.deny</h2>
<p><code># vi /etc/hosts.deny</code><br />
Delete your IP address. Save and close the file.</p>
<h2>Step # 3: Remove Your IP From /usr/share/denyhosts/data Directory</h2>
<p>Cd to /usr/share/denyhosts/data<br />
<code># cd /usr/share/denyhosts/data</code><br />
You need to edit the following files using vi and remove the lines containing the IP address. Save the file.</p>
<ol>
<li>hosts</li>
<li>hosts-restricted</li>
<li>hosts-root</li>
<li>hosts-valid</li>
<li>users-hosts</li>
</ol>
<p>If you&#8217;ve static IP address add to allowed-hosts file. Any IP address that appears in this file will not be blocked by default (consider this as a whilelist):<br />
<code># echo '1.2.3.4' &gt;&gt; allowed-hosts</code></p>
<h2>Step # 4: Start DenyHosts</h2>
<p><code># /etc/init.d/denyhosts start</code></p>
]]></content:encoded>
			<wfw:commentRss>http://crumm.net/2011/08/remove-an-ip-from-denyhosts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using curl in Mac OS X</title>
		<link>http://crumm.net/2011/07/using-curl-in-mac-os-x/</link>
		<comments>http://crumm.net/2011/07/using-curl-in-mac-os-x/#comments</comments>
		<pubDate>Mon, 25 Jul 2011 02:09:42 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://crumm.net/?p=472</guid>
		<description><![CDATA[<p>Curl on Mac OS X makes a relatively suitable replacement for wget, but I can never remember the proper syntax, which is as such:</p> curl -OL h ttps://github.com/mcrumm/Ignitify/tarball/master <p>This handy tip was gleaned from the following site:</p> <p><a href="http://technosophos.com/content/os-x-using-curl-instead-wget">http://technosophos.com/content/os-x-using-curl-instead-wget</a></p> <p>I&#8217;ve been using working full-time on my MacBook Pro for about a year now, and in [...]]]></description>
			<content:encoded><![CDATA[<p>Curl on Mac OS X makes a relatively suitable replacement for wget, but I can never remember the proper syntax, which is as such:</p>
<pre>curl -OL h ttps://github.com/mcrumm/Ignitify/tarball/master</pre>
<p>This handy tip was gleaned from the following site:</p>
<p><a href="http://technosophos.com/content/os-x-using-curl-instead-wget">http://technosophos.com/content/os-x-using-curl-instead-wget</a></p>
<p>I&#8217;ve been using working full-time on my MacBook Pro for about a year now, and in some ways I&#8217;m still finding my way around.  Since I&#8217;m on the command line all day for <a title="Envisionwise Web and Print Services" href="http://envisionwise.com">work</a>, I&#8217;m quite used to using wget for downloading files.  On the Mac, however, this option isn&#8217;t available by default.  Rather than futz with installing a version of wget, I&#8217;m quite content to &#8220;do it the Apple way&#8221; and use curl, but I can never remember the proper command.</p>
<p>I&#8217;m posting this here mainly as a reminder to myself.  I figure as I come across these things that I have to look up more than once, I&#8217;ll post them here to make them a bit easier to find.</p>
]]></content:encoded>
			<wfw:commentRss>http://crumm.net/2011/07/using-curl-in-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flowerz (Video)</title>
		<link>http://crumm.net/2011/07/flowerz-video/</link>
		<comments>http://crumm.net/2011/07/flowerz-video/#comments</comments>
		<pubDate>Tue, 19 Jul 2011 15:07:10 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://crumm.net/?p=469</guid>
		<description><![CDATA[<p>More random footage from Barefoot Gardens in Macomb, IL.</p> <p><a href="http://crumm.net/2011/07/flowerz-video/"></a></p>]]></description>
			<content:encoded><![CDATA[<p>More random footage from Barefoot Gardens in Macomb, IL.</p>
<p><span style="text-align:center; display: block;"><a href="http://crumm.net/2011/07/flowerz-video/"><img src="http://img.youtube.com/vi/8ftlq7uJxj4/2.jpg" alt="" /></a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://crumm.net/2011/07/flowerz-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bees! (Video)</title>
		<link>http://crumm.net/2011/07/bees-video/</link>
		<comments>http://crumm.net/2011/07/bees-video/#comments</comments>
		<pubDate>Tue, 19 Jul 2011 04:58:37 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[bees]]></category>
		<category><![CDATA[flowers]]></category>

		<guid isPermaLink="false">http://crumm.net/?p=464</guid>
		<description><![CDATA[<p>Random footage of bees in some flowers, taken at the Barefoot Gardens CSA in Macomb, IL.</p> <p><a href="http://crumm.net/2011/07/bees-video/"></a></p>]]></description>
			<content:encoded><![CDATA[<p>Random footage of bees in some flowers, taken at the Barefoot Gardens CSA in Macomb, IL.</p>
<p><span style="text-align:center; display: block;"><a href="http://crumm.net/2011/07/bees-video/"><img src="http://img.youtube.com/vi/hzvvwV8aBqo/2.jpg" alt="" /></a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://crumm.net/2011/07/bees-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Downgrade Firefox 4</title>
		<link>http://crumm.net/2011/06/downgrade-firefox-4/</link>
		<comments>http://crumm.net/2011/06/downgrade-firefox-4/#comments</comments>
		<pubDate>Mon, 06 Jun 2011 19:30:41 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Troubleshoot]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://crumm.net/?p=442</guid>
		<description><![CDATA[<p>(6/20) Update:  I meant to post this ages ago, but I forgot.  The issue I was experiencing with Firefox 4 was entirely my own fault.  I&#8217;ve since upgraded back to Firefox 4 and haven&#8217;t seen any problems since.</p> <p>I&#8217;ve decided to start using my blog again, if only as a repository for things that I [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>(6/20) Update:  I meant to post this ages ago, but I forgot.  The issue I was experiencing with Firefox 4 was entirely <em>my own fault</em>.  I&#8217;ve since upgraded back to Firefox 4 and haven&#8217;t seen any problems since.</p></blockquote>
<p>I&#8217;ve decided to start using my blog again, if only as a repository for things that I come across on the web and may need to find again.  Generally I bookmark these things, but I shudder to describe the state of my bookmarks folders.  Yes, I said folders, for they exist on no less than two different machines, and that&#8217;s not included the backed-up versions of my bookmarks folders from multiple rebuilds, upgrades, and eff-ups across the entire span of my computer-using existence.</p>
<p>Before I get farther off-topic, I must say that it pains me a bit that the first post I write will describe steps to downgrade from Firefox 4 back to Firefox 3.6.17<br />
I&#8217;ve been using FF4 for a couple weeks now, and for the most part, I didn&#8217;t notice much of a difference.  However, I&#8217;ve recently been working on integrated a number of different javascript components into some client sites, and for some reason, they don&#8217;t all seem to play nicely in FF4 or Chrome 11.  Namely, the Twitter @Anywhere widgets seem to cause some problems, but that&#8217;s a topic for another day.</p>
<p>Here&#8217;s a link to the help article where I found the pertinent downgrade info:  <a href="http://support.mozilla.com/en-US/questions/820280#answer-181180">http://support.mozilla.com/en-US/questions/820280#answer-181180</a></p>
<p>And here&#8217;s a quick screencap for the lazy:</p>
<div id="attachment_450" class="wp-caption alignleft" style="width: 310px"><a href="http://crumm.net/?attachment_id=450"><img class="size-medium wp-image-450" title="Downgrade Firefox 4" src="http://crumm.net/files/2011/06/Screen-shot-2011-06-06-at-2.22.55-PM-300x137.png" alt="Mozilla Support screencap with downgrade instructions for Firefox 4" width="300" height="137" /></a><p class="wp-caption-text">Click to Enlarge</p></div>
<p>PS &#8211; I&#8217;m using Firefox 4 on a MacBook Pro, so your mileage may vary.  I honestly haven&#8217;t tried in on my Windows machine (which is still XP even) because I needed at least one &#8220;working&#8221; browser for this last project.  Since I&#8217;ve downgraded my daily-use machine back to 3.6.17, I may upgrade the XP box to 4 and see if it has the same issues.</p>
<p>Or I guess I could just troubleshoot the Twitter problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://crumm.net/2011/06/downgrade-firefox-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BC101 Audio Project 5</title>
		<link>http://crumm.net/2010/12/bc101-audio-project-5/</link>
		<comments>http://crumm.net/2010/12/bc101-audio-project-5/#comments</comments>
		<pubDate>Mon, 13 Dec 2010 16:00:30 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Audio]]></category>
		<category><![CDATA[wiu]]></category>

		<guid isPermaLink="false">http://mikecrumm.net/?p=417</guid>
		<description><![CDATA[<p>The Assignment: Create a 30 second radio commercial or PSA featuring a music bed and at least one sound effect.</p> <p>My Take: I created a commercial for a fake bar/nightclub in Macomb called Rehab. Rehab is offering drink specials for finals week to help students relieve stress. My sound effects are taken from one of [...]]]></description>
			<content:encoded><![CDATA[<p><strong>The Assignment</strong>: Create a 30 second radio commercial or PSA featuring a music bed and at least one sound effect.</p>
<p><strong>My  Take</strong>: I created a commercial for a fake bar/nightclub in Macomb called  Rehab.  Rehab is offering drink specials for finals week to help  students relieve stress.  My sound effects are taken from one of my very  favorite things.</p>
<p style="text-align: center">
<p><a href="http://www.youtube.com/watch?v=ok2C6kliINI&#038;fmt=18" rel="shadowbox[sbpost-417];player=swf;width=640;height=385;">www.youtube.com/watch?v=ok2C6kliINI</a></p>
</p>
<p style="text-align: left"><strong>Instructor Comments</strong>: <em>Your recording was a beauty.  I&#8217;m fixing to enter it in to NBS this Fall as there&#8217;s still time to do it.</em></p>
<p style="text-align: left"><strong>Grade</strong>: 5/5</p>
<p style="text-align: left"><strong>My Thoughts</strong>: I was quite honored Mr. Murray wanted to enter my assignment into the National Broadcasting Society competition. Honestly, I had forgotten there was such a thing.  Now that I&#8217;ve been reminded, I full intend to submit something in about eight different categories next year, so look out for those. <img src='http://crumm.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p style="text-align: left">That&#8217;s it for audio assignments!  I&#8217;ll return next semester with updates from BC261 &#8211; Video Production II.  We&#8217;ll be making storyboards and doing a lot of editing, I imagine, so that should be a lot of fun. I&#8217;m also taking BC402 &#8211; Advanced Broadcast Writing, where we&#8217;ll be working on episodic scripts for a television program that we pitch during class. Very exciting stuff.</p>
]]></content:encoded>
			<wfw:commentRss>http://crumm.net/2010/12/bc101-audio-project-5/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>BC101 Audio Project 4</title>
		<link>http://crumm.net/2010/12/bc101-audio-project-4/</link>
		<comments>http://crumm.net/2010/12/bc101-audio-project-4/#comments</comments>
		<pubDate>Sun, 12 Dec 2010 16:00:47 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Audio]]></category>
		<category><![CDATA[wiu]]></category>

		<guid isPermaLink="false">http://mikecrumm.net/?p=407</guid>
		<description><![CDATA[<p>The Assignment: Generate some noise and tones using Adobe Audition 3</p> <p>My Take: Random things. It came out rather dissonant.</p> <p style="text-align: center"> <p><a href="http://www.youtube.com/watch?v=MADOlIUqwzY&#038;fmt=18" rel="shadowbox[sbpost-407];player=swf;width=640;height=385;">www.youtube.com/watch?v=MADOlIUqwzY</a></p> </p> <p style="text-align: left">Instructor Comments: Great job on your AA4 stereo &#38; mono mixes.  The stereo version was very psychedelic indeed&#8230;almost started my beta waves vibrating. </p> <p style="text-align: [...]]]></description>
			<content:encoded><![CDATA[<p><strong>The Assignment</strong>: Generate some noise and tones using Adobe Audition 3</p>
<p><strong>My Take</strong>:  Random things.  It came out rather dissonant.</p>
<p style="text-align: center">
<p><a href="http://www.youtube.com/watch?v=MADOlIUqwzY&#038;fmt=18" rel="shadowbox[sbpost-407];player=swf;width=640;height=385;">www.youtube.com/watch?v=MADOlIUqwzY</a></p>
</p>
<p style="text-align: left"><strong>Instructor Comments</strong>: <em>Great job on your AA4 stereo &amp; mono mixes.  The stereo version was  very psychedelic indeed&#8230;almost started my beta waves vibrating.</em> <img src='http://crumm.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p style="text-align: left"><strong>Grade</strong>: 5/5</p>
<p style="text-align: left"><strong>My Thoughts</strong>: I know what dissonant means.  That&#8217;s enough for today.</p>
]]></content:encoded>
			<wfw:commentRss>http://crumm.net/2010/12/bc101-audio-project-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BC101 Audio Project 3</title>
		<link>http://crumm.net/2010/12/bc101-audio-project-3/</link>
		<comments>http://crumm.net/2010/12/bc101-audio-project-3/#comments</comments>
		<pubDate>Sun, 12 Dec 2010 01:49:37 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Audio]]></category>
		<category><![CDATA[wiu]]></category>

		<guid isPermaLink="false">http://mikecrumm.net/?p=404</guid>
		<description><![CDATA[<p>OK, So I&#8217;ve been terrible about posting these.  The end of the semester got a little crazy for me.  Luckily, only finals remain.  Here&#8217;s audio project 3:</p> <p>The Assignment: Record natural sounds using a Sony PCM-50 digital audio recorder.</p> <p>My Take: I used the sound of an old 8mm camera I bought at a yard [...]]]></description>
			<content:encoded><![CDATA[<p>OK, So I&#8217;ve been terrible about posting these.  The end of the semester got a little crazy for me.  Luckily, only finals remain.  Here&#8217;s audio project 3:</p>
<p><strong>The Assignment</strong>: Record natural sounds using a Sony PCM-50 digital audio recorder.</p>
<p><strong>My  Take</strong>: I used the sound of an old 8mm camera I bought at a yard sale,  the sound of my computer fan (with the unmistakable sound of a train in  the background), the sound of a big goofy dog, and the sound of a guitar  hero guitar while I play Tom Sawyer by Rush.</p>
<p style="text-align: center">
<p><a href="http://www.youtube.com/watch?v=DibbJGVagPg&#038;fmt=18" rel="shadowbox[sbpost-404];player=swf;width=640;height=385;">www.youtube.com/watch?v=DibbJGVagPg</a></p>
</p>
<p style="text-align: left"><strong>Instructor Comments</strong>: <em>Great job on your natural sounds assignment.  Nice mixing as well&#8230;sounded very professional to my ears.</em></p>
<p style="text-align: left"><strong>Grade</strong>: 5/5</p>
<p style="text-align: left"><strong>My Thoughts</strong>: The next time you watch a movie, listen for the ambient sound and background noises.  Most of the time, what you&#8217;re hearing isn&#8217;t what was actually in the background of the scene.  Someone went out and recorded sounds and sound effects to fill out the scene.  Movies are crazy!</p>
]]></content:encoded>
			<wfw:commentRss>http://crumm.net/2010/12/bc101-audio-project-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BC323 – Net Neutrality</title>
		<link>http://crumm.net/2010/12/bc323-net-neutrality/</link>
		<comments>http://crumm.net/2010/12/bc323-net-neutrality/#comments</comments>
		<pubDate>Tue, 07 Dec 2010 21:52:12 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[wiu]]></category>

		<guid isPermaLink="false">http://mikecrumm.net/?p=363</guid>
		<description><![CDATA[<p>WIU BC323 Research Paper &#38; BC102 Research Project<br /> The Assignment: Research a topic and give an in-class summary of your findings.</p> <p>My Take: I had to write a research paper for BC323, so I combined the assignments and focused my research on the pending FCC broadband regulations.  The video link below was my research [...]]]></description>
			<content:encoded><![CDATA[<p>WIU BC323 Research Paper &amp; BC102 Research Project<br />
The Assignment: Research a topic and give an in-class summary of your findings.</p>
<p>My Take: I had to write a research paper for BC323, so I combined the assignments and focused my research on the pending FCC broadband regulations.  The video link below was my research summary for BC102.</p>
<p style="text-align: center">
<p><a href="http://www.youtube.com/watch?v=_PSsEp0hIR0&#038;fmt=18" rel="shadowbox[sbpost-363];player=swf;width=640;height=385;">www.youtube.com/watch?v=_PSsEp0hIR0</a></p>
</p>
<p><strong>Full Video Text:</strong><br />
Too busy getting slizzard to keep up with the last hundred years of computer history?  Here’s what you missed.</p>
<p>2400 BC: The Chinese invent the abacus and&#8230; well, that’s a little far back.</p>
<p>1870: The US Census takes 7 years to tabulate. A census employee invents a way to store information on a punch card so that it could be read back later.  He founds a company to make the product.<br />
He called it I-B-M.</p>
<p>1892: William S. Burroughs invents a fancy printable desk calculator.  If that name sounds familiar&#8230; It’s because he’s the grandfather of this guy.</p>
<p>1943: The geniuses at Bletchely Park in London are charged with breaking the German Enigma cipher so the Allies can intercept Nazi messages during the war.  The build the Colussus&#8230;A machine so big, even this guy’s impressed.</p>
<p>1958:  The integrated circuit is invented.  So now we can use these&#8230;Instead of these.</p>
<p>1965:  Moore’s Law says we gotta go really fast now&#8230;</p>
<p><span id="more-363"></span></p>
<p>1969: ARPANET &#8211; The Internet’s Grandad.</p>
<p>1981: This guy invents TCP/IP.  It&#8230; moves bits around. What are bits? No time!</p>
<p>1983: DNS is invented.</p>
<p>1989: The World Wide Web is invented.</p>
<p>1997: IBM’s Deep Blue Supercomputer beats Gary Kasparov at chess.</p>
<p>2000: Napster is invented and Lars Ulrich gets really pissed off.</p>
<p>2005: Youtube lets anyone be a distributor&#8230;Seriously, anyone.</p>
<p>2006: Netflix reaches five-point-one million U-S subscribers.</p>
<p>2007: Hulu opens the doors to digital delivery of TV&#8230;Which makes Comcast really mad.</p>
<p>And that’s what you missed on&#8230;Geek<br />
&#8212;&#8211;</p>
<p>Given the changes in data regulation, it’s important to understand what’s at stake.  Here’s a map of the internet.</p>
<p>OK, that’s not very helpful.  Let’s look at it this way.</p>
<p>Most people think of the Internet as a thing, like you could turn it on and off.  It’s also been compared to a series of tubes.</p>
<p>But the internet is more of an idea, if you’re being existential, and more of a business arrangement, if you’re being cynical.</p>
<p>Networks like Qwest and Comcast operate as Internet Service Providers, providing individuals and businesses with data services.</p>
<p>Think of them as the on-ramps and off-ramps of the Internet.</p>
<p>Companies like Level Three are backbone providers. They’re like the interstate.</p>
<p>If you have Comcast and your grandma in Phoenix has Qwest, your email has to hop on the Level Three interstate to get to her.</p>
<p>These business arrangements are called peering exchanges.  Large companies with massive infrastructure partner with one another and exchange data for free.  That’s the Internet.</p>
<p>The growth in online video services has caused additional strain and cost for the infrastructure, causing the providers to question why they share data so freely with one another.</p>
<p>If the plans of corporations take hold in Washington, these large providers will begin pushing premium content into its own section of the Internet, where you’ll have to pay a higher cost for access.</p>
<p>The concept of a neutral network, one where no type of traffic is favored over another, is what allowed for the exponential growth of the Internet in the first place.<br />
&#8212;&#8211;</p>
<p>It’s easy to take for granted the technology we have today.  We don’t question how our e-mail or text messages travel to one another.  We accept them, like radio waves and the tax code.  But the freedom of our data is in jeopardy, and it’s time to start paying attention.</p>
<p>2009: Obama elects Julius Genachowski as Chairman of the FCC.  He’s got to get through the digital TV switch and bring the internets to rural America.</p>
<p>4/7/2010: The US Court of Appeals overturns tells the FCC it has no right to interfere with how companies like Comcast manage their data services.</p>
<p>8/9/2010: Google and Verizon release their own version of a broadband plan and urge the FCC to implement it.  It doesn’t cover wireless, leaves lots of loopholes for prioritization, and leaves it open for data companies to privatize parts of the Internet.  And they want to regulate themselves.</p>
<p>11/17/2010: Republican Representative Marsha Blackburn vows to do whatever is necessary to stop any regulation of broadband traffic by the FCC.</p>
<p>That same day: Verizon and Comcast call broadband regulation an engineering, not a political issue.</p>
<p>Level 3 angrily informs us that Comcast is charging them to send data to Comcast customers.</p>
<p>It’s basically because Level 3 made an agreement to handle data for Netflix, which can sometimes be as much as twenty per-cent of U-S Internet traffic, and Comcast doesn’t want to foot the bill for Level 3</p>
<p>11/30/2010: AT&amp;T meets with the FCC no less than six times this month to discuss broadband.</p>
<p>12/1/2010: Chairman Genachowski releases more information about the FCC’s broadband plan.</p>
<p>1) It excludes wireless, just like Verizon wanted.<br />
2) It leaves open the possibility for premium internet access.<br />
3) It probably doesn’t matter anyway.</p>
<p>The April decision by the Court of Appeals pretty much removed the FCC’s jurisdiction of data communications under Title 1.  They’ll have to fight long and hard (That’s what she said, Marsha Blackburn) to prove authority of the telecoms.</p>
<p>The FCC’s open meeting for December is Tuesday, the 21st at 9:30AM CST<br />
You can watch it live at <a href="http://reboot.fcc.gov/live">http://reboot.fcc.gov/live<br />
</a>&#8212;&#8211;</p>
<p>You can read the full-text version of my research here: <a href="http://www.scribd.com/doc/44860465/BC323-Research-FCC-Net-Neutrality">http://www.scribd.com/doc/44860465/BC323-Research-FCC-Net-Neutrality</a></p>
]]></content:encoded>
			<wfw:commentRss>http://crumm.net/2010/12/bc323-net-neutrality/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

