<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">

    <title type="text">The Covert Family Website</title>
    <subtitle type="text">The Covert Family Website:Odds and ends from the Covert Family web&#45;sphere</subtitle>
    <link rel="alternate" type="text/html" href="http://www.jakecovert.com/index.php/rev3/index/" />
    <link rel="self" type="application/atom+xml" href="http://www.jakecovert.com/index.php/rev3/rss_atom/" />
    <updated>2008-06-01T05:09:18Z</updated>
    <rights>Copyright (c) 2008, Jake Covert</rights>
    <generator uri="http://www.pmachine.com/" version="1.6.0">ExpressionEngine</generator>
    <id>tag:jakecovert.com,2008:06:01</id>


    <entry>
      <title>Database Normalization and Table structures</title>
      <link rel="alternate" type="text/html" href="http://www.jakecovert.com/index.php/site/database_normalization_and_table_structures/" />
      <id>tag:jakecovert.com,2008:index.php/rev3/index/1.1313</id>
      <published>2008-06-01T05:09:00Z</published>
      <updated>2008-06-01T05:09:18Z</updated>
      <author>
            <name>Jake Covert</name>
            <email>jakecovert@gmail.com</email>
            <uri>http://www.jakecovert.com</uri>      </author>

      <content type="html"><![CDATA[
        <p><a href="http://bytes.com/forum/thread585228.html">http://bytes.com/forum/thread585228.html</a>
</p>
 
      ]]></content>
    </entry>

    <entry>
      <title>100 Must&#45;Read Books</title>
      <link rel="alternate" type="text/html" href="http://www.jakecovert.com/index.php/site/100_must_read_books/" />
      <id>tag:jakecovert.com,2008:index.php/rev3/index/1.1312</id>
      <published>2008-05-14T18:19:00Z</published>
      <updated>2008-05-14T18:20:20Z</updated>
      <author>
            <name>Jake Covert</name>
            <email>jakecovert@gmail.com</email>
            <uri>http://www.jakecovert.com</uri>      </author>

      <content type="html"><![CDATA[
        <p><a href="http://artofmanliness.com/2008/05/14/100-must-read-books-the-essential-mans-library/#more-183">100 Must-Read Books</a>
</p>
<p>
A great list of book every library should have.
</p> 
      ]]></content>
    </entry>

    <entry>
      <title>Terminal tip: easy email attachments</title>
      <link rel="alternate" type="text/html" href="http://www.jakecovert.com/index.php/site/terminal_tip_easy_email_attachments/" />
      <id>tag:jakecovert.com,2008:index.php/rev3/index/1.1310</id>
      <published>2008-04-20T15:21:00Z</published>
      <updated>2008-04-20T15:28:57Z</updated>
      <author>
            <name>Jake Covert</name>
            <email>jakecovert@gmail.com</email>
            <uri>http://www.jakecovert.com</uri>      </author>

      <category term="Computers"
        scheme="http://www.jakecovert.com/index.php/site/C6/"
        label="Computers" />
      <content type="html"><![CDATA[
        <p><a href="http://www.tuaw.com/2008/04/19/terminal-tip-easy-email-attachments/">http://www.tuaw.com/2008/04/19/terminal-tip-easy-email-attachments/</a>
</p>
<p>
This is a nice short little article.&nbsp; I&#8217;m always forgetting how to do mail attachments with mailx at work, and this gave me nice reminder: <strong>uuencode</strong>
</p>
<blockquote><p>The magical command in this one is uuencode, which is used to encode and decode binary files and can be used on just about any file type. The two arguments in the command above define the name and location of the source file and the name the file should have when it&#8217;s received. The parenthetical statement at the beginning combines the results of the echo and uuencode commands which are then piped (|) to the mail command.</p></blockquote>
<p>
So, remember folks:
</p>
<p>
</p><div class="codeblock"><code>
<span style="color: #007700">(echo&nbsp;</span><span style="color: #DD0000">"This&nbsp;is&nbsp;the&nbsp;message&nbsp;body"</span><span style="color: #007700">;</span><span style="color: #0000BB">uuencode&nbsp;&#91;file_location&#93;&nbsp;\<br />&#91;file_name&#93;&nbsp;</span><span style="color: #007700">)&nbsp;|&nbsp;</span><span style="color: #0000BB">mailx&nbsp;</span><span style="color: #007700">-</span><span style="color: #0000BB">s&nbsp;</span><span style="color: #DD0000">"Subject&nbsp;line&nbsp;here"&nbsp;</span><span style="color: #0000BB">\<br />someone</span><span style="color: #007700">@</span><span style="color: #0000BB">adomain</span><span style="color: #007700">.</span><span style="color: #0000BB">com</span>
</code></div><p>
</p> 
      ]]></content>
    </entry>

    <entry>
      <title>Mac OS X 10.5: Secondary DNS Configuration</title>
      <link rel="alternate" type="text/html" href="http://www.jakecovert.com/index.php/site/mac_os_x_105_secondary_dns_configuration/" />
      <id>tag:jakecovert.com,2008:index.php/rev3/index/1.1309</id>
      <published>2008-02-26T13:26:01Z</published>
      <updated>2008-02-26T13:33:08Z</updated>
      <author>
            <name>Jake Covert</name>
            <email>jakecovert@gmail.com</email>
            <uri>http://www.jakecovert.com</uri>      </author>

      <content type="html"><![CDATA[
        <p>A <a href="http://systemsboy.blogspot.com/2008/02/secondary-dns-configuration.html">article</a> I&#8217;m linking to here, so I remember to read.
</p> 
      ]]></content>
    </entry>

    <entry>
      <title>Coda reviewed</title>
      <link rel="alternate" type="text/html" href="http://www.jakecovert.com/index.php/site/coda_reviewed/" />
      <id>tag:jakecovert.com,2008:index.php/rev3/index/1.1308</id>
      <published>2008-01-25T14:43:00Z</published>
      <updated>2008-01-25T14:47:26Z</updated>
      <author>
            <name>Jake Covert</name>
            <email>jakecovert@gmail.com</email>
            <uri>http://www.jakecovert.com</uri>      </author>

      <content type="html"><![CDATA[
        <p>Shawn Blanc has a very nice coda review:
</p>
<p>
<a href="http://shawnblanc.net/2008/coda-the-one-window-wonder/">http://shawnblanc.net/2008/coda-the-one-window-wonder/</a>
</p> 
      ]]></content>
    </entry>

    <entry>
      <title>Hardballs: How To Mind Control Customer Service Reps</title>
      <link rel="alternate" type="text/html" href="http://www.jakecovert.com/index.php/site/hardballs_how_to_mind_control_customer_service_reps/" />
      <id>tag:jakecovert.com,2008:index.php/rev3/index/1.1307</id>
      <published>2008-01-11T04:43:00Z</published>
      <updated>2008-01-11T04:43:48Z</updated>
      <author>
            <name>Jake Covert</name>
            <email>jakecovert@gmail.com</email>
            <uri>http://www.jakecovert.com</uri>      </author>

      <content type="html"><![CDATA[
        <p><a href="http://consumerist.com/341815/how-to-mind-control-customer-service-reps?source=rss">http://consumerist.com/341815/how-to-mind-control-customer-service-reps?source=rss</a>
</p>
<p>
How To Mind Control Customer Service Reps
</p>
<p>
GREAT! article.&nbsp; &#8220;These are not the droids you are looking for....&#8221;
<br />

</p> 
      ]]></content>
    </entry>

    <entry>
      <title>Curious Inventor &#45; Guides : Surface Mount Soldering</title>
      <link rel="alternate" type="text/html" href="http://www.jakecovert.com/index.php/site/curious_inventor_guides_surface_mount_soldering/" />
      <id>tag:jakecovert.com,2008:index.php/rev3/index/1.1306</id>
      <published>2008-01-09T11:38:00Z</published>
      <updated>2008-01-09T11:38:15Z</updated>
      <author>
            <name>Jake Covert</name>
            <email>jakecovert@gmail.com</email>
            <uri>http://www.jakecovert.com</uri>      </author>

      <content type="html"><![CDATA[
        <p><a href="http://www.curiousinventor.com/guides/Surface_Mount_Soldering/101">http://www.curiousinventor.com/guides/Surface_Mount_Soldering/101</a>
</p>
 
      ]]></content>
    </entry>

    <entry>
      <title>Trajan and the Movies needs some space&#8230;</title>
      <link rel="alternate" type="text/html" href="http://www.jakecovert.com/index.php/site/trajan_and_the_movies_needs_some_space/" />
      <id>tag:jakecovert.com,2007:index.php/rev3/index/1.1302</id>
      <published>2007-12-17T01:32:00Z</published>
      <updated>2007-12-17T01:32:49Z</updated>
      <author>
            <name>Jake Covert</name>
            <email>jakecovert@gmail.com</email>
            <uri>http://www.jakecovert.com</uri>      </author>

      <content type="html"><![CDATA[
        <p><a href="http://www.goodiebag.tv/episodes/06_trajan_is_the_movie_font.htm">http://www.goodiebag.tv/episodes/06_trajan_is_the_movie_font.htm</a>
</p>
 
      ]]></content>
    </entry>

    <entry>
      <title>Craft brewing ingredients shortage in Michigan</title>
      <link rel="alternate" type="text/html" href="http://www.jakecovert.com/index.php/site/craft_brewing_ingredients_shortage_in_michigan/" />
      <id>tag:jakecovert.com,2007:index.php/rev3/index/1.1301</id>
      <published>2007-12-14T11:59:00Z</published>
      <updated>2007-12-13T12:02:16Z</updated>
      <author>
            <name>Jake Covert</name>
            <email>jakecovert@gmail.com</email>
            <uri>http://www.jakecovert.com</uri>      </author>

      <content type="html"><![CDATA[
        <p>WDET&#8217;s (local NPR station) <i>Detroit Today</i> had an article yesterday regarding the upcoming shortage on brewing supplies.&nbsp; Guess hops and 2-row malt are getting harder to find.&nbsp; Or at least more expensive.
</p>
<p>
MP3 store <a href="http://www.wdetfm.org/detroittoday/">here</a>.
</p> 
      ]]></content>
    </entry>

    <entry>
      <title>A day at a LEGO robotics tournament with the RoboChicks</title>
      <link rel="alternate" type="text/html" href="http://www.jakecovert.com/index.php/site/a_day_at_a_lego_robotics_tournament_with_the_robochicks/" />
      <id>tag:jakecovert.com,2007:index.php/rev3/index/1.1300</id>
      <published>2007-12-12T12:12:00Z</published>
      <updated>2007-12-12T12:14:26Z</updated>
      <author>
            <name>Jake Covert</name>
            <email>jakecovert@gmail.com</email>
            <uri>http://www.jakecovert.com</uri>      </author>

      <content type="html"><![CDATA[
        <p>Here&#8217;s an <a href="http://www.mercextra.com/blogs/takahashi/2007/12/11/a-day-at-a-lego-robotics-tournament-with-the-robochicks/">article</a> showing the perspective from &#8220;inside&#8221; on the way a FIRST Lego League team and the associated persons experience a day of competition on an FLL event.
</p>
 
      ]]></content>
    </entry>

    <entry>
      <title>A Primer to SNMP on Mac OS X 10.5 and Mac OS X 10.5 Server</title>
      <link rel="alternate" type="text/html" href="http://www.jakecovert.com/index.php/site/a_primer_to_snmp_on_mac_os_x_105_and_mac_os_x_105_server/" />
      <id>tag:jakecovert.com,2007:index.php/rev3/index/1.1299</id>
      <published>2007-12-11T11:43:00Z</published>
      <updated>2007-12-11T11:44:01Z</updated>
      <author>
            <name>Jake Covert</name>
            <email>jakecovert@gmail.com</email>
            <uri>http://www.jakecovert.com</uri>      </author>

      <content type="html"><![CDATA[
        <p><a href="http://www.bynkii.com/archives/2007/12/a_primer_to_snmp_on_mac_os_x_1.html">Article here</a>.
</p> 
      ]]></content>
    </entry>

    <entry>
      <title>&#8220;Hey George, 1940 Germany wants their political posture back!&#8221;</title>
      <link rel="alternate" type="text/html" href="http://www.jakecovert.com/index.php/site/hey_george_1940_germany_wants_their_political_posture_back/" />
      <id>tag:jakecovert.com,2007:index.php/rev3/index/1.1298</id>
      <published>2007-12-08T16:31:00Z</published>
      <updated>2007-12-08T16:31:58Z</updated>
      <author>
            <name>Jake Covert</name>
            <email>jakecovert@gmail.com</email>
            <uri>http://www.jakecovert.com</uri>      </author>

      <content type="html"><![CDATA[
        <p>title is enough.
</p> 
      ]]></content>
    </entry>

    <entry>
      <title>2008 Christmas Wish List</title>
      <link rel="alternate" type="text/html" href="http://www.jakecovert.com/index.php/site/2008_christmas_wish_list/" />
      <id>tag:jakecovert.com,2007:index.php/rev3/index/1.1297</id>
      <published>2007-11-26T11:47:00Z</published>
      <updated>2008-01-13T02:19:52Z</updated>
      <author>
            <name>Jake Covert</name>
            <email>jakecovert@gmail.com</email>
            <uri>http://www.jakecovert.com</uri>      </author>

      <content type="html"><![CDATA[
        <p><a href="http://www.wacom.com/bambootablet/bamboo.cfm">A Wacom Bamboo drawing tablet</a>: $80
</p>
<p>
<a href="http://www.birkenstockusa.com/">A pair of Birkenstocks</a>: $80
</p>
<p>
<a href="http://gpstracklog.typepad.com/gps_tracklog/2007/12/more-on-the-gar.html">Garmin Colorado 400 BlueChart GPS</a>: $600
</p>
<p>
<a href="http://www.apple.com/iphone">Apple iPhone</a>: $400
</p>
<p>
<a href="http://www.pendemonium.com/">Noodler&#8217;s Red Fox ink</a>: $13
</p>
<p>
<a href="http://www.thinkgeek.com/homeoffice/lights/362c/">Blue Luminglass</a>: $25
</p>
<p>
<a href="http://www.rohdesign.com/weblog/archives/002404.html">2008 Coffee calendar </a>(for home): $20
</p>
<p>
<a href="http://www.mentalfloss.com/store/product.php?productid=16217&amp;cat=250&amp;bestseller">Law School in a Box</a>: $15
</p>
<p>
<a href="http://store.swatch.com/search/input/yellow%20ring/watches/page/1/YCS495G">Swatch &#8220;Yellow Ring&#8221; watch</a>: $140
</p>
<p>
<a href="http://www.keurig.com/B40.asp?mscsid=GV1K5EG56Q2G8J2DHRWLSVKAXSFMDWU1">Keurig Elite B40 Brewer</a> (for work): $100
</p>
<p>
<a href="http://pelican.com/cases_detail.php?Case=1200">Orange Pelican 1200 Case</a>: $37
</p>
<p>
<a href="http://www.thinkgeek.com/gadgets/lights/5a47/">Green Laser</a>: $80
</p>
<p>
<a href="http://www.thinkgeek.com/gadgets/lights/9a7e/">Plasma Bulb Night Light</a>: $10
</p>
<p>
<a href="http://www.thinkgeek.com/gadgets/lights/983b/">Auto LED</a>: $25
</p>
<p>
<a href="http://www.casio.com/products/Timepiece/Dress/EF305_Series/product/EF305-9AV/">Casio EF305-9AV Watch</a>: $50
</p>
<p>
And just to dream....
</p>
<p>
<a href="http://www.worldlux.com/cgi-bin/navigate.cgi?brand=GRAM&amp;model=Chronofighter%20Oversize%20Commander&amp;dept=WATCH&amp;collect=Chronofighter%20Oversize&amp;filter=">Graham Chronofighter Commander watch</a>: $10,400
<br />

</p> 
      ]]></content>
    </entry>

    <entry>
      <title>10.5: Add a &#8216;recent things&#8217; stack to the Dock</title>
      <link rel="alternate" type="text/html" href="http://www.jakecovert.com/index.php/site/105_add_a_recent_things_stack_to_the_dock/" />
      <id>tag:jakecovert.com,2007:index.php/rev3/index/1.1296</id>
      <published>2007-11-18T12:45:00Z</published>
      <updated>2007-11-18T12:49:05Z</updated>
      <author>
            <name>Jake Covert</name>
            <email>jakecovert@gmail.com</email>
            <uri>http://www.jakecovert.com</uri>      </author>

      <content type="html"><![CDATA[
        <p>This is one of the best hints I&#8217;ve seen for Mac OS X 10.5.&nbsp; I actually ran the &#8220;defaults&#8221; command twice, so I could have a &#8220;recent applications&#8221; and a &#8220;recent documents&#8221; folder.
</p>
<p>
<a href="http://www.macosxhints.com/article.php?story=20071101055329470">http://www.macosxhints.com/article.php?story=20071101055329470</a>
</p> 
      ]]></content>
    </entry>

    <entry>
      <title>Exploring Leopard with DTrace</title>
      <link rel="alternate" type="text/html" href="http://www.jakecovert.com/index.php/site/exploring_leopard_with_dtrace/" />
      <id>tag:jakecovert.com,2007:index.php/rev3/index/1.1295</id>
      <published>2007-11-14T01:35:00Z</published>
      <updated>2007-11-14T01:40:52Z</updated>
      <author>
            <name>Jake Covert</name>
            <email>jakecovert@gmail.com</email>
            <uri>http://www.jakecovert.com</uri>      </author>

      <content type="html"><![CDATA[
        <p>MacTech has an excellent <a href="http://www.mactech.com/articles/mactech/Vol.23/23.11/ExploringLeopardwithDTrace/index.html">article</a> on using d-trace: the newly included debugging tool included with Mac OS X 10.5.
</p>
<p>
Go ahead and check it out.&nbsp; You&#8217;ll be smarter when you&#8217;re done.
</p>
<blockquote><p>Software is abstract and non-tactile by its very nature. It can be difficult to see what it is doing and why it may be misbehaving. To get a better view of software, we often use tools like gdb, leaks, lsof, and sc_usage, just to name a few. We even still use &#8220;caveman debugging&#8221; techniques like recompiling the code with additional print statements.
</p>
<p>
A few years back, Sun Microsystems developed DTrace: a new and innovative way to trace running software on live systems. DTrace enables developers and administrators to &#8220;see&#8221; what their code, and others&#8217; code, is doing in a flexible and dynamic way. With the release of Leopard, Apple has brought DTrace to Mac OS X. </p></blockquote> 
      ]]></content>
    </entry>


</feed>