<?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>asiel&#039;s scratchpad &#187; computers</title>
	<atom:link href="http://www.asiel.us/wordpress/category/computers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.asiel.us/wordpress</link>
	<description>my random notes cutting through the cheese</description>
	<lastBuildDate>Wed, 13 Apr 2011 04:16:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Ruby doesn&#8217;t like mysql x86_64</title>
		<link>http://www.asiel.us/wordpress/2008/08/02/ruby-doesnt-like-mysql-x86_64/</link>
		<comments>http://www.asiel.us/wordpress/2008/08/02/ruby-doesnt-like-mysql-x86_64/#comments</comments>
		<pubDate>Sat, 02 Aug 2008 00:09:55 +0000</pubDate>
		<dc:creator>azl</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://asiel.us/wordpress/2008/08/02/ruby-doesnt-like-mysql-x86_64/</guid>
		<description><![CDATA[After trying to get the mysql gem working on my new macbook in Leopard, I realized that although I can get the gem to compile correctly it still doesn&#8217;t work with the mysql 64-bit version. This realization mostly came from &#8230; <a href="http://www.asiel.us/wordpress/2008/08/02/ruby-doesnt-like-mysql-x86_64/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After trying to get the mysql gem working on my new macbook in Leopard, I realized that although I can get the gem to compile correctly it still doesn&#8217;t work with the mysql 64-bit version. This realization mostly came from searching and finding <a href="http://wonko.com/post/how-to-install-the-mysqlruby-gem-on-mac-os-x-leopard">this useful blog post</a>.</p>
<p>
<p>I reinstalled the <a href="http://dev.mysql.com/downloads/mysql/5.0.html#macosx-dmg">32 bit version of mysql</a> and then recompiled the mysql gem. Then magically things started working the way I needed them to. Hopefully this can get fixed in a future version of Ruby.</p>
<p>
<p>Here is the command I had to use to finally install the gem properly.</p>
<p><code><br />sudo env ARCHFLAGS="-arch i386" gem install mysql -- --with-mysql-config=/usr/local/mysql/bin/mysql_config --with-mysql-lib=/usr/local/mysql/lib --with-mysql-dir=/usr/local/mysql --with-mysql-include=/usr/local/mysql/include<br /></code></p>
<p>Notice the i386 arch. I was previously using x86_64 as the arch which compiled properly and appeared to work until you actually tried to use the gem in ruby and got a stack trace.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.asiel.us/wordpress/2008/08/02/ruby-doesnt-like-mysql-x86_64/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple Migration Assistant makes upgrading painless</title>
		<link>http://www.asiel.us/wordpress/2008/07/30/apple-migration-assistant-makes-upgrading-painless/</link>
		<comments>http://www.asiel.us/wordpress/2008/07/30/apple-migration-assistant-makes-upgrading-painless/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 06:11:01 +0000</pubDate>
		<dc:creator>azl</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://asiel.us/wordpress/2008/07/30/apple-migration-assistant-makes-upgrading-painless/</guid>
		<description><![CDATA[I have had a macbook pro for about 2.5 years now since the first intel based macs were introduced. Last week I decided to get a faster machine with more ram and hard drive space. So I went to a &#8230; <a href="http://www.asiel.us/wordpress/2008/07/30/apple-migration-assistant-makes-upgrading-painless/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have had a macbook pro for about 2.5 years now since the first intel based macs were introduced. Last week I decided to get a faster machine with more ram and hard drive space. So I went to a macbook. Yes, I have a smaller screen and not quite as good of video. However, I was able to upgrade the RAM to 4GB and HD to 320GB in about 15min and both are working great. I&#8217;ve been very happy with the machine so far.</p>
<p>Tonight I decided to try out the <a href="http://www.apple.com/pro/tips/migration.html">Migration Assistant</a>. For some unknown reason I&#8217;ve never used it in the past when I&#8217;ve upgraded my mac. After using it though, all I can say is wow! Why haven&#8217;t I used this tool before? What is so amazing to me in contrast to Windows machines is how well it works and how easy it is to use. Also as far as I can tell so far it appears to have transfered everything just the way I told it to. This includes all my files, custom settings, and even applications. Although it technically should be possible to transfer appliations between Windows machines, in most cases it isn&#8217;t even an option. Whenever I have moved from one Windows machine to another I end up having to reinstall all the applications. The only thing that really moves well on Windows is files such as documents and other application data. The applications themselves though don&#8217;t like to be moved. </p>
<p>With <a href="http://en.wikipedia.org/wiki/Migration_Assistant_%28Apple%29">Migration Assistant</a>, the fact that applications can be moved is huge for me since reinstalling all my applications usually takes at least an entire day if not more. Whats more, its really something that isn&#8217;t fun and frankly shouldn&#8217;t be necessary to redo every time I move to a new computer.</p>
<p>So far I&#8217;m completely sold on Migration Assistant. It has definitely made this the least painful upgrade I&#8217;ve ever experienced. I&#8217;ll have to see if I&#8217;m still as impressed after making sure everything really does work over the next week or two. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.asiel.us/wordpress/2008/07/30/apple-migration-assistant-makes-upgrading-painless/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Painful lesson with PHPUnit, IPv6, and Vista</title>
		<link>http://www.asiel.us/wordpress/2007/12/10/painful-lesson-with-phpunit-ipv6-and-vista/</link>
		<comments>http://www.asiel.us/wordpress/2007/12/10/painful-lesson-with-phpunit-ipv6-and-vista/#comments</comments>
		<pubDate>Mon, 10 Dec 2007 23:54:29 +0000</pubDate>
		<dc:creator>azl</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://asiel.us/wordpress/2007/12/10/painful-lesson-with-phpunit-ipv6-and-vista/</guid>
		<description><![CDATA[For some reason Windows Vista enables IPv6 by default. Why? I wasn&#8217;t aware of this so I ended up troubleshooting a non-problem with PHPUnit. I have unit tests that connect to the web server to test a web service. The &#8230; <a href="http://www.asiel.us/wordpress/2007/12/10/painful-lesson-with-phpunit-ipv6-and-vista/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>For some reason <a href="http://www.microsoft.com/windows/products/windowsvista/default.mspx">Windows Vista</a> enables <a href="http://en.wikipedia.org/wiki/IPv6">IPv6</a> by default. Why? I wasn&#8217;t aware of this so I ended up troubleshooting a non-problem with <a href="http://www.phpunit.de">PHPUnit</a>. I have unit tests that connect to the web server to test a web service. The URL my tests were using was &#8220;localhost&#8221;. Because vista was resolving localhost to ::1 the tests couldn&#8217;t make a socket connection. </p>
<p>All I had to do to fix the problem was disable IPv6 and comment out the localhost ::1 line in my hosts file. This took a significant amount of troubleshooting to figure out though. I thought there was some type of problem with <a href="http://www.phpunit.de">PHPUnit</a> or <a href="http://php.net">php</a> itself. Luckily I was finally able to solve the problem.</p>
<p>It seems like a really bad idea for Microsoft to enable IPv6 by default and additionally put it higher in the resolution order than IPv4 addresses. Based on the number of active IPv6 networks this can&#8217;t be a good default decision. Supporting IPv6 is a good idea, but it shouldn&#8217;t be the default method of resolving addresses. Windows should have knowledge that you are connected to an IPv4 network and disable or lower the priority of IPv6 accordingly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.asiel.us/wordpress/2007/12/10/painful-lesson-with-phpunit-ipv6-and-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why no Cisco VPN for 64 bit Windows Vista?</title>
		<link>http://www.asiel.us/wordpress/2007/11/29/why-no-cisco-vpn-for-64-bit-windows-vista/</link>
		<comments>http://www.asiel.us/wordpress/2007/11/29/why-no-cisco-vpn-for-64-bit-windows-vista/#comments</comments>
		<pubDate>Thu, 29 Nov 2007 00:32:40 +0000</pubDate>
		<dc:creator>azl</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://asiel.us/wordpress/2007/11/29/why-no-cisco-vpn-for-64-bit-windows-vista/</guid>
		<description><![CDATA[I decided to take the plunge to try out Vista. Because the system I&#8217;m using has 4GB of memory I also decided to use the 64 bit version to take full advantage of the hardware I&#8217;m using. Everything has worked &#8230; <a href="http://www.asiel.us/wordpress/2007/11/29/why-no-cisco-vpn-for-64-bit-windows-vista/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I decided to take the plunge to try out Vista. Because the system I&#8217;m using has 4GB of memory I also decided to use the 64 bit version to take full advantage of the hardware I&#8217;m using. Everything has worked pretty well so far. The main problem I&#8217;ve ran into is the lack of a Cisco VPN client for the 64 bit version of Windows Vista and the 32 bit version won&#8217;t even install. This is unfortunate that a huge company making billions of dollars can&#8217;t dedicate resources to let their existing customers use an updated operating system. This is especially true when it is likely the majority of customers who use this type of VPN system have service contracts with them. Just goes to show that commercial software doesn&#8217;t really mean better support. </p>
<p>The closest I came to any type of solution was by following the discussion at <a href="http://geekswithblogs.net/evjen/archive/2007/01/01/102429.aspx">Bill Evjen&#8217;s Blog</a>. Even after tinkering though the best pseudo solution I came up with was running XP inside of a VM. It isn&#8217;t really a solution, but it gets me by for the few things I absolutely need the VPN for. Hopefully these types of issues will get resolved over time. Unfortunately, I&#8217;m pretty certain this isn&#8217;t the last issue I&#8217;ll run into with 64 bit Vista. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.asiel.us/wordpress/2007/11/29/why-no-cisco-vpn-for-64-bit-windows-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making Hamachi play nice with older games</title>
		<link>http://www.asiel.us/wordpress/2007/09/07/making-hamichi-work-with-older-games/</link>
		<comments>http://www.asiel.us/wordpress/2007/09/07/making-hamichi-work-with-older-games/#comments</comments>
		<pubDate>Fri, 07 Sep 2007 04:00:10 +0000</pubDate>
		<dc:creator>azl</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://asiel.us/wordpress/?p=57</guid>
		<description><![CDATA[Last week I was trying to play one of my favorite games Starcraft over Hamachi with some friends. Starcraft is not the newest game, so unlike many newer games it doesn&#8217;t give you the option to pick your network interface. &#8230; <a href="http://www.asiel.us/wordpress/2007/09/07/making-hamichi-work-with-older-games/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Last week I was trying to play one of my favorite games <a href="http://www.blizzard.com/starcraft">Starcraft</a> over <a href="https://secure.logmein.com/products/hamachi/vpn.asp?lang=en">Hamachi</a> with some friends. Starcraft is not the newest game, so unlike many newer games it doesn&#8217;t give you the option to pick your network interface. </p>
<p>While we were logged into our Hamachi network we were able to ping each other and followed all the troubleshooting instructions given by the Hamachi site. This was despite the fact that starcraft is one of the games that is supposed to &#8220;just work&#8221; with Hamachi. None of us were able to see games that anyone else created. After tinkering around with this for probably about a half-hour my friend orb360 found a solution. The steps to get Starcraft and probably many other older applications working with Hamachi are below. These instructions are Windows specific. Although the method should probably work on other platforms.</p>
<p>The main tip is to make Hamachi the first network interface that Windows tries to use. On other platformsthe goal would be the same. Only the way you accomplish it would be different.</p>
<p>1. Go into control panel then click on &#8220;network connections&#8221;</p>
<p>2. Click the &#8220;advanced&#8221; link in the menu</p>
<p>3. Click &#8220;advanced settings&#8221;</p>
<p>4. Change the order so it looks something like this<br />
<center><br />
<a href='http://asiel.us/wordpress/wp-content/uploads/2007/09/hamachi_network_setup2.jpg' title='hamachi setup'><img src='http://asiel.us/wordpress/wp-content/uploads/2007/09/hamachi_network_setup2.jpg' alt='hamachi setup' /></a></center></p>
<p>5. Reboot Windows</p>
<p>After taking these steps Hamachi and Starcraft played nice together. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.asiel.us/wordpress/2007/09/07/making-hamichi-work-with-older-games/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Skype login problems</title>
		<link>http://www.asiel.us/wordpress/2007/08/16/skype-login-problems/</link>
		<comments>http://www.asiel.us/wordpress/2007/08/16/skype-login-problems/#comments</comments>
		<pubDate>Thu, 16 Aug 2007 19:32:06 +0000</pubDate>
		<dc:creator>azl</dc:creator>
				<category><![CDATA[cell phones]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://asiel.us/wordpress/?p=56</guid>
		<description><![CDATA[I have been using skype as my sole landline-type telephone service for a couple months now. I have been highly impressed overall. It has been unfortunate to be having problems today. It seems like the worst part about it is &#8230; <a href="http://www.asiel.us/wordpress/2007/08/16/skype-login-problems/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have been using <a href="http://www.skype.com">skype</a> as my sole landline-type telephone service for a couple months now. I have been highly impressed overall. It has been unfortunate to be <a href="http://heartbeat.skype.com/2007/08/problems_with_skype_login.html">having problems today</a>. It seems like the worst part about it is that everything except for login/authentication is working properly. From the users perspective though if login doesn&#8217;t work nothing works. Hopefully they&#8217;ll be able to get this fixed soon since so many people including myself rely on skype every day.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.asiel.us/wordpress/2007/08/16/skype-login-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>what version of Linux are you running?</title>
		<link>http://www.asiel.us/wordpress/2007/07/11/what-version-of-linux-are-you-running/</link>
		<comments>http://www.asiel.us/wordpress/2007/07/11/what-version-of-linux-are-you-running/#comments</comments>
		<pubDate>Wed, 11 Jul 2007 02:53:06 +0000</pubDate>
		<dc:creator>azl</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://asiel.us/wordpress/?p=55</guid>
		<description><![CDATA[I&#8217;m always learning new neat commands on Linux. Sometimes I&#8217;ve been logged into a machine and wondered what distro and/or version of a distro is running. The command I found that does the trick is lsb_release -a This should work &#8230; <a href="http://www.asiel.us/wordpress/2007/07/11/what-version-of-linux-are-you-running/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m always learning new neat commands on Linux.</p>
<p>Sometimes I&#8217;ve been logged into a machine and wondered what distro and/or version of a distro is running.</p>
<p>The command I found that does the trick is</p>
<p><code> lsb_release -a </code></p>
<p>This should work on most recent distros such as ubuntu, redhat, or suse.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.asiel.us/wordpress/2007/07/11/what-version-of-linux-are-you-running/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vonage doesn&#8217;t understand customer service</title>
		<link>http://www.asiel.us/wordpress/2007/06/13/can-your-business-spell-customer-service/</link>
		<comments>http://www.asiel.us/wordpress/2007/06/13/can-your-business-spell-customer-service/#comments</comments>
		<pubDate>Wed, 13 Jun 2007 03:31:35 +0000</pubDate>
		<dc:creator>azl</dc:creator>
				<category><![CDATA[cell phones]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[rant]]></category>

		<guid isPermaLink="false">http://asiel.us/wordpress/?p=54</guid>
		<description><![CDATA[Today I had one of the top 5 worst customer service experiences I&#8217;ve ever had with any company (Vonage). I had a good experience with them up until this experience which makes this even more unfortunate. One of the most &#8230; <a href="http://www.asiel.us/wordpress/2007/06/13/can-your-business-spell-customer-service/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today I had one of the top 5 worst customer service experiences I&#8217;ve ever had with any company (Vonage). I had a good experience with them up until this experience which makes this even more unfortunate. One of the most customer unfriendly practices of many new businesses is to make signing up for services extremely easy but canceling extremely difficult. Vonage is definitely in this group.</p>
<p><span id="more-54"></span></p>
<p>Signing up for the service is extremely easy. You can get a kit at almost any electronics store, or sign up online, or get referred from a friend, and probably many other ways. The unknown downside of their practice is that they make it extremely difficult to cancel the service. The tactics they are using are reminicent of the way AOL used to work. I was finally able to cancel but it took two separate calls wasting over 1 1/2 hours of my time (most of it on hold). Both people I spoke with were extremely unhelpful and rude and tried extremely hard to give me the hard sell of why I should stick with the service all at the same time while giving me a poor experience making me want to cancel even more.</p>
<p>Another issue I found with Vonage is that they want to be treated and be equal to typical utility phone companies. However, they don&#8217;t want to do business in the same way. Their hours to call and cancel the service are extremely inconveninent for anyone on the west coast so that they basically have to call during a normal work day. They are only open mon-fri. I wasn&#8217;t able to find a time to call during work and they were closed on the weekend. Due to this fact I was unable to cancel before my billing cycle renewed. Based on this I was forced to pay for 29 days of phone service I didn&#8217;t and cannot use. If I were dealing with any typical utility phone company such as Quest they would be forced to give me a prorated refund for the service I didn&#8217;t receive because they are a public utility. If Vonage and other similar companies want to be on the same playing field as a utility and compete with them they should play by the same rules.<br />
These types of tactics are completely opposite of what companies should be doing in a competitive market place. The only reason I can see businesses using these type of business practices is that they don&#8217;t have faith in their own products enough to let them stand on their own. If you have a decent product you should have faith that customers will stick with it. So the point is for businesses to be successful in a fast moving and ever-changing market place they need to make the customers ability to make their own decisions easy. If it is easy to sign up it should be equally as easy to cancel.<br />
Treat your customers well and make a quality product. If you do this the chances of success are much higher than if you treat them as if they are a commodity.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.asiel.us/wordpress/2007/06/13/can-your-business-spell-customer-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>svn auto-props</title>
		<link>http://www.asiel.us/wordpress/2007/05/10/svn-auto-props/</link>
		<comments>http://www.asiel.us/wordpress/2007/05/10/svn-auto-props/#comments</comments>
		<pubDate>Thu, 10 May 2007 21:57:30 +0000</pubDate>
		<dc:creator>azl</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://asiel.us/wordpress/?p=53</guid>
		<description><![CDATA[My Tip of the day&#8230; I finally found out how to use Svn auto-props today. These are very nice. You can set a given property based on a files extension or filename pattern. This allows for doing things like: [auto-props] &#8230; <a href="http://www.asiel.us/wordpress/2007/05/10/svn-auto-props/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>My Tip of the day&#8230;</p>
<p>I finally found out how to use Svn auto-props today. These are very nice. You can set a given property based on a files extension or filename pattern. This allows for doing things like:</p>
<p><code> [auto-props]<br />
*.py = svn:keywords=Author Date Id Revision </code></p>
<p>This means I don&#8217;t have to keep adding svn keywords on every file I add. It just gets turned on for all python files I add to svn. These properties are set in the svn config file on the client, so every client can have their own settings. Very handy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.asiel.us/wordpress/2007/05/10/svn-auto-props/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PEAR presentation</title>
		<link>http://www.asiel.us/wordpress/2007/02/22/pear-presentation/</link>
		<comments>http://www.asiel.us/wordpress/2007/02/22/pear-presentation/#comments</comments>
		<pubDate>Thu, 22 Feb 2007 17:42:04 +0000</pubDate>
		<dc:creator>azl</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://asiel.us/wordpress/?p=52</guid>
		<description><![CDATA[I recently did a presentation on PEAR. This presentation mainly goes over basic PEAR usage and installing PEAR on windows. If you have any suggestions for improvement let me know.]]></description>
			<content:encoded><![CDATA[<p>I recently did a <a href="http://asiel.us/pear.php">presentation on PEAR</a>. This presentation mainly goes over basic PEAR usage and installing PEAR on windows. If you have any suggestions for improvement let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.asiel.us/wordpress/2007/02/22/pear-presentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

