<?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"
	>

<channel>
	<title>./cmsimike</title>
	<atom:link href="http://www.cmsimike.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cmsimike.com/blog</link>
	<description>the life and times of a computer scientist</description>
	<pubDate>Thu, 18 Dec 2008 21:11:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>Enabling Internet Access on Ubuntu with an Active VPN, and Slow Internet Problems</title>
		<link>http://www.cmsimike.com/blog/2008/12/18/enabling-internet-access-on-ubuntu-with-an-active-vpn-and-slow-internet-problems/</link>
		<comments>http://www.cmsimike.com/blog/2008/12/18/enabling-internet-access-on-ubuntu-with-an-active-vpn-and-slow-internet-problems/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 21:11:06 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[configuration]]></category>

		<category><![CDATA[gnome]]></category>

		<category><![CDATA[intrepid ibex]]></category>

		<category><![CDATA[pptp]]></category>

		<category><![CDATA[slow internet]]></category>

		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[vpn]]></category>

		<category><![CDATA[vpnclient]]></category>

		<guid isPermaLink="false">http://www.cmsimike.com/blog/?p=76</guid>
		<description><![CDATA[This is just a quick follow up to my previous post about connecting to a Windows VPN (pptp) from Ubuntu 8.10 (Intrepid Ibex). Using the tip from lloles that was left in the comments, I managed to go to this post on the Ubuntu forums dealing with configuring routing for the VPN. Thankfully, it has [...]]]></description>
			<content:encoded><![CDATA[<p>This is just a quick follow up to my previous post about <a href="http://www.cmsimike.com/blog/2008/11/16/connect-to-a-windows-vpn-pptp-from-ubuntu-810-intrepid-ibex/" target="_blank">connecting to a Windows VPN (pptp) from Ubuntu 8.10 (Intrepid Ibex).</a> Using the tip from lloles that was left in the comments, I managed to go to this post on the Ubuntu forums dealing with <a href="http://ubuntuforums.org/showthread.php?t=934946" target="_blank">configuring routing for the VPN</a>. Thankfully, it has worked. However by doing this, I&#8217;ve run into another problem. Insteading of pasting my entire problem here, I will link to the post dealing with my <a href="http://ubuntuforums.org/showthread.php?t=1011236" target="_blank">Internet being very slow after I connect to a windows VPN server</a>. It&#8217;s such a weird problem. I haven&#8217;t looked much into it, but I&#8217;m just so confused. Hopefully I will have some sort of good news to report once I figure things out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cmsimike.com/blog/2008/12/18/enabling-internet-access-on-ubuntu-with-an-active-vpn-and-slow-internet-problems/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bug Finding Program</title>
		<link>http://www.cmsimike.com/blog/2008/11/25/bug-finding-program/</link>
		<comments>http://www.cmsimike.com/blog/2008/11/25/bug-finding-program/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 00:34:53 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[bugs]]></category>

		<category><![CDATA[funny]]></category>

		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.cmsimike.com/blog/?p=69</guid>
		<description><![CDATA[Typically, I am against reading comments in any sort of social-anything site but there are very few times where I am linked a fantastic comment that deserves its own post. This is one of those comments. From Reddit.com, the bug finding program comment by user G_Morgan:
I have a bug finding program. You pass in the [...]]]></description>
			<content:encoded><![CDATA[<p>Typically, I am against reading comments in any sort of social-anything site but there are very few times where I am linked a fantastic comment that deserves its own post. This is one of those comments. From Reddit.com, the <a href="http://www.reddit.com/r/programming/comments/7fjfr/bug_finding_program/" target="_blank">bug finding program</a> comment by user <a id="author_t1_c06ixdc" class="author" href="http://www.reddit.com/user/G_Morgan/">G_Morgan</a>:</p>
<blockquote><p>I have a bug finding program. You pass in the name of a code file and it returns a truth value if there is a bug in that file or not.</p>
<p>The current prototype is:</p>
<pre><code>bool hasBug(String &amp;progFile) {
    return TRUE;
}
</code></pre>
</blockquote>
<p>G_Morgan&#8217;s function could not be any more true.</p>
<p><span id="more-69"></span>The best part is really the articled linked to by that Reddit page. It links back to a type of &#8220;Coder for Higher&#8221; <a href="http://www.getacoder.com/projects/bug_finder_92913.html" target="_blank">page</a> where this gem appears:</p>
<blockquote><p><strong>Description</strong><br />
The purpose of this project is to create a debugger program. This program will take as input the source code another program, and will analyze that other program and determine if it will run to completion, or have an error, or go into an infinite loop.</p>
<p>To state that another way, given a function f and input x, determine if f(x) will halt.</p></blockquote>
<p><a href="http://en.wikipedia.org/wiki/Halting_problem" target="_blank">Very well played sir. Very well played.</a> I just hope that Alan Turing isn&#8217;t turning over in his grave because of this joke.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cmsimike.com/blog/2008/11/25/bug-finding-program/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Connect to a Windows VPN (pptp) from Ubuntu 8.10 (Intrepid Ibex)</title>
		<link>http://www.cmsimike.com/blog/2008/11/16/connect-to-a-windows-vpn-pptp-from-ubuntu-810-intrepid-ibex/</link>
		<comments>http://www.cmsimike.com/blog/2008/11/16/connect-to-a-windows-vpn-pptp-from-ubuntu-810-intrepid-ibex/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 02:30:51 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[configuration]]></category>

		<category><![CDATA[gnome]]></category>

		<category><![CDATA[intrepid ibex]]></category>

		<category><![CDATA[pptp]]></category>

		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[vpn]]></category>

		<category><![CDATA[vpnclient]]></category>

		<guid isPermaLink="false">http://www.cmsimike.com/blog/?p=55</guid>
		<description><![CDATA[Back in April, I wrote a post about how to connecct your Ubuntu box to a Windows VPN server linking back to another person&#8217;s blog explaining the setup. The install itself was pretty bumpy, but ultimately worked. If I recall correctly, the information in that post was mainly for Gutsy Gibbon. After upgrading to Hardy [...]]]></description>
			<content:encoded><![CDATA[<p>Back in April, I wrote a post about <a href="http://www.cmsimike.com/blog/2008/04/07/connect-ubuntu-to-a-windows-based-vpn/#more-18" target="_blank">how to connecct your Ubuntu box to a Windows VPN server</a> linking back to another person&#8217;s blog explaining the setup. The install itself was pretty bumpy, but ultimately worked. If I recall correctly, the information in that post was mainly for Gutsy Gibbon. After upgrading to Hardy Haron, I was never able to get the VPN working again. I kind of left it like that. Now that I&#8217;ve installed Intrepid Ibex, I started working on trying to get VPN to work again. And thankfully after a few hours of work, I got it working in Gnome. I make no assurances that this will work with KDE or any other enviornment. Here is the process.</p>
<p><span id="more-55"></span></p>
<p>Assumptions:</p>
<ul>
<li>Connecting to a Windows Server 2003-based VPN with a domain configured with defaults</li>
<li>Short/Friendly Authentication Domain Name: XXCompany</li>
<li>Username: usera</li>
<li>password: passworda</li>
<li>VPN host: vpn.example.com</li>
</ul>
<p>If you click on your network icon -&gt; VPN connections -&gt; Configure VPN, you would expect to be able to click add and start filling in information. From a new, vanilla installation the Add box will be grayed out. This is because a VPN manager has yet to be installed. Open a Terminal and type in</p>

<div class="wp_syntax"><div class="code"><pre class="bash bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> network-manager-pptp</pre></div></div>

<p>If you get a message saying &#8220;E: Couldn&#8217;t find package network-manager-pptp&#8221; you may need to <a href="https://help.ubuntu.com/community/Repositories/CommandLine" target="_blank">enable more repository locations</a>. Once that package, and any related packages are installed, restart your computer. Then, you&#8217;ll be happy to see that the Add button under Configure VPN is now activated.</p>
<p>Click the Add button and for a Windows VPN, leave the server type as PPTP:</p>
<div id="attachment_56" class="wp-caption aligncenter" style="width: 491px"><a href="http://www.cmsimike.com/blog/wp-content/uploads/2008/11/vpn1.png"><img class="size-full wp-image-56" title="ADd VPN Connection" src="http://www.cmsimike.com/blog/wp-content/uploads/2008/11/vpn1.png" alt="VPN Connection Information" width="481" height="264" /></a><p class="wp-caption-text">VPN Connection Type</p></div>
<p>Clicking create brings you to the next screen in which you define your VPN credentials.</p>
<div id="attachment_57" class="wp-caption aligncenter" style="width: 391px"><a href="http://www.cmsimike.com/blog/wp-content/uploads/2008/11/vpn2.png"><img class="size-full wp-image-57" title="VPN Connection Information" src="http://www.cmsimike.com/blog/wp-content/uploads/2008/11/vpn2.png" alt="VPN Connection Information" width="381" height="557" /></a><p class="wp-caption-text">VPN Connection Information</p></div>
<p>The Gateway is your VPN host. For username, I&#8217;ve only got authentication working when the domain name is added to your username in the tradional Windows domain format (&lt;domain&gt;\&lt;user name&gt;). There may be a different name for that format, but most corporate users should understand that notation. Obviously the show password doesn&#8217;t need to be clicked, but for the sake of completeness, I included where the password should go. You can also leave the Password field blank and just enter it every time you start the VPN Connection. I&#8217;m sure that this is much more secure. Leave the NT Domain field empty.</p>
<p>Lastly clicking the Advanced will get you to this following screen:</p>
<div id="attachment_58" class="wp-caption aligncenter" style="width: 322px"><a href="http://www.cmsimike.com/blog/wp-content/uploads/2008/11/vpn3.png"><img class="size-full wp-image-58" title="PPTP Advanced Screen" src="http://www.cmsimike.com/blog/wp-content/uploads/2008/11/vpn3.png" alt="PPTP Advanced Screen" width="312" height="455" /></a><p class="wp-caption-text">PPTP Advanced Screen</p></div>
<p>Make sure to uncheck PAP under Authentication Methods as well as check &#8220;Use Point-to-Point encryption.&#8221;</p>
<p>If everything has gone well, then you should be able to save all your changes and start the VPN up and have it connect. A little lock icon will appear on your connection indicating that a secure VPN connection has been made.</p>
<p>Keep in mind that this method forces all traffic to be tunneled to the VPN host, which means that in the base case, your internet will stop working until you disconnect from the VPN. There must be a way around this, but I have yet to come across it. Enabling the VPN changes your computer&#8217;s route table. There is an option under &#8220;IPv4 Settings&#8221; -&gt; &#8220;Routes&#8221; that ignore automatically obtained routes, but that doesn&#8217;t help in this case, nor is it what we want (I don&#8217;t think). If you happen to get an error while attempting to connect to your VPN host, open a terminal and issue this command and watch the log of the attempted VPN connection.</p>

<div class="wp_syntax"><div class="code"><pre class="bash bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">tail</span> <span style="color: #660033;">-f</span> <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>log<span style="color: #000000; font-weight: bold;">/</span>syslog</pre></div></div>

<p>This proved invaluable to me while trying to configure my VPN client.<br />
More information regarding setting up a VPN client within Ubuntu can be located on <a href="http://www.cmsimike.com/blog/wp-admin/post-new.php" target="_blank">Launchpad article about VPNCLients</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cmsimike.com/blog/2008/11/16/connect-to-a-windows-vpn-pptp-from-ubuntu-810-intrepid-ibex/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Windows Live Mail Fail - Thanks for the Upgrade, Microsoft!</title>
		<link>http://www.cmsimike.com/blog/2008/11/16/windows-live-mail-fail-thanks-for-the-upgrade-microsoft/</link>
		<comments>http://www.cmsimike.com/blog/2008/11/16/windows-live-mail-fail-thanks-for-the-upgrade-microsoft/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 23:16:22 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[crash]]></category>

		<category><![CDATA[hotmail]]></category>

		<category><![CDATA[microsoft]]></category>

		<category><![CDATA[outlook express]]></category>

		<category><![CDATA[upgrade]]></category>

		<category><![CDATA[windows live mail]]></category>

		<guid isPermaLink="false">http://www.cmsimike.com/blog/?p=50</guid>
		<description><![CDATA[A few months ago, I received an email in all of my Hotmail accounts that Microsoft will be disabling the Dav protocol which will break Outlook Express functionality. This was disheartening because I, for one, really dislike Hotmail&#8217;s web interface. I find it extremely clunky and slow and would never actually use my email if [...]]]></description>
			<content:encoded><![CDATA[<p>A few months ago, I received an email in all of my Hotmail accounts that Microsoft will be <a href="http://emailsupport.spaces.live.com/blog/cns!5D6F5A79A79B6708!5359.entry" target="_blank">disabling the Dav protocol which will break Outlook Express functionality</a>. This was disheartening because I, for one, really dislike Hotmail&#8217;s web interface. I find it extremely clunky and slow and would never actually use my email if that were the only way for me to access it. Yes Hotmail is no longer my main email, however I do still maintain three accounts with them for legacy&#8217;s sake. From the email/website:</p>
<blockquote><p><span id="ctl00_MainContentPlaceholder_ctl01_ctl00_lblEntry"><span style="font-size: x-small; color: #000000;">As of June 30, 2008, Microsoft is disabling the DAV protocol and you will no longer be able to access your Hotmail Inbox via Outlook Express. As an alternative, we recommend that you download Windows Live Mail, a free desktop e-mail client that has the familiarity of Outlook Express and much more. </span></span></p></blockquote>
<p><span id="more-50"></span></p>
<p>As suggested I downloaded and installed Windows Live Mail since I really did want to continue to use my old Hotmail accounts. As it turns out, it was nothing more than an crappier version of Outlook Express built on top of Outlook Express. Why Microsoft felt it important to make me download and install Windows Live Mail rather than just patch Outlook Express is far beyond me. But I believe the best part about Windows Live Mail is it&#8217;s ability to crash after at least 30 seconds to a minute once I&#8217;ve exited out of the application:</p>
<div id="attachment_51" class="wp-caption aligncenter" style="width: 508px"><a href="http://www.cmsimike.com/blog/wp-content/uploads/2008/11/windowslivemsgcrash.png"><img class="size-full wp-image-51" title="Windows Live Mail FAIL" src="http://www.cmsimike.com/blog/wp-content/uploads/2008/11/windowslivemsgcrash.png" alt="Windows Live Mail FAIL" width="498" height="240" /></a><p class="wp-caption-text">Windows Live Mail FAIL</p></div>
<p>This wouldn&#8217;t be as bothersom, though still pretty bad, if this happened right as I exited. However this always pops up much later which inturrupts me from what I am doing. I&#8217;ve installed this on one of my Windows boxes. Needless to say, I will not be installing it on my other Windows box. To further add insult to injury, my other Windows box&#8217;s Outlook Express still works fine after four and a half months of use. Microsoft, if you want to continue to have me use Hotmail, you will never disable my Outlook Express. Free or not, I will not use trash, and that trash I happy call your Hotmail web interface and Windows Live Mail.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cmsimike.com/blog/2008/11/16/windows-live-mail-fail-thanks-for-the-upgrade-microsoft/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Slow to the Game - Distributed Processing and Humans</title>
		<link>http://www.cmsimike.com/blog/2008/11/11/slow-to-the-game-distributed-processing-and-humans/</link>
		<comments>http://www.cmsimike.com/blog/2008/11/11/slow-to-the-game-distributed-processing-and-humans/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 22:18:15 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[computing]]></category>

		<category><![CDATA[distributed]]></category>

		<category><![CDATA[distributed computing]]></category>

		<category><![CDATA[human]]></category>

		<category><![CDATA[late]]></category>

		<guid isPermaLink="false">http://www.cmsimike.com/blog/?p=46</guid>
		<description><![CDATA[I have been working on a post for about a month now titled &#8220;The Distributed Human&#8221; however, and sadly, life had been getting in the way of actually completing it. In a way I was bummed to see Kelly Sutton of HackCollege post up his blog, Applying Distributed Computing Concepts to Real Life. Bummed because [...]]]></description>
			<content:encoded><![CDATA[<p>I have been working on a post for about a month now titled &#8220;The Distributed Human&#8221; however, and sadly, life had been getting in the way of actually completing it. In a way I was bummed to see <a title="Kelly Sutton - Twitter" href="http://twitter.com/KellySutton" target="_blank">Kelly Sutton</a> of <a title="HackCollege" href="http://www.hackcollege.com/" target="_blank">HackCollege</a> post up his blog, <a title="Applying Distributed Computing Concepts to Real Life" href="http://www.hackcollege.com/2008/11/09/applying-distributed-computing-concepts-to-real-life/" target="_blank">Applying Distributed Computing Concepts to Real Life</a>. Bummed because in a way I&#8217;ve lost the desire to finish my post now. But he&#8217;s my friend, and I&#8217;m happy for him. I&#8217;m glad to see he is turning into such a great computer scientist. I&#8217;m sure an idiom such as the one about the early bird is applicible here, but I won&#8217;t give you the satisfaction.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cmsimike.com/blog/2008/11/11/slow-to-the-game-distributed-processing-and-humans/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Best Buy Strikes Again with Brilliant Advertising</title>
		<link>http://www.cmsimike.com/blog/2008/09/09/best-buy-strikes-again-with-brilliant-advertising/</link>
		<comments>http://www.cmsimike.com/blog/2008/09/09/best-buy-strikes-again-with-brilliant-advertising/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 21:14:56 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[advertising]]></category>

		<category><![CDATA[bestbuy]]></category>

		<category><![CDATA[iphone]]></category>

		<category><![CDATA[mistake]]></category>

		<guid isPermaLink="false">http://www.cmsimike.com/blog/2008/09/09/bestbuy-strikea-again/</guid>
		<description><![CDATA[Ok Best Buy I&#8217;m sold. Where can I get a iPhone 3GB? 8GB and 16GB are just way too much for me.

]]></description>
			<content:encoded><![CDATA[<p>Ok Best Buy I&#8217;m sold. Where can I get a iPhone 3GB? 8GB and 16GB are just way too much for me.</p>
<p><a href="http://www.cmsimike.com/blog/wp-content/uploads/2008/09/p-640-480-847d0047-d362-464b-9713-87a9e5c1edd3.jpeg"><img class="alignnone size-full wp-image-364" src="http://www.cmsimike.com/blog/wp-content/uploads/2008/09/p-640-480-847d0047-d362-464b-9713-87a9e5c1edd3.jpeg" alt="" width="225" height="300" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cmsimike.com/blog/2008/09/09/best-buy-strikes-again-with-brilliant-advertising/feed/</wfw:commentRss>
		</item>
		<item>
		<title>This is not an Upgrade&#8230; GOOD NIGHT</title>
		<link>http://www.cmsimike.com/blog/2008/09/05/this-is-not-an-upgrade-good-night/</link>
		<comments>http://www.cmsimike.com/blog/2008/09/05/this-is-not-an-upgrade-good-night/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 22:46:54 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[advertising]]></category>

		<category><![CDATA[dell]]></category>

		<category><![CDATA[mini9]]></category>

		<category><![CDATA[opinion]]></category>

		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[upgrade]]></category>

		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.cmsimike.com/blog/?p=42</guid>
		<description><![CDATA[I&#8217;ve been looking into picking up a new Dell Latitude Mini 9 now that it is released (Dell if you&#8217;re reading this and want to send me a FREE, fully upgraded Ubuntu model, I&#8217;ll happily review it for you!) and came across this image from Dell&#8217;s website (click for the full size version):

&#8220;Upgrading&#8221; from Ubuntu [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been looking into picking up a new <a title="Dell Mini 9" href="http://www.dell.com/mini" target="_blank">Dell Latitude Mini 9</a> now that it is released (Dell if you&#8217;re reading this and want to send me a FREE, fully upgraded Ubuntu model, I&#8217;ll happily review it for you!) and came across this image from <a title="Dell" href="http://www.dell.com" target="_blank">Dell&#8217;s website</a> (click for the full size version):</p>
<p><a title="Click for full size" href="http://www.cmsimike.com/blog/wp-content/uploads/2008/09/errupgrade.png" target="_blank"><img class="aligncenter size-full wp-image-43" title="errupgrade" src="http://www.cmsimike.com/blog/wp-content/uploads/2008/09/errupgrade.png" alt="Really?" width="499" height="341" /></a></p>
<p>&#8220;Upgrading&#8221; from Ubuntu to Windows XP? That is not what I&#8217;d call an upgrade. This puts Ubuntu in a really bad light if read by people who don&#8217;t know better. This sort of false advertising and misleading the public with opinion rather than fact is pretty bad in this case. I&#8217;ll meet you half way on this and won&#8217;t say that Ubuntu is an upgrade from Windows (since my personal opinion doesn&#8217;t matter here). It&#8217;d be more honest if you suggested that Windows is an alternative to Ubuntu, rather than an upgrade.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cmsimike.com/blog/2008/09/05/this-is-not-an-upgrade-good-night/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Licensing + Google Chrome = What&#8217;s the Big Deal?</title>
		<link>http://www.cmsimike.com/blog/2008/09/04/licensing-google-chrome-whats-the-big-deal/</link>
		<comments>http://www.cmsimike.com/blog/2008/09/04/licensing-google-chrome-whats-the-big-deal/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 22:49:51 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[blog]]></category>

		<category><![CDATA[chrome]]></category>

		<category><![CDATA[eula]]></category>

		<category><![CDATA[google]]></category>

		<category><![CDATA[license]]></category>

		<guid isPermaLink="false">http://www.cmsimike.com/blog/?p=41</guid>
		<description><![CDATA[
Hot off the heals of the latest internet uproar dealing with Google and the End User License Agreement for Google Chrome, I&#8217;ve been thinking a lot about this licensing business. What I have to say is not coming from a legal background, rather coming from a much more &#8220;open source&#8221; background.

When I dug into the [...]]]></description>
			<content:encoded><![CDATA[<p><!--[if gte mso 10]></p>
<style>
/* Style Definitions */
table.MsoNormalTable
{mso-style-name:"Table Normal";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-parent:"";
mso-padding-alt:0in 5.4pt 0in 5.4pt;
mso-para-margin:0in;
mso-para-margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:10.0pt;
font-family:"Times New Roman";}
</style>
<p><![endif]--></p>
<p class="MsoNormal">Hot off the heals of the latest internet uproar dealing with <a href="http://gizmodo.com/5044871/google-chrome-eula-claims-ownership-of-everything-you-create-using-chrome-from-blog-posts-to-emails" target="_blank">Google and the End User License Agreement</a> for <a title="Google's Web Browser." href="http://www.google.com/chrome/" target="_blank">Google Chrome</a>, I&#8217;ve been thinking a lot about this licensing business. What I have to say is not coming from a legal background, rather coming from a much more &#8220;open source&#8221; background.</p>
<p class="MsoNormal"><span id="more-41"></span></p>
<p class="MsoNormal">When I dug into the EULA of Google Chrome, I was a bit more than pissed off about (from the EULA):</p>
<blockquote>
<p class="MsoNormal">By submitting, posting or displaying the content you give Google a perpetual, irrevocable, worldwide, royalty-free, and non-exclusive license to reproduce, adapt, modify, translate, publish, publicly perform, publicly display and distribute any Content which you submit, post or display on or through, the Services.</p>
</blockquote>
<p class="MsoNormal">Now right off the bat, I decided against using Google Chrome for anything more than viewing sites like <a href="http://www.digg.com/">www.digg.com</a> and putting it through the <a href="http://www.webstandards.org/action/acid2/" target="_blank">Acid2</a> test. After that I was going to uninstall it. All I really wanted to see is the speed difference and things of that nature. Obviously I couldn&#8217;t use this for work and I decided against using it for a personal use.</p>
<p class="MsoNormal">After lunch the next day (yesterday) I decided against uninstalling it. I really didn&#8217;t mind Google using anything I put up on the internet anyway since I don&#8217;t even know how many other sites do the same thing. For personal, daily use, I have no problem using Chrome as my browser. I just had to make sure to avoid using it at work as well as not use it when posting code from personal projects (though all code I write for personal reasons will be open sourced under a <a href="http://www.gnu.org/copyleft/gpl.html" target="_self">Gnu Public License</a> anyways). Frankly if any of my content is ever used by Google, I&#8217;d be pretty happy.</p>
<p class="MsoNormal">Then I remembered this blog. Yes it&#8217;s been a while, but it is still my blog and my content. How do I feel about Google being able to use my blog posts? Pictures on here? I decided to formalize my blog postings and finally put up a license for the contents of my blog, which you can find under the &#8220;Legal&#8221; text on the right sidebar (as of 2008-09-04).</p>
<p class="MsoNormal">Information such as these blog posts and code should be for everyone to be used as the author dictates.</p>
<p class="MsoNormal">Now in Google&#8217;s defense, they have <a href="http://arstechnica.com/news.ars/post/20080903-google-on-chrome-eula-controversy-our-bad-well-change-it.html" target="_blank">admitted mistake and plan on retroactively fixing this</a>, which is fantastic. So, much applause to Google.</p>
<p class="MsoNormal">
<p class="MsoNormal">** UPDATE ** Google has now <a href="http://googleblog.blogspot.com/2008/09/update-to-google-chromes-terms-of.html" target="_blank">updated their EULA for Chrome</a> and explained why that part was in there to begin with.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cmsimike.com/blog/2008/09/04/licensing-google-chrome-whats-the-big-deal/feed/</wfw:commentRss>
		</item>
		<item>
		<title>No Final Fantasy 7 Rerelease on the Playstation 3 for 2008-08-16</title>
		<link>http://www.cmsimike.com/blog/2008/08/16/no-final-fantasy-7-rerelease-on-the-playstation-3-for-2008-08-16/</link>
		<comments>http://www.cmsimike.com/blog/2008/08/16/no-final-fantasy-7-rerelease-on-the-playstation-3-for-2008-08-16/#comments</comments>
		<pubDate>Sat, 16 Aug 2008 20:22:06 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[advertising]]></category>

		<category><![CDATA[final fantasy]]></category>

		<category><![CDATA[mistake]]></category>

		<category><![CDATA[sad news]]></category>

		<category><![CDATA[video games]]></category>

		<category><![CDATA[wrong]]></category>

		<guid isPermaLink="false">http://www.cmsimike.com/blog/?p=40</guid>
		<description><![CDATA[In response to: http://www.cmsimike.com/blog/2008/08/14/final-fantasy-7-release-on-the-playstation-3/
It is with a sad and heavy heart that I report that there doesn&#8217;t seem to be a Final Fantasy 7 release for the Playstation 3 today. Not at the Best Buy in Pasadena anyway. Seems like the internet was right once again. And, in a way, I didn&#8217;t think it would [...]]]></description>
			<content:encoded><![CDATA[<p>In response to: http://www.cmsimike.com/blog/2008/08/14/final-fantasy-7-release-on-the-playstation-3/</p>
<p>It is with a sad and heavy heart that I report that there doesn&#8217;t seem to be a Final Fantasy 7 release for the Playstation 3 today. Not at the Best Buy in Pasadena anyway. Seems like the <a title="FF7 Remake" href="http://www.psu.com/Best-Buy-advertising-FFVII-for-the-PlayStation-3-News--a0004430-p0.php" target="_blank">internet</a> <a title="FF7 Remake" href="http://kotaku.com/5032652/best-buy-advertising-final-fantasy-vii-ps3" target="_blank">was</a> <a title="FF7 Remake" href="http://www.finalfantasyseries.net/final-fantasy-vii-ps3-version-releasing-16th-august" target="_blank">right</a> once again. And, in a way, I didn&#8217;t think it would happen either. I just had some hope. Hope that is now crushed.</p>
<p>If you need me, I will be in the corner sulking and watching <a title="Spaced" href="http://en.wikipedia.org/wiki/Spaced" target="_blank">Spaced</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cmsimike.com/blog/2008/08/16/no-final-fantasy-7-rerelease-on-the-playstation-3-for-2008-08-16/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Final Fantasy 7 Release on the Playstation 3?</title>
		<link>http://www.cmsimike.com/blog/2008/08/14/final-fantasy-7-release-on-the-playstation-3/</link>
		<comments>http://www.cmsimike.com/blog/2008/08/14/final-fantasy-7-release-on-the-playstation-3/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 21:35:18 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[advertising]]></category>

		<category><![CDATA[final fantasy]]></category>

		<category><![CDATA[mystery]]></category>

		<category><![CDATA[rumor]]></category>

		<category><![CDATA[video games]]></category>

		<guid isPermaLink="false">http://www.cmsimike.com/blog/?p=37</guid>
		<description><![CDATA[I really have no other information on this other than these pictures I&#8217;ve snapped at the Best Buy on Sepulvida Blvd in Manhattan Beach. The pictures and poster suggest the Final Fantasy 7 will be released for the Playstation 3 on August 16th, 2008.

and

A friend of mine linked me to this post that also talks [...]]]></description>
			<content:encoded><![CDATA[<p>I really have no other information on this other than these pictures I&#8217;ve snapped at the Best Buy on Sepulvida Blvd in Manhattan Beach. The pictures and poster suggest the Final Fantasy 7 will be released for the Playstation 3 on August 16th, 2008.</p>
<p><a href="http://www.cmsimike.com/blog/wp-content/uploads/2008/08/1.jpg"><img class="aligncenter size-full wp-image-38" style="vertical-align: middle;" title="FinalFantasy7OnPS31" src="http://www.cmsimike.com/blog/wp-content/uploads/2008/08/1.jpg" alt="Final Fantasy 7 Rerelease" width="448" height="604" /></a></p>
<p>and</p>
<p><a href="http://www.cmsimike.com/blog/wp-content/uploads/2008/08/2.jpg"><img class="aligncenter size-full wp-image-39" title="FinalFantasy7onPS3-2" src="http://www.cmsimike.com/blog/wp-content/uploads/2008/08/2.jpg" alt="Final Fantasy 7 release on PS3" width="448" height="604" /></a></p>
<p>A friend of mine linked me to this post that also talks about <a title="Final Fantasy 7 on August 16th" href="http://www.finalfantasyseries.net/final-fantasy-vii-ps3-version-releasing-16th-august" target="_blank">Final Fantasy VII PS3 Version releasing August 16th</a>.</p>
<p>If anyone has any other information, please let me know.</p>
<p>*Edit* <a title="Advertising for Final Fantasy 7" href="http://kotaku.com/5032652/best-buy-advertising-final-fantasy-vii-ps3" target="_blank">Here is the original Kotaku link.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cmsimike.com/blog/2008/08/14/final-fantasy-7-release-on-the-playstation-3/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
