<?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>AaronBaecker.com</title>
	<atom:link href="http://www.aaronbaecker.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aaronbaecker.com</link>
	<description>A Bit of Everything, Since 2003</description>
	<lastBuildDate>Tue, 05 Jul 2011 19:32:45 +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>Configuring OS X Java to Recognize rt.jar</title>
		<link>http://www.aaronbaecker.com/2011/07/05/configuring-os-x-java-to-recognize-rt-jar/</link>
		<comments>http://www.aaronbaecker.com/2011/07/05/configuring-os-x-java-to-recognize-rt-jar/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 19:31:21 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.aaronbaecker.com/?p=108</guid>
		<description><![CDATA[If you&#8217;re a Java developer, you&#8217;ve probably noticed by now that OS X&#8217;s version of Java does not include a version of rt.jar (the Java Runtime Environment JAR).  However, you will occasionally have a need to have this file available to various Java applications, so here&#8217;s a quick and (relatively) easy fix that has worked [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re a Java developer, you&#8217;ve probably noticed by now that OS X&#8217;s version of Java does not include a version of rt.jar (the Java Runtime Environment JAR).  However, you will occasionally have a need to have this file available to various Java applications, so here&#8217;s a quick and (relatively) easy fix that has worked for me:</p>
<p>The OS X equivalent to rt.jar is called classes.jar and it is located in /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Classes.  Assuming that $JAVA_HOME will be mapped to /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK, you can then point any application looking for /jre/lib/rt.jar to the classes.jar by executing the following commands in Terminal:</p>
<ol>
<li>
<pre>cd /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK</pre>
</li>
<li>
<pre>sudo ln -s ./Home jre</pre>
</li>
<li>
<pre>cd jre/lib</pre>
</li>
<li>
<pre>sudo ln -s ../../Classes/classes.jar rt.jar</pre>
</li>
</ol>
<div>That&#8217;s it!  Just be aware that any time a Software Update updates OS X&#8217;s Java, you will likely need to re-execute these commands.</div>
]]></content:encoded>
			<wfw:commentRss>http://www.aaronbaecker.com/2011/07/05/configuring-os-x-java-to-recognize-rt-jar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome to My Latest Redesign</title>
		<link>http://www.aaronbaecker.com/2011/06/06/welcome-to-my-latest-redesign/</link>
		<comments>http://www.aaronbaecker.com/2011/06/06/welcome-to-my-latest-redesign/#comments</comments>
		<pubDate>Mon, 06 Jun 2011 22:29:57 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.aaronbaecker.com/?p=101</guid>
		<description><![CDATA[The updated design of AaronBaecker.com has been in the works since summer of 2010.  On the surface, it's a re-imagining of the site's look-and-feel.  Under the covers, it takes advantage of some of WordPress 3's new functionality, as well as implements the site in HTML5. ]]></description>
			<content:encoded><![CDATA[<div id="attachment_103" class="wp-caption alignleft" style="width: 235px"><a href="http://www.aaronbaecker.com/wp-content/uploads/2011/06/IMG_3923.jpg"><img class="size-medium wp-image-103" title="Water Glasses With Lemon" src="http://www.aaronbaecker.com/wp-content/uploads/2011/06/IMG_3923-225x300.jpg" alt="" width="225" height="300" /></a><p class="wp-caption-text">Refreshing Glasses of Water on a Hot Summer Day in Bermuda</p></div>
<p>The few of you who have followed this blog with any regularity know that it goes through periods of activity followed by long stretches of inactivity.  You may consider this a period (albeit brief, so far) of activity.</p>
<p>The updated design of AaronBaecker.com has been in the works since summer of 2010.  On the surface, it&#8217;s a re-imagining of the site&#8217;s look-and-feel.  Under the covers, it takes advantage of some of WordPress 3&#8242;s new functionality, as well as implements the site in HTML5.  There&#8217;s not really any CSS3 gimmickry here, yet, but it&#8217;s on my radar.</p>
<p>HTML5 won&#8217;t be a big deal to those of you who don&#8217;t know much of anything about the way web sites are created, but it&#8217;s an intriguing bit of data to those who may dabble in the web space.  This isn&#8217;t just HTML5 in terms of those tags that will be recognized by all browsers – it&#8217;s HTML5 through-and-through with some bits of magic applied to make it work in legacy browsers (yes, even IE 6 delivers a fair representation of the site, I think).  You&#8217;ll notice the site doesn&#8217;t actually validate to HTML5, but I&#8217;ll blame that on a combination of WordPress auto-generated markup and embeds.  I think that realistically accounts for all of the validation errors.</p>
<p>I&#8217;ll take you on a brief tour of the new site:</p>
<p><strong>Web Fonts: </strong>I decided to use web fonts on the site, primarily just to try out some &#8220;hot, new technology&#8221;, but also because my lack of design skill means that any added bit of visual interest can&#8217;t hurt, right?  You&#8217;ll see three web fonts included as stylesheets, if you care to browse the source.  The fonts I chose are from Google&#8217;s Web Fonts, here: <a title="http://www.google.com/webfonts" href="http://www.google.com/webfonts">http://www.google.com/webfonts</a></p>
<p><strong>Header Background:</strong> The header background image at the time of this writing was taken by me during afternoon tea at the <a href="http://www.fairmont.com/hamilton">Fairmont Hamilton Princess</a> in Hamilton, Bermuda.  Try the rum Bloody Mary, it&#8217;s awesome.</p>
<p><strong>Advertising:</strong> I&#8217;m sticking with Google AdWords, but created two new ad sizes and themed them to match the site&#8217;s color palette.  That was quick and easy to accomplish.</p>
<p><strong>WordPress 3:</strong> I&#8217;ve been very happy with the ease of administration in WordPress 3 – particularly as someone who doesn&#8217;t post all that frequently.  The biggest upgrade, by far, has been the automated upgrade process that makes patching WordPress simple.  Version 2 of WordPress was a pain to upgrade and led to countless sites getting hacked because they were out-of-date on patches.   Now, if your site is out-of-date, you have no one to blame but yourself.  Log in and click the upgrade button once in a while!</p>
<p>I have an overall love/hate relationship with WordPress.  As a publisher, the tool is simple and straightforward to use.  As a developer, I tend to think it&#8217;s poorly documented and more complex than it needs to be – particularly the whole &#8220;loop&#8221; concept and the sheer volume of <a href="http://codex.wordpress.org/Function_Reference">functions in the API</a>.  I work with a lot of Web Content Management systems and feel like some of the enterprise systems that are extremely feature-rich are easier to develop with than WordPress.  Drupal is also easier, if you&#8217;re looking for another open source alternative.</p>
<p><strong>Development Tools:</strong> I use <a href="http://panic.com/coda/">Coda</a> &amp; <a href="http://macromates.com/">TextMate</a> for Mac, <a href="http://www.fogcreek.com/fogbugz/">FogBugz</a> for Issue Tracking, <a href="http://www.fogcreek.com/kiln/">Kiln</a> for Source Control.  The latter two are definitely overkill, but I use them for other projects so I might as well keep things consistent!</p>
<p>It has probably been 4 years, or so, since the last visual update to my site and I think it&#8217;s long past due.  I hope you find the new site more appealing, as I do!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aaronbaecker.com/2011/06/06/welcome-to-my-latest-redesign/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On the Shooting of Representative Giffords, et al.</title>
		<link>http://www.aaronbaecker.com/2011/01/09/on-the-shooting-of-representative-giffords-et-al/</link>
		<comments>http://www.aaronbaecker.com/2011/01/09/on-the-shooting-of-representative-giffords-et-al/#comments</comments>
		<pubDate>Sun, 09 Jan 2011 12:14:46 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://www.aaronbaecker.com/?p=84</guid>
		<description><![CDATA[Much has already been written and posted regarding yesterday&#8217;s shooting of Representative Gabrielle Giffords and a host of other people in front of a supermarket in Tucson, Arizona.  I&#8217;m going to go out on a limb here and write something way more political than I would normally post in public, because I believe there is [...]]]></description>
			<content:encoded><![CDATA[<p>Much has already been written and posted regarding yesterday&#8217;s shooting of Representative Gabrielle Giffords and a host of other people in front of a supermarket in Tucson, Arizona.  I&#8217;m going to go out on a limb here and write something way more political than I would normally post in public, because I believe there is something to be said in the aftermath of this event.</p>
<h3>The Suspect and The Tea Party, Sarah Palin, etc.</h3>
<p>A great deal has been made about the radical views of the suspect, Jared Lee Loughner and trying to connect those views with those of the Tea Party and its most high-profile spokesperson, former Alaska Governor Sarah Palin.  I don&#8217;t believe the case for that linkage has been made.   That&#8217;s not to say that Mr. Loughner didn&#8217;t follow Ms. Palin or the Tea Party, but I haven&#8217;t seen any sort of proof offered that the actions of the Tea Party or Ms. Palin led to this incident, yet the news is nearly reported as such.  In listening to and reading news reports, it appears to me that the suspect&#8217;s views were far to the right of even where Ms. Palin stands, so it is quite possible that the suspect would have nothing to do with the Tea Party.</p>
<p>That&#8217;s not to say that I&#8217;m about to give either the Tea Party or Governor Palin a pass here.  News reporting after the event has been very quick to point out that the <a title="Huffington Post Article Describing SaraPAC's actions" href="http://www.huffingtonpost.com/2010/03/24/sarah-palins-pac-puts-gun_n_511433.html" target="_blank">Governor&#8217;s Political Action Committee posted an image depicting gun sights over some of the Democratic lawmakers who voted for President Obama&#8217;s health care bill this past year</a>.  The graphic was intended to depict lawmakers&#8217; seats that should be &#8220;targeted&#8221; in the next election because of their support for the bill.</p>
<p>I have long thought that Sarah Palin was absolutely the wrong person to serve as a spokesperson for either the Republican Party or the Tea Party.  It is ads like this – along with a whole host of other reasons – that lead me to the conclusion that she is too irresponsible and too polarizing to be an effective national political figure.</p>
<p>The Tea Party, MoveOn.org, and both the Democratic and Republican parties themselves need to learn some lessons from yesterday&#8217;s shooting and its aftermath.  Politics in this country has passed the point where reasonable people can participate in the process.  The kind of &#8220;Let&#8217;s take a stand&#8221; or &#8220;Let&#8217;s take back America&#8221; rhetoric coming out of political groups, pundits, and politicians these days is wrong, because it seeks to turn the direction of our country into a very black-and-white decision (&#8220;You&#8217;re either with us or against us!&#8221;) when things aren&#8217;t nearly that easy.</p>
<p>Completely missed in the thinking that any one party can &#8220;Take Back America&#8221; is that once that process has been completed, you still have to live with the other party – they don&#8217;t just disappear!  I have yet to hear anyone explain how being so overtly partisan and dramatic leads to the creation of a country that works for more than 54% or 55% of its citizens, as neither party seems to have the support of more than that percentage of people in any one election.  Perhaps that&#8217;s why the only thing so many people in America can agree on is that they dislike the direction of Congress today.</p>
<p>I think the legislative process in this country was meant to be a collaborative process between all parties to turn out legislation that&#8217;s good for the majority of the American people.  You take ideas from everyone and weave them into a cohesive piece of legislation.  It may not be (and likely won&#8217;t be) perfect, but it gets the job done and doesn&#8217;t leave anyone feeling completely dissatisfied.  What it has turned into instead, is a process whereby one party (the party in power) gets almost exactly what they want to the complete exclusion of the other party.  This was true under the Bush administration, as well, so I don&#8217;t mean to point fingers at any one party here.</p>
<p>Even more troublesome to me is that the politics of &#8220;taking a stand&#8221; and &#8220;taking back America&#8221; has de-humanized the people serving us in Congress.  Our legislators are defined solely by the issues they support, instead of who they are as people.  The thought that &#8220;I can disagree with this person, but still respect and like them as a person&#8221; has been completely removed from all discussion – particularly if you&#8217;re watching partisan pundits on any of the major news channels (MSNBC, Fox, CNN, etc.).  I believe the loss of this distinction is what leads to events such as yesterday&#8217;s shooting.  Unless you&#8217;re completely insane, it&#8217;s a whole lot harder to shoot someone you know as a person, rather than someone who you only know by a set of talking points.  The blame for this problem lies not only on the aforementioned media, but also on the legislators themselves – many of whom will not stray from their talking points in any sort of public forum, which means the audience never sees them as real people.</p>
<p>Yesterday&#8217;s shooting was a tragic event that is, sadly, played out across our country many times each year, often without anywhere near the same amount of media coverage.  I do believe, however, that we can use these events to open a broader discussion of the direction of politics in America because, as Americans, we have more in common with one another – regardless of our views – than today&#8217;s partisans and politicians would want us to believe.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aaronbaecker.com/2011/01/09/on-the-shooting-of-representative-giffords-et-al/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Karaoke Stock Trader</title>
		<link>http://www.aaronbaecker.com/2011/01/05/the-karaoke-stock-trader/</link>
		<comments>http://www.aaronbaecker.com/2011/01/05/the-karaoke-stock-trader/#comments</comments>
		<pubDate>Wed, 05 Jan 2011 19:37:07 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Finance]]></category>

		<guid isPermaLink="false">http://www.aaronbaecker.com/?p=79</guid>
		<description><![CDATA[I saw this interesting photograph in a Bloomberg story today.  I have no idea what the picture is actually of, but it seems to be some sort of trader singing karaoke.  At least, that&#8217;s what immediately popped to mind!]]></description>
			<content:encoded><![CDATA[<p>I saw this interesting photograph in a Bloomberg story today.  I have no idea what the picture is actually of, but it seems to be some sort of trader singing karaoke.  At least, that&#8217;s what immediately popped to mind!</p>
<div id="attachment_80" class="wp-caption aligncenter" style="width: 212px"><a href="http://www.aaronbaecker.com/wp-content/uploads/2011/01/karaoke-trader.png"><img class="size-medium wp-image-80" title="Karaoke Trader" src="http://www.aaronbaecker.com/wp-content/uploads/2011/01/karaoke-trader-202x300.png" alt="A stock trader singing karaoke?" width="202" height="300" /></a><p class="wp-caption-text">A stock trader singing karaoke?!</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.aaronbaecker.com/2011/01/05/the-karaoke-stock-trader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back from Obscurity: Players Club International</title>
		<link>http://www.aaronbaecker.com/2010/10/07/back-from-obscurity-players-club-international/</link>
		<comments>http://www.aaronbaecker.com/2010/10/07/back-from-obscurity-players-club-international/#comments</comments>
		<pubDate>Thu, 07 Oct 2010 22:29:48 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.aaronbaecker.com/?p=72</guid>
		<description><![CDATA[Anthony Bourdain is the man.  You may be asking what he has to do with Players Club International, and I can&#8217;t blame you.  A few weeks back, I was watching Mr. Bourdain eat his way through the Greek Islands and he happened to make some off-hand remark about the late Telly Savalas.  Well, I&#8217;m not [...]]]></description>
			<content:encoded><![CDATA[<p>Anthony Bourdain is the man.  You may be asking what he has to do with Players Club International, and I can&#8217;t blame you.  A few weeks back, I was watching Mr. Bourdain eat his way through the Greek Islands and he happened to make some off-hand remark about the late Telly Savalas.  Well, I&#8217;m not really old enough to know much about Telly Savalas from the prime of his career.  Instead, I remember him from a series of commercials for Players Club International in the late 80s/early 90s.  A quick trip to YouTube later, I uncovered some of his past appearances:</p>
<p><a href="http://www.youtube.com/watch?v=v6FQNPmJFLs"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/v6FQNPmJFLs" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/v6FQNPmJFLs"></embed></object></a></p>
<p><a title="YouTube Query for Players Club Commercials" href="http://www.youtube.com/results?search_query=telly+savalas+players+club&amp;aq=0" target="_blank">Here&#8217;s a search query that will get you a nice list of his past appearances</a>.</p>
<p>Even better, though, is this clip from <em>In Living Color </em>with Jim Carrey playing Telly:</p>
<p><a href="http://www.youtube.com/watch?v=dg41Cd6lJLA"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/dg41Cd6lJLA" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/dg41Cd6lJLA"></embed></object></a></p>
<p>So here&#8217;s to Telly and Jim Carrey for a great trip down memory lane – and thanks Tony.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aaronbaecker.com/2010/10/07/back-from-obscurity-players-club-international/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>These Are a Few of My Favorite Things</title>
		<link>http://www.aaronbaecker.com/2010/07/27/these-are-a-few-of-my-favorite-things/</link>
		<comments>http://www.aaronbaecker.com/2010/07/27/these-are-a-few-of-my-favorite-things/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 13:29:01 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.aaronbaecker.com/?p=66</guid>
		<description><![CDATA[I have had an addiction to Field Notes – the awesome pocket-sized notebooks – for about a year now.  Couple that with Jeremy Keith&#8217;s &#8220;HTML5 For Web Designers,&#8221; which is available from A Book Apart, and you have a lovely composition.  All of this is to say that with the advent of WordPress 3, it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_67" class="wp-caption aligncenter" style="width: 624px"><a href="http://www.aaronbaecker.com/wp-content/uploads/2010/07/photo.jpg"><img class="size-large wp-image-67 " title="Field Notes + HTML5 For Web Designers" src="http://www.aaronbaecker.com/wp-content/uploads/2010/07/photo-768x1024.jpg" alt="Field Notes + HTML5 For Web Designers" width="614" height="819" /></a><p class="wp-caption-text">Field Notes + HTML5 For Web Designers</p></div>
<p>I have had an addiction to <a title="Field Notes Website" href="http://fieldnotesbrand.com">Field Notes</a> – the awesome pocket-sized notebooks – for about a year now.  Couple that with Jeremy Keith&#8217;s &#8220;HTML5 For Web Designers,&#8221; which is available from <a title="A Book Apart Website" href="http://books.alistapart.com/">A Book Apart</a>, and you have a lovely composition.  All of this is to say that with the advent of WordPress 3, it&#8217;s time for a refresh of my WordPress theme (because it&#8217;s awful more than anything else).  So I&#8217;ll be putting these items to good use over the coming weeks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aaronbaecker.com/2010/07/27/these-are-a-few-of-my-favorite-things/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OS X 10.6.4 Breaks Keychain Items?</title>
		<link>http://www.aaronbaecker.com/2010/06/20/os-x-10-6-4-breaks-keychain-items/</link>
		<comments>http://www.aaronbaecker.com/2010/06/20/os-x-10-6-4-breaks-keychain-items/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 23:21:46 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Keychain Access]]></category>
		<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://www.aaronbaecker.com/?p=61</guid>
		<description><![CDATA[Ever since I recently upgraded to OS X 10.6.4, I have had problems with the Keychain giving me the error &#8220;Access to this item is restricted.&#8221; when trying to access passwords stored in various keychains.  I first had this problem after the hard drive in one of my systems crashed and my data had to [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_62" class="wp-caption alignleft" style="width: 310px"><a href="http://www.aaronbaecker.com/wp-content/uploads/2010/06/access-restricted.png"><img class="size-medium wp-image-62" title="Access to this item is restricted." src="http://www.aaronbaecker.com/wp-content/uploads/2010/06/access-restricted-300x109.png" alt="Access to this item is restricted." width="300" height="109" /></a><p class="wp-caption-text">This&#39;ll make your heart skip a beat!</p></div>
<p>Ever since I recently upgraded to OS X 10.6.4, I have had problems with the Keychain giving me the error &#8220;Access to this item is restricted.&#8221; when trying to access passwords stored in various keychains.  I first had this problem after the hard drive in one of my systems crashed and my data had to be restored from backup.  It appeared at that time that the permissions and probably something much deeper on Keychain Access application files were so screwed up as to render Keychain Access&#8217; permission to read items out of a keychain worthless.  I finally fixed that problem by dipping into the original OS X install media to extract the original Keychain Access application files.</p>
<p>This time around, it appears as though the Keychain Access application has again been modified – leaving me with a set of next-to-useless keychains.  You can imagine the drama that played out on my end when I was trying to figure out how I was going to recover all of the passwords that I had so responsibly and securely stored.  I ran Disk Utility, which found and repaired some permissions issues on a few of the Keychain Access files, but that didn&#8217;t fix the problem.  So what I finally resorted to – again – was opening a backup and restoring a pre-10.6.4 copy of Keychain Access back to my hard drive (in a different location on disk).  This resolution was successful and allowed me to retrieve all of my keychain items.</p>
<div id="attachment_63" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.aaronbaecker.com/wp-content/uploads/2010/06/kca-timestamp.png"><img class="size-medium wp-image-63" title="Keychain Access Timestamp" src="http://www.aaronbaecker.com/wp-content/uploads/2010/06/kca-timestamp-300x11.png" alt="Keychain Access Timestamp" width="300" height="11" /></a><p class="wp-caption-text">Keychain Access Looks to be Updated in 10.6.4</p></div>
<p>I now need to probably build brand new keychains from them that I can open in the most-recent version of Keychain Access.   I&#8217;m also ready to ditch Keychains altogether for everything except the login keychain.  When Apple provides a utility that is supposed to securely store items, it shouldn&#8217;t leave me potentially high-and-dry twice in the span of less than a year with the prospect of not being able to recover any of my secure items.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aaronbaecker.com/2010/06/20/os-x-10-6-4-breaks-keychain-items/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Washingtonian: Tales From the Boom and Bust</title>
		<link>http://www.aaronbaecker.com/2010/05/03/washingtonian-tales-from-the-boom-and-bust/</link>
		<comments>http://www.aaronbaecker.com/2010/05/03/washingtonian-tales-from-the-boom-and-bust/#comments</comments>
		<pubDate>Tue, 04 May 2010 02:45:09 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.aaronbaecker.com/?p=51</guid>
		<description><![CDATA[The Washingtonian had a great feature story this month on the rise and fall of the housing market in the D.C. metro area over the last 10 years, or so.  The story was really more a collection of quotes taken from over 100 interviews that were conducted for the article, but they told a compelling [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_53" class="wp-caption alignright" style="width: 123px"><a href="http://www.washingtonian.com/articles/homegarden/15489.html"><img class="size-full wp-image-53 " title="Washingtonian: May 2010" src="http://www.aaronbaecker.com/wp-content/uploads/2010/05/In-this-Issue.png" alt="" width="113" height="147" /></a><p class="wp-caption-text">Tales from the Boom &amp; Bust</p></div>
<p>The <em>Washingtonian </em>had a great feature story this month on the rise and fall of the housing market in the D.C. metro area over the last 10 years, or so.  The story was really more a collection of quotes taken from over 100 interviews that were conducted for the article, but they told a compelling story from every side of the housing industry.</p>
<p>On a personal level, my wife and I experienced the craziness first-hand back in 2005, or so.  We had decided at the time to look into buying our first home.  We contacted a real estate agent who proceeded to warn us before we ever looked at a single home that:</p>
<ol>
<li>We needed a pre-qualification letter from a lender that the seller would consider acceptable (i.e. &#8211; a local lender – and preferably the agency&#8217;s own in-house mortgage unit (ha!))</li>
<li>We needed to be willing to waive inspection or the seller would likely choose another buyer.</li>
<li>If we liked any of the homes we saw, we needed to be prepared to write an offer – preferably the same day – because homes weren&#8217;t staying on the market for much longer than a few days to a couple weeks.</li>
</ol>
<p>We ended up looking at several homes in areas that we didn&#8217;t really want to live in, with layouts that weren&#8217;t very attractive, at prices that made me want to gag.  Luckily for us, we had the willpower to pass on the deals entirely and remain renters.  It&#8217;s certainly easy to see how so many others got caught up in the frenzy, however.  There seemed to be such pressure to &#8220;act now, or you may miss the bus,&#8221; that those who were new to the game may have felt that they had no choice.  I feel I&#8217;m better for having gone through that and it&#8217;s nice to see how time has made those days seem all the more incredible.</p>
<p>Read an excerpt here:  <a href="http://www.washingtonian.com/articles/homegarden/15489.html">http://www.washingtonian.com/articles/homegarden/15489.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aaronbaecker.com/2010/05/03/washingtonian-tales-from-the-boom-and-bust/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Subscribe Now and Have Your Credit Card Stolen as an Added Bonus!</title>
		<link>http://www.aaronbaecker.com/2008/10/25/subscribe-now-and-have-your-credit-card-stolen-as-an-added-bonus/</link>
		<comments>http://www.aaronbaecker.com/2008/10/25/subscribe-now-and-have-your-credit-card-stolen-as-an-added-bonus/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 12:58:18 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.aaronbaecker.com/?p=48</guid>
		<description><![CDATA[I normally don&#8217;t pay much attention to the 62 subscription cards that fall out of each magazine I read, but the subscription card for Dealmaker magazine caught my eye.  It asks the normal questions regarding name, address, etc., but then has a few oddities: There isn&#8217;t a price or subscription length mentioned anywhere on the [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_49" class="wp-caption alignright" style="width: 211px"><a href="http://www.aaronbaecker.com/wp-content/uploads/2008/10/dealmaker.jpg"><img class="size-medium wp-image-49" title="dealmaker" src="http://www.aaronbaecker.com/wp-content/uploads/2008/10/dealmaker-201x300.jpg" alt="Dealmaker Subscription Card" width="201" height="300" /></a><p class="wp-caption-text">Dealmaker Subscription Card</p></div>
<p>I normally don&#8217;t pay much attention to the 62 subscription cards that fall out of each magazine I read, but the subscription card for <em>Dealmaker</em> magazine caught my eye.  It asks the normal questions regarding name, address, etc., but then has a few oddities:</p>
<ol>
<li>There isn&#8217;t a price or subscription length mentioned anywhere on the card.  As the old saying goes, I guess &#8220;if you have to ask&#8230;&#8221;</li>
<li>They force you to write your Visa, Mastercard, or AMEX number, expiration date, and signature right on the back of the card!  There isn&#8217;t an option for &#8220;Bill Me Later&#8221; that might protect your personal information.</li>
<li>In small print under the billing information, they state, &#8220;Guarantee: We will never rent or sell your name or personal information.&#8221;  Yeah, you may not, but what about my mailman?</li>
</ol>
<p>I guess one could always send the subscription card in an envelope, but then that kind of defeats the purpose of Business Reply Mail, doesn&#8217;t it?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aaronbaecker.com/2008/10/25/subscribe-now-and-have-your-credit-card-stolen-as-an-added-bonus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Holmes on Homes on TLC Update</title>
		<link>http://www.aaronbaecker.com/2008/10/09/holmes-on-homes-on-tlc-update/</link>
		<comments>http://www.aaronbaecker.com/2008/10/09/holmes-on-homes-on-tlc-update/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 20:18:54 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.aaronbaecker.com/?p=44</guid>
		<description><![CDATA[I have gotten many hits over the last month or so from people wondering what happened to Holmes on Homes on TLC.  The show mysteriously disappeared from the channel&#8217;s line-up in September and has yet to re-surface on any of the Discovery networks. I queried TLC Viewer Relations and received a response that Holmes on [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_26" class="wp-caption alignleft" style="width: 160px"><a href="http://www.aaronbaecker.com/wp-content/uploads/2008/07/mike-holmes-175.jpg"><img class="size-thumbnail wp-image-26" title="mike-holmes-175" src="http://www.aaronbaecker.com/wp-content/uploads/2008/07/mike-holmes-175-150x150.jpg" alt="Mike Holmes" width="150" height="150" /></a><p class="wp-caption-text">Mike Holmes</p></div>
<p>I have gotten many hits over the last month or so from people wondering what happened to <strong>Holmes on Homes</strong> on TLC.  The show mysteriously disappeared from the channel&#8217;s line-up in September and has yet to re-surface on any of the Discovery networks.</p>
<p>I queried TLC Viewer Relations and received a response that Holmes on Homes is finished airing &#8220;for this season.&#8221;  That&#8217;s not much information, but it doesn&#8217;t seem that they have pulled the plug on the show &#8211; at least at this time.  Holmes on Homes continues to air on HGTV and BBC in Canada, so I take that as a good sign that Mike will eventually return to the U.S. TV line-up &#8211; even if it is on a Discovery network other than TLC.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aaronbaecker.com/2008/10/09/holmes-on-homes-on-tlc-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

