<?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>Benz Blog &#187; Pre-switch</title>
	<atom:link href="http://www.bienick.com/blog/category/switch/pre-switch/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bienick.com/blog</link>
	<description>Just a place for me to mouth off</description>
	<lastBuildDate>Thu, 17 Nov 2011 16:08:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>First Impressions of the KVM Switch</title>
		<link>http://www.bienick.com/blog/2005/03/first-impressions-of-the-kvm-switch/</link>
		<comments>http://www.bienick.com/blog/2005/03/first-impressions-of-the-kvm-switch/#comments</comments>
		<pubDate>Fri, 04 Mar 2005 20:49:41 +0000</pubDate>
		<dc:creator>pbenz</dc:creator>
				<category><![CDATA[Pre-switch]]></category>

		<guid isPermaLink="false">http://www.pbenz.com/blog/?p=9</guid>
		<description><![CDATA[Last entry before the Power Mac arrives &#8211; it&#8217;s on the truck for delivery! I wired up the IOGEAR MiniView Extreme Multimedia KVMP Switch (GCS1732) and my first impression was: &#8220;oh s**t, I can&#8217;t live with this&#8221;. My monitor, a 20&#8243; ViewSonic VP201mb LCD, was previously hooked up to my Dell via a DVI connection. [...]]]></description>
			<content:encoded><![CDATA[<p>Last entry before the Power Mac arrives &#8211; it&#8217;s on the truck for delivery! </p>
<p>I wired up the IOGEAR MiniView Extreme Multimedia KVMP Switch (GCS1732) and my first impression was: &#8220;oh s**t, I can&#8217;t live with this&#8221;. My monitor, a 20&#8243; ViewSonic VP201mb LCD, was previously hooked up to my Dell via a DVI connection. I knew I&#8217;d lose this with the KVM switch which only supports VGA, but I read reports from people that couldn&#8217;t tell the difference, so I thought I&#8217;d try it out. DVI switches are very expensive (except for the Linkskey LDV-202AUSK which is out of stock everywhere I look). </p>
<p>Then I configured my monitor settings by first letting it auto-adjust the image, then I manually adjusted the contrast and brightness, and now I have to say &#8211; it looks just fine! I&#8217;m honestly not sure if it&#8217;s any different than the DVI connection, although theoretically it should be. Before the adjustments, the picture was really fuzzy, but now it&#8217;s quite sharp. So I guess I&#8217;ll stick with it for now. I figure within 30 days I&#8217;ll know if I want to keep it, get a DVI switch, or live with accessing the Dell via Remote Desktop.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bienick.com/blog/2005/03/first-impressions-of-the-kvm-switch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing Key Bindings</title>
		<link>http://www.bienick.com/blog/2005/03/changing-key-bindings/</link>
		<comments>http://www.bienick.com/blog/2005/03/changing-key-bindings/#comments</comments>
		<pubDate>Wed, 02 Mar 2005 05:54:45 +0000</pubDate>
		<dc:creator>pbenz</dc:creator>
				<category><![CDATA[Pre-switch]]></category>

		<guid isPermaLink="false">http://www.pbenz.com/blog/?p=8</guid>
		<description><![CDATA[One of the things I expected to have to get used to in OS X is the different key combinations to maniuplate text. I&#8217;ve gotten so used to how this works in Windows that it&#8217;s almost Zen-like, but I promised myself that I&#8217;d give the Mac-way suffucient time to sink in. However, now that I [...]]]></description>
			<content:encoded><![CDATA[<p>One of the things I expected to have to get used to in OS X is the different key combinations to maniuplate text. I&#8217;ve gotten so used to how this works in Windows that it&#8217;s almost Zen-like, but I promised myself that I&#8217;d give the Mac-way suffucient time to sink in. However, now that I know that the default key bindings can be changed (see below), this is going to be very difficult to resist. </p>
<p>Apparently, the home/end keys don&#8217;t work as they do in Windows, moving the caret to the beginning/end of the line, but apparently, this can be changed! I won&#8217;t be able to try this until my Mac arrives (in 3 days, btw!), but here it is, courtesy of <a href="http://ask.slashdot.org/comments.pl?sid=141055&amp;threshold=2&amp;commentsort=0&amp;tid=179&amp;mode=thread&amp;pid=11818592#11818728">Slashdot</a>:</p>
<p>Create a file ~/Library/KeyBindings/DefaultKeyBinding.dict with this content:</p>
<p>/* Home/End keys more like Windows */<br />
{<br />
&#8220;\UF729&#8243; = &#8220;moveToBeginningOfLine:&#8221;; /* home */<br />
&#8220;\UF72B&#8221; = &#8220;moveToEndOfLine:&#8221;; /* end */<br />
&#8220;$\UF729&#8243; = &#8220;moveToBeginningOfLineAndModifySelection:&#8221;; /* shift + home */<br />
&#8220;$\UF72B&#8221; = &#8220;moveToEndOfLineAndModifySelection:&#8221;; /* shift + end */<br />
&#8220;^\UF729&#8243; = &#8220;moveToBeginningOfDocument:&#8221;; /* control + home */<br />
&#8220;^\UF72B&#8221; = &#8220;moveToEndOfDocument:&#8221;; /* control + end */<br />
}</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bienick.com/blog/2005/03/changing-key-bindings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Partial Shipment Arrived</title>
		<link>http://www.bienick.com/blog/2005/03/partial-shipment-arrived/</link>
		<comments>http://www.bienick.com/blog/2005/03/partial-shipment-arrived/#comments</comments>
		<pubDate>Tue, 01 Mar 2005 18:40:50 +0000</pubDate>
		<dc:creator>pbenz</dc:creator>
				<category><![CDATA[Pre-switch]]></category>

		<guid isPermaLink="false">http://www.pbenz.com/blog/?p=7</guid>
		<description><![CDATA[I will most likely refrain from posting trivial stuff like this until the big stuff arrives, but I thought I&#8217;d create a new entry to test out some changes I made to the site. Yesterday, the AppleCare for the Power Mac arrived, along with the keyboard, mouse, and external Lacie d2 DVD burner for the [...]]]></description>
			<content:encoded><![CDATA[<p>I will most likely refrain from posting trivial stuff like this until the big stuff arrives, but I thought I&#8217;d create a new entry to test out some changes I made to the site. </p>
<p>Yesterday, the AppleCare for the Power Mac arrived, along with the keyboard, mouse, and external Lacie d2 DVD burner for the Mini. I purchased this burner instead of upgrading the Combo drive to a Superdrive because my father-in-law just purchased a Sony camcorder that records directly to 3in (8cm) DVDs, and he wants to be able to import content from these DVD to create full-sized DVDs. I could not verify that these small DVDs will work in the slot-loading drives on the Mini, nor could I find his camera listed on Apple&#8217;s device compatibility list, so since I pushed him so hard to switch to the Mac, I wanted to make sure he could read the small DVDs. (The Lacie is considerably faster than the Superdrive, and it comes with Toast Titanium, so when you subtract the $100 you would spend on the Superdrive, the $199 ($181 at Amazon) for the Lacie is really not a bad deal).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bienick.com/blog/2005/03/partial-shipment-arrived/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Plan</title>
		<link>http://www.bienick.com/blog/2005/02/the-plan/</link>
		<comments>http://www.bienick.com/blog/2005/02/the-plan/#comments</comments>
		<pubDate>Sun, 27 Feb 2005 20:47:52 +0000</pubDate>
		<dc:creator>pbenz</dc:creator>
				<category><![CDATA[Pre-switch]]></category>

		<guid isPermaLink="false">http://www.pbenz.com/blog/?p=6</guid>
		<description><![CDATA[This time around, I&#8217;m going in with a plan. I&#8217;ve spent a good bit of time researching the possible OS X equivalents of my most commonly used XP programs. Function XP OS X Notetaking Ecco AquaMinds, Devonthink, StickyBrain, Notebook Oracle Oracle client, Toad Oracle 9i Java development IntelliJ IntelliJ General editing SlickEdit SlickEdit IM Trillian [...]]]></description>
			<content:encoded><![CDATA[<p>This time around, I&#8217;m going in with a plan. I&#8217;ve spent a good bit of time researching the possible OS X equivalents of my most commonly used XP programs. </p>
<table cellspacing="0" cellpadding="0" border="1">
<tr>
<td width="191" valign="bottom"><strong>Function</strong></td>
<td width="195" valign="bottom"><strong>XP</strong></td>
<td width="443" valign="bottom"><strong>OS X</strong></td>
</tr>
<tr>
<td width="191" valign="bottom">Notetaking</td>
<td width="195" valign="bottom">Ecco</td>
<td width="443" valign="bottom">AquaMinds, Devonthink, StickyBrain, Notebook</td>
</tr>
<tr>
<td width="191" valign="bottom">Oracle</td>
<td width="195" valign="bottom">Oracle client, Toad</td>
<td width="443" valign="bottom">Oracle 9i</td>
</tr>
<tr>
<td width="191" valign="bottom">Java development</td>
<td width="195" valign="bottom">IntelliJ</td>
<td width="443" valign="bottom">IntelliJ</td>
</tr>
<tr>
<td width="191" valign="bottom">General editing</td>
<td width="195" valign="bottom">SlickEdit</td>
<td width="443" valign="bottom">SlickEdit</td>
</tr>
<tr>
<td width="191" valign="bottom">IM</td>
<td width="195" valign="bottom">Trillian</td>
<td width="443" valign="bottom">Adium X, Fire, Proteus, JBuddy</td>
</tr>
<tr>
<td width="191" valign="bottom">App Server</td>
<td width="195" valign="bottom">WebLogic</td>
<td width="443" valign="bottom">WebLogic</td>
</tr>
<tr>
<td width="191" valign="bottom">E-mail</td>
<td width="195" valign="bottom">Outlook</td>
<td width="443" valign="bottom">Apple Mail, Entourage</td>
</tr>
<tr>
<td width="191" valign="bottom">Calendar</td>
<td width="195" valign="bottom">Outlook</td>
<td width="443" valign="bottom">iCal (.mac enabled)</td>
</tr>
<tr>
<td width="191" valign="bottom">Contacts</td>
<td width="195" valign="bottom">Outlook</td>
<td width="443" valign="bottom">Address book (.mac enabled)</td>
</tr>
<tr>
<td width="191" valign="bottom">Remote control</td>
<td width="195" valign="bottom">Remote control of Mac</td>
<td width="443" valign="bottom">VNC, Timbuktu</td>
</tr>
<tr>
<td width="191" valign="bottom">Word Processing</td>
<td width="195" valign="bottom">Word</td>
<td width="443" valign="bottom">Word, OpenOffice</td>
</tr>
<tr>
<td width="191" valign="bottom">Spreadsheet</td>
<td width="195" valign="bottom">Excel</td>
<td width="443" valign="bottom">Excel, OpenOffice</td>
</tr>
<tr>
<td width="191" valign="bottom">Video Editing</td>
<td width="195" valign="bottom">Studio Plus</td>
<td width="443" valign="bottom">iMovie</td>
</tr>
<tr>
<td width="191" valign="bottom">Photo management</td>
<td width="195" valign="bottom">ACDSee, Elements, Photoshop</td>
<td width="443" valign="bottom">iPhoto, Elements (free switch?), Gimp, iView Media (not Pro), Photoshop</td>
</tr>
<tr>
<td width="191" valign="bottom">Financial</td>
<td width="195" valign="bottom">Quicken</td>
<td width="443" valign="bottom">Keep on Windows</td>
</tr>
<tr>
<td width="191" valign="bottom">VPN</td>
<td width="195" valign="bottom">Cisco</td>
<td width="443" valign="bottom">Built-in</td>
</tr>
<tr>
<td width="191" valign="bottom">Treo</td>
<td width="195" valign="bottom">Outlook</td>
<td width="443" valign="bottom">Apple&#8217;s apps or Entourage</td>
</tr>
<tr>
<td width="191" valign="bottom">Browser</td>
<td width="195" valign="bottom">FireFox, IE</td>
<td width="443" valign="bottom">Safari, FireFox OmniWeb, IE</td>
</tr>
<tr>
<td width="191" valign="bottom">Bookmark management</td>
<td width="195" valign="bottom">Powermarks</td>
<td width="443" valign="bottom">.Mac, Butler , URL Manager, FireFox!, build own?</td>
</tr>
<tr>
<td width="191" valign="bottom">Backup</td>
<td width="195" valign="bottom">XP</td>
<td width="443" valign="bottom">rsync, StuffIT</td>
</tr>
<tr>
<td width="191" valign="bottom">Version Control CVS</td>
<td width="195" valign="bottom">WinCVS, Tortoise</td>
<td width="443" valign="bottom">CVS</td>
</tr>
<tr>
<td width="191" valign="bottom">Version Control VSS</td>
<td width="195" valign="bottom">VSS</td>
<td width="443" valign="bottom">&nbsp;</td>
</tr>
<tr>
<td width="191" valign="bottom">Screen capture</td>
<td width="195" valign="bottom">ACDSee</td>
<td width="443" valign="bottom">SnapZ Pro, OS X</td>
</tr>
<tr>
<td width="191" valign="bottom">Folder management</td>
<td width="195" valign="bottom">Windows Explorer</td>
<td width="443" valign="bottom">Finder, Path Finder</td>
</tr>
<tr>
<td width="191" valign="bottom">App switching</td>
<td width="195" valign="bottom">ALT+TAB</td>
<td width="443" valign="bottom">Lite Switch X</td>
</tr>
<tr>
<td width="191" valign="bottom">App launching</td>
<td width="195" valign="bottom">Quick Launch</td>
<td width="443" valign="bottom">Doc, Launch Bar, QuickSilver</td>
</tr>
<tr>
<td width="191" valign="bottom">Telnet</td>
<td width="195" valign="bottom">Putty</td>
<td width="443" valign="bottom">Built-in ssh?, iTerm</td>
</tr>
<tr>
<td width="191" valign="bottom">Web server</td>
<td width="195" valign="bottom">IIS</td>
<td width="443" valign="bottom">Apache</td>
</tr>
<tr>
<td width="191" valign="bottom">HTML/Web development</td>
<td width="195" valign="bottom">Dreamweaver</td>
<td width="443" valign="bottom">Dreamweaver</td>
</tr>
<tr>
<td width="191" valign="bottom">Audio recording</td>
<td width="195" valign="bottom">Cool Edit</td>
<td width="443" valign="bottom">GarageBand (iLife)</td>
</tr>
<tr>
<td width="191" valign="bottom">Password management</td>
<td width="195" valign="bottom">SpashID</td>
<td width="443" valign="bottom">SplashID</td>
</tr>
<tr>
<td width="191" valign="bottom">Tivo Desktop</td>
<td width="195" valign="bottom">Tivo</td>
<td width="443" valign="bottom">Tivo</td>
</tr>
<tr>
<td width="191" valign="bottom">WinZip</td>
<td width="195" valign="bottom">WinZip</td>
<td width="443" valign="bottom">StuffIT</td>
</tr>
<tr>
<td width="191" valign="bottom">Voice over IP</td>
<td width="195" valign="bottom">Skype</td>
<td width="443" valign="bottom">Skype</td>
</tr>
<tr>
<td width="191" valign="bottom">GuruNet</td>
<td width="195" valign="bottom">GuruNet</td>
<td width="443" valign="bottom">&nbsp;</td>
</tr>
<tr>
<td width="191" valign="bottom">TV</td>
<td width="195" valign="bottom">ATI</td>
<td width="443" valign="bottom">MyTV</td>
</tr>
</table>
<p>I&#8217;ve heard nothing but bad things about Quicken on the Mac, and I&#8217;ve been using this software for over 10 years, so that will have to stay on Windows for now. My employer still uses Visual SourceSafe for one project I need access to, so I&#8217;m stuck in Windows for this as well. For the most part, though, I&#8217;m excited by the prospects on the OS X side, and I&#8217;m looking forward to trying everything out, especially QuickSilver!<br />
Since it&#8217;s obvious that I can&#8217;t completely rid myself of Windows, I have considered 2 options:</p>
<p>1.	Sharing a monitor, keyboard, and mouse between both my Dell and the new Mac.<br />
2.	Using remote desktop to access my Dell<br />
3.	Virtual PC</p>
<p>For now, I think #1 is the best choice because it doesn&#8217;t force me to re-install everything on the Mac, so I want ahead and ordered an IOGEAR MiniView Extreme Multimedia KVMP Switch (GCS1732) from Amazon.com. #2 is a viable option but I&#8217;d prefer a physical connection to my Dell at this time to minimize my risk. If all goes well over the coming months, perhaps #3 will be the ultimate solution, allowing me to re-purpose the Dell for something else and move it out of my office. (Although the Dell is not the noisiest computer I ever owned, it&#8217;s certainly not the quietest, and I&#8217;m hoping the incoming Power Mac will be much quieter). </p>
<p>I just realized I haven&#8217;t mentioned exactly what I ordered from Apple. I concluded since I&#8217;m attempting to use the new Mac as my primary computer upon which I earn my living, I better get something powerful, so a dual 2.5Ghz Power Mac with 1GB of RAM is headed my way. (It actually won&#8217;t ship until next week sometime). I thought about getting an iMac for my wife (she&#8217;s using my old Pentium III 800Mhz Thinkpad), which would be cheaper and at least get me into the Mac world again, but then I&#8217;d be jealous and want one of my own and wind up getting a Power Mac for myself anyway.  If all goes well, maybe I&#8217;ll get her a Mini down the road. </p>
<p>Speaking of the Mini, I&#8217;m not the only one switching to the Mac! My father-in-law is currently running Windows 2000 on a Pentium II 266Mhz (one of my former primary development machines), so it&#8217;s definitely time for him to upgrade. Since he&#8217;s much more of a mainstream computer user than I am, switching him to the Mac should be much easier than my own switch, and the Mac Mini should seem like a supercomputer next to that Pentium II! He was initially reluctant to switch, but after giving it some thought and asking me a bunch of questions, he&#8217;s now just as excited as I am!  </p>
<p>So there it is. Can&#8217;t wait to see how all this pans out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bienick.com/blog/2005/02/the-plan/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Why Oh Why am I Doing This?</title>
		<link>http://www.bienick.com/blog/2005/02/why-oh-why-am-i-doing-this/</link>
		<comments>http://www.bienick.com/blog/2005/02/why-oh-why-am-i-doing-this/#comments</comments>
		<pubDate>Sat, 26 Feb 2005 17:50:46 +0000</pubDate>
		<dc:creator>pbenz</dc:creator>
				<category><![CDATA[Pre-switch]]></category>

		<guid isPermaLink="false">http://www.pbenz.com/blog/?p=5</guid>
		<description><![CDATA[Some of you may remember my previous bout with a Powerbook in 2003. Back then I thought it would be a good idea to ease into the Mac world with a notebook computer, which only becomes my main computer when I travel. That computer was gorgeous, but it was just too slow for my needs. [...]]]></description>
			<content:encoded><![CDATA[<p>Some of you may remember my previous bout with a Powerbook in 2003. Back then I thought it would be a good idea to ease into the Mac world with a notebook computer, which only becomes my main computer when I travel. That computer was gorgeous, but it was just too slow for my needs. I&#8217;m a software developer, currently building J2EE applications in Java, and compiling my Java project at the time took 19 seconds longer on the Mac than it took on a Pentium III 800mHz Thinkpad! I just could not live with this, so I sold it. In retrospect, the speed issue was directly related to pre-compiling JSPs using WebLogic 6.1&#8242;s compiler, and perhaps I could have trimmed this time down by with various compiler or JVM options.</p>
<p>That was then, this is now. The G5 processor has since been released, and my preliminary tests indicate that it&#8217;s a much better performer than the G4. Below are the results of building a test project composed of 364 Java classes and 242 JSP files. The results, expressed in minutes:seconds, include time to pre-compile the JSP files and create 3 different EAR files. The tests were performed using Sun&#8217;s JDK 1.4.2_06, Ant 1.6.2, and run under both WebLogic 6.1 and 8.1. (8.1&#8242;s JSP pre-compilation blows the doors off of 6.1). The times were the average of 2 runs:</p>
<p>Dell Latitude D800 1.7GHz<br />
6.1: 4:56<br />
8.1: 1:25</p>
<p>Dell Precision 350 3.06GHz<br />
6.1: 5:05<br />
8.1: 1:09</p>
<p>AMD 2200 running Mandrake Linux 10.1 (older box)<br />
6.1: 7:46<br />
8.1: 1:49</p>
<p>1.8GHz PowerPC G5 running Mac OS X 10.3.7 (512MB SDRAM)<br />
6.1: 6:00<br />
8.1: 1:25</p>
<p>I would hope, and expect, that the dual 2.5gHz PowerMac would top all these numbers. So with the performance problems out of the way, I&#8217;ve begun to drool again over OS X, while simultaneously growing more and more tired of Windows XP.</p>
<p>It&#8217;s not that XP is unstable &#8211; quite the contrary. Many of the early switch-to-Mac reports were from people tired of constantly rebooting or crashing Windows, but my Dell Precision 350 has never blue-screened once for as long as I&#8217;ve had it (about 2 years). I&#8217;m just tired of all the little annoyances in Windows: like Explorer occasionally thinking I have 17 desktops after &#8220;upgrading&#8221; to SP2:</p>
<p><img alt="Post XP SP2 Explorer Bug" id="image41" src="http://www.pbenz.com/blog/wp-content/uploads/2006/04/Post%20XP%20SP2%20Explorer%20Bug.jpg" /><br />
Or how XP lets you rename a network place (I prefer to group shares by computer name), but somehow manages to create a new network place using the default name (sharename on computername) over time. Or how it constantly insults me by reminding me that my firewall is turned off. There are many other minor complaints of this nature. And don&#8217;t even get me started on how MS changes things for no technical reason whatsoever. Their Java compiler was called &#8220;jvc&#8221; when everyone else&#8217;s was &#8220;javac&#8221;.  Their Java runtime was &#8220;jview&#8221; when everyone else&#8217;s was &#8220;java&#8221;. And why on earth did they have to use &#8220;default.htm&#8221; as the default HTML file when every other web server on the planet was &#8220;standardized&#8221; on &#8220;index.html&#8221;. I can&#8217;t stand arrogant crap like this, and I even experienced this &#8220;do it our way or else&#8221; attitude first hand while doing some development work for MS several years ago that I won&#8217;t get into.</p>
<p>Enough MS-bashing. Like I said, XP has been rock solid for me and I am very productive in it. It&#8217;s going to be very difficult for me to get used to a lot of the nuances in OS X, and I know that life is certainly not going to be perfect once I switch, but it&#8217;s time for a change, and this blog will document my switch-to-Mac experience as best I can.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bienick.com/blog/2005/02/why-oh-why-am-i-doing-this/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>First Post</title>
		<link>http://www.bienick.com/blog/2005/02/first-post/</link>
		<comments>http://www.bienick.com/blog/2005/02/first-post/#comments</comments>
		<pubDate>Sat, 26 Feb 2005 06:40:21 +0000</pubDate>
		<dc:creator>pbenz</dc:creator>
				<category><![CDATA[Pre-switch]]></category>

		<guid isPermaLink="false">http://www.pbenz.com/blog/?p=4</guid>
		<description><![CDATA[Well it finally looks like I&#8217;ve got this blogging software setup and ready to go. I expect my first few posts to be a little sketchy as I figure out the ins-and-outs of this software, so bear with me.]]></description>
			<content:encoded><![CDATA[<p>Well it finally looks like I&#8217;ve got this blogging software setup and ready to go. I expect my first few posts to be a little sketchy as I figure out the ins-and-outs of this software, so bear with me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bienick.com/blog/2005/02/first-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

