<?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>libjack.com</title>
	<atom:link href="http://libjack.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://libjack.com</link>
	<description>What is a libjack? ... Dunno? .... stick around and find out!</description>
	<lastBuildDate>Tue, 07 Apr 2009 00:10:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Great external HDD solution</title>
		<link>http://libjack.com/2009/04/06/great-external-hdd-solution/</link>
		<comments>http://libjack.com/2009/04/06/great-external-hdd-solution/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 00:10:06 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[technobabble]]></category>
		<category><![CDATA[DiskWarrior]]></category>
		<category><![CDATA[hard drive swapping]]></category>
		<category><![CDATA[HDD]]></category>
		<category><![CDATA[SATA]]></category>
		<category><![CDATA[Time Machine]]></category>

		<guid isPermaLink="false">http://libjack.com/?p=62</guid>
		<description><![CDATA[I have a few external USB drives and needed a new one and was looking either to upgrade the capacity of one of the drives or buy a new unit. I wanted at least a 500GB drive whose sole purpose would be a Time Machine backup drive hanging off my Mac. I have an existing [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I have a few external USB drives and needed a new one and was looking either to upgrade the capacity of one of the drives or buy a new unit. I wanted at least a 500GB drive whose sole purpose would be a <strong>Time Machine</strong> backup drive hanging off my Mac. I have an existing 500GB unit, at the time the cheapest I could find, but it recently died (you get what you pay for!). So, temporarily, I started using an older 250GB drive. But that was filling up; considering I need 200+ MB for backup and Time Machine was starting to delete the older weekly backups.</p>
<p>Was considering one of the <a href="http://www.drobo.com/">Drobo</a> units, to take advantage of increasingly cheaper HDD, but didn&#8217;t really need the ultimate flexibility, and didn&#8217;t want the price either. To not make that decision, I was going to settle for a cheap enclosure/ATA drive. But, while doing my normal surf habit, I saw a reference to <a href="http://www.thermaltakeusa.com/Product.aspx?C=1346&amp;ID=1642">Thermaltake BlacX Docking Station</a> and did some research on it. Basically a toaster like unit to swap SATA drives, both 3.5 and 2.5 units. Everything looked good and I started shopping. Found it on Newegg for $37 and picked out a nice (well-reviewed) 750GB SATA drive for $59. Great solution for &lt; $100!</p>
<p>Now, I&#8217;ll continue to look for SATA deals and I&#8217;m all set to roll over to a new <strong>Time Machine</strong> backup, or swap in a drive temporarily to copy to/from archives, etc..</p>
<p>Up and running in no time. Flawless.</p>
<p>BTW&#8230; <a href="http://www.apple.com/macosx/features/timemachine.html">Time Machine</a> is a great app&#8230; I know, I know, it is just a backup and lots of other solutions out there, but the fact that it comes as part of Max OS X, and extremely simple to plug in a drive and go is tremendous.. Already saved my bacon after my main drive failed. After the drive was replaced, I was up and running after a simple restore from Time Machine &#8212; didn&#8217;t lose a thing. Actually, in this case, the drive was not completely shot &#8212; it wouldn&#8217;t boot but I was able to inspect via <a href="http://www.alsoft.com/DiskWarrior/index.html">DiskWarrior</a> (another great tool) and actually made emergency backup from there before I took in for repairs, but ultimately used the restore from <strong>Time Machine</strong></p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://libjack.com/2009/04/06/great-external-hdd-solution/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Magento api with Java Client &#8212; problem with XML-RPC interface</title>
		<link>http://libjack.com/2009/03/26/java-magento-xmlrpc-api-nil-issue/</link>
		<comments>http://libjack.com/2009/03/26/java-magento-xmlrpc-api-nil-issue/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 23:56:41 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[technobabble]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[XML-RPC]]></category>
		<category><![CDATA[xmlrpc]]></category>

		<guid isPermaLink="false">http://libjack.com/?p=34</guid>
		<description><![CDATA[One of the features touted by Magento is the api exposed via both XML-RPC and SOAP. I quickly (and successfully) tested the SOAP interface using the amazingly complete (and free) soapUI. I wanted to use XML-RPC, and decided to build a test client in Java. While trying to build a client, using the apache ws-xmlrpc [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>One of the features touted by Magento is the api exposed via both XML-RPC and SOAP. I quickly (and successfully) tested the SOAP interface using the amazingly complete (and free) <a href="http://www.soapui.org/">soapUI</a>. I wanted to use XML-RPC, and decided to build a test client in Java. While trying to build a client, using the apache <a href="http://ws.apache.org/xmlrpc/">ws-xmlrpc</a> library, I ran into a roadblock.  The initial login and some other calls would work just fine, but some calls such as product.info would always cause an exception, similar to:</p>
<pre>Exception in thread "main" org.apache.xmlrpc.client.XmlRpcClientException:
Failed to parse servers response: Unknown type: nil</pre>
<p>I posted on the magento forum to no success (except to find a few others with the same problem). So I was on my own..</p>
<p>After some research, I determined that the problem (IMHO) is that the Magento api is incorrectly using the <strong>nil</strong> type in responses. According to the XML-RPC spec, <strong>nil</strong> is an extended type, and can only be used with a namespace (e.g. <strong>ex:nil</strong>) &#8212; see the <a href="http://ws.apache.org/xmlrpc/types.html">data types</a> section on the apache site. But, luckily, the ws-xmlrpc library can be easily extended to provide a work around, and the following solution worked for me.</p>
<p><span id="more-34"></span><br />
All you need to do is extend the builtin TypeFactoryImpl class and the assign the client TypeFactory to your custom class. Most of the work by this custom TypeFactory can be done using the super class, so just check for the <em>incorrect</em> <strong>nil</strong> usage when getting a parser. e.g the TypeFactory I used :</p>
<pre>public class MyTypeFactory extends TypeFactoryImpl {

    public MyTypeFactory(XmlRpcController pController) {
        super(pController);
    }

    @Override
    public TypeParser getParser(XmlRpcStreamConfig pConfig,
      NamespaceContextImpl pContext, String pURI, String pLocalName) {

        if ("".equals(pURI) &amp;&amp; NullSerializer.NIL_TAG.equals(pLocalName)) {
            return new NullParser();
        } else {
            return super.getParser(pConfig, pContext, pURI, pLocalName);
        }
    }
}</pre>
<p>and then created my XmlRpcClient as follows:</p>
<pre>XmlRpcClientConfigImpl config = new XmlRpcClientConfigImpl();
config.setServerURL(new URL("http://mymagentoserver.com/api/xmlrpc/"));
XmlRpcClient client = new XmlRpcClient();
client.setConfig(config);
client.setTypeFactory(new MyTypeFactory(client));</pre>
<p>Notes:</p>
<ul>
<li>There is a <em>enabledForExtensions</em> property used by the client (and server) classes, which can be set by XmlRpcConfig:: setEnabledForExtensions(), but that has no effect here since the Magento server is doing it wrong.</li>
<li>You would use a very similar method if you needed to implement a custom type (if your XML-RPC server defined one), but would need to provide a custom TypeSerializer as well, by overriding the <em>getSerializer()</em> method in MyTypeFactory. There is an example of this on the ws-xmlrpc site in the advanced techniques section.</li>
</ul>
<p>As usual, your milage may vary.</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://libjack.com/2009/03/26/java-magento-xmlrpc-api-nil-issue/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Playing with Magento</title>
		<link>http://libjack.com/2009/03/26/playing-with-magento/</link>
		<comments>http://libjack.com/2009/03/26/playing-with-magento/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 21:22:28 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[oscommerce]]></category>

		<guid isPermaLink="false">http://libjack.com/?p=28</guid>
		<description><![CDATA[One of my side interests is eCommerce, primarily for building stores, and even more so from the programming side&#8230; I&#8217;m not really sure why, but it is an area that has always intrigued me&#8230; And recently, lucky enough to have the chance to &#8220;play&#8221; with it while working on some side projects. We were looking [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>One of my side interests is eCommerce, primarily for building stores, and even more so from the programming side&#8230; I&#8217;m not really sure why, but it is an area that has always intrigued me&#8230; And recently, lucky enough to have the chance to &#8220;play&#8221; with it while working on some side projects. We were looking at <em>osCommerce </em>for a while, but eventually decided to focus on <em>Magento. </em>Both freeware, php-based platforms, but in the end, <em>Magento</em> had fewer warts.</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://libjack.com/2009/03/26/playing-with-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Still Alive!</title>
		<link>http://libjack.com/2009/03/26/still-alive/</link>
		<comments>http://libjack.com/2009/03/26/still-alive/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 15:46:41 +0000</pubDate>
		<dc:creator>libjack</dc:creator>
				<category><![CDATA[technobabble]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://libjack.com/?p=25</guid>
		<description><![CDATA[Ok, so I have not been active lately&#8230; hoping to change that&#8230; just upgraded WP to 2.7.1, upgraded several plugins, got to get back to managing &#8230;


No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Ok, so I have not been active lately&#8230; hoping to change that&#8230; just upgraded WP to 2.7.1, upgraded several plugins, got to get back to managing &#8230;</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://libjack.com/2009/03/26/still-alive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtual happiness</title>
		<link>http://libjack.com/2008/05/14/virtual-happiness/</link>
		<comments>http://libjack.com/2008/05/14/virtual-happiness/#comments</comments>
		<pubDate>Thu, 15 May 2008 02:45:58 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://libjack.com/?p=24</guid>
		<description><![CDATA[I should add &#8220;on the Mac&#8221; to that title, but I&#8217;ll avoid any born again references for now. By virtual, I&#8217;m referring to the ever so wonderful virtualization, the ability to run a guest OS within another (see wikipedia entry on virtualization for more). For me, on my iMac, I&#8217;m using VirtualBox. It&#8217;s opensource, from [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I should add &#8220;on the Mac&#8221; to that title, but I&#8217;ll avoid any born again references for now. By virtual, I&#8217;m referring to the ever so wonderful virtualization, the ability to run a guest OS within another (see <a title="wikipedia entry on virutalization" href="http://en.wikipedia.org/wiki/Virtualization">wikipedia entry on virtualization</a> for more). For me, on my iMac, I&#8217;m using <a href="http://www.virtualbox.org/">VirtualBox</a>. It&#8217;s opensource, from a company which was recently purchased by Sun. My primary use will be quick access to an OS to test configurations or run (windows-only) software. I currently have debian and ubuntu versions, will get a Windows (Vista probably) as soon as I am willing to shell out the $$. Right now, for the few windows-only apps I have, I VNC to my seldom used windows boxes (Vista, Win2k).</p>
<p>VirutalBox has guest edition software for Windows and Linux which adds nice features such as mouse pointer integration and integrated windows. Plus, sharing host directories is very easy. These features are available in the other commercial virtual host solutions I&#8217;ve looked at.</p>
<p>OS installation was a breeze for the Linux distributions, as I simply downloaded the iso images and mounted it as cdrom for the guest installer to use.</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://libjack.com/2008/05/14/virtual-happiness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress + Google Analytics</title>
		<link>http://libjack.com/2008/05/01/wordpress-google-analytics/</link>
		<comments>http://libjack.com/2008/05/01/wordpress-google-analytics/#comments</comments>
		<pubDate>Thu, 01 May 2008 06:43:43 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[technobabble]]></category>
		<category><![CDATA[AdSense]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://libjack.com/?p=22</guid>
		<description><![CDATA[Since I&#8217;m more into blogging now, it means I&#8217;m also into Wordpress; especially exploring it from the technical side. So don&#8217;t be surprised by more blogging about Wordpress. And with a more constant online presence, it allows me to explore and use a few technologies I haven&#8217;t had much exposure to yet, AdSense, Google Analytics, [...]


Related posts:<ol><li><a href='http://libjack.com/2009/04/06/great-external-hdd-solution/' rel='bookmark' title='Permanent Link: Great external HDD solution'>Great external HDD solution</a> <small>I have a few external USB drives and needed a...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Since I&#8217;m more into blogging now, it means I&#8217;m also into Wordpress; especially exploring it from the technical side. So don&#8217;t be surprised by more blogging about Wordpress. And with a more constant online presence, it allows me to explore and use a few technologies I haven&#8217;t had much exposure to yet, AdSense, Google Analytics, SEO, etc..  So, signed up for all my accounts and now time to integrate&#8230; hmm how to put the Analytics code onto every page of my blog? &#8230; Probably have to edit something&#8230; maybe a plugin exists? After a bit of searching, found the perfect, <a href="http://www.trentmueller.com/blog/how-to-add-google-analytics-code-to-wordpress.html">simple how-to on Trent Mueller&#8217;s blog</a> &#8230; simple editing of footer.php..</p>


<p>Related posts:<ol><li><a href='http://libjack.com/2009/04/06/great-external-hdd-solution/' rel='bookmark' title='Permanent Link: Great external HDD solution'>Great external HDD solution</a> <small>I have a few external USB drives and needed a...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://libjack.com/2008/05/01/wordpress-google-analytics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automator</title>
		<link>http://libjack.com/2008/05/01/automator/</link>
		<comments>http://libjack.com/2008/05/01/automator/#comments</comments>
		<pubDate>Thu, 01 May 2008 05:17:17 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[technobabble]]></category>
		<category><![CDATA[automator]]></category>
		<category><![CDATA[IPCT]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://libjack.com/?p=21</guid>
		<description><![CDATA[More fun stuff, played with Automator recently because I wanted to find a quick way to set image tags for multiple images. You can do it manually in Preview.app, but wanted a drag and drop solution. I guess I got inspired after watching a recent ScreenCastsOnline podcast (http://screencastonline.com/); as a demo, they showed building a [...]


Related posts:<ol><li><a href='http://libjack.com/2009/04/06/great-external-hdd-solution/' rel='bookmark' title='Permanent Link: Great external HDD solution'>Great external HDD solution</a> <small>I have a few external USB drives and needed a...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>More fun stuff, played with Automator recently because I wanted to find a quick way to set image tags for multiple images. You can do it manually in Preview.app, but wanted a drag and drop solution. I guess I got inspired after watching a recent ScreenCastsOnline podcast (<a href="http://screencastonline.com/">http://screencastonline.com/</a>); as a demo, they showed building a workflow for scaling images by 50%. After a bit of searching, I found an Write IPCT Tags action on automator.us (<a href="http://automator.us/leopard/downloads/index.html">http://automator.us/leopard/downloads/index.html</a>)</p>
<p>With that action, can create static workflow, or can prompt for all the tags to set.</p>


<p>Related posts:<ol><li><a href='http://libjack.com/2009/04/06/great-external-hdd-solution/' rel='bookmark' title='Permanent Link: Great external HDD solution'>Great external HDD solution</a> <small>I have a few external USB drives and needed a...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://libjack.com/2008/05/01/automator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress upgrade</title>
		<link>http://libjack.com/2008/04/21/wordpress-upgrade/</link>
		<comments>http://libjack.com/2008/04/21/wordpress-upgrade/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 02:59:46 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[technobabble]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://libjack.com/?p=20</guid>
		<description><![CDATA[woo woo&#8230; managed to upgrade to wordpress 2.5, plus installed several plugins as I try to explore Wordpress a lot more..


Related posts:Still Alive! Ok, so I have not been active lately&#8230; hoping to...
Related posts brought to you by Yet Another Related Posts Plugin.


Related posts:<ol><li><a href='http://libjack.com/2009/03/26/still-alive/' rel='bookmark' title='Permanent Link: Still Alive!'>Still Alive!</a> <small>Ok, so I have not been active lately&#8230; hoping to...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>woo woo&#8230; managed to upgrade to wordpress 2.5, plus installed several plugins as I try to explore Wordpress a lot more..</p>


<p>Related posts:<ol><li><a href='http://libjack.com/2009/03/26/still-alive/' rel='bookmark' title='Permanent Link: Still Alive!'>Still Alive!</a> <small>Ok, so I have not been active lately&#8230; hoping to...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://libjack.com/2008/04/21/wordpress-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Spotlight to find system files (Leopard)</title>
		<link>http://libjack.com/2008/04/15/using-spotlight-to-find-system-files-leopard/</link>
		<comments>http://libjack.com/2008/04/15/using-spotlight-to-find-system-files-leopard/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 13:45:34 +0000</pubDate>
		<dc:creator>libjack</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[finder]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[searching system files]]></category>
		<category><![CDATA[spotlight]]></category>

		<guid isPermaLink="false">http://libjack.com/2008/04/15/using-spotlight-to-find-system-files-leopard/</guid>
		<description><![CDATA[Well, I just get done writing a happy shiny post about being on a Mac, and now I have to grumble a little bit..
It all started because I was trying to find the location of the apache root by searching for a file I knew would be there, index.html.. But no matter what I did, [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Well, I just get done writing a happy shiny post about being on a Mac, and now I have to grumble a little bit..</p>
<p>It all started because I was trying to find the location of the apache root by searching for a file I knew would be there, index.html.. But no matter what I did, Spotlight would not show the files I knew had to be there&#8230;</p>
<p>After some trial and error and some Google searching, figured out this was because of something new in Leopard&#8230;  Only way to search system files is via the finder:</p>
<ol>
<li>enter the search term on the finder window</li>
<li>(after the search bar shows up) click the &#8220;+&#8221; to  add search option</li>
<li>In first menu, choose &#8220;Other &#8230;&#8221;</li>
<li>Choose &#8220;System Files&#8221; from the list that pops up (and check to place in menu to avoid this step later), click &#8220;OK&#8221;</li>
<li>Now back at the Finder, choose &#8220;include&#8221; from the second menu</li>
</ol>
<p>Now you can use this to find all system files</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://libjack.com/2008/04/15/using-spotlight-to-find-system-files-leopard/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Return to all things Mac</title>
		<link>http://libjack.com/2008/04/13/return-to-all-things-mac/</link>
		<comments>http://libjack.com/2008/04/13/return-to-all-things-mac/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 03:26:05 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[my life]]></category>
		<category><![CDATA[nirvana]]></category>

		<guid isPermaLink="false">http://libjack.com/2008/04/13/return-to-all-things-mac/</guid>
		<description><![CDATA[I became a Unix/C geek back in ~1983; before that, not much mattered, although I do remember by DG Eclipse RDOS days rather fondly. I purchased a Macintosh in 1985 and was fully entrenched in everything Mac both for work (development along with Unix/X) and personal use until about 1999.  After that it was just [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I became a Unix/C geek back in ~1983; before that, not much mattered, although I do remember by DG Eclipse RDOS days rather fondly. I purchased a Macintosh in 1985 and was fully entrenched in everything Mac both for work (development along with Unix/X) and personal use until about 1999.  After that it was just occasional use as, although I continued with Unix/Linux, I eventually wound up Windows based &#8212; primarily to co-exist with various company IT. I picked up a used iMac (lime) in 2003 and loaded up OS X (Panther) and started to enjoy it a little bit, mostly hampered by the underpowered iMac. Can&#8217;t say I did much except use it as a browser and iTunes station (without any iPod) for most of the time.</p>
<p>But I finally got fed up with the lame Windows releases and convinced myself that a new iMac was the way to go&#8230; So, around Thanksgiving 2007,  I  bought a shiny new 24&#8243; iMac 2.4 Core 2 Duo, 2 GB, 500G&#8230;.. Ah, life is good once again! Can&#8217;t believe how I lasted this long &#8212; computer nirvana once again!</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://libjack.com/2008/04/13/return-to-all-things-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
