<?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; mac</title>
	<atom:link href="http://www.asiel.us/wordpress/category/mac/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>git fatal: write error: Broken pipe</title>
		<link>http://www.asiel.us/wordpress/2010/11/02/git-fatal-write-error-broken-pipe/</link>
		<comments>http://www.asiel.us/wordpress/2010/11/02/git-fatal-write-error-broken-pipe/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 17:54:57 +0000</pubDate>
		<dc:creator>azl</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://asiel.us/wordpress/?p=76</guid>
		<description><![CDATA[Today I was trying to do a git push and was getting an error Compressing objects: 100% (164/164), done. error: RPC failed; result=22, HTTP code = 411 fatal: The remote end hung up unexpectedly Writing objects: 100% (570/570), 6.08 MiB, &#8230; <a href="http://www.asiel.us/wordpress/2010/11/02/git-fatal-write-error-broken-pipe/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today I was trying to do a git push and was getting an error</p>
<p><code><br />
Compressing objects: 100% (164/164), done.<br />
error: RPC failed; result=22, HTTP code = 411<br />
fatal: The remote end hung up unexpectedly<br />
Writing objects: 100% (570/570), 6.08 MiB, done.<br />
Total 570 (delta 276), reused 551 (delta 264)<br />
fatal: The remote end hung up unexpectedly<br />
fatal: expected ok/error, helper said '2004�f��,'�c6��}{�c�eM��#�>�'</p>
<p>fatal: write error: Broken pipe<br />
</code></p>
<p>The actual error message part changes if you try again thinking it might have been a network error.</p>
<p>The fix was to change git configuration to have a larger http post buffer of 100MB.<br />
<code><br />
git config http.postBuffer 104857600<br />
</code></p>
<p>Thanks to <a href="http://support.github.com/discussions/repos/4418-the-remote-end-hung-up-unexpectedly-write-error-broken-pipe">github support.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.asiel.us/wordpress/2010/11/02/git-fatal-write-error-broken-pipe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Making fun of other peoples operating system</title>
		<link>http://www.asiel.us/wordpress/2007/02/20/making-fun-of-other-peoples-operating-system/</link>
		<comments>http://www.asiel.us/wordpress/2007/02/20/making-fun-of-other-peoples-operating-system/#comments</comments>
		<pubDate>Tue, 20 Feb 2007 17:38:51 +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/?p=51</guid>
		<description><![CDATA[People like to have heated discussions about which operating system is better than another. This joke explains it very well. Just don&#8217;t forget that you are arguing about an operating system and competition is always good. Just don&#8217;t forget to &#8230; <a href="http://www.asiel.us/wordpress/2007/02/20/making-fun-of-other-peoples-operating-system/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>People like to have heated discussions about which operating system is better than another. <a href="http://nodwick.humor.gamespy.com/ffn/index.php?date=2007-02-14">This joke</a> explains it very well. Just don&#8217;t forget that you are arguing about an operating system and competition is always good. Just don&#8217;t forget to tell someone else why your operating system is better than theirs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.asiel.us/wordpress/2007/02/20/making-fun-of-other-peoples-operating-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flip4Mac &#8211; Why isn&#8217;t it universal?</title>
		<link>http://www.asiel.us/wordpress/2006/05/09/flip4mac-why-isnt-it-universal/</link>
		<comments>http://www.asiel.us/wordpress/2006/05/09/flip4mac-why-isnt-it-universal/#comments</comments>
		<pubDate>Tue, 09 May 2006 15:55:37 +0000</pubDate>
		<dc:creator>azl</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://asiel.us/wordpress/?p=21</guid>
		<description><![CDATA[I wanted to try out Microsoft&#8217;s Flip4Mac which looked like it would be pretty neat. see it here Unfortunately it isn&#8217;t a universal build so it doesn&#8217;t work on intel macs. Why is this? Everything released for mac should be &#8230; <a href="http://www.asiel.us/wordpress/2006/05/09/flip4mac-why-isnt-it-universal/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I wanted to try out Microsoft&#8217;s Flip4Mac which looked like it would be pretty neat. <a title="see it here" target="_blank" href="http://www.microsoft.com/windows/windowsmedia/player/wmcomponents.mspx">see it here</a><br />
Unfortunately it isn&#8217;t a universal build so it doesn&#8217;t work on intel macs. Why is this?  Everything released for mac should be universal at this point. Hopefully this will get fixed soon and people will start seeing the light.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.asiel.us/wordpress/2006/05/09/flip4mac-why-isnt-it-universal/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

