<?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/"
		xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>QSK Netcast</title>
	<atom:link href="http://qskcast.info/feed/" rel="self" type="application/rss+xml" />
	<link>http://qskcast.info</link>
	<description>Cluttering Up the Gaps in Your Life</description>
	<lastBuildDate>Wed, 04 Apr 2012 02:39:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<copyright>Copyright © QSK Netcast 2010 </copyright>
	<managingEditor>russ@qskcast.info (KFive)</managingEditor>
	<webMaster>russ@qskcast.info (KFive)</webMaster>
	<ttl>1440</ttl>
	<image>
		<url>http://qskcast.info/wp-content/uploads/2010/10/qsklogo-144x144.png</url>
		<title>QSK Netcast</title>
		<link>http://qskcast.info</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle>Cluttering Up the Gaps in Your Life</itunes:subtitle>
	<itunes:summary>Cluttering Up the Gaps in Your Life</itunes:summary>
	<itunes:keywords></itunes:keywords>
	<itunes:category text="Comedy" />
	<itunes:category text="Technology" />
	<itunes:category text="Society &#38; Culture" />
	<itunes:author>KFive</itunes:author>
	<itunes:owner>
		<itunes:name>KFive</itunes:name>
		<itunes:email>russ@qskcast.info</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>yes</itunes:explicit>
	<itunes:image href="http://qskcast.info/wp-content/uploads/2010/10/qsklogo-300x300.png" />
		<item>
		<title>QSK Episode 9: Show Notes</title>
		<link>http://qskcast.info/2012/04/qsk-episode-9-show-notes/</link>
		<comments>http://qskcast.info/2012/04/qsk-episode-9-show-notes/#comments</comments>
		<pubDate>Wed, 04 Apr 2012 02:38:42 +0000</pubDate>
		<dc:creator>russ</dc:creator>
				<category><![CDATA[Show Notes]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[caldav]]></category>
		<category><![CDATA[dav]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[macos]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[owncloud]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[webdav]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://qskcast.info/?p=116</guid>
		<description><![CDATA[OwnCloud and WebDAV OwnCloud http://owncloud.org Requires a Web server like Apache or nginx Needs PHP support In nginx, this is handled through FastCGI Native support is available in packages for Debian, Fedora, etc. Easy-to-read installation instructions for standard installs http://owncloud.org/support/setup-and-installation/linux-server/ Can be installed on Windows and MacOS X as well Supports file sharing via <span style="color:#777"> . . . &#8594; Read More: <a href="http://qskcast.info/2012/04/qsk-episode-9-show-notes/">QSK Episode 9: Show Notes</a></span>]]></description>
			<content:encoded><![CDATA[<div id="magicdomid2">OwnCloud and WebDAV</div>
<div id="magicdomid3"></div>
<div id="magicdomid4">OwnCloud</div>
<div id="magicdomid6">
<ul>
<li><a href="http://owncloud.org/">http://owncloud.org</a></li>
<li>Requires a Web server like Apache or nginx</li>
<li>Needs PHP support</li>
<li>In nginx, this is handled through FastCGI</li>
<li>Native support is available in packages for Debian, Fedora, etc.</li>
<li>Easy-to-read installation instructions for standard installs</li>
<li><a href="http://owncloud.org/support/setup-and-installation/linux-server/">http://owncloud.org/support/setup-and-installation/linux-server/</a></li>
<li>Can be installed on Windows and MacOS X as well</li>
<li>Supports file sharing via the Web</li>
<li>Has built-in shared document editor (Google Docs)</li>
<li>Has built-in media player</li>
<li>Purported to be a Dropbox and Google Docs killer, or perhaps a proprietary cloud services killer</li>
<li>Most important piece of this puzzle is WebDAV and CalDAV</li>
</ul>
</div>
<div id="magicdomid20"> WebDAV (and CalDAV)</div>
<div id="magicdomid21">
<ul>
<li>DAV = Distributed Authoring and Versioning</li>
<li>WebDAV = DAV for the WWW</li>
<li>CalDAV = DAV for calendar access</li>
<li>In a nutshell, DAV is an extension of HTTP which allows for write as well as read access</li>
<li>It&#8217;s a well implemented standard defined in RFC 4918. It is supported in some manner on all operating systems.</li>
</ul>
<ul>
<li>Windows</li>
<li>Support for WebDAV shares is built in, but only for Windows Vista and Windows 7. Windows 7 support is a bit flaky. I found help on getting it to work for me here:</li>
<li><a href="http://shon.org/blog/2010/03/04/howto-fix-windows-7-64bit-webdav/">http://shon.org/blog/2010/03/04/howto-fix-windows-7-64bit-webdav/</a></li>
<li>The important bit is the registry change. Once done, WebDAV shares worked perfectly on my system.</li>
</ul>
</div>
<div id="magicdomid32">
<ul>
<li>MacOS X</li>
<li>I tried this using Leopard (10.5) and Snow Leopard (10.6)</li>
<li>No matter what I tried, shares were read-only. Not good.</li>
<li>Third-party client called Cyberduck allowed me to access my OwnCloud via WebDAV. Not elegant, but usable.</li>
<li><a href="http://cyberduck.ch/">http://cyberduck.ch/</a></li>
</ul>
</div>
<div id="magicdomid39">
<ul>
<li>Linux</li>
<li>I use Debian systems, including LMDE. YMMV when it comes to Fedora, RH, CentOS, Gentoo, Arch or other non-Debian systems.</li>
<li>GNOME 2 (and presumably 3) has built-in support for WebDAV shares via Nautilus.</li>
<li>Go to Places, select Connect to Server.</li>
<li>Select WebDAV or Secure WebDAV depending on whether or not you have set up your OwnCloud with http:// or https:// via your Web server.</li>
<li>Enter the server name in the appropriate field.</li>
<li>Under Folder enter &#8220;/files/webdav.php&#8221;</li>
<li>Create a bookmark if you wish.</li>
<li>Voila. You should now have a WebDAV share with RW access on your desktop and in your Places dropdown menu.</li>
<li>A slightly more elegant solution for my purposes was to use davfs2. You can install this on Debian systems (including Ubuntu) with a simple &#8220;apt-get install davfs2&#8243;</li>
<li>This allows you to create WebDAV mounts on your filesystem by including them in your /etc/fstab file.</li>
<li>(Explain fstab procedure including davfs2.conf, turning locking off, and the secrets file)</li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://qskcast.info/2012/04/qsk-episode-9-show-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QSK Episode 9: OwnCloud + WebDAV</title>
		<link>http://qskcast.info/2012/04/qsk-episode-9-owncloud-webdav/</link>
		<comments>http://qskcast.info/2012/04/qsk-episode-9-owncloud-webdav/#comments</comments>
		<pubDate>Wed, 04 Apr 2012 02:36:08 +0000</pubDate>
		<dc:creator>russ</dc:creator>
				<category><![CDATA[OGG Feed]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[caldav]]></category>
		<category><![CDATA[dav]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[fastcgi]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[owncloud]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[webdav]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://qskcast.info/?p=114</guid>
		<description><![CDATA[<p>I&#8217;ve been on the hunt for a Dropbox killer application. I never really liked having my data stored in the &#8220;cloud,&#8221; but Dropbox was so incredibly convenient it was hard to see a way out. Over the past few months, I&#8217;ve heard a lot of interesting things about OwnCloud. It certainly seemed like the <span style="color:#777"> . . . &#8594; Read More: <a href="http://qskcast.info/2012/04/qsk-episode-9-owncloud-webdav/">QSK Episode 9: OwnCloud + WebDAV</a></span>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been on the hunt for a Dropbox killer application. I never really liked having my data stored in the &#8220;cloud,&#8221; but Dropbox was so incredibly convenient it was hard to see a way out. Over the past few months, I&#8217;ve heard a lot of interesting things about OwnCloud. It certainly seemed like the way forward: A place where I could keep all of my data on my own machines and make sure it wasn&#8217;t somebody else&#8217;s silver lining. But to be honest, OwnCloud didn&#8217;t seem that promising until I discovered it&#8217;s WebDAV abilities. When you put OwnCloud and WebDAV together, you get awesomeness. That is what this episode of the QSK Netcast is all about.</p>
]]></content:encoded>
			<wfw:commentRss>http://qskcast.info/2012/04/qsk-episode-9-owncloud-webdav/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
			<enclosure url="http://qskcast.info/podpress_trac/feed/114/0/qsk9.ogg" length="14922586" type="audio/ogg" />
		<itunes:duration>0:26:22</itunes:duration>
		<itunes:subtitle>I&#8217;ve been on the hunt for a Dropbox killer application. I never really liked having my data stored in the &#8220;cloud,&#8221; but Dropbox was so incredibly convenient it was hard to see a way out. Over the past few months, I&#8217;ve heard a [...]</itunes:subtitle>
		<itunes:summary>I&#8217;ve been on the hunt for a Dropbox killer application. I never really liked having my data stored in the &#8220;cloud,&#8221; but Dropbox was so incredibly convenient it was hard to see a way out. Over the past few months, I&#8217;ve heard a lot of interesting things about OwnCloud. It certainly seemed like the way forward: A place where I could keep all of my data on my own machines and make sure it wasn&#8217;t somebody else&#8217;s silver lining. But to be honest, OwnCloud didn&#8217;t seem that promising until I discovered it&#8217;s WebDAV abilities. When you put OwnCloud and WebDAV together, you get awesomeness. That is what this episode of the QSK Netcast is all about.</itunes:summary>
		<itunes:author>KFive</itunes:author>
		<itunes:explicit>yes</itunes:explicit>
		<itunes:block>no</itunes:block>
	</item>
		<item>
		<title>QSK Episode 8: Show Notes</title>
		<link>http://qskcast.info/2012/03/qsk-episode-8-show-notes/</link>
		<comments>http://qskcast.info/2012/03/qsk-episode-8-show-notes/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 18:15:37 +0000</pubDate>
		<dc:creator>russ</dc:creator>
				<category><![CDATA[Show Notes]]></category>

		<guid isPermaLink="false">http://qskcast.info/?p=109</guid>
		<description><![CDATA[<p>Here is the link to the video of this talk from SELF 2011. The video is also embedded from YouTube.</p> <p>http://www.youtube.com/watch?v=UmTdQco9VYg</p> <span style="color:#777"> . . . &#8594; Read More: <a href="http://qskcast.info/2012/03/qsk-episode-8-show-notes/">QSK Episode 8: Show Notes</a></span>]]></description>
			<content:encoded><![CDATA[<p>Here is the link to the video of this talk from SELF 2011. The video is also embedded from YouTube.</p>
<p><code>http://www.youtube.com/watch?v=UmTdQco9VYg</code></p>
<p><object style="height: 390px; width: 640px;" width="640" height="360" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.youtube.com/v/UmTdQco9VYg?version=3&amp;feature=player_detailpage" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><embed style="height: 390px; width: 640px;" width="640" height="360" type="application/x-shockwave-flash" src="http://www.youtube.com/v/UmTdQco9VYg?version=3&amp;feature=player_detailpage" allowFullScreen="true" allowScriptAccess="always" allowfullscreen="true" allowscriptaccess="always" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://qskcast.info/2012/03/qsk-episode-8-show-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QSK Episode 8: The Zen of FreeNAS</title>
		<link>http://qskcast.info/2012/03/qsk-episode-8-the-zen-of-freenas/</link>
		<comments>http://qskcast.info/2012/03/qsk-episode-8-the-zen-of-freenas/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 17:58:37 +0000</pubDate>
		<dc:creator>russ</dc:creator>
				<category><![CDATA[OGG Feed]]></category>
		<category><![CDATA[bsd]]></category>
		<category><![CDATA[freenas]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[self]]></category>
		<category><![CDATA[southeast linuxfest]]></category>

		<guid isPermaLink="false">http://qskcast.info/?p=73</guid>
		<description><![CDATA[<p>This episode is a recording of my talk from SELF 2011. I discuss the BSD-based FreeNAS server, focusing on version 7, from install to functionality. I believe there is a place in every home for a FreeNAS server. Have a listen to this episode to see what it can do for you.</p> <p>OGG File <span style="color:#777"> . . . &#8594; Read More: <a href="http://qskcast.info/2012/03/qsk-episode-8-the-zen-of-freenas/">QSK Episode 8: The Zen of FreeNAS</a></span>]]></description>
			<content:encoded><![CDATA[<p>This episode is a recording of my talk from SELF 2011. I discuss the BSD-based FreeNAS server, focusing on version 7, from install to functionality. I believe there is a place in every home for a FreeNAS server. Have a listen to this episode to see what it can do for you.</p>
<p>OGG File MD5SUM: b77e702f70225c448220fd1fe088f813</p>
]]></content:encoded>
			<wfw:commentRss>http://qskcast.info/2012/03/qsk-episode-8-the-zen-of-freenas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
			<enclosure url="http://qskcast.info/podpress_trac/feed/73/0/qsk8.ogg" length="30685167" type="audio/ogg" />
		<itunes:duration>0:55:00</itunes:duration>
		<itunes:subtitle>This episode is a recording of my talk from SELF 2011. I discuss the BSD-based FreeNAS server, focusing on version 7, from install to functionality. I believe there is a place in every home for a FreeNAS server. Have a listen to this episode to see [...]</itunes:subtitle>
		<itunes:summary>This episode is a recording of my talk from SELF 2011. I discuss the BSD-based FreeNAS server, focusing on version 7, from install to functionality. I believe there is a place in every home for a FreeNAS server. Have a listen to this episode to see what it can do for you.
OGG File MD5SUM: b77e702f70225c448220fd1fe088f813</itunes:summary>
		<itunes:author>KFive</itunes:author>
		<itunes:explicit>yes</itunes:explicit>
		<itunes:block>no</itunes:block>
	</item>
		<item>
		<title>QSK Episode 7: Show Notes</title>
		<link>http://qskcast.info/2011/01/qsk-episode-7-show-notes/</link>
		<comments>http://qskcast.info/2011/01/qsk-episode-7-show-notes/#comments</comments>
		<pubDate>Fri, 28 Jan 2011 19:12:57 +0000</pubDate>
		<dc:creator>russ</dc:creator>
				<category><![CDATA[Show Notes]]></category>

		<guid isPermaLink="false">http://qskcast.info/?p=106</guid>
		<description><![CDATA[<p>No show notes for this episode.</p> ]]></description>
			<content:encoded><![CDATA[<p>No show notes for this episode.</p>
]]></content:encoded>
			<wfw:commentRss>http://qskcast.info/2011/01/qsk-episode-7-show-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QSK Episode 7: What Privacy?</title>
		<link>http://qskcast.info/2011/01/episode-7-what-privacy/</link>
		<comments>http://qskcast.info/2011/01/episode-7-what-privacy/#comments</comments>
		<pubDate>Thu, 27 Jan 2011 06:01:57 +0000</pubDate>
		<dc:creator>russ</dc:creator>
				<category><![CDATA[OGG Feed]]></category>
		<category><![CDATA[classic computing]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[commodore]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[tandy]]></category>
		<category><![CDATA[timex]]></category>

		<guid isPermaLink="false">http://qskcast.info/?p=64</guid>
		<description><![CDATA[<p>I did a guest appearance on an episode of a podcast hosted by Steve Cherubino which shall remain nameless for&#8230;purposes. But since the topic of discussion was both interesting and in some cases me, I couldn&#8217;t let the audio go to waste. So here is the interview. We talked about my computing past, the <span style="color:#777"> . . . &#8594; Read More: <a href="http://qskcast.info/2011/01/episode-7-what-privacy/">QSK Episode 7: What Privacy?</a></span>]]></description>
			<content:encoded><![CDATA[<p>I did a guest appearance on an episode of a podcast hosted by Steve Cherubino which shall remain nameless for&#8230;purposes. But since the topic of discussion was both interesting and in some cases me, I couldn&#8217;t let the audio go to waste. So here is the interview. We talked about my computing past, the concepts of cloud computing, and where our privacy has gone and is going as we proceed into our technological future. Thanks for downloading and listening. Don&#8217;t forget to send in your feedback. I promise I&#8217;ll respond to it in an upcoming QSK episode. I just can&#8217;t promise which one.</p>
<p>OGG File MS5SUM: f3205516b44540842aa8b5d4e92f32bc</p>
<p>Russ</p>
]]></content:encoded>
			<wfw:commentRss>http://qskcast.info/2011/01/episode-7-what-privacy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
			<enclosure url="http://qskcast.info/podpress_trac/feed/64/0/qsk7.ogg" length="35795100" type="audio/ogg" />
		<itunes:duration>0:55:20</itunes:duration>
		<itunes:subtitle>I did a guest appearance on an episode of a podcast hosted by Steve Cherubino which shall remain nameless for&#8230;purposes. But since the topic of discussion was both interesting and in some cases me, I couldn&#8217;t let the audio go to waste. So[...]</itunes:subtitle>
		<itunes:summary>I did a guest appearance on an episode of a podcast hosted by Steve Cherubino which shall remain nameless for&#8230;purposes. But since the topic of discussion was both interesting and in some cases me, I couldn&#8217;t let the audio go to waste. So here is the interview. We talked about my computing past, the concepts of cloud computing, and where our privacy has gone and is going as we proceed into our technological future. Thanks for downloading and listening. Don&#8217;t forget to send in your feedback. I promise I&#8217;ll respond to it in an upcoming QSK episode. I just can&#8217;t promise which one.
OGG File MS5SUM: f3205516b44540842aa8b5d4e92f32bc
Russ</itunes:summary>
		<itunes:author>KFive</itunes:author>
		<itunes:explicit>no</itunes:explicit>
		<itunes:block>no</itunes:block>
	</item>
		<item>
		<title>QSK Episode 6: Show Notes</title>
		<link>http://qskcast.info/2010/10/episode-6-show-notes/</link>
		<comments>http://qskcast.info/2010/10/episode-6-show-notes/#comments</comments>
		<pubDate>Sat, 16 Oct 2010 01:00:00 +0000</pubDate>
		<dc:creator>russ</dc:creator>
				<category><![CDATA[Show Notes]]></category>

		<guid isPermaLink="false">http://qskcast.info/?p=37</guid>
		<description><![CDATA[<p>My talk at the Ohio Linux Fest 2010 entitled &#8220;The Origin of Open Source.&#8221; You can find the slide deck here.</p> ]]></description>
			<content:encoded><![CDATA[<p>My talk at the Ohio Linux Fest 2010 entitled &#8220;The Origin of Open Source.&#8221; You can find the slide deck <a title="Origin of Open Source Slide Deck (ODP)" href="http://dl.dropbox.com/u/4585142/Origin_of_Open_Source.odp" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://qskcast.info/2010/10/episode-6-show-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QSK Episode 6: The Origin of Open Source</title>
		<link>http://qskcast.info/2010/10/episode-6-the-origin-of-open-source/</link>
		<comments>http://qskcast.info/2010/10/episode-6-the-origin-of-open-source/#comments</comments>
		<pubDate>Sat, 16 Oct 2010 00:53:50 +0000</pubDate>
		<dc:creator>russ</dc:creator>
				<category><![CDATA[OGG Feed]]></category>

		<guid isPermaLink="false">http://qskcast.info/?p=20</guid>
		<description><![CDATA[<p>This episode of the QSK Netcast is the audio recording of my talk at Ohio Linux Fest 2010 entitled &#8220;The Origin of Open Source.&#8221;  The talk turned into a strange but, I think, interesting melange of Open Source philosophy, history, sociology and religion.  The biggest problem was the poor audio recording equipment used in a very <span style="color:#777"> . . . &#8594; Read More: <a href="http://qskcast.info/2010/10/episode-6-the-origin-of-open-source/">QSK Episode 6: The Origin of Open Source</a></span>]]></description>
			<content:encoded><![CDATA[<p>This episode of the QSK Netcast is the audio recording of my talk at Ohio Linux Fest 2010 entitled &#8220;The Origin of Open Source.&#8221;  The talk turned into a strange but, I think, interesting melange of Open Source philosophy, history, sociology and religion.  The biggest problem was the poor audio recording equipment used in a very large room so the audio many be difficult to understand in a few places.  I did what I could to clean it up using Audacity, but it&#8217;s simply not great.  Hope everyone enjoys it, though.  I&#8217;m going to attempt to put up written transcripts of all my episodes starting very soon.</p>
<p>OGG File MD5SUM: 8b7d81defd24e1db25abdefb7ab7f91b</p>
<p>Russ</p>
]]></content:encoded>
			<wfw:commentRss>http://qskcast.info/2010/10/episode-6-the-origin-of-open-source/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
			<enclosure url="http://qskcast.info/podpress_trac/feed/20/0/qsk6.ogg" length="15268997" type="audio/ogg" />
		<itunes:duration>0:42:18</itunes:duration>
		<itunes:subtitle>This episode of the QSK Netcast is the audio recording of my talk at Ohio Linux Fest 2010 entitled &#8220;The Origin of Open Source.&#8221;  The talk turned into a strange but, I think, interesting melange of Open Source philosophy, history, sociolo[...]</itunes:subtitle>
		<itunes:summary>This episode of the QSK Netcast is the audio recording of my talk at Ohio Linux Fest 2010 entitled &#8220;The Origin of Open Source.&#8221;  The talk turned into a strange but, I think, interesting melange of Open Source philosophy, history, sociology and religion.  The biggest problem was the poor audio recording equipment used in a very large room so the audio many be difficult to understand in a few places.  I did what I could to clean it up using Audacity, but it&#8217;s simply not great.  Hope everyone enjoys it, though.  I&#8217;m going to attempt to put up written transcripts of all my episodes starting very soon.
OGG File MD5SUM: 8b7d81defd24e1db25abdefb7ab7f91b
Russ</itunes:summary>
		<itunes:author>KFive</itunes:author>
		<itunes:explicit>clean</itunes:explicit>
		<itunes:block>no</itunes:block>
	</item>
		<item>
		<title>QSK Episode 5: Show Notes</title>
		<link>http://qskcast.info/2010/09/episode-5-show-notes/</link>
		<comments>http://qskcast.info/2010/09/episode-5-show-notes/#comments</comments>
		<pubDate>Tue, 21 Sep 2010 07:52:05 +0000</pubDate>
		<dc:creator>russ</dc:creator>
				<category><![CDATA[Show Notes]]></category>

		<guid isPermaLink="false">http://qskcast.info/?p=34</guid>
		<description><![CDATA[<p>No show notes for this one, all. The content is pretty self explanatory.</p> ]]></description>
			<content:encoded><![CDATA[<p>No show notes for this one, all. The content is pretty self explanatory.</p>
]]></content:encoded>
			<wfw:commentRss>http://qskcast.info/2010/09/episode-5-show-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QSK Episode 5: You&#8217;re Driving Me Crazy</title>
		<link>http://qskcast.info/2010/09/episode-5-youre-driving-me-crazy/</link>
		<comments>http://qskcast.info/2010/09/episode-5-youre-driving-me-crazy/#comments</comments>
		<pubDate>Tue, 21 Sep 2010 07:51:04 +0000</pubDate>
		<dc:creator>russ</dc:creator>
				<category><![CDATA[OGG Feed]]></category>

		<guid isPermaLink="false">http://qskcast.info/?p=18</guid>
		<description><![CDATA[<p>In this episode of the QSK Netcast, your hero takes his road rage into the netcast arena. With a top-ten list of bad driving buffoonery to choose from, I stand on my soapbox for an entire episode and spout off to my heart&#8217;s content. Be warned, the explicit tag on this episode means EXPLICIT.  No <span style="color:#777"> . . . &#8594; Read More: <a href="http://qskcast.info/2010/09/episode-5-youre-driving-me-crazy/">QSK Episode 5: You&#8217;re Driving Me Crazy</a></span>]]></description>
			<content:encoded><![CDATA[<p>In this episode of the QSK Netcast, your hero takes his road rage into the netcast arena. With a top-ten list of bad driving buffoonery to choose from, I stand on my soapbox for an entire episode and spout off to my heart&#8217;s content. Be warned, the explicit tag on this episode means EXPLICIT.  No two ways about it. It just so happens that when I&#8217;m passionate about something, I don&#8217;t hold anything back. Please enjoy this latest episode and tell all your friends about the show. Don&#8217;t forget to send feedback, too. I&#8217;d love to hear what you think.</p>
<p>OGG File MD5SUM: e3b91a548562670d7afe628461ee790f</p>
<p>Russ</p>
]]></content:encoded>
			<wfw:commentRss>http://qskcast.info/2010/09/episode-5-youre-driving-me-crazy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
			<enclosure url="http://qskcast.info/podpress_trac/feed/18/0/qsk5.ogg" length="27472984" type="audio/ogg" />
		<itunes:duration>0:41:13</itunes:duration>
		<itunes:subtitle>In this episode of the QSK Netcast, your hero takes his road rage into the netcast arena. With a top-ten list of bad driving buffoonery to choose from, I stand on my soapbox for an entire episode and spout off to my heart&#8217;s content. Be warned,[...]</itunes:subtitle>
		<itunes:summary>In this episode of the QSK Netcast, your hero takes his road rage into the netcast arena. With a top-ten list of bad driving buffoonery to choose from, I stand on my soapbox for an entire episode and spout off to my heart&#8217;s content. Be warned, the explicit tag on this episode means EXPLICIT.  No two ways about it. It just so happens that when I&#8217;m passionate about something, I don&#8217;t hold anything back. Please enjoy this latest episode and tell all your friends about the show. Don&#8217;t forget to send feedback, too. I&#8217;d love to hear what you think.
OGG File MD5SUM: e3b91a548562670d7afe628461ee790f
Russ</itunes:summary>
		<itunes:author>KFive</itunes:author>
		<itunes:explicit>yes</itunes:explicit>
		<itunes:block>no</itunes:block>
	</item>
		<item>
		<title>QSK Episode 4: AM vs. FM</title>
		<link>http://qskcast.info/2010/09/episode-4-am-vs-fm/</link>
		<comments>http://qskcast.info/2010/09/episode-4-am-vs-fm/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 07:26:09 +0000</pubDate>
		<dc:creator>russ</dc:creator>
				<category><![CDATA[OGG Feed]]></category>

		<guid isPermaLink="false">http://qskcast.info/?p=16</guid>
		<description><![CDATA[<p>After a discussion on IRC that I&#8217;ve had several times before over the past few years, I decided to put my thoughts on the difference between AM and FM radio into a podcast. This talk gets a little bit technical but I think it&#8217;s easy enough for the average listener to follow. Thank you, Linux Basement, for mentioning <span style="color:#777"> . . . &#8594; Read More: <a href="http://qskcast.info/2010/09/episode-4-am-vs-fm/">QSK Episode 4: AM vs. FM</a></span>]]></description>
			<content:encoded><![CDATA[<p>After a discussion on IRC that I&#8217;ve had several times before over the past few years, I decided to put my thoughts on the difference between AM and FM radio into a podcast. This talk gets a little bit technical but I think it&#8217;s easy enough for the average listener to follow. Thank you, Linux Basement, for mentioning the show. I really appreciate it!</p>
<p>OGG File MD5SUM: 3cb00bdad037cc398451a595fc33d1cd</p>
<p>Russ</p>
]]></content:encoded>
			<wfw:commentRss>http://qskcast.info/2010/09/episode-4-am-vs-fm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
			<enclosure url="http://qskcast.info/podpress_trac/feed/16/0/qsk4.ogg" length="14964593" type="audio/ogg" />
		<itunes:duration>0:22:35</itunes:duration>
		<itunes:subtitle>After a discussion on IRC that I&#8217;ve had several times before over the past few years, I decided to put my thoughts on the difference between AM and FM radio into a podcast. This talk gets a little bit technical but I think it&#8217;s easy enou[...]</itunes:subtitle>
		<itunes:summary>After a discussion on IRC that I&#8217;ve had several times before over the past few years, I decided to put my thoughts on the difference between AM and FM radio into a podcast. This talk gets a little bit technical but I think it&#8217;s easy enough for the average listener to follow. Thank you, Linux Basement, for mentioning the show. I really appreciate it!
OGG File MD5SUM: 3cb00bdad037cc398451a595fc33d1cd
Russ</itunes:summary>
		<itunes:author>KFive</itunes:author>
		<itunes:explicit>clean</itunes:explicit>
		<itunes:block>no</itunes:block>
	</item>
		<item>
		<title>QSK Episode 4: Show Notes</title>
		<link>http://qskcast.info/2010/09/episode-4-show-notes/</link>
		<comments>http://qskcast.info/2010/09/episode-4-show-notes/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 07:17:25 +0000</pubDate>
		<dc:creator>russ</dc:creator>
				<category><![CDATA[Show Notes]]></category>

		<guid isPermaLink="false">http://qskcast.info/?p=32</guid>
		<description><![CDATA[AM vs. FM Carrier Wave (Carrier) In telecommunications, a carrier wave, or carrier is a waveform (usually sinusoidal) that is modulated (modified) with an input signal for the purpose of conveying information. This carrier wave is usually of much higher frequency than the input signal. The purpose of the carrier is to transmit the <span style="color:#777"> . . . &#8594; Read More: <a href="http://qskcast.info/2010/09/episode-4-show-notes/">QSK Episode 4: Show Notes</a></span>]]></description>
			<content:encoded><![CDATA[<div id="magicdomid2">AM vs. FM</div>
<div id="magicdomid3">
<ul>
<li>Carrier Wave (Carrier)</li>
<li>In telecommunications, a <strong>carrier wave</strong>, or <strong>carrier</strong> is a waveform (usually sinusoidal) that is modulated (modified) with an input signal for the purpose of conveying information. This carrier wave is usually of much higher frequency than the input signal. The purpose of the carrier is to transmit the information through space as an electromagnetic wave.</li>
</ul>
</div>
<div id="magicdomid7">
<ul>
<li>Amplitude Modulation</li>
<li>Carrier Wave is modified by varying amplitude based on the volume and pitch of the input signal</li>
<li>Power inefficient (2/3rds lost to Carrier Wave)</li>
<li>Transmits two sidebands of equal bandwidth, which are mirror images of each other</li>
<li>Power can be enhanced by eliminating one sideband (SSB)</li>
<li>Power can further be enhanced by suppressing carrier power</li>
<li>When the carrier is missing, a BFO (beat frequency oscillator) must be used to recreate it on the receiving end</li>
</ul>
</div>
<div id="magicdomid15">
<ul>
<li>Frequency Modulation</li>
<li>Carrier Wave is modified by varying frequency based on the volume and pitch of the input signal</li>
<li>Requires wider signal bandwidth than AM</li>
<li>More resistant to noise and interference</li>
<li>Better sound reproduction</li>
</ul>
</div>
<div id="magicdomid21">
<ul>
<li>Because FM has wider bandwidth it was used for high fidelity FM radio (really VHF radio)</li>
<li>Lower frequency AM radio signals may propagate at night due to F-layer skip</li>
<li>Frequency and transmission mode do not correlate</li>
<li>Other modes are possible:  SSB, F (or P) SK, CW (Morse Code)</li>
<li>Communication proven from below 9kHz to above 10GHz</li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://qskcast.info/2010/09/episode-4-show-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QSK Episode 3: Show Notes</title>
		<link>http://qskcast.info/2010/09/episode-3-show-notes/</link>
		<comments>http://qskcast.info/2010/09/episode-3-show-notes/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 07:13:15 +0000</pubDate>
		<dc:creator>russ</dc:creator>
				<category><![CDATA[Show Notes]]></category>

		<guid isPermaLink="false">http://qskcast.info/?p=30</guid>
		<description><![CDATA[Handicapped Parking Scope (Missouri) Benefits Problems Stairs, Landings, Ledges, Curbs Ramps (Placement, Missing) Door Width (36&#8243;+) ADA (Americans with Disabilities Act) and Grandfathering Abuses Teenagers at the Mall Evil Eyes of the Elderly Ramps and Crosshatches Vehicle Spacing Confrontations Enforcement Legalities Relevant Missouri Statutes 301.141.  1.  Fraudulent procurement or use of disabled-person license plates <span style="color:#777"> . . . &#8594; Read More: <a href="http://qskcast.info/2010/09/episode-3-show-notes/">QSK Episode 3: Show Notes</a></span>]]></description>
			<content:encoded><![CDATA[<div id="magicdomid2">Handicapped Parking</div>
<div id="magicdomid3">
<ul>
<li>Scope (Missouri)</li>
<li>Benefits</li>
<li>Problems</li>
<li>Stairs, Landings, Ledges, Curbs</li>
<li>Ramps (Placement, Missing)</li>
<li>Door Width (36&#8243;+)</li>
<li>ADA (Americans with Disabilities Act) and Grandfathering</li>
<li>Abuses</li>
<li>Teenagers at the Mall</li>
<li>Evil Eyes of the Elderly</li>
<li>Ramps and Crosshatches</li>
<li>Vehicle Spacing</li>
<li>Confrontations</li>
<li>Enforcement</li>
<li>Legalities</li>
</ul>
</div>
<div id="magicdomid20"><strong>Relevant Missouri Statutes</strong></div>
<div id="magicdomid22">301.141.  1.  Fraudulent procurement or use of disabled-person license plates or windshield placards shall be a class B misdemeanor.</div>
<div id="magicdomid24">2.  Any physician or other health care practitioner authorized to issue a physician&#8217;s statement or certificate to enable persons to obtain disabled license plates or windshield hanging placards pursuant to section 301.142 who issues, signs, or furnishes such statement or certificate to any person who does not meet one or more of the conditions set forth in subsection 1 of section 301.142, if there is no basis for the diagnosis given, or who issues, signs, or furnishes such statement for a condition, the diagnosis of which is outside the scope of such health care provider&#8217;s license, is guilty of a class B misdemeanor.</div>
<div id="magicdomid26">301.142.  1.  As used in sections 301.141 to 301.143, the following terms mean:</div>
<div id="magicdomid28">(4)  &#8220;Physically disabled&#8221;, a natural person who is blind, as defined in section 8.700, RSMo, or a natural person with medical disabilities which prohibits, limits, or severely impairs one&#8217;s ability to ambulate or walk, as determined by a licensed physician or other authorized health care practitioner as follows:</div>
<div id="magicdomid29">(a)  The person cannot ambulate or walk fifty or less feet without stopping to rest due to a severe and disabling arthritic, neurological, orthopedic condition, or other severe and disabling condition; or</div>
<div id="magicdomid30">(b)  The person cannot ambulate or walk without the use of, or assistance from, a brace, cane, crutch, another person, prosthetic device, wheelchair, or other assistive device; or</div>
<div id="magicdomid31">(c)  Is restricted by a respiratory or other disease to such an extent that the person&#8217;s forced respiratory expiratory volume for one second, when measured by spirometry, is less than one liter, or the arterial oxygen tension is less than sixty mm/hg on room air at rest; or</div>
<div id="magicdomid32">(d)  Uses portable oxygen; or</div>
<div id="magicdomid33">(e)  Has a cardiac condition to the extent that the person&#8217;s functional limitations are classified in severity as class III or class IV according to standards set by the American Heart Association; or</div>
<div id="magicdomid34">(f)  A person&#8217;s age, in and of itself, shall not be a factor in determining whether such person is physically disabled or is otherwise entitled to disabled license plates and/or disabled windshield hanging placards within the meaning of sections 301.141 to 301.143;</div>
<div id="magicdomid36">15.  At the time the disabled plates or windshield hanging placards are issued, the director shall issue a registration certificate which shall include the applicant&#8217;s name, address, and other identifying information as prescribed by the director, or if issued to an agency, such agency&#8217;s name and address.  This certificate shall further contain the disabled license plate number or, for windshield hanging placards, the registration or identifying number stamped on the placard.  The validated registration receipt given to the applicant shall serve as the registration certificate.</div>
<div id="magicdomid38">14.  The placard shall be renewable only by the person or entity to which the placard was originally issued.  Any placard issued pursuant to this section shall only be used when the physically disabled occupant for whom the disabled plate or placard was issued is in the motor vehicle at the time of parking or when a physically disabled person is being delivered or collected.  A disabled license plate and/or a removable windshield hanging placard are not transferable and may not be used by any other person whether disabled or not.</div>
<div id="magicdomid40">27.  Fraudulent application, renewal, issuance, procurement or use of disabled person license plates or windshield placards shall be a class A misdemeanor.  It is a class B misdemeanor for a physician, chiropractor, podiatrist or optometrist to certify that an individual or family member is qualified for a license plate or windshield placard based on a disability, the diagnosis of which is outside their scope of practice or if there is no basis for the diagnosis.</div>
<div id="magicdomid42">301.143.</div>
<div id="magicdomid44">4.  Any person who parks in a space reserved for physically disabled persons and is not displaying distinguishing license plates or a card is guilty of an infraction and upon conviction thereof shall be punished by a fine of not less than fifty dollars nor more than three hundred dollars.</div>
<div id="magicdomid46">6.  Any person who, without authorization, uses a distinguishing license plate or card issued pursuant to section 301.071 or 301.142 to park in a parking space reserved under authority of this section shall be guilty of a class B misdemeanor.</div>
<div id="magicdomid48"><strong>American Heart Association Cardiac Guidelines</strong></div>
<div id="magicdomid50"><strong>Class I.</strong> Patients with cardiac disease but without resulting limitation of  physical activity. Ordinary physical activity does not cause undue fatigue, palpitation, dyspnea or anginal pain.</div>
<div id="magicdomid51"><strong>Class II.</strong> Patients with cardiac disease resulting in slight limitation of physical activity. They are comfortable at rest.  Ordinary physical activity results in fatigue, palpitation, dyspnea or  anginal pain.</div>
<div id="magicdomid52"><strong>Class III.</strong> Patients with cardiac disease resulting  in marked limitation of physical activity. They are comfortable at rest. Less than ordinary activity causes fatigue, palpitation, dyspnea or anginal pain.</div>
<div id="magicdomid53"><strong>Class IV.</strong> Patients with cardiac disease resulting in inability to carry on any physical activity without discomfort.  Symptoms of heart failure or the anginal syndrome may be present even at rest.  If any physical activity is undertaken, discomfort increases.</div>
<div id="magicdomid55"><strong>Punishment for Crimes by Missouri Statute</strong></div>
<div id="magicdomid57">Class A Misdemeanor:  Up to $1000 fine and 6-12 months in prison</div>
<div id="magicdomid58">Class B Misdemeanor:  Up to $500 fine and 30 days to 6 months in prison</div>
]]></content:encoded>
			<wfw:commentRss>http://qskcast.info/2010/09/episode-3-show-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QSK Episode 3: Old and in the Way</title>
		<link>http://qskcast.info/2010/08/episode-3-old-and-in-the-way/</link>
		<comments>http://qskcast.info/2010/08/episode-3-old-and-in-the-way/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 07:51:34 +0000</pubDate>
		<dc:creator>russ</dc:creator>
				<category><![CDATA[OGG Feed]]></category>

		<guid isPermaLink="false">http://qskcast.info/?p=14</guid>
		<description><![CDATA[<p>Episode 3 of QSK is a rantcast. Cheryl, my significant other, and I ruminate on the state of motor vehicle licensing in the world, how ridiculous the situation has gotten and what we&#8217;re planning on doing about it.  This one is a fun ride, so sit back and enjoy the total lack of political <span style="color:#777"> . . . &#8594; Read More: <a href="http://qskcast.info/2010/08/episode-3-old-and-in-the-way/">QSK Episode 3: Old and in the Way</a></span>]]></description>
			<content:encoded><![CDATA[<p>Episode 3 of QSK is a rantcast. Cheryl, my significant other, and I ruminate on the state of motor vehicle licensing in the world, how ridiculous the situation has gotten and what we&#8217;re planning on doing about it.  This one is a fun ride, so sit back and enjoy the total lack of political correctness. We did.</p>
<p>OGG File MD5SUM: 29fd4f2a57cd19c1c835cb3dcfc7b1c7</p>
<p>Russ</p>
]]></content:encoded>
			<wfw:commentRss>http://qskcast.info/2010/08/episode-3-old-and-in-the-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
			<enclosure url="http://qskcast.info/podpress_trac/feed/14/0/qsk3.ogg" length="25360498" type="audio/ogg" />
		<itunes:duration>0:42:37</itunes:duration>
		<itunes:subtitle>Episode 3 of QSK is a rantcast. Cheryl, my significant other, and I ruminate on the state of motor vehicle licensing in the world, how ridiculous the situation has gotten and what we&#8217;re planning on doing about it.  This one is a fun ride, so s[...]</itunes:subtitle>
		<itunes:summary>Episode 3 of QSK is a rantcast. Cheryl, my significant other, and I ruminate on the state of motor vehicle licensing in the world, how ridiculous the situation has gotten and what we&#8217;re planning on doing about it.  This one is a fun ride, so sit back and enjoy the total lack of political correctness. We did.
OGG File MD5SUM: 29fd4f2a57cd19c1c835cb3dcfc7b1c7
Russ</itunes:summary>
		<itunes:author>KFive</itunes:author>
		<itunes:explicit>yes</itunes:explicit>
		<itunes:block>no</itunes:block>
	</item>
		<item>
		<title>QSK Episode 2: Show Notes</title>
		<link>http://qskcast.info/2010/08/episode-2-show-notes/</link>
		<comments>http://qskcast.info/2010/08/episode-2-show-notes/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 05:33:43 +0000</pubDate>
		<dc:creator>russ</dc:creator>
				<category><![CDATA[Show Notes]]></category>

		<guid isPermaLink="false">http://qskcast.info/?p=28</guid>
		<description><![CDATA[<p>MP3 vs. OGG</p> Software Patents Individual countries where patents apply: Japan, China, India, United States Group countries with patent offices: European Union Questions occur when the definition of &#8220;non-obviousness&#8221; is questioned PNG developed to avoid GIF patents OGG developed to avoid MP3 patents Patent Pledges (agreements to not enforce patents on free/open source projects) <span style="color:#777"> . . . &#8594; Read More: <a href="http://qskcast.info/2010/08/episode-2-show-notes/">QSK Episode 2: Show Notes</a></span>]]></description>
			<content:encoded><![CDATA[<p>MP3 vs. OGG</p>
<ul type="disc">
<li>Software Patents</li>
<li>Individual countries where patents apply:</li>
<li>Japan, China, India, United States</li>
<li>Group countries with patent offices:</li>
<li>European Union</li>
<li>Questions occur when the definition of &#8220;non-obviousness&#8221; is questioned</li>
<li>PNG developed to avoid GIF patents</li>
<li>OGG developed to avoid MP3 patents</li>
<li>Patent Pledges (agreements to not enforce patents on free/open source projects)</li>
<li>Royalty-free patents (Apple, Nokia, Novell, Red Hat, etc.)</li>
<li>150,000+ software patents</li>
<li>Patent Trolls (Intellectual Ventures, Acacia Technologies)</li>
<li>Anti Patent-Troll Troll (Open Innovation Network)</li>
</ul>
<p>OGG</p>
<ul>
<li>Started in 1994 by Chris Montgomery</li>
<li>Founder of Xiphophorus and Xiph.Org</li>
<li>Allegedly patent free</li>
<li>BSD Licensed</li>
</ul>
<div>Copyright (c) &lt;year&gt;, &lt;copyright holder&gt;</div>
<div>All rights reserved.Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:</div>
<div>* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.<br />
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.</div>
<div>* Neither the name of the nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.</div>
<div>THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &#8220;AS IS&#8221; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</div>
<ul>
<li>Container format</li>
<li>Vorbis is audio codec (.oga or .ogg)</li>
<li>Theora is video codec (.ogv)</li>
<li>Multiplexed audio/video (.ogx)</li>
<li>Speex -&gt; Highly lossy speech compression codec</li>
<li>FLAC -&gt; Free Lossless Audio Codec (Josh Coalson)</li>
<li>OggPCM -&gt; Lossless, Pulse Code Modulation (Alec Reeves, 1937) in OGG container</li>
</ul>
<p>MP3</p>
<ul>
<li>MPEG-1 or MPEG-2 Audio Layer 3</li>
<li>Moving Picture Experts Group</li>
<li>Finalized in 1993</li>
<li>Fraunhofer Society, University of Hannover, AT&amp;T-Bell Labs, Thomas Brandt, CCETT</li>
<li>Thomson Multimedia claims current patents</li>
<li>Alcatel-Lucent claims ownership of previous AT&amp;T-Bell Labs patents</li>
<li>MP3 should be patent free sometime between 2012 and 2017</li>
<li>Lossy</li>
</ul>
<p>Decoding:</p>
<p>Additionally, patent holders declined to enforce license fees on free and open source decoders, which allows many free MP3 decoders to develop. Thus, while patent fees have been an issue for companies that attempt to use MP3, they have not meaningfully impacted personal use.</p>
<p>Encoding:</p>
<ul>
<li>http://www.mp3-tech.org/patents.html</li>
<li>http://www.mp3licensing.com/</li>
<li>http://www.mp3licensing.com/royalty/emd.html</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://qskcast.info/2010/08/episode-2-show-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QSK Episode 2: MP3 v. OGG</title>
		<link>http://qskcast.info/2010/08/episode-2-mp3-v-ogg/</link>
		<comments>http://qskcast.info/2010/08/episode-2-mp3-v-ogg/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 05:24:34 +0000</pubDate>
		<dc:creator>russ</dc:creator>
				<category><![CDATA[OGG Feed]]></category>

		<guid isPermaLink="false">http://qskcast.info/?p=12</guid>
		<description><![CDATA[<p>Thanks to Klaatu for coming on board tonight to talk about the debate over software patents and the MP3 format vs. Open Source audio codecs like OGG. The audio leaves a little bit to be desired but everything is understandable. Please tell everyone about the netcast. Thanks for listening and hope to have you back <span style="color:#777"> . . . &#8594; Read More: <a href="http://qskcast.info/2010/08/episode-2-mp3-v-ogg/">QSK Episode 2: MP3 v. OGG</a></span>]]></description>
			<content:encoded><![CDATA[<p>Thanks to Klaatu for coming on board tonight to talk about the debate over software patents and the MP3 format vs. Open Source audio codecs like OGG. The audio leaves a little bit to be desired but everything is understandable. Please tell everyone about the netcast. Thanks for listening and hope to have you back for Episode 3.</p>
<p>OGG File MD5SUM: a2e24ea7def7075829c1da4daea0b804</p>
<p>Russ</p>
]]></content:encoded>
			<wfw:commentRss>http://qskcast.info/2010/08/episode-2-mp3-v-ogg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
			<enclosure url="http://qskcast.info/podpress_trac/feed/12/0/qsk2.ogg" length="19966664" type="audio/ogg" />
		<itunes:duration>0:38:45</itunes:duration>
		<itunes:subtitle>Thanks to Klaatu for coming on board tonight to talk about the debate over software patents and the MP3 format vs. Open Source audio codecs like OGG. The audio leaves a little bit to be desired but everything is understandable. Please tell everyone [...]</itunes:subtitle>
		<itunes:summary>Thanks to Klaatu for coming on board tonight to talk about the debate over software patents and the MP3 format vs. Open Source audio codecs like OGG. The audio leaves a little bit to be desired but everything is understandable. Please tell everyone about the netcast. Thanks for listening and hope to have you back for Episode 3.
OGG File MD5SUM: a2e24ea7def7075829c1da4daea0b804
Russ</itunes:summary>
		<itunes:author>KFive</itunes:author>
		<itunes:explicit>yes</itunes:explicit>
		<itunes:block>no</itunes:block>
	</item>
		<item>
		<title>QSK Episode 1: Show Notes</title>
		<link>http://qskcast.info/2010/08/episode-1-show-notes/</link>
		<comments>http://qskcast.info/2010/08/episode-1-show-notes/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 08:28:49 +0000</pubDate>
		<dc:creator>russ</dc:creator>
				<category><![CDATA[Show Notes]]></category>

		<guid isPermaLink="false">http://qskcast.info/?p=25</guid>
		<description><![CDATA[<p>Attached to this post you will find two of the pictures I took that show how the movie windows look when Devil&#8217;s Pie is applied. Sorry that they are a little bit grainy as they were taken with my iPhone (no flash) in a darkened room.</p> <p>You can find the Devil&#8217;s Pie application in many distributions. <span style="color:#777"> . . . &#8594; Read More: <a href="http://qskcast.info/2010/08/episode-1-show-notes/">QSK Episode 1: Show Notes</a></span>]]></description>
			<content:encoded><![CDATA[<p>Attached to this post you will find two of the pictures I took that show how the movie windows look when Devil&#8217;s Pie is applied. Sorry that they are a little bit grainy as they were taken with my iPhone (no flash) in a darkened room.</p>
<p>You can find the Devil&#8217;s Pie application in many distributions. For Debian, Ubuntu and other .deb based distributions, you may install using:</p>
<pre>apt-get install devilspie</pre>
<p>For Red Hat, Fedora, OpenSuSE and other .rpm based distributions:</p>
<pre>yum install devilspie</pre>
<p>Find the source code and revision history for Devil&#8217;s Pie here:</p>
<ul>
<li>
<pre>http://burtonini.com/blog/computers/devilspie</pre>
</li>
</ul>
<p>Find the GTK GUI configuration tools here:</p>
<ul>
<li>
<pre>http://code.google.com/p/gdevilspie</pre>
</li>
</ul>
<p>You may run Devil&#8217;s Pie at the command line, but the recommended way is to put it as a startup application. In Ubuntu, use the System menu, go to Preferences and then Startup Applications. Use /usr/bin/devilspie as the application. Call it something meaningful.</p>
<p>Here is the s-expression code for my xmbc.ds file which is located on my system in /etc/devilspie. You can also use ~/.devilspie as a directory for your .ds files if you just want them to work for your specific login.</p>
<pre>/etc/devilspie/xmbc.ds:</pre>
<pre>(if
  (contans (application_name) "xbmc")
     (geometry 1180x720+49+49)
     (undecorate)
  )
)</pre>
<p>There are many other options you can specify in Devil&#8217;s Pie. You can have any number of combinations based on single applications, or you can use a globalized configuration if you have a .ds file which excludes (if) statements.</p>
<p>Other Devil&#8217;s Pie Options</p>
<ul>
<li>
<pre>(center) - Center a window in your desktop</pre>
</li>
<li>
<pre>(focus) - Give a window focus upon initial draw</pre>
</li>
<li>
<pre>(below) - Open a window below other windows</pre>
</li>
<li>
<pre>(fullscreen) - Make a window fullscreen</pre>
</li>
<li>
<pre>(opacity x) - Set opacity to x (0 - 100)</pre>
</li>
<li>
<pre>(pin) - Pin a window to all workspaces</pre>
</li>
<li>
<pre>(set_workspace x) - Open window on workspace x</pre>
</li>
<li>
<pre>(maximize) - Maximize</pre>
</li>
<li>
<pre>(minimize) - Minimize</pre>
</li>
<li>
<pre>(debug) - Enable debugging</pre>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://qskcast.info/2010/08/episode-1-show-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QSK Episode 1: Devil in the Details</title>
		<link>http://qskcast.info/2010/08/episode-1-devil-in-the-details/</link>
		<comments>http://qskcast.info/2010/08/episode-1-devil-in-the-details/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 07:01:36 +0000</pubDate>
		<dc:creator>russ</dc:creator>
				<category><![CDATA[OGG Feed]]></category>
		<category><![CDATA[devils pie]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[multimedia]]></category>
		<category><![CDATA[window manager]]></category>
		<category><![CDATA[x]]></category>

		<guid isPermaLink="false">http://qskcast.info/?p=8</guid>
		<description><![CDATA[<p>This is the very first episode of the QSK Netcast. I want to thank everyone who supports podcasting, netcasting, Internet broadcasting or whatever you want to call it. I also want to thank all those who believe in Open Source, who strive to mentor with every breath and who believe the world is a <span style="color:#777"> . . . &#8594; Read More: <a href="http://qskcast.info/2010/08/episode-1-devil-in-the-details/">QSK Episode 1: Devil in the Details</a></span>]]></description>
			<content:encoded><![CDATA[<p>This is the very first episode of the QSK Netcast. I want to thank everyone who supports podcasting, netcasting, Internet broadcasting or whatever you want to call it. I also want to thank all those who believe in Open Source, who strive to mentor with every breath and who believe the world is a better place with more knowledge in it. Please have a listen to my latest effort and send me feedback using the contact form or by leaving comments on the Web site. You can also call the show at 417-200-4811 and press the option for QSK Netcast. I really want to hear from you: Your likes, your dislikes, your requests, your questions&#8211;whatever. Just remember, it can only get better from here.</p>
<p>OGG File MD5SUM: a13a70fe0eeaec7282dd214edaa2dea7</p>
<p>Russ</p>
]]></content:encoded>
			<wfw:commentRss>http://qskcast.info/2010/08/episode-1-devil-in-the-details/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
			<enclosure url="http://qskcast.info/podpress_trac/feed/8/0/qsk1.ogg" length="14462423" type="audio/ogg" />
		<itunes:duration>0:21:57</itunes:duration>
		<itunes:subtitle>This is the very first episode of the QSK Netcast. I want to thank everyone who supports podcasting, netcasting, Internet broadcasting or whatever you want to call it. I also want to thank all those who believe in Open Source, who strive to mentor w[...]</itunes:subtitle>
		<itunes:summary>This is the very first episode of the QSK Netcast. I want to thank everyone who supports podcasting, netcasting, Internet broadcasting or whatever you want to call it. I also want to thank all those who believe in Open Source, who strive to mentor with every breath and who believe the world is a better place with more knowledge in it. Please have a listen to my latest effort and send me feedback using the contact form or by leaving comments on the Web site. You can also call the show at 417-200-4811 and press the option for QSK Netcast. I really want to hear from you: Your likes, your dislikes, your requests, your questions&#8211;whatever. Just remember, it can only get better from here.
OGG File MD5SUM: a13a70fe0eeaec7282dd214edaa2dea7
Russ</itunes:summary>
		<itunes:author>KFive</itunes:author>
		<itunes:explicit>clean</itunes:explicit>
		<itunes:block>no</itunes:block>
	</item>
	</channel>
</rss>

