<?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>Joel Mama's Blog &#187; software</title>
	<atom:link href="http://joelmama.com/tag/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://joelmama.com</link>
	<description>My attempt to give back to the nerd community</description>
	<lastBuildDate>Fri, 06 Nov 2009 17:18:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CentOS not retrieving IP via DHCP</title>
		<link>http://joelmama.com/2009/11/06/centos-not-retrieving-ip-via-dhcp/</link>
		<comments>http://joelmama.com/2009/11/06/centos-not-retrieving-ip-via-dhcp/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 17:18:32 +0000</pubDate>
		<dc:creator>Joel Mama</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://joelmama.com/?p=87</guid>
		<description><![CDATA[I downloaded CentOS 5.2 Minimal Installation v1.3 pre-made VMWare virtual machine. After I upgraded CentOS from 5.2 to 5.4 (yum upgrade), my network connection stopped working because it wasn&#8217;t getting a dhcp address. Turns out my ifcfg-eth0 file had the wrong &#8220;HDADDR&#8221;.
Luckily the solution was easy:

 Run ifconfig eth0
 Make note of the &#8220;HWaddr&#8221; from [...]]]></description>
			<content:encoded><![CDATA[<p>I downloaded <a href="http://www.vmware.com/appliances/directory/272983">CentOS 5.2 Minimal Installation v1.3</a> pre-made VMWare virtual machine. After I upgraded CentOS from 5.2 to 5.4 (<code>yum upgrade</code>), my network connection stopped working because it wasn&#8217;t getting a dhcp address. Turns out my ifcfg-eth0 file had the wrong &#8220;HDADDR&#8221;.</p>
<p>Luckily the solution was easy:</p>
<ol>
<li> Run <code>ifconfig eth0</code></li>
<li> Make note of the &#8220;HWaddr&#8221; from it&#8217;s output. You&#8217;re looking for a hex value that looks something like: 00:0c:29:72:46:d6</li>
<li> Edit <code>/etc/sysconfig/network-scripts/ifcfg-eth0</code> and make sure the HWADDR in that file is the same as the HWaddr from the ifconfig command</li>
</ol>
<p>That solved the problem for me</p>
]]></content:encoded>
			<wfw:commentRss>http://joelmama.com/2009/11/06/centos-not-retrieving-ip-via-dhcp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing UNMOUNTABLE_BOOT_DEVICE</title>
		<link>http://joelmama.com/2009/07/09/fixing-unmountable_boot_device/</link>
		<comments>http://joelmama.com/2009/07/09/fixing-unmountable_boot_device/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 05:25:42 +0000</pubDate>
		<dc:creator>Joel Mama</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://joelmama.com/?p=76</guid>
		<description><![CDATA[I have two clients that I&#8217;ve grandfathered in working on their PCs. Everyone else I told &#8212; in much prettier language &#8212; to get a Mac or go to hell. One of those clients experienced a nice little BSOD stating: &#8220;UNMOUNTABLE_BOOT_DEVICE &#8230; Stop: 0&#215;000000ED (89d28900, c000009c, 00000000, 00000000)&#8221;.
Ugh, with windows crap like this, I could [...]]]></description>
			<content:encoded><![CDATA[<p>I have two clients that I&#8217;ve grandfathered in working on their PCs. Everyone else I told &#8212; in much prettier language &#8212; to get a Mac or go to hell. One of those clients experienced a nice little <acronym title="Blue Screen of Death">BSOD</acronym> stating: &#8220;UNMOUNTABLE_BOOT_DEVICE &#8230; Stop: 0&#215;000000ED (89d28900, c000009c, 00000000, 00000000)&#8221;.</p>
<p>Ugh, with windows crap like this, I could care less about what caused it and why. Let&#8217;s just cut to the part where I found the solution to this problem. I found the answer on how to fix this at <a href="http://msgoodies.blogspot.com/">MSGOODIES</a>. I wanted to dupe their info here in case that page goes away. All credit goes to this post on <a href="http://msgoodies.blogspot.com/2007/08/fixing-unmountablebootvolume-on-windows.html">MSGOODIES</a>!</p>
<ol>
<li>Boot off of a XP CD</li>
<li>Type &#8220;r&#8221; to go into recovery console</li>
<li>Run these commands:<code><br />
chkdsk c: /r /p<br />
fixmbr<br />
exit</code> (which reboots)</li>
<li>Done.</li>
</ol>
<p>That fixed the issue for me. Hope it does for some other poor windows souls. Thanks guys!</p>
<p>I&#8217;ll just preemptively ask that you don&#8217;t post comments asking for assistance. The above information is all I know or care to know. Like I said before &#8230; Windows can go to hell! <img src='http://joelmama.com/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://joelmama.com/2009/07/09/fixing-unmountable_boot_device/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Definition of Irony (via Microsoft)</title>
		<link>http://joelmama.com/2009/06/11/the-definition-of-irony-via-microsoft/</link>
		<comments>http://joelmama.com/2009/06/11/the-definition-of-irony-via-microsoft/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 16:30:50 +0000</pubDate>
		<dc:creator>Joel Mama</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://joelmama.com/?p=69</guid>
		<description><![CDATA[Don&#8217;t even get me started on &#8220;Document Compatibility&#8221; in Internet Explorer 8. In my opinion, flagging content as kosher for a specific version, of a specific browser, on a specific operating system, flies in the face of everything Web developers have been pushing for in the last decade plus. But I digress.
What&#8217;s the definition of [...]]]></description>
			<content:encoded><![CDATA[<p>Don&#8217;t even get me started on &#8220;<a title="Article on Document Compatibility in Internet Explorer 8" href="http://www.eggheadcafe.com/tutorials/aspnet/5eac37f9-f8a4-40bf-a26b-a7cd299b73c9/document-compatibility-in.aspx">Document Compatibility</a>&#8221; in Internet Explorer 8. In my opinion, flagging content as kosher for a specific version, of a specific browser, on a specific operating system, flies in the face of everything Web developers have been pushing for in the last decade plus. But I digress.</p>
<p><strong>What&#8217;s the definition of irony?</strong> When you&#8217;re in an <a title="TopStyle CSS/HTML Editor" href="http://www.topstyle4.com/">editor</a> and click on the &#8220;learn more about document compatibility&#8221; link, which opens in your default browser (<a title="Opera Web Browser" href="http://www.opera.com/browser/">Opera</a> 9.6x) and this is what you see. Yes ladies and gentlemen, the following screen shot is of a document labeled (and all about) &#8220;<a title="Defining Document Compatibility" href="http://msdn.microsoft.com/en-us/library/cc288325(VS.85).aspx">Defining Document Compatibility</a>&#8220;:</p>
<div id="attachment_70" class="wp-caption alignnone" style="width: 310px"><a href="http://joelmama.com/wordpress/wp-content/uploads/2009/06/defining-document-compatibility-screen-cap.png"><img class="size-medium wp-image-70" title="Defining Document Compatibility" src="http://joelmama.com/wordpress/wp-content/uploads/2009/06/defining-document-compatibility-screen-cap-300x225.png" alt="Screen capture of Microsoft's &quot;Defining Document Compatibility&quot; page in the Opera Web browser" width="300" height="225" /></a><p class="wp-caption-text">Screen capture of Microsoft&#39;s &quot;Defining Document Compatibility&quot; page in the Opera Web browser</p></div>
<p>Seriously &#8230; Microsoft &#8230; is this some kind of giant <a title="YouTube - Uncensored Kaufman / Lawler incident on Letterman" href="http://www.youtube.com/watch?v=8l_Xm8GQW14">Andy Kaufman-esque</a> joke that I don&#8217;t get?</p>
]]></content:encoded>
			<wfw:commentRss>http://joelmama.com/2009/06/11/the-definition-of-irony-via-microsoft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iTunes Smart Playlist based on encoder/file format (aka &#8220;Kind&#8221;)</title>
		<link>http://joelmama.com/2009/06/08/itunes-smart-playlist-based-on-encoderfile-format-aka-kind/</link>
		<comments>http://joelmama.com/2009/06/08/itunes-smart-playlist-based-on-encoderfile-format-aka-kind/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 19:05:42 +0000</pubDate>
		<dc:creator>Joel Mama</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://joelmama.com/?p=63</guid>
		<description><![CDATA[I&#8217;m working on digitizing my 700+ CD collection (oy vey!). I may go into greater detail about that whole process in another post, but here&#8217;s a quick tip for now. If you want to isolate the songs in your iTunes library based on their file type (like MP3, AAC, Apple Lossless, etc.), you can do [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m working on digitizing my 700+ CD collection (<a href="http://en.wikipedia.org/wiki/Oy_vey">oy vey!</a>). I may go into greater detail about that whole process in another post, but here&#8217;s a quick tip for now. If you want to isolate the songs in your iTunes library based on their file type (like MP3, AAC, Apple Lossless, etc.), you can do so with a Smart Playlist. But there&#8217;s a bit of a trick here, you need to know the magic string to type into the &#8220;Kind&#8221; field of the playlist. The folks over at Mac OS X Hints have <a href="http://www.macosxhints.com/article.php?story=2002101707174951">done the work for us</a>. Here&#8217;s a pretty table:</p>
<table border="1">
<tbody>
<tr>
<th scope="col">File Type</th>
<th scope="col">&#8220;Kind&#8221; string</th>
</tr>
<tr>
<td>AAC</td>
<td>AAC audio file</td>
</tr>
<tr>
<td>AIFF</td>
<td>AIFF audio file</td>
</tr>
<tr>
<td>Apple Lossess</td>
<td>Apple Lossless audio file</td>
</tr>
<tr>
<td>Audible.com</td>
<td>Audible file</td>
</tr>
<tr>
<td>MP3</td>
<td>MPEG audio file</td>
</tr>
<tr>
<td>Radio Stream</td>
<td>MPEG audio stream</td>
</tr>
<tr>
<td>WAV</td>
<td>WAV audio file</td>
</tr>
</tbody>
</table>
<p>Another way to get the magic string is to simply view the Get Info window of the file in question. But as Doug Adams of <a href="http://dougscripts.com/itunes/">Doug&#8217;s Applescripts for iTunes</a> pointed out, you can&#8217;t copy and paste that. So he whipped up this bit of code. Paste this code into the Script Editor and run it while the track in question is playing in iTunes:<br />
<code>tell application "iTunes"<br />
display dialog "Current track's kind is:" default answer ((get kind of current track) as string)<br />
end tell</code></p>
<p>If you have other file types not listed here, please comment with their magic string so I may compile them here. Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://joelmama.com/2009/06/08/itunes-smart-playlist-based-on-encoderfile-format-aka-kind/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox extension error &#8220;&#8230; does not provide secure updates&#8221;</title>
		<link>http://joelmama.com/2008/07/21/firefox-extension-error-does-not-provide-secure-updates/</link>
		<comments>http://joelmama.com/2008/07/21/firefox-extension-error-does-not-provide-secure-updates/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 00:33:50 +0000</pubDate>
		<dc:creator>Joel Mama</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://joelmama.com/?p=53</guid>
		<description><![CDATA[When trying to install the newest version of the ProxyButton extension for Firefox, I received this error:

Incompatible Extension
&#8220;ProxyButton&#8221; will not be installed because it does not provide secure updates
Luckily a solution exists over at Idea Shower. Add a new boolean key using about:config and restart. Easy-peasy. More at Idea Shower.
]]></description>
			<content:encoded><![CDATA[<p>When trying to install the newest version of the ProxyButton extension for Firefox, I received this error:</p>
<p><img class="size-full wp-image-52 alignnone" title="Screen capture: Firefox &quot;secure updates&quot; extension error" src="http://joelmama.com/wordpress/wp-content/uploads/2008/07/cap_ffsecureupdateseerror.png" alt="Screen capture: Firefox &quot;secure updates&quot; extension error" width="500" height="315" /></p>
<blockquote><p>Incompatible Extension</p>
<p>&#8220;ProxyButton&#8221; will not be installed because it does not provide secure updates</p></blockquote>
<p>Luckily a <a href="http://www.ideashower.com/learned/how-to-disable-will-not-be-installed-because-it-does-not-provide-secure-updates-warning-in-firefox-3/">solution</a> exists over at <a href="http://www.ideashower.com/">Idea Shower</a>. Add a new boolean key using about:config and restart. Easy-peasy. <a href="http://www.ideashower.com/learned/how-to-disable-will-not-be-installed-because-it-does-not-provide-secure-updates-warning-in-firefox-3/">More at Idea Shower</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://joelmama.com/2008/07/21/firefox-extension-error-does-not-provide-secure-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using a Mac .dfont on Windows</title>
		<link>http://joelmama.com/2008/07/09/using-a-mac-dfont-on-windows/</link>
		<comments>http://joelmama.com/2008/07/09/using-a-mac-dfont-on-windows/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 05:44:15 +0000</pubDate>
		<dc:creator>Joel Mama</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://joelmama.com/?p=51</guid>
		<description><![CDATA[I was able to use a Mac OS X &#8220;.dfont&#8221; font file on windows by using a simple FOSS software to convert it into standard TrueType format (.ttf). The app is called Fondu. It&#8217;s actually a set of many command line programs rolled into one, but I only used the main fondu app. Couldn&#8217;t have [...]]]></description>
			<content:encoded><![CDATA[<p>I was able to use a Mac OS X &#8220;<a title="Explination of dfont" href="http://www.prepressure.com/fonts/basics/dfont">.dfont</a>&#8221; font file on windows by using a simple <acronym title="Free Open Source Software">FOSS</acronym> software to convert it into standard TrueType format (.ttf). The app is called <a title="Official Fondu site" href="http://fondu.sourceforge.net/">Fondu</a>. It&#8217;s actually a set of many command line programs rolled into one, but I only used the main <code>fondu</code> app. Couldn&#8217;t have been easier:</p>
<p><strong>Update 2009-10-14:</strong> To clarify, these instructions are for Mac OS X. I do not have any info on running fondu from windows (if that is even possible. I suspect it isn&#8217;t). Perhaps windows users could run fondu on a linux virtual machine/box they have lying around? Maybe a linux live CD?</p>
<ol>
<li>Download &amp; Install .pkg file</li>
<li>From Terminal, <code>cd</code> into the directory where the .dfont file lives</li>
<li>Run <code>fondu MyFont.dfont</code></li>
<li>Marvel as a .ttf font is spit out next to your .dfont file</li>
</ol>
<p>Thanks Fondu!</p>
<p><strong>Update 2009-05-22:</strong> Please note that the fondu binary lives in &#8220;/usr/local/bin/&#8221; by default. Either add this path to your environment, or prepend the path to the fondu command like this:  <code>/usr/local/bin/fondu MyFont.dfont</code></p>
]]></content:encoded>
			<wfw:commentRss>http://joelmama.com/2008/07/09/using-a-mac-dfont-on-windows/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>Subscriptions in NetNewsWire change color</title>
		<link>http://joelmama.com/2008/07/03/subscriptions-in-netnewswire-change-color/</link>
		<comments>http://joelmama.com/2008/07/03/subscriptions-in-netnewswire-change-color/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 00:04:22 +0000</pubDate>
		<dc:creator>Joel Mama</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://joelmama.com/?p=45</guid>
		<description><![CDATA[I had no idea why some of my subscriptions in NNW were a light tan/brown color. See here how &#8220;RateMyTeachers.com&#8221; and &#8220;sportsbbq&#8221; are brown:

Turns out that the subscriptions change to that color for feeds that have not updated (added a new post) in 60 days. Perhaps I&#8217;m just dense, but this was not obvious to [...]]]></description>
			<content:encoded><![CDATA[<p>I had no idea why some of my subscriptions in <acronym title="NetNewsWire">NNW</acronym> were a light tan/brown color. See here how &#8220;RateMyTeachers.com&#8221; and &#8220;sportsbbq&#8221; are brown:</p>
<p><img class="alignnone size-full wp-image-46" title="NetNewsWire Subscription Panel" src="http://joelmama.com/wordpress/wp-content/uploads/2008/07/nnw_subscriptioncolor.png" alt="" width="190" height="147" /></p>
<p>Turns out that the subscriptions change to that color for feeds that have not updated (added a new post) in 60 days. Perhaps I&#8217;m just dense, but this was not obvious to me.</p>
<p>Anyway, if you care to change that color, go to: <code>Preferences -&gt; Fonts -&gt; General -&gt; Show Color Options...</code></p>
<p><a href="http://joelmama.com/wordpress/wp-content/uploads/2008/07/nnw_prefs.png"><img class="alignnone size-thumbnail wp-image-47" title="NetNewsWire Preferences" src="http://joelmama.com/wordpress/wp-content/uploads/2008/07/nnw_prefs-150x150.png" alt="" width="150" height="150" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://joelmama.com/2008/07/03/subscriptions-in-netnewswire-change-color/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>View users connected to your AFP shares</title>
		<link>http://joelmama.com/2007/09/25/view-users-connected-to-your-afp-shares/</link>
		<comments>http://joelmama.com/2007/09/25/view-users-connected-to-your-afp-shares/#comments</comments>
		<pubDate>Tue, 25 Sep 2007 18:03:30 +0000</pubDate>
		<dc:creator>Joel Mama</dc:creator>
				<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://joelmama.com/2007/09/25/view-users-connected-to-your-afp-shares/</guid>
		<description><![CDATA[First, thank you Mac Geekery for finding the solution to my query. Second, is this really the only way to view connected users? Installing two separate pieces of shareware just to see who&#8217;s connected to my machine? Lame.
]]></description>
			<content:encoded><![CDATA[<p>First, thank you <a href="http://www.macgeekery.com/">Mac Geekery</a> for <a href="http://www.macgeekery.com/gspot/2006-10/whos_connected_to_my_afp_share" title="Mac Geekery article">finding the solution</a> to my query. Second, is this really the only way to view connected users? Installing two separate pieces of shareware just to see who&#8217;s connected to my machine? Lame.</p>
]]></content:encoded>
			<wfw:commentRss>http://joelmama.com/2007/09/25/view-users-connected-to-your-afp-shares/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Canon PowerShot videos crashing everything</title>
		<link>http://joelmama.com/2007/09/11/canon-powershot-videos-crashing-everything/</link>
		<comments>http://joelmama.com/2007/09/11/canon-powershot-videos-crashing-everything/#comments</comments>
		<pubDate>Tue, 11 Sep 2007 15:26:57 +0000</pubDate>
		<dc:creator>Joel Mama</dc:creator>
				<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://joelmama.com/2007/09/11/canon-powershot-videos-crashing-everything/</guid>
		<description><![CDATA[Some AVI videos were crashing everything on my Mac that tried to view them (Quicktime, Adobe Bridge, to name two). The videos came from my Canon PowerShot camera; model A610 to be exact. [Side note: I love my camera. Thank you Canon for making such an awesome machine!]
After some investigation it turned out to be [...]]]></description>
			<content:encoded><![CDATA[<p>Some AVI videos were crashing everything on my Mac that tried to view them (Quicktime, Adobe Bridge, to name two). The videos came from my Canon PowerShot camera; model A610 to be exact. [Side note: I love my camera. Thank you Canon for making such an awesome machine!]</p>
<p>After some investigation it turned out to be a codec installed in the <code>/Library/QuickTime</code> directory that was causing all the problems. So I made a directory called &#8220;<code>dead</code>&#8221; in the <code>/Library/QuickTime</code> dir and moved the trouble codec file there. Now everything has been working fabulously. The trouble file is called &#8220;AviImporter-r7 (Intel).component&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://joelmama.com/2007/09/11/canon-powershot-videos-crashing-everything/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I got a Mac!</title>
		<link>http://joelmama.com/2007/03/13/i-got-a-mac/</link>
		<comments>http://joelmama.com/2007/03/13/i-got-a-mac/#comments</comments>
		<pubDate>Tue, 13 Mar 2007 23:12:49 +0000</pubDate>
		<dc:creator>Joel Mama</dc:creator>
				<category><![CDATA[hardware]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://joelmama.com/2007/03/13/i-got-a-mac/</guid>
		<description><![CDATA[I finally purchased a Mac. I got it way back before xmas (about 3.5 months ago) but am only posting about it now because I&#8217;ve been too busy loving it   I have long desired a Mac since I learned OS X was basically the stability and coolness of unix with the awesome GUI [...]]]></description>
			<content:encoded><![CDATA[<p>I finally purchased a Mac. I got it way back before xmas (about 3.5 months ago) but am only posting about it now because I&#8217;ve been too busy loving it <img src='http://joelmama.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I have <em>long</em> desired a Mac since I learned OS X was basically the stability and coolness of unix with the awesome GUI of a Mac. I was going to get a MacMini in an effort to save some cash, but I changed my mind and got a MacBook instead. The stats:</p>
<ul>
<li>MacBook with OS X Tiger (10.4.8)</li>
<li>2.0 Ghz, Intel Core 2 Duo</li>
<li>2 GB RAM</li>
<li>80 GB HD</li>
<li>SuperDrive</li>
<li>And the rest of the standard stuff: wifi, bluetooth, gigabit ethernet, etc.</li>
</ul>
<p>I also purchased a <a title="ViewSonic's official page" href="http://www.viewsonic.com/products/desktopdisplays/lcddisplays/xseries/vx2035wm/">ViewSonic VX2035wm</a> 20.1&#8243; wide screen LCD monitor. Running in a dual monitor setup with the laptop screen. I&#8217;m in heaven. I&#8217;m slowly trying to transition the Mac as my primary machine/platform. I&#8217;m loving it so far. I even did some unix &#8220;hacking&#8221; the first day I got it. I was able to give my <a href="http://www.palm.com/us/products/handhelds/tx/">Palm TX</a> internet access via a bluetooth connection to the Mac. Nerd attack.</p>
<p>Here&#8217;s a photo of my current setup:</p>
<p><a title="Three monitor setup" class="imagelink" href="http://joelmama.com/wordpress/wp-content/uploads/2007/01/joels_monitors.jpg"><img alt="Three monitor setup" id="image34" src="http://joelmama.com/wordpress/wp-content/uploads/2007/01/joels_monitors.thumbnail.jpg" /></a></p>
<p>Left to right: ViewSonic GS790 monitor plugged into my Dell Inspiron 700m laptop (not pictured) running XP, the new 20 inch LCD, the MacBook on the right. They&#8217;re all sharing a single Microsoft keyboard and mouse thanks to the jaw dropping power of <acronym title="Free Open Source Software">FOSS</acronym> <a href="http://synergy2.sourceforge.net/">Synergy</a>.</p>
<p>I can&#8217;t praise Synergy enough. You hook your keyboard and mouse up to a single computer, then install the Synergy client software on each computer you want to share the keyboard and mouse with. Then little elves and wizards crawl inside your computers and start casting spells. At least that&#8217;s how I think it works because it looks like magic to me. Watch in amazement as you drag your mouse from one screen to the next jumping from XP to Mac and back again. Amazing.</p>
<p>I&#8217;m loving OS X so much that after about only 2 months of using my Mac, I bought my wife a MacMini for Valentine&#8217;s day. It replaced her ailing generic beige box PC. What better way to say &#8220;I love you&#8221; than with a computer running OS X?</p>
]]></content:encoded>
			<wfw:commentRss>http://joelmama.com/2007/03/13/i-got-a-mac/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
