<?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>The Mattcave &#187; Tech</title>
	<atom:link href="http://mattstocum.com/c/tech/feed/" rel="self" type="application/rss+xml" />
	<link>http://mattstocum.com</link>
	<description>still kickin’</description>
	<lastBuildDate>Wed, 14 Apr 2010 13:24:25 +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>Readability for NetNewsWire</title>
		<link>http://mattstocum.com/2010/04/14/readability/</link>
		<comments>http://mattstocum.com/2010/04/14/readability/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 13:24:25 +0000</pubDate>
		<dc:creator>mattstocum</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://mattstocum.com/?p=374</guid>
		<description><![CDATA[I&#8217;m a huge fan of Readability from Arc90 so I decided to cobble together a Readability style for NetNewsWire. It does a pretty good job of mimicking the Newspaper style with medium text and wide margins. There&#8217;s also a bit of &#8230; <a href="http://mattstocum.com/2010/04/14/readability/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a huge fan of <a href="http://lab.arc90.com/experiments/readability/" target="_blank">Readability</a> from <a href="http://arc90.com/" target="_blank">Arc90</a> so I decided to cobble together a <a href="http://mattstocum.com/wp-content/uploads/2010/04/Readability.nnwstyle.zip">Readability style for NetNewsWire</a>. It does a pretty good job of mimicking the Newspaper style with medium text and wide margins. There&#8217;s also a bit of JavaScript to shrink images so they don&#8217;t go outside the bounds of the text.</p>
]]></content:encoded>
			<wfw:commentRss>http://mattstocum.com/2010/04/14/readability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Got Linux?</title>
		<link>http://mattstocum.com/2009/12/02/got-linux/</link>
		<comments>http://mattstocum.com/2009/12/02/got-linux/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 21:18:33 +0000</pubDate>
		<dc:creator>mattstocum</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://mattstocum.com/?p=347</guid>
		<description><![CDATA[Got Active Directory? Want them to play together? Kerberos Your Enthusiasm]]></description>
			<content:encoded><![CDATA[<p>Got Active Directory?</p>
<p>Want them to play together?</p>
<p><a href="http://blogs.lebow.drexel.edu/Tech/?p=267" target="_blank">Kerberos Your Enthusiasm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mattstocum.com/2009/12/02/got-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Passenger without gcc</title>
		<link>http://mattstocum.com/2008/07/31/installing-passenger-without-gcc/</link>
		<comments>http://mattstocum.com/2008/07/31/installing-passenger-without-gcc/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 15:06:43 +0000</pubDate>
		<dc:creator>mattstocum</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://blagomatic.wafflehouse.org/?p=79</guid>
		<description><![CDATA[I ran into a minor issue today while trying to install Phusion Passenger on a web server I&#8217;m setting up; I don&#8217;t install development tools on my web servers. I have a whole mess of reasons for why I do this, &#8230; <a href="http://mattstocum.com/2008/07/31/installing-passenger-without-gcc/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I ran into a minor issue today while trying to install <a href="http://modrails.org/" target="_blank">Phusion Passenger</a> on a web server I&#8217;m setting up; I don&#8217;t install development tools on my web servers. I have a whole mess of reasons for why I do this, the primary being that it makes keeping several different servers (ie, production and development) in sync a lot easier.</p>
<p>The problem with Passenger is that the gem assumes you have g++ installed so it can build the apache extension. Fortunately, for me, I keep a separate server that is identically configured, except it has build tools installed. My solution was to install passenger on that box, configure it, and then copy the directory over to my production box.</p>
<p>Short version:</p>
<blockquote><p>gem install passenger<br />
passenger-install-apache2-module<br />
cd /usr &amp;&amp; tar -zvcf ~/passenger-2.0.2.tgz `find ./ -name &#8220;*passenger*&#8221; -print`</p></blockquote>
<p>Now just copy ~/passenger-2.0.2.tgz over to the production box and untar it into /usr. Normal Passenger setup applies from this point forward.</p>
]]></content:encoded>
			<wfw:commentRss>http://mattstocum.com/2008/07/31/installing-passenger-without-gcc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to recover from grey screen on boot</title>
		<link>http://mattstocum.com/2008/05/29/how-to-recover-from-grey-screen-on-boot/</link>
		<comments>http://mattstocum.com/2008/05/29/how-to-recover-from-grey-screen-on-boot/#comments</comments>
		<pubDate>Thu, 29 May 2008 13:38:01 +0000</pubDate>
		<dc:creator>mattstocum</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://blagomatic.wafflehouse.org/?p=58</guid>
		<description><![CDATA[The 10.5.3 update crashed on me this morning and left my Mac Pro in a funny bit of broken.  I got a grey screen on boot and then nothing.  No Apple logo, no spinning wheel, nothing.  After about 10 minutes &#8230; <a href="http://mattstocum.com/2008/05/29/how-to-recover-from-grey-screen-on-boot/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The 10.5.3 update crashed on me this morning and left my Mac Pro in a funny bit of broken.  I got a grey screen on boot and then nothing.  No Apple logo, no spinning wheel, nothing.  After about 10 minutes I got the globe icon (I think this says it&#8217;s looking for netboot servers).  Anyway, I got it fixed.</p>
<p>First I booted into Target Disk Mode and installed the combo updater from another Mac, although I&#8217;m not sure this was necessary.  I think the real trick was to hold down Option during boot to get into the boot chooser screen, and then wait.  After about 5 minutes it finally saw my hard drive.  I selected it and was able to boot.</p>
<p>After booting I checked with bless and sure enough, my boot settings were completely broken.  Reselecting my system volume from Startup Disk in System Preferences fixed it.  The take away is that on Intel Macs it seems that even without a valid boot image, given enough time the EFI boot loader will find it.</p>
]]></content:encoded>
			<wfw:commentRss>http://mattstocum.com/2008/05/29/how-to-recover-from-grey-screen-on-boot/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iPhone Enterprise Thoughts&#8230;</title>
		<link>http://mattstocum.com/2008/03/07/iphone-enterprise-thoughts/</link>
		<comments>http://mattstocum.com/2008/03/07/iphone-enterprise-thoughts/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 20:22:36 +0000</pubDate>
		<dc:creator>mattstocum</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://blagomatic.wafflehouse.org/?p=27</guid>
		<description><![CDATA[So I have a few lingering questions from the big iPhone event yesterday. First, what about Apple&#8217;s server products?  Where is the support for iCal Server?  Also, along that, what about wireless sync for non-enterprise users?  I realize this wasn&#8217;t the &#8230; <a href="http://mattstocum.com/2008/03/07/iphone-enterprise-thoughts/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So I have a few lingering questions from the big iPhone event yesterday. First, what about Apple&#8217;s server products?  Where is the support for iCal Server?  Also, along that, what about wireless sync for non-enterprise users?  I realize this wasn&#8217;t the focus of the event, I just hope they&#8217;re going to provide something.  What I&#8217;d like to see is a no cost sync only .Mac account for all iPhone owners.  I really should be able to add a calendar entry on my phone, and have it show up on my Mac Pro without having to connect it.Second,  what about iCal and Exchange integration?  If Apple can make Calendar on the iPhone work with Exchange, I really hope they make it work with iCal.  I could completely dump the POS that is Entourage if iCal could read my Exchange calendar.</p>
]]></content:encoded>
			<wfw:commentRss>http://mattstocum.com/2008/03/07/iphone-enterprise-thoughts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A Simple Fix for Spaces</title>
		<link>http://mattstocum.com/2007/11/15/a-simple-fix-for-spaces/</link>
		<comments>http://mattstocum.com/2007/11/15/a-simple-fix-for-spaces/#comments</comments>
		<pubDate>Thu, 15 Nov 2007 19:35:03 +0000</pubDate>
		<dc:creator>mattstocum</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://blagomatic.wafflehouse.org/?p=25</guid>
		<description><![CDATA[http://www.pascal.com/diary/?p=183.  The idea basically is to provide an option for power users that would stop Spaces from ever switching your space for you.  If Safari is open in space 1 and you&#8217;re on space 3 and click on Safari in &#8230; <a href="http://mattstocum.com/2007/11/15/a-simple-fix-for-spaces/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.pascal.com/diary/?p=183">http://www.pascal.com/diary/?p=183</a>.  The idea basically is to provide an option for power users that would stop Spaces from ever switching your space for you.  If Safari is open in space 1 and you&#8217;re on space 3 and click on Safari in the Dock, it would open a new Safari window for you, rather than darting you over to space 1.(via <a href="http://daringfireball.net/linked/2007/november#thu-15-spaces">daringfireball</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://mattstocum.com/2007/11/15/a-simple-fix-for-spaces/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Im in ur car, playin ur mediaz</title>
		<link>http://mattstocum.com/2007/10/05/im-in-ur-car-playin-ur-mediaz/</link>
		<comments>http://mattstocum.com/2007/10/05/im-in-ur-car-playin-ur-mediaz/#comments</comments>
		<pubDate>Fri, 05 Oct 2007 12:22:31 +0000</pubDate>
		<dc:creator>mattstocum</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://blagomatic.wafflehouse.org/?p=24</guid>
		<description><![CDATA[This is just too cool.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.appletvhacks.net/2007/10/05/apple-tv-as-an-in-car-entertainment-system/">This</a> is just too cool.</p>
]]></content:encoded>
			<wfw:commentRss>http://mattstocum.com/2007/10/05/im-in-ur-car-playin-ur-mediaz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple Makes Really Great Windows Machines</title>
		<link>http://mattstocum.com/2007/09/22/apple-makes-really-great-windows-machines/</link>
		<comments>http://mattstocum.com/2007/09/22/apple-makes-really-great-windows-machines/#comments</comments>
		<pubDate>Sat, 22 Sep 2007 14:13:41 +0000</pubDate>
		<dc:creator>mattstocum</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://blagomatic.wafflehouse.org/?p=22</guid>
		<description><![CDATA[I&#8217;ve been saying this ever since Boot Camp came out. At work the first thing we do when we get any new computer in is to wipe the hard drive and put our Windows image on it. After that you &#8230; <a href="http://mattstocum.com/2007/09/22/apple-makes-really-great-windows-machines/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been saying <a href="http://stevenf.com/2007/09/macs_really_do_run_windows_better.php">this</a> ever since Boot Camp came out.  At work the first thing we do when we get any new computer in is to wipe the hard drive and put our Windows image on it.  After that you tend to spend a couple hours re-installing all of the drivers and the few utilities that actually add value to the computer.  I will admit that <strike>IBM</strike> Lenovo has a decent auto-installer, it&#8217;s slow, and it bugs you periodically to press a button just for kicks, but it sure beats downloading and installing everything by hand.It just amazes me how Apple is the only company that can give you a single CD image that installs all of the drivers and utilities you need for all of their computers.  One disk will cover you if you have a MacBook, iMac, MacBook Pro, or Mac Pro, and when you&#8217;re done, everything works.  There are no &#8220;unknown hardware&#8221; icons left in device manager, no mysterious keys on the keyboard that don&#8217;t work.  Hell, the latest versions of Boot Camp even support two finger scrolling.  Best of all, when you&#8217;re done, there&#8217;s no crap to uninstall.(via <a href="http://daringfireball.net/linked/2007/september#fri-21-stevenf_windows">daringfireball</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://mattstocum.com/2007/09/22/apple-makes-really-great-windows-machines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JWZ Gets It</title>
		<link>http://mattstocum.com/2007/08/22/jwz-gets-it/</link>
		<comments>http://mattstocum.com/2007/08/22/jwz-gets-it/#comments</comments>
		<pubDate>Wed, 22 Aug 2007 13:19:56 +0000</pubDate>
		<dc:creator>mattstocum</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://blagomatic.wafflehouse.org/?p=21</guid>
		<description><![CDATA[Groupware Bad.  So who wants to build it on top of Leopard&#8217;s calendar server?]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jwz.org/doc/groupware.html">Groupware Bad</a>.  So who wants to build it on top of Leopard&#8217;s calendar server?</p>
]]></content:encoded>
			<wfw:commentRss>http://mattstocum.com/2007/08/22/jwz-gets-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Let&#8217;s do the time-warp again!</title>
		<link>http://mattstocum.com/2007/08/13/lets-do-the-time-warp-again/</link>
		<comments>http://mattstocum.com/2007/08/13/lets-do-the-time-warp-again/#comments</comments>
		<pubDate>Mon, 13 Aug 2007 22:40:31 +0000</pubDate>
		<dc:creator>mattstocum</dc:creator>
				<category><![CDATA[Me]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://blagomatic.wafflehouse.org/?p=18</guid>
		<description><![CDATA[Via (Pharyngula)]]></description>
			<content:encoded><![CDATA[<p><object height="350" width="425"><param value="http://www.youtube.com/v/dfx8Nc6VKnI" name="movie"></param><param value="transparent" name="wmode"></param><embed src="http://www.youtube.com/v/dfx8Nc6VKnI" height="350" width="425" wmode="transparent" type="application/x-shockwave-flash"></embed></object>Via (<a href="http://scienceblogs.com/pharyngula/2007/08/skippy_is_such_a_nerd.php">Pharyngula</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://mattstocum.com/2007/08/13/lets-do-the-time-warp-again/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
