<?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>Code: Rich</title>
	<atom:link href="http://coderich.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://coderich.net</link>
	<description>[This space left intentionally blank.]</description>
	<lastBuildDate>Sat, 05 Jun 2010 21:19:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>OpenID Delegation with WordPress</title>
		<link>http://coderich.net/2010/06/05/openid-delegation-with-wordpress/</link>
		<comments>http://coderich.net/2010/06/05/openid-delegation-with-wordpress/#comments</comments>
		<pubDate>Sat, 05 Jun 2010 21:19:58 +0000</pubDate>
		<dc:creator>rlaager</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://coderich.net/?p=131</guid>
		<description><![CDATA[Today I was curious about doing OpenID delegation. I wanted to use my blog (coderich.net) as my OpenID and have it authenticate via another provider. I ended up choosing Google as the other provider, but Launchpad would&#8217;ve worked just as well for me, I think. I found a helpful stackoverflow answer that explained how to [...]]]></description>
			<content:encoded><![CDATA[<p>Today I was curious about doing OpenID delegation. I wanted to use my blog (coderich.net) as my OpenID and have it authenticate via another provider. I ended up choosing Google as the other provider, but Launchpad would&#8217;ve worked just as well for me, I think.</p>
<p>I found a helpful stackoverflow answer that explained how to <a href="http://stackoverflow.com/questions/2541526/delegate-openid-to-google-not-google-apps/2545245#2545245">Delegate OpenID to Google</a>. Then, I found an <a href="http://eran.sandler.co.il/wordpress-plugins/openid-delegate-wordpress-plugin/">OpenID Delegate Plugin</a> for WordPress. It didn&#8217;t use the openid2 link names, so I updated the plugin slightly so it provides both the old tags and the new ones; you can <a href="/downloads/openid-delegate.php">download my version 0.2</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://coderich.net/2010/06/05/openid-delegation-with-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows man pages?</title>
		<link>http://coderich.net/2010/05/12/windows-man-pages/</link>
		<comments>http://coderich.net/2010/05/12/windows-man-pages/#comments</comments>
		<pubDate>Wed, 12 May 2010 15:58:44 +0000</pubDate>
		<dc:creator>rlaager</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://coderich.net/?p=119</guid>
		<description><![CDATA[If you liked apt-get on Windows Server Core, you should definitely check out Andy&#8217;s man pages in Windows.]]></description>
			<content:encoded><![CDATA[<p>If you liked <a href="http://coderich.net/2010/04/25/apt-get-on-windows-server-core/">apt-get on Windows Server Core</a>, you should definitely check out Andy&#8217;s <a href="http://afiler.com/2010/05/11/man-pages-in-windows/">man pages in Windows</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://coderich.net/2010/05/12/windows-man-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iphlpsvc CPU Usage</title>
		<link>http://coderich.net/2010/05/05/iphlpsvc-cpu-usage/</link>
		<comments>http://coderich.net/2010/05/05/iphlpsvc-cpu-usage/#comments</comments>
		<pubDate>Wed, 05 May 2010 02:53:37 +0000</pubDate>
		<dc:creator>rlaager</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://coderich.net/?p=113</guid>
		<description><![CDATA[On my test Windows Server 2008 R2 Server Core install, I&#8217;ve been seeing period CPU usage spikes on what&#8217;s basically an idle guest. Task Manager showed an instance of svchost was the offender. I used Process Explorer to narrow down which services it was running. From there, I had to use the process of elimination [...]]]></description>
			<content:encoded><![CDATA[<p>On my test Windows Server 2008 R2 Server Core install, I&#8217;ve been seeing period CPU usage spikes on what&#8217;s basically an idle guest. Task Manager showed an instance of svchost was the offender. I used <a href="http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx">Process Explorer</a> to narrow down which services it was running. From there, I had to use the process of elimination to find the CPU hog.</p>
<p>I started by disabling the Windows Update service. Even though that turned out not to be the problem, I stand by that. There&#8217;s no reason to have a service running when we&#8217;re going to run the updates manually.</p>
<p>It seems the IP Helper (iphlpsvc) service was the culprit. Some web searching suggests it&#8217;s used for 6to4 (or Teredo) tunneling. We&#8217;re not interested in host-tunneled IPv6 connectivity; eventually I want native IPv6. So, I just disabled the service. The guest&#8217;s idle CPU usage seems to hover around 1% now.</p>
]]></content:encoded>
			<wfw:commentRss>http://coderich.net/2010/05/05/iphlpsvc-cpu-usage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server Manager for Windows Server Core 2008 R2</title>
		<link>http://coderich.net/2010/04/25/server-manager-for-windows-server-core-2008-r2/</link>
		<comments>http://coderich.net/2010/04/25/server-manager-for-windows-server-core-2008-r2/#comments</comments>
		<pubDate>Sun, 25 Apr 2010 22:48:33 +0000</pubDate>
		<dc:creator>rlaager</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://coderich.net/?p=94</guid>
		<description><![CDATA[After much searching and a couple of failed attempts, I finally found the instructions for configuring Windows Server Core 2008 R2 so that it will accept remote connections. Visit http://technet.microsoft.com/en-us/library/dd759202.aspx and search the page for the &#8220;To configure remote management on the Server Core installation option of Windows Server 2008 R2&#8243; section. Alternatively, I&#8217;ve reproduced [...]]]></description>
			<content:encoded><![CDATA[<p>After much searching and a couple of failed attempts, I finally found the instructions for configuring Windows Server Core 2008 R2 so that it will accept remote connections. Visit <a href="http://technet.microsoft.com/en-us/library/dd759202.aspx">http://technet.microsoft.com/en-us/library/dd759202.aspx</a> and search the page for the &#8220;To configure remote management on the Server Core installation option of Windows Server 2008 R2&#8243; section. Alternatively, I&#8217;ve reproduced the steps here.<span id="more-94"></span></p>
<p>Make sure the client and server are both in the same domain and that you&#8217;re logged into the client with an account in the Domain Admins group. Other scenarios can supposedly work, but this is the easiest starting point. This requires the server to be joined to a domain. For that, Greg Shields&#8217;s <a href="http://technet.microsoft.com/en-us/magazine/2009.02.geekofalltrades.aspx">Beginners Guide to Server Core in Windows Server 2008</a> is helpful. Alternatively, you can promote it to a domain controller.</p>
<p>Then, login to the server locally (or with remote desktop) and run the following in a command prompt:<br />
<code>Dism.exe /Online /Enable-Feature /FeatureName:NetFx2-ServerCore /FeatureName:MicrosoftWindowsPowerShell /FeatureName:ServerManager-PSH-Cmdlets /FeatureName:BestPractices-PSH-Cmdlets</code></p>
<p>Reboot the computer when prompted and then start powershell and run two more commands in there:<br />
<code>powershell<br />&nbsp;&nbsp;Set-ExecutionPolicy -ExecutionPolicy RemoteSigned<br />&nbsp;&nbsp;Configure-SMRemoting.ps1 -force -enable</code></p>
]]></content:encoded>
			<wfw:commentRss>http://coderich.net/2010/04/25/server-manager-for-windows-server-core-2008-r2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>apt-get on Windows Server Core&#8230;sort of</title>
		<link>http://coderich.net/2010/04/25/apt-get-on-windows-server-core/</link>
		<comments>http://coderich.net/2010/04/25/apt-get-on-windows-server-core/#comments</comments>
		<pubDate>Sun, 25 Apr 2010 06:42:27 +0000</pubDate>
		<dc:creator>rlaager</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://coderich.net/?p=80</guid>
		<description><![CDATA[I did my first install of Windows 2008 R2* Server Core for testing purposes. It&#8217;s pretty interesting for a Linux guy like me. Without the GUI, it&#8217;s a lot lighter weight than regular Windows Server. I found Greg Shields&#8217;s Beginners Guide to Server Core in Windows Server 2008 very helpful. That article covered up automatic [...]]]></description>
			<content:encoded><![CDATA[<p>I did my first install of Windows 2008 R2* Server Core for testing purposes. It&#8217;s pretty interesting for a Linux guy like me. Without the GUI, it&#8217;s a lot lighter weight than regular Windows Server. I found Greg Shields&#8217;s <a href="http://technet.microsoft.com/en-us/magazine/2009.02.geekofalltrades.aspx">Beginners Guide to Server Core in Windows Server 2008</a> very helpful.</p>
<p>That article covered up automatic Windows Updates. However, I don&#8217;t like automatic updating on servers. I prefer to the have the servers download the updates so applying them is quick, but I want a person to actually click the button to install them. This way, they can test after the updates and if something does break, we know that someone changed something. There&#8217;s not much worse than something breaking out-of-the-blue when it was running fine. Now, problems from Windows Updates are extremely rare, but not impossible.</p>
<p>My web searching yielded several references to the <a href="http://msdn.microsoft.com/en-us/library/aa387102%28VS.85%29.aspx">WUA_SearchDownloadInstall.vbs script</a>. I tested it out and initially had some trouble because I forgot to run it under cscript, even though that&#8217;s clear from the instructions. So I decided to wrap it with a batch file. Being an Ubuntu guy, I decided to call it apt-get. Then I decided to actually implement the basic apt-get calling convention (apt-get update ; apt-get dist-upgrade) my colleagues and I are used to. (In truth, being Ubuntu users, it&#8217;s &#8220;sudo apt-get &#8230;&#8221;.)</p>
<p>So I present to the world my little <a href="/downloads/apt-get.bat"> apt-get.bat</a> script. Drop it (and the aforementioned WUA_SearchDownloadInstall.vbs script) into C:\Windows\System32 and you&#8217;re set.</p>
<p>* I really wish Windows Server 2008 R2 was called Windows 2009 Server**. The &#8220;R2&#8243; naming is really annoying as people tend to treat them like they&#8217;re basically the same, which they aren&#8217;t.<br />
** That&#8217;s not true. I really wish it was called Windows 7 Server.</p>
<p><strong>Update 2010-05-04:</strong> I modified the apt-get.bat script to set the Windows Update service to only run on demand and stop it after an upgrade (or dist-upgrade).</p>
]]></content:encoded>
			<wfw:commentRss>http://coderich.net/2010/04/25/apt-get-on-windows-server-core/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows Paravirtual (virtio) Drivers</title>
		<link>http://coderich.net/2010/04/25/windows-virtio-drivers/</link>
		<comments>http://coderich.net/2010/04/25/windows-virtio-drivers/#comments</comments>
		<pubDate>Sun, 25 Apr 2010 05:58:36 +0000</pubDate>
		<dc:creator>rlaager</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://coderich.net/?p=48</guid>
		<description><![CDATA[After a whole lot of struggling, I&#8217;ve finally figured out what I think is the best way to install a Windows virtual machine under KVM, using the paravirtual (virtio) drivers. The basic idea is to use the virtio devices from the initial installation to avoid all the work and hassles involved with changing the drivers [...]]]></description>
			<content:encoded><![CDATA[<p>After a whole lot of struggling, I&#8217;ve finally figured out what I think is the best way to install a Windows virtual machine under KVM, using the paravirtual (virtio) drivers.</p>
<p>The basic idea is to use the virtio devices from the initial installation to avoid all the work and hassles involved with changing the drivers later. This avoids mistakes which can lead to an unbootable guest or &#8220;Local Area Connection 2&#8243; annoyances. There are two big problems, however. Finding the latest drivers is not easy (unless you pay for RHEL, which might make it easier). I&#8217;m not even sure the ones used here really are the latest, but they seemed to be the latest I could fine. Second, the limitations of the virt-manager + libvirt + KVM stack mean you can&#8217;t connect both an installation CD (image) and a virtio driver CD. Only one virtual CD is allowed by some level in that stack; I&#8217;m not sure which one or why.</p>
<ol>
<li>Download the virtio drivers. The copy I used was <a href="http://linux-kvm.net/sites/default/files/virtio-setup-200908.iso">virtio-setup-200908.iso</a> as linked from an article titled<br />
<a href="http://www.linux-kvm.com/content/latest-release-windows-virtio-network-drivers">Preview of Redhat 5.4 Windows Virtio Drivers Part 1</a> from <a href="http://linux-kvm.net/blogs/haydn-solomon">Haydn Solomon&#8217;s blog</a>.<br /><code>wget http://linux-kvm.net/sites/default/files/virtio-setup-200908.iso</code></li>
<li>Download a copy of my <a href="/downloads/convert-iso-to-floppy">convert-iso-to-floppy script</a> which uses mkfs.msdos to create a floppy image and copies the files from the virtio .iso file using loopback mounts, which is explained by <a href="http://untitledfinale.wordpress.com/2007/10/09/create-mount-and-copy-floppy-disks-images-under-linux/">untitledfinale</a>.<code>wget http://coderich.net/downloads/convert-iso-to-floppy</code></li>
<li>Make the script executable.<code>chmod +x convert-iso-to-floppy</code></li>
<li>Run the script.<code> ./convert-iso-to-floppy virtio-setup-200908.iso</code></li>
<li>Create a new virtual machine as you normally would for a Windows guest, stopping just before clicking Finish.</li>
<li>If you have a new enough version of virt-manager, you can check the &#8220;Customize configuration before install&#8221; checkbox. Otherwise, click Finish, stop the virtual machine, open the details, reconnect the CD (or other installation media) if necessary, and reconfigure the guest to boot off the CD (or other installation media).</li>
<li>Delete the IDE disk device and re-add the storage as a Virtio disk.</li>
<li>Change the NIC&#8217;s device model to virtio.</li>
<li>Add the image that convert-iso-to-floppy created (which will be named the same as the iso, but with an .img extension) as a virtual floppy device.</li>
<li>Set the floppy to be readonly for safety. (This is optional, but it makes me feel better.)</li>
<li>Switch to the console view, run the virtual machine, and start the installation as normal.</li>
<li>When the disk configuration step comes up, no disk will be detected. This is normal.</li>
<li>Click Load driver&#8230;</li>
<li>Windows will automatically search the virtual floppy drive and find the drivers.</li>
<li>Select the virtio block storage and virtio network drivers for the Windows version being installed, using the control key to select multiple items as always.</li>
<li>Click Next.</li>
<li>Proceed with the installation as normal.</li>
<li>Delete (or disconnect) the floppy device, as desired.</li>
<li>Reconfigure the boot options, if necessary, as desired.</li>
<li>Disconnect the CD device, if necessary and desired.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://coderich.net/2010/04/25/windows-virtio-drivers/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Ubuntu Window Buttons</title>
		<link>http://coderich.net/2010/04/06/ubuntu-window-buttons/</link>
		<comments>http://coderich.net/2010/04/06/ubuntu-window-buttons/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 05:59:42 +0000</pubDate>
		<dc:creator>rlaager</dc:creator>
				<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://coderich.net/?p=43</guid>
		<description><![CDATA[So Ubuntu Lucid is changing the window title bar button placement. I&#8217;m not sure why&#8230;other than Mark Shuttleworth seems to love copying Apple. A colleague pointed out Mark Shuttleworth&#8217;s Window indicators post as the reason for this change. However, this change made me realize one thing&#8230; I never use the menu from the title bar. [...]]]></description>
			<content:encoded><![CDATA[<p>So Ubuntu Lucid is <a href="http://www.webupd8.org/2010/03/almost-official-ubuntu-1004-lucid-will.html">changing the window title bar button placement</a>. <del datetime="2010-05-04T21:40:22+00:00">I&#8217;m not sure why&#8230;other than <a href="http://markshuttleworth.com">Mark Shuttleworth</a> seems to love copying Apple. <img src='http://coderich.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </del><ins datetime="2010-05-04T21:40:22+00:00">A colleague pointed out Mark Shuttleworth&#8217;s <a href="http://www.markshuttleworth.com/archives/333">Window indicators</a> post as the reason for this change.</ins></p>
<p>However, this change made me realize one thing&#8230; I <em>never</em> use the menu from the title bar. I use it on the task bar a lot (for &#8220;Close&#8221;, &#8220;Always On Top&#8221;, &#8220;Move to Another Workspace&#8221;, and &#8220;Always on Visible Workspace&#8221;, in that order of frequency), but not from the title bar. This is a random observation, nothing more.</p>
]]></content:encoded>
			<wfw:commentRss>http://coderich.net/2010/04/06/ubuntu-window-buttons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Re:That&#8217;s a EULA</title>
		<link>http://coderich.net/2009/11/10/thats-a-eula/</link>
		<comments>http://coderich.net/2009/11/10/thats-a-eula/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 14:50:03 +0000</pubDate>
		<dc:creator>rlaager</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://coderich.net/?p=122</guid>
		<description><![CDATA[Mirrored from Slashdot: And remember, EULAs are not enforceable. Slashdot screams this EVERY time APPLE or MS has one. It cuts both ways, Slashdot. &#8211; Anonymous The GPL explicitly says you don&#8217;t have to agree to it to use the software. It only comes into play when you distribute copies of the software, which is [...]]]></description>
			<content:encoded><![CDATA[<p>Mirrored from <a href="https://slashdot.org">Slashdot</a>:</p>
<blockquote><p><em>And remember, EULAs are not enforceable. Slashdot screams this EVERY time APPLE or MS has one. It cuts both ways, Slashdot.</em> <a href="http://slashdot.org/comments.pl?sid=1438258&#038;cid=30049514">&#8211; Anonymous</a></p></blockquote>
<p>The GPL explicitly says you don&#8217;t have to agree to it to use the software. It only comes into play when you distribute copies of the software, which is something unambiguously covered by copyright law everywhere. The majority of people here arguing that argue EULAs are invalid are not suggesting that they should be able to *distribute copies* of Mac OS X or Windows.</p>
<p>They&#8217;re saying you can&#8217;t have a transaction that looks like a sale in every way, but when you open the box, it says you have to agree to another contract (that you can&#8217;t negotiate or change) which says that your transaction was not a sale and that you agree to all sorts of draconian conditions. Plus, EULAs often purport to apply in such a way that you have to agree to the agreement before you see it. Imagine you buy a car, but the car&#8217;s key is inside a box with tape that says, &#8220;If you break this tape, you agree to be bound by the agreement within.&#8221; The agreement inside the box says you didn&#8217;t actually buy the car, you&#8217;re just leasing it and thus you&#8217;re not allowed to figure out how the car works, so you must bring it into the dealership for work. This is what (the majority of, as there are always some crazy folks) the &#8220;EULAs are not enforceable&#8221; comments are about.<br />
<a href="http://slashdot.org/comments.pl?sid=1438258&#038;cid=30050354">Read more&#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://coderich.net/2009/11/10/thats-a-eula/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cooler Slushin&#8217;? WTF?</title>
		<link>http://coderich.net/2008/12/04/cooler-slushin-wtf/</link>
		<comments>http://coderich.net/2008/12/04/cooler-slushin-wtf/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 11:26:16 +0000</pubDate>
		<dc:creator>rlaager</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://coderich.net/2008/12/04/cooler-slushin-wtf/</guid>
		<description><![CDATA[I would encourage everyone to visit ashtonshepherd.com and listen to her song &#8220;Sounds So Good&#8221;. Wait for this gem: &#8220;&#8217;cause there ain&#8217;t nothin&#8217; like the sound of a cooler slushin&#8217; on the bed of your truck.&#8221; Now I actually enjoy a lot of country music, but wow. I just can&#8217;t get over how truly bad [...]]]></description>
			<content:encoded><![CDATA[<p>I would encourage everyone to visit <a href="http://ashtonshepherd.com">ashtonshepherd.com</a> and listen to her song &#8220;Sounds So Good&#8221;.</p>
<p>Wait for this gem: &#8220;&#8217;cause there ain&#8217;t nothin&#8217; like the sound of a cooler slushin&#8217; on the bed of your truck.&#8221;</p>
<p>Now I actually enjoy a lot of country music, but wow. I just can&#8217;t get over how truly bad this line is, both in terms of lyrics and sound.</p>
]]></content:encoded>
			<wfw:commentRss>http://coderich.net/2008/12/04/cooler-slushin-wtf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Richard Stallman Talk @ University of Minnesota</title>
		<link>http://coderich.net/2008/10/21/richard-stallman-talk-university-of-minnesota/</link>
		<comments>http://coderich.net/2008/10/21/richard-stallman-talk-university-of-minnesota/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 04:49:03 +0000</pubDate>
		<dc:creator>rlaager</dc:creator>
				<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://coderich.net/2008/10/21/richard-stallman-talk-university-of-minnesota/</guid>
		<description><![CDATA[I just got back from a talk given by Richard StallmanUniversity of Minnesota. It was about software freedom. If you&#8217;re looking for more information, I would encourage you to check out gnu.org and fsf.org. I&#8217;m not going to repeat all the points. I just wanted to note one thing: I understand his push for &#8220;GNU/Linux&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>I just got back from <a href="http://www.msse.umn.edu/stallman">a talk</a> given by <a href="http://en.wikipedia.org/wiki/Richard_Stallman">Richard Stallman</a>University of Minnesota. It was about software freedom. If you&#8217;re looking for more information, I would encourage you to check out <a href="http://gnu.org">gnu.org</a> and <a href="http://fsf.org">fsf.org</a>. I&#8217;m not going to repeat all the points. I just wanted to note one thing:</p>
<p>I understand <a href="http://en.wikipedia.org/wiki/GNU/Linux_naming_controversy#Opinions_supporting_.22GNU.2FLinux.22">his push for &#8220;GNU/Linux&#8221;</a> a lot more now. It&#8217;s one thing to talk about credit&#8211;there I disagree, because I don&#8217;t want to call it &#8220;GNU/Linux/X/GNOME/OpenOffice.org&#8221;. However, he made the point that calling the distro &#8220;Linux&#8221; points all the attention towards Linus, who isn&#8217;t pushing software freedom. I hadn&#8217;t thought about that before.</p>
<p>On a side note, RMS pronounces it &#8220;GNU slash Linux&#8221; or &#8220;GNU plus Linux&#8221;, where I think &#8220;GNU Linux&#8221; is a totally more reasonable&#8230; After all, nobody pronounces the slash in &#8220;and/or&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://coderich.net/2008/10/21/richard-stallman-talk-university-of-minnesota/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
