<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>And they call me an EngineerAnd they call me an Engineer</title>
	
	<link>http://www.ramblingengineer.com</link>
	<description>Reluctant ramblings of a computer geek</description>
	<lastBuildDate>Fri, 17 May 2013 19:21:21 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/AndTheyCallMeAnEngineer" /><feedburner:info uri="andtheycallmeanengineer" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Fixing Subversion branch and trunk directories</title>
		<link>http://feedproxy.google.com/~r/AndTheyCallMeAnEngineer/~3/6_WZDBNUZqA/</link>
		<comments>http://www.ramblingengineer.com/2009/08/03/fixing-subversion-branch-and-trunk-directories/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 20:43:04 +0000</pubDate>
		<dc:creator>Reluctant</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[subversion]]></category>

		<guid isPermaLink="false">http://www.ramblingengineer.com/?p=504</guid>
		<description />
				<content:encoded><![CDATA[<p><a href="/files/2009/08/subversion_logo.png" rel="thumbnail"><img class="alignright size-medium wp-image-508" src="http://www.ramblingengineer.com/files/2009/08/subversion_logo-300x259.png" alt="subversion" width="300" height="259" /></a>The other day, at work, we came across a bad situation with <a title="Subversion" href="http://en.wikipedia.org/wiki/Subversion_(software)" target="_blank">Subversion</a> (a version control system).  We had created a secondary repository for a common library (<a title="Yahoo User Interface Library" href="http://developers.yahoo.com/yui" target="_blank">YUI</a>) of code that we want to use in multiple other repositories.  YUI doesn&#8217;t provide a subversion repository, so we had to create one &#8220;in-house.&#8221;</p>
<p>I&#8217;m sure nobody else has done this (wink, wink), but we spaced off creating the typical trunk, branches and tags directories.  I think we assumed that we would never really need them.  But of course, there&#8217;s always a reason for following best practices.  We got to a point where one of our branches needed the old version of YUI (2.6.0) and the new branch needed the current YUI branch (2.7.0).  This didn&#8217;t work because of our lack of trunk/branches directory.  Here&#8217;s the steps I took to rectify the situation:</p>
<p><span id="more-504"></span></p>
<p>Check the trunk of your repo:</p>
<p>$ svn co $REPO_URL $REPO</p>
<p>Change directory into the checkout:</p>
<p>$ cd $REPO</p>
<p>Create the trunk directory, add it to the repo and commit:</p>
<p>$ mkdir trunk &amp;&amp; svn add trunk &amp;&amp; svn ci trunk -m &#8220;add new trunk directory&#8221;</p>
<p>Move all the files to trunk (has to be done with find because we can&#8217;t try to move trunk into itself):</p>
<p>$ find . -not -name trunk -maxdepth 1 -exec svn mv &#8216;{}&#8217; trunk \;</p>
<p>Change directory to trunk:</p>
<p>$ cd trunk</p>
<p>Commit the moved files:</p>
<p>$ svn ci -m &#8220;move file into trunk&#8221;</p>
<p>Create the branches and tags directories:</p>
<p>$ cd ../ &amp;&amp; mkdir branches &amp;&amp; mkdir tags &amp;&amp; svn ci -m &#8220;add new branches and tags directories&#8221;</p>
<p>Now you have a nice &#8220;best practices&#8221; setup with trunk, branches and tags directories.  You can now go about your normal branching.</p>
<p>NOTE: Apologies  to my non-techie readers</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?a=6_WZDBNUZqA:5_VhbnVliEw:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?i=6_WZDBNUZqA:5_VhbnVliEw:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?a=6_WZDBNUZqA:5_VhbnVliEw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?a=6_WZDBNUZqA:5_VhbnVliEw:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?a=6_WZDBNUZqA:5_VhbnVliEw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?i=6_WZDBNUZqA:5_VhbnVliEw:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/AndTheyCallMeAnEngineer/~4/6_WZDBNUZqA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.ramblingengineer.com/2009/08/03/fixing-subversion-branch-and-trunk-directories/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.ramblingengineer.com/2009/08/03/fixing-subversion-branch-and-trunk-directories/</feedburner:origLink></item>
		<item>
		<title>Why are women less happy?</title>
		<link>http://feedproxy.google.com/~r/AndTheyCallMeAnEngineer/~3/Mlv2yD4HaWc/</link>
		<comments>http://www.ramblingengineer.com/2009/05/25/why-are-women-less-happy/#comments</comments>
		<pubDate>Mon, 25 May 2009 23:24:39 +0000</pubDate>
		<dc:creator>Reluctant</dc:creator>
				<category><![CDATA[Rant]]></category>
		<category><![CDATA[Society]]></category>
		<category><![CDATA[media]]></category>

		<guid isPermaLink="false">http://www.ramblingengineer.com/?p=478</guid>
		<description />
				<content:encoded><![CDATA[<p>A recent <a title="NBER: The Paradox of Declining Female Happiness" href="http://papers.nber.org/papers/w14969" target="_blank">study</a> by the National Bureau of Economic Research found that women are less happy now than in the 1970&#8242;s, when a similar study was conducted.  Not only did the subjective happiness of women decrease absolutely but also relative to men.</p>
<p><a href="/files/2009/05/female-depressed-over-drinking-problem.jpg" rel="thumbnail"><img class="alignright size-medium wp-image-479" src="http://www.ramblingengineer.com/files/2009/05/female-depressed-over-drinking-problem-300x201.jpg" alt="female-depressed" width="300" height="201" /></a>There are several theories as to why.  Some guess that the women&#8217;s movement was unsuccessful.  Others posit that men have gained more than women from women saturating the workforce, but that doesn&#8217;t really explain the absolute decrease in female happiness.</p>
<p>Many are overlooking a few fundamental reasons:</p>
<p><span id="more-478"></span></p>
<ul>
<li>Women have a natural instinct to rear their children.  By becoming career women, they leave their children in the primary care of others.  Regardless of how much they try to convince themselves, they feel guilt for not being home with their children.</li>
<li>Society as a whole has become much more &#8220;aware&#8221; of unpleasantness.  The Media could be called the culprit here, but there are lots of reasons for it.  We have become a much more depressed society.  It&#8217;s now in vogue to be a complainer. Look at the majority of Facebook status updates; &#8220;Why can&#8217;t I finish my laundry?&#8221;, &#8220;Monday is winning!&#8221;, &#8220;Just trying to survive today.&#8221;  Now one might say that should affect men as much as women, but men are a little more resilient to societal pressures and often don&#8217;t care to be in style (just look at the way I dress).  <a title="The Onion: Despondex" href="http://www.youtube.com/watch?v=jd4tugPM83c">Happy people are seen as annoying</a>.</li>
</ul>
<p>The study is inherintly flawed because of it&#8217;s subject matter, but still might illustrate some proplems in our society.  In the end, the study asks more questions than it answers.</p>
<p>Thanks <a href="http://gregmankiw.blogspot.com/2009/05/women-are-less-happy.html" target="_blank">GM</a> and <a href="http://caseymulligan.blogspot.com/2009/05/who-benefits-from-womens-progress.html" target="_blank">CBM</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?a=Mlv2yD4HaWc:xT_Ut51VQ1k:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?i=Mlv2yD4HaWc:xT_Ut51VQ1k:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?a=Mlv2yD4HaWc:xT_Ut51VQ1k:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?a=Mlv2yD4HaWc:xT_Ut51VQ1k:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?a=Mlv2yD4HaWc:xT_Ut51VQ1k:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?i=Mlv2yD4HaWc:xT_Ut51VQ1k:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/AndTheyCallMeAnEngineer/~4/Mlv2yD4HaWc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.ramblingengineer.com/2009/05/25/why-are-women-less-happy/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://www.ramblingengineer.com/2009/05/25/why-are-women-less-happy/</feedburner:origLink></item>
		<item>
		<title>"Evil" areas of the United States</title>
		<link>http://feedproxy.google.com/~r/AndTheyCallMeAnEngineer/~3/0KQJ3vS8OTU/</link>
		<comments>http://www.ramblingengineer.com/2009/05/23/evil-areas-of-the-united-states/#comments</comments>
		<pubDate>Sat, 23 May 2009 15:04:36 +0000</pubDate>
		<dc:creator>Reluctant</dc:creator>
				<category><![CDATA[LDS Life]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Society]]></category>
		<category><![CDATA[moral]]></category>

		<guid isPermaLink="false">http://www.ramblingengineer.com/?p=460</guid>
		<description />
				<content:encoded><![CDATA[<p>Have you ever wondered where the &#8220;worst&#8221; areas of the country are?  So did the Kansas State University Geography Department.  So they mapped it out.  They looked at each of the &#8220;seven deadly sins&#8221; and plotted the highest and lowest concentrations of each.  The breakdown of their methodologies of calculations:</p>
<p><span id="more-460"></span></p>
<ul>
<li><strong>Greed</strong>: comparing average incomes with the total number of inhabitants living beneath the poverty line.</li>
<li><strong>Envy</strong>: using the total number of thefts—robbery, burglary, larceny and stolen cars.</li>
<li><strong>Wrath</strong>: comparing the total number of violent crimes &#8211; murder, assault and rape &#8211; reported to the FBI per capita.</li>
<li><strong>Lust</strong>: compiling the number of sexually transmitted diseases—HIV, AIDS, syphilis, chlamydia and gonorrhea &#8211; reported per capita.</li>
<li><strong>Gluttony</strong>: counting the number of fast food restaurants per capita.</li>
<li><strong>Sloth</strong>: comparing expenditures on arts, entertainment and recreation with the rate of employment.</li>
<li><strong>Pride</strong>: the &#8220;root of all sins&#8221;, in this study, is the aggregate of all data &#8211; combining all data from the six other sins and averaged it into an overview of all evil.</li>
</ul>
<p><a href="/files/2009/05/pride.jpg" rel="thumbnail"><img class="alignright size-medium wp-image-465" src="http://www.ramblingengineer.com/files/2009/05/pride-300x232.jpg" alt="pride" width="300" height="232" /></a></p>
<p>It&#8217;s important to recognize that the data in these images are all relative to itself.  So the &#8220;cream&#8221; color means the county/area is within &#8220;normal&#8221; ranges.  Although this gives us the extremes, it doesn&#8217;t really give us a true reading of the problem with a specific sin, just the areas that are outside the norm.  For instance, most areas of the nation are within the nominal range for Gluttony.  Does that mean gluttony is not a problem?  Surely not.  It just means we are all equally gluttonous.</p>
<p>There are also some additional oversights with the data:</p>
<ul>
<li>Lust should have integrated pornography statistics as that implies more lustful behavior than STDs. <a href="http://www.deseretnews.com/article/1,5143,705288350,00.html" target="_blank">Apparently</a> Utah would have been higher in the Lust scale (but that&#8217;s for a different post).</li>
<li>Gluttony should not have been measured by number of fast food restaurants as McDonald&#8217;s is everywhere.  Instead, a much better measure would have used obesity rates as well as smoking, alcohol consumption and prescription drug abuse.</li>
<li>Art and entertainment is a terrible measure for slothfulness as there is plenty of art and entertainment that is uplifting rather than slothful.</li>
</ul>

<a href='http://www.ramblingengineer.com/2009/05/23/evil-areas-of-the-united-states/envy/' title='envy'><img width="150" height="150" src="http://ramblingengineer.wordpress.codeality.com/files/2009/05/envy-150x150.jpg" class="attachment-thumbnail" alt="envy" /></a>
<a href='http://www.ramblingengineer.com/2009/05/23/evil-areas-of-the-united-states/gluttony/' title='gluttony'><img width="150" height="150" src="http://ramblingengineer.wordpress.codeality.com/files/2009/05/gluttony-150x150.jpg" class="attachment-thumbnail" alt="gluttony" /></a>
<a href='http://www.ramblingengineer.com/2009/05/23/evil-areas-of-the-united-states/greed/' title='greed'><img width="150" height="150" src="http://ramblingengineer.wordpress.codeality.com/files/2009/05/greed-150x150.jpg" class="attachment-thumbnail" alt="greed" /></a>
<a href='http://www.ramblingengineer.com/2009/05/23/evil-areas-of-the-united-states/lust/' title='lust'><img width="150" height="150" src="http://ramblingengineer.wordpress.codeality.com/files/2009/05/lust-150x150.jpg" class="attachment-thumbnail" alt="lust" /></a>
<a href='http://www.ramblingengineer.com/2009/05/23/evil-areas-of-the-united-states/pride/' title='pride'><img width="150" height="150" src="http://ramblingengineer.wordpress.codeality.com/files/2009/05/pride-150x150.jpg" class="attachment-thumbnail" alt="pride" /></a>
<a href='http://www.ramblingengineer.com/2009/05/23/evil-areas-of-the-united-states/sloth/' title='sloth'><img width="150" height="150" src="http://ramblingengineer.wordpress.codeality.com/files/2009/05/sloth-150x150.jpg" class="attachment-thumbnail" alt="sloth" /></a>
<a href='http://www.ramblingengineer.com/2009/05/23/evil-areas-of-the-united-states/wrath/' title='wrath'><img width="150" height="150" src="http://ramblingengineer.wordpress.codeality.com/files/2009/05/wrath-150x150.jpg" class="attachment-thumbnail" alt="wrath" /></a>

<p>Check out additional spacial mapping of the data (including &#8220;hotspots&#8221;) in an <a title="One Nation - Seven Sins" href="http://www.lasvegassun.com/news/2009/mar/26/one-nation-seven-sins/" target="_blank">article from the <em>Las Vegas Sun</em></a>.</p>
<p>Thanks <a title="RyanByrd.net" href="http://www.ryanbyrd.net" target="_blank">Ryan</a> (probably the coolest site in Utah) and <a title="Other Ryan Byrd" href="http://www.beingryanbyrd.com" target="_blank">RB</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?a=0KQJ3vS8OTU:DULevbnZ2RA:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?i=0KQJ3vS8OTU:DULevbnZ2RA:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?a=0KQJ3vS8OTU:DULevbnZ2RA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?a=0KQJ3vS8OTU:DULevbnZ2RA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?a=0KQJ3vS8OTU:DULevbnZ2RA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?i=0KQJ3vS8OTU:DULevbnZ2RA:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/AndTheyCallMeAnEngineer/~4/0KQJ3vS8OTU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.ramblingengineer.com/2009/05/23/evil-areas-of-the-united-states/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.ramblingengineer.com/2009/05/23/evil-areas-of-the-united-states/</feedburner:origLink></item>
		<item>
		<title>21 Suggestions for Success</title>
		<link>http://feedproxy.google.com/~r/AndTheyCallMeAnEngineer/~3/vr14Zbo1EsE/</link>
		<comments>http://www.ramblingengineer.com/2009/03/07/21-suggestions-for-success/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 05:43:54 +0000</pubDate>
		<dc:creator>Reluctant</dc:creator>
				<category><![CDATA[Family]]></category>
		<category><![CDATA[Inspirational]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[Society]]></category>
		<category><![CDATA[psychology]]></category>

		<guid isPermaLink="false">http://www.ramblingengineer.com/?p=450</guid>
		<description />
				<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-451" src="http://www.ramblingengineer.com/files/2009/03/200807020500131_success-199x300.jpg" alt="Key to success" width="199" height="300" />A <a title="RBDN" href="http://www.ryanbyrd.net" target="_blank">friend of mine</a> <a title="Ryan Byrd: 21 Suggestions for Success" href="http://www.ryanbyrd.net/rambleon/2009/03/04/21-suggestions-for-success/" target="_blank">tipped me off</a> to these suggestions, but they are both profound and simple:</p>
<p>1. Marry the right person. This one decision will determine 90% of your happiness or misery.<br />
2. Work at something you enjoy and that’s worthy of your time and talent.<br />
3. Give people more than they expect and do it cheerfully.<br />
4. Become the most positive and enthusiastic person you know.<br />
5. Be forgiving of yourself and others.<br />
6. Be generous.<br />
7. Have a grateful heart.<br />
8. Persistence, persistence, persistence.<br />
9. Discipline yourself to save money on even the most modest salary.<br />
10. Treat everyone you meet like you want to be treated.<br />
11. Commit yourself to constant improvement.<br />
12. Commit yourself to quality.<br />
13. Understand that happiness is not based on possessions, power or prestige, but on relationships with people you love and respect.<br />
14. Be loyal.<br />
15. Be honest.<br />
16. Be a self-starter.<br />
17. Be decisive even if it means you’ll sometimes be wrong.<br />
18. Stop blaming others. Take responsibility for every area of your life.<br />
19. Be bold and courageous. When you look back on your life, you’ll regret the things you didn’t do more than the ones you did.<br />
20. Take good care of those you love.<br />
21. Don’t do anything that wouldn’t make your Mom proud.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?a=vr14Zbo1EsE:5vMd4S9zP00:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?i=vr14Zbo1EsE:5vMd4S9zP00:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?a=vr14Zbo1EsE:5vMd4S9zP00:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?a=vr14Zbo1EsE:5vMd4S9zP00:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?a=vr14Zbo1EsE:5vMd4S9zP00:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?i=vr14Zbo1EsE:5vMd4S9zP00:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/AndTheyCallMeAnEngineer/~4/vr14Zbo1EsE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.ramblingengineer.com/2009/03/07/21-suggestions-for-success/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.ramblingengineer.com/2009/03/07/21-suggestions-for-success/</feedburner:origLink></item>
		<item>
		<title>I vote for Google</title>
		<link>http://feedproxy.google.com/~r/AndTheyCallMeAnEngineer/~3/UG9BlaQJi8c/</link>
		<comments>http://www.ramblingengineer.com/2009/02/13/i-vote-for-google/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 05:34:03 +0000</pubDate>
		<dc:creator>Reluctant</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[New Technology]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[cool]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://www.ramblingengineer.com/?p=435</guid>
		<description />
				<content:encoded><![CDATA[<p><a href="http://www.google.com/mobile/default/sync.html"><img class="alignright" src="http://www.google.com/mobile/images/sync-48x48.gif" alt="" width="48" height="48" /></a>Unlike <a title="Pedro Sanchez from Napoleon Dynamite" href="http://en.wikipedia.org/wiki/Napoleon_Dynamite" target="_blank">Pedro</a>, Google has made &#8220;all [my] dreams come true&#8221;.  Just recently, Google <a title="Google Sync Announcement" href="http://gmailblog.blogspot.com/2009/02/sync-your-contacts-and-calendar-with.html" target="_blank">announced</a> a public beta of a <a title="Google Sync" href="http://www.google.com/mobile/default/sync.html" target="_blank">new sync product</a> for mobile devices. Not only do they have cool online services, but now my iPhone can easily take advantage of those services.</p>
<p>Some of you may wonder why this makes me so happy.  Let me explain.</p>
<p><span id="more-435"></span>For a while now, I&#8217;ve been using <a title="Gmail" href="http://www.gmail.com" target="_blank">Google Email</a> and <a title="Google Calendar" href="http://www.google.com/calendar" target="_blank">Calendar</a>.  I <a title="Google Apps Rocks!" href="http://www.ramblingengineer.com/2008/01/06/google-apps-rocks/" target="_blank">recently posted</a> about switching my domains to Google Apps.  The one main problem with using online services is the inability to use them offline.  Google recently partially remedied this with an <a title="Google Calendar Offline" href="http://www.google.com/support/calendar/bin/static.py?page=offline_faq.html&amp;hl=en" target="_blank">offline version of their Google Calendar</a>, but I still had no way to sync it with the only device I carry with me at all times, my iPhone.  Sure, I could view my calendars and contacts through their web-based (and iPhone formated) version, but I couldn&#8217;t set alarms for my appointments and it&#8217;s quite a bit clunkier than a native iPhone application.</p>
<p><a href="http://www.google.com/mobile/apple/"><img class="alignleft" src="http://www.google.com/mobile/images/iphone_whitebg.jpg" alt="" width="65" height="65" /></a>The new Google Sync leverages built-in <a title="Microsoft Exchange" href="http://en.wikipedia.org/wiki/Microsoft_Exchange_Server" target="_blank">Microsoft Exchange</a> functionality in the iPhone.  What this allows me to do is make a change to an appointment in my online Google calendar and within seconds that change is synced down to my phone, over the air.  Although that&#8217;s impressive, the really cool part is that my wife and I actually have a shared calendar (the family calendar).  So when I create a new appointment/event on my iPhone in the family calendar, within seconds, my wife can be aware of it.   Not only does it appear on her iPhone calendar, but also within her Google Calendar (which can also display as a widget within her Google Email).</p>
<p>But you don&#8217;t have to be an iPhone user to take advantage of Google Sync.  It&#8217;s also available for:</p>
<ul>
<li><a href="http://www.google.com/mobile/blackberry/sync.html">BlackBerry</a></li>
<li><a href="http://www.google.com/mobile/nokia_smart/sync.html">Nokia S60</a></li>
<li><a href="http://www.google.com/mobile/nokia_standard/sync.html">Nokia standard</a></li>
<li><a href="http://www.google.com/mobile/sony/sync.html">Sony Ericsson</a></li>
<li><a href="http://www.google.com/mobile/winmo/sync.html">Windows Mobile</a></li>
</ul>
<p>All I can say is: Saaaaweeeeeet!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?a=UG9BlaQJi8c:Z-t3wYACIxg:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?i=UG9BlaQJi8c:Z-t3wYACIxg:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?a=UG9BlaQJi8c:Z-t3wYACIxg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?a=UG9BlaQJi8c:Z-t3wYACIxg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?a=UG9BlaQJi8c:Z-t3wYACIxg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?i=UG9BlaQJi8c:Z-t3wYACIxg:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/AndTheyCallMeAnEngineer/~4/UG9BlaQJi8c" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.ramblingengineer.com/2009/02/13/i-vote-for-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.ramblingengineer.com/2009/02/13/i-vote-for-google/</feedburner:origLink></item>
		<item>
		<title>The Budget Balance</title>
		<link>http://feedproxy.google.com/~r/AndTheyCallMeAnEngineer/~3/3PUZwEt0ifc/</link>
		<comments>http://www.ramblingengineer.com/2009/02/12/the-budget-balance/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 22:11:40 +0000</pubDate>
		<dc:creator>Reluctant</dc:creator>
				<category><![CDATA[Politics]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[Scary]]></category>

		<guid isPermaLink="false">http://www.ramblingengineer.com/?p=431</guid>
		<description />
				<content:encoded><![CDATA[<p>Wow!  Scary.</p>
<p><img class="size-full wp-image-432 alignnone" src="/files/2009/02/budget-deficit.gif" alt="budget deficit" width="280" height="295" /></p>
<p>(thanks <a title="Greg Mankiw's Blog" href="http://gregmankiw.blogspot.com/2009/02/budget-balance.html" target="_blank">Greg Mankiw</a>)</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?a=3PUZwEt0ifc:NOVU_37z6kg:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?i=3PUZwEt0ifc:NOVU_37z6kg:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?a=3PUZwEt0ifc:NOVU_37z6kg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?a=3PUZwEt0ifc:NOVU_37z6kg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?a=3PUZwEt0ifc:NOVU_37z6kg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?i=3PUZwEt0ifc:NOVU_37z6kg:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/AndTheyCallMeAnEngineer/~4/3PUZwEt0ifc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.ramblingengineer.com/2009/02/12/the-budget-balance/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		<feedburner:origLink>http://www.ramblingengineer.com/2009/02/12/the-budget-balance/</feedburner:origLink></item>
		<item>
		<title>Happy 25th B-day Mac!</title>
		<link>http://feedproxy.google.com/~r/AndTheyCallMeAnEngineer/~3/aw_7YRvoKUw/</link>
		<comments>http://www.ramblingengineer.com/2009/01/24/happy-25th-b-day-mac/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 22:28:35 +0000</pubDate>
		<dc:creator>Reluctant</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.ramblingengineer.com/?p=417</guid>
		<description />
				<content:encoded><![CDATA[<p><img class="alignleft" style="margin-left: 2px;margin-right: 2px" src="http://upload.wikimedia.org/wikipedia/commons/thumb/e/e3/Macintosh_128k_transparency.png/180px-Macintosh_128k_transparency.png" alt="" width="141" height="166" />Many of you may remember that I <a title="recent convert" href="http://www.ramblingengineer.com/2008/01/26/first-few-days…-a-macbook-profirst-few-days-on-a-macbook-pro/" target="_blank">recently converted</a> from using a <a title="Linux" href="http://en.wikipedia.org/wiki/Linux" target="_blank">Linux</a> computer to an Apple MacBook Pro.  However, that wasn&#8217;t my first experience with Apple hardware.  My first programming was actually done on an <a title="Apple IIe" href="http://en.wikipedia.org/wiki/Apple_IIe" target="_self">Apple IIe</a> (in 8th grade &#8211; it was the coolest computer drawing of a B52 bomber). And I spent far too many hours designing the layout for the high school newspaper on a Macintosh stuck away in the library.</p>
<p><img class="alignright" style="margin-left: 2px;margin-right: 2px" src="http://upload.wikimedia.org/wikipedia/commons/thumb/6/6a/Imac_alu.png/180px-Imac_alu.png" alt="" width="180" height="149" />Today is a significant day in the world of computers.  The <a title="Macintosh" href="http://en.wikipedia.org/wiki/Macintosh" target="_blank">Apple Macintosh</a> was introduced (or rather introduced itself) to the world exactly 25 years ago.  The Macintosh was revolutionary in so many ways.  For the first time, personal computers had a <a title="GUI" href="http://en.wikipedia.org/wiki/Graphical_user_interface" target="_blank">graphical user interface</a> (GUI). And sound was an integral part of the operating system.</p>
<p>Check out the following video (thanks <a title="The Unofficial Apple Weblog" href="http://www.tuaw.com/2009/01/24/happy-25th-birthday-mac/" target="_blank">TUAW</a>). And notice the young <a title="Steve Jobs" href="http://en.wikipedia.org/wiki/Steve_Jobs" target="_blank">Steve Jobs</a>.</p>
<p><iframe width="425" height="344" src="http://www.youtube.com/embed/G0FtgZNOD44?wmode=transparent" frameborder="0" allowfullscreen> </iframe></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?a=aw_7YRvoKUw:0UbjBGxa67U:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?i=aw_7YRvoKUw:0UbjBGxa67U:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?a=aw_7YRvoKUw:0UbjBGxa67U:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?a=aw_7YRvoKUw:0UbjBGxa67U:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?a=aw_7YRvoKUw:0UbjBGxa67U:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?i=aw_7YRvoKUw:0UbjBGxa67U:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/AndTheyCallMeAnEngineer/~4/aw_7YRvoKUw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.ramblingengineer.com/2009/01/24/happy-25th-b-day-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.ramblingengineer.com/2009/01/24/happy-25th-b-day-mac/</feedburner:origLink></item>
		<item>
		<title>The future is here: Wireless Kitchen Appliances</title>
		<link>http://feedproxy.google.com/~r/AndTheyCallMeAnEngineer/~3/jR40QsQV7YA/</link>
		<comments>http://www.ramblingengineer.com/2009/01/21/the-future-is-here-wireless-kitchen-appliances/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 20:15:43 +0000</pubDate>
		<dc:creator>Reluctant</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[cool]]></category>
		<category><![CDATA[New Technology]]></category>

		<guid isPermaLink="false">http://www.ramblingengineer.com/?p=411</guid>
		<description />
				<content:encoded><![CDATA[<p>You read it right.  The kitchen (and office) of the future is available (although expensive as all early technology is).  Who wants all those cords hanging around when you can move your appliances where you want without having to worry whether the cord will still reach.  Check out the video below for some kitchen coolness:</p>
<p><iframe width="425" height="344" src="http://www.youtube.com/embed/MwkKkLDhAJ0?wmode=transparent" frameborder="0" allowfullscreen> </iframe></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?a=jR40QsQV7YA:bYuYuGJDtSU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?i=jR40QsQV7YA:bYuYuGJDtSU:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?a=jR40QsQV7YA:bYuYuGJDtSU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?a=jR40QsQV7YA:bYuYuGJDtSU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?a=jR40QsQV7YA:bYuYuGJDtSU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?i=jR40QsQV7YA:bYuYuGJDtSU:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/AndTheyCallMeAnEngineer/~4/jR40QsQV7YA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.ramblingengineer.com/2009/01/21/the-future-is-here-wireless-kitchen-appliances/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.ramblingengineer.com/2009/01/21/the-future-is-here-wireless-kitchen-appliances/</feedburner:origLink></item>
		<item>
		<title>Build your site with Concrete</title>
		<link>http://feedproxy.google.com/~r/AndTheyCallMeAnEngineer/~3/5t-0mMW4PH8/</link>
		<comments>http://www.ramblingengineer.com/2008/12/21/build-your-site-with-concrete/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 00:54:40 +0000</pubDate>
		<dc:creator>Reluctant</dc:creator>
				<category><![CDATA[Family]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[New Technology]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://www.ramblingengineer.com/?p=401</guid>
		<description />
				<content:encoded><![CDATA[<p>For those of you that have always wanted a web site, but don&#8217;t want to deal with all the cost of updating it when your content changes, there&#8217;s a solution for you.</p>
<p><a href="http://www.concrete5.org"><img class="alignright" src="http://www.concrete5.org/themes/concrete5org/images/nav/header_logo.jpg" alt="" width="236" height="67" /></a><a title="Concrete5" href="http://www.concrete5.org" target="_blank">Concrete5</a> is a new Content Management System (CMS) that blows everything else I&#8217;ve used out of the water.  Everything else I&#8217;ve used (and I&#8217;ve been around the block with CMSs) has been either overly complicated and not user-friendly or too simple to really work for my needs.</p>
<p>In steps C5.</p>
<p><span id="more-401"></span>They&#8217;ve created a user interface (both for the admin as well as the editor) that is very simple and easy to use, even for the non-savvy computer user. I&#8217;m so confident that it will be relatively painless to the editor (content provider) that I&#8217;ve finally created a site for my 70 year old father, who knows just enough about computers to hang himself.  I&#8217;ve also created the site for my consulting business, <a title="Codeality" href="http://www.codeality.com" target="_blank">Codeality</a>, using C5.  So it&#8217;s not just for the non-savvy, but also can do the job for someone technical as well.</p>
<p>Until you see it in action, you can&#8217;t understand what a departure this is from the traditional way of doing content management. Check out the &#8220;slick marketing demo&#8221; on their <a title="Concrete5 Demo" href="http://www.getconcrete5.com/tour/" target="_blank">hosting site</a>. Or play around with the a <a title="C5 Sandbox" href="http://www.getconcrete5.com/demo" target="_blank">sandbox</a> on their site.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?a=5t-0mMW4PH8:8xXiEWUoz4c:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?i=5t-0mMW4PH8:8xXiEWUoz4c:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?a=5t-0mMW4PH8:8xXiEWUoz4c:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?a=5t-0mMW4PH8:8xXiEWUoz4c:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?a=5t-0mMW4PH8:8xXiEWUoz4c:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?i=5t-0mMW4PH8:8xXiEWUoz4c:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/AndTheyCallMeAnEngineer/~4/5t-0mMW4PH8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.ramblingengineer.com/2008/12/21/build-your-site-with-concrete/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.ramblingengineer.com/2008/12/21/build-your-site-with-concrete/</feedburner:origLink></item>
		<item>
		<title>Fresh Financial Tracking with Mint</title>
		<link>http://feedproxy.google.com/~r/AndTheyCallMeAnEngineer/~3/_uXnKitdnw4/</link>
		<comments>http://www.ramblingengineer.com/2008/11/30/fresh-financial-tracking-with-mint/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 00:52:22 +0000</pubDate>
		<dc:creator>Reluctant</dc:creator>
				<category><![CDATA[Endorsement]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[cool]]></category>

		<guid isPermaLink="false">http://www.ramblingengineer.com/?p=393</guid>
		<description />
				<content:encoded><![CDATA[<p><a href="http://www.mint.com"><img class="alignright" src="http://www.mint.com/images/global/mint.png" alt="" width="194" height="80" /></a>If you are like most Americans, not only do you have money deposits at multiple financial institutions, but you also have credit cards, <a title="401(k)" href="http://en.wikipedia.org/wiki/401k" target="_blank">401k</a> account and perhaps a stock market account.  If you&#8217;re like me, you hate having to flip through multiple paper statements or web sites trying to get the big financial picture.  You can use an installed application like <a title="Quicken" href="http://www.quicken.com" target="_blank">Quicken</a> or <a title="Microsoft Money" href="http://www.microsoft.com/money/default.mspx" target="_blank">Microsoft Money</a>, or you can try something fresh in the financial scene &#8212; <a title="Mint.com" href="http://www.mint.com" target="_blank">Mint.com</a>.</p>
<p><span id="more-393"></span></p>
<p>Although Quicken or Money might give you slightly more functionality, you have to wade through a lot of junk in order to get to what you really want it for &#8212; tracking and budgeting.  I was previously a Quicken user.  But quicken didn&#8217;t support all of my accounts.  That&#8217;s the beauty of Mint.com &#8212; it supports an amazing number of financial institutions.  All of mine are supported, including my credit union, both 401k accounts, mortgage, an <a title="IRA" href="http://en.wikipedia.org/wiki/Individual_Retirement_Account" target="_blank">IRA</a> account and my stock brokerage.</p>
<p><a href="http://www.mint.com/#protect"><img class="alignleft" src="http://www.mint.com/images/home/protect.jpg" alt="" width="293" height="200" /></a>Two other things make Mint a better choice for most consumers.  First, it&#8217;s web-based.  Now before you go off all scared about putting your financial passwords online, realize that online security breaches are so incredibly rare.  It&#8217;s more likely that the server at the local restaurant will steal your credit card number than someone cracks into a server storing your financial passwords.  It&#8217;s like the fear of flying in an airplane.  The reason so many people are afraid is when it does happen, it&#8217;s fatal for a significant number of people.  But statistically speaking it&#8217;s more likely for you to get in a fatal car accident.  The benefit of it being online is the same with all online applications; automatic updates, access from anywhere and easier interface.</p>
<p>The second feature that makes Mint a better choice is the price.  Free!  That&#8217;s right, it&#8217;s free.  They make their money by up-selling you to other financial services.  For instance, I just transferred a significant percentage of my credit card balance to a &#8220;no interest for the first 12 months&#8221; deal, saving me a chunk of change.  And the up-selling is rather non-intrusive.</p>
<p><a href="http://www.mint.com#budget"><img class="alignleft" src="http://www.mint.com/images/home/budget.png" alt="" width="345" height="106" /></a>Although Mint is quite feature rich, it&#8217;s still rather new and they are adding new features all the time.  The main missing feature that I hope they add soon is the ability to enter your assets that aren&#8217;t specifically attached to an account (such as your home).  It&#8217;s tough to see &#8220;Net Worth: -[large dollar amount]&#8221; simply because you don&#8217;t have your home value to counter balance your mortgage.  The ability to enter your home information and purchase price (or recent appraisal) would provide a much clearer picture of your financial well being.</p>
<p>Go ahead, sign up. It only takes 5 minutes (depending on the number of accounts you have).  There&#8217;s no commitment. You can delete your account at any time.  But you might just like it and find it very helpful like I have.</p>
<p>Note to any Mint.com representatives reading this blog post.  I&#8217;m very willing to accept any type of referral payment or other type of fee for such a great product endorsement. <img src='http://www.ramblingengineer.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?a=_uXnKitdnw4:vDuU2L7HUmI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?i=_uXnKitdnw4:vDuU2L7HUmI:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?a=_uXnKitdnw4:vDuU2L7HUmI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?a=_uXnKitdnw4:vDuU2L7HUmI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?a=_uXnKitdnw4:vDuU2L7HUmI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/AndTheyCallMeAnEngineer?i=_uXnKitdnw4:vDuU2L7HUmI:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/AndTheyCallMeAnEngineer/~4/_uXnKitdnw4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.ramblingengineer.com/2008/11/30/fresh-financial-tracking-with-mint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.ramblingengineer.com/2008/11/30/fresh-financial-tracking-with-mint/</feedburner:origLink></item>
	</channel>
</rss>
