<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>William&apos;s Bookmarks</title>
    <link rel="alternate" type="text/html" href="http://mckeehan.homeip.net/blog/" />
    <link rel="self" type="application/atom+xml" href="http://mckeehan.homeip.net/blog/atom.xml" />
    <id>tag:mckeehan.homeip.net,2008-11-04:/blog/4</id>
    <updated>2009-08-30T00:41:53Z</updated>
    <subtitle>Mostly a place where I post links to other interesting finds on the web. You&apos;ll also find some pictures/discussion of places I go when I&apos;m out and about in beautiful East TN and elsewhere.</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.23-en</generator>

<entry>
    <title>A visit to the Loveless Cafe in Nashville, TN</title>
    <link rel="alternate" type="text/html" href="http://mckeehan.homeip.net/blog/archives/000944.html" />
    <id>tag:mckeehan.homeip.net,2009:/blog//4.944</id>

    <published>2009-08-30T00:40:39Z</published>
    <updated>2009-08-30T00:41:53Z</updated>

    <summary>Yesterday, I went to the Loveless Cafe. This was a place that we&apos;ve seen covered on the FoodNetwork and a variety of other television shows. The cafe is located in Nashville, right at the end of the Natchez Trace Parkway...</summary>
    <author>
        <name>William</name>
        <uri>http://mckeehan.homeip.net/</uri>
    </author>
    
        <category term="On the go" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="food" label="Food" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="nashville" label="Nashville" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://mckeehan.homeip.net/blog/">
        <![CDATA[<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="IMG_4427.JPG" src="http://mckeehan.homeip.net/blog/images/IMG_4427.JPG" width="140" height="105" class="mt-image-left" style="float: left; margin: 0 2px 2px 0;" /></span>Yesterday, I went to the Loveless Cafe. This was a place that we've seen covered on the <a href="http://www.google.com/search?q=site%3Afoodnetwork.com+loveless+cafe&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a">FoodNetwork</a> and a variety of other television shows. The cafe is located in Nashville, right at the end of the Natchez Trace Parkway (a wonderful place to take a Motorcycle ride - much like the Blue Ridge Parkway).<br />
<p><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="IMG_4430.JPG" src="http://mckeehan.homeip.net/blog/images/IMG_4430.JPG" width="140" height="105" class="mt-image-left" style="float: right; margin: 0 0 2px 2px;" /></span>Without a doubt, the thing that they are know for at the loveless cafe is their biscuits. Their employees wear t-shirts with "got biscuits?" across the front. It's a biscuit recipe with which many people have fallen in love - Martha Stuart among them. Their <a href="http://lovelesscafe.com/famousquotes.html">web site</a> has many quotes from famous people that have been there and tried the food.<br />
<p><br />
What ordered two meals (one special and one sampler) and some extra vegetables (really just because we could not decide on which ones we wanted). We had more food than three people should have eaten and we were not able to finish it all.<br />
<p><br />
All-in-all, it was a wonderful diversion for the day and made a great meal. I'll be making it a point to stop by there the next time I'm in the area. Great food!</p>]]>
        
    </content>
</entry>

<entry>
    <title>Setting up a Linux RMS Gateway</title>
    <link rel="alternate" type="text/html" href="http://mckeehan.homeip.net/blog/archives/000943.html" />
    <id>tag:mckeehan.homeip.net,2009:/blog//4.943</id>

    <published>2009-08-27T02:10:09Z</published>
    <updated>2009-08-27T02:12:25Z</updated>

    <summary>This week I&apos;ve been playing with setting up a Linux WinLink 2000 RMS Gateway. I started with what I believe was a standard Ubuntu distribution. I installed the following additional packages via Ubuntu&apos;s installation tool: zlib1g-dev libxml2-dev libax25-dev xutils-dev autotools-dev...</summary>
    <author>
        <name>William</name>
        <uri>http://mckeehan.homeip.net/</uri>
    </author>
    
        <category term="Amateur Radio" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="rmsgateway" label="RMSGateway" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="ubuntu" label="Ubuntu" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="winlink" label="WinLink" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://mckeehan.homeip.net/blog/">
        <![CDATA[<p>This week I've been playing with setting up a Linux WinLink 2000 RMS Gateway.</p>

<p>I started with what I believe was a standard Ubuntu distribution.</p>

<p>I installed the following additional packages via Ubuntu's installation tool:<br />
  zlib1g-dev<br />
  libxml2-dev<br />
  libax25-dev<br />
  xutils-dev<br />
  autotools-dev<br />
  x11proto-core-dev<br />
  x-dev<br />
  libncurses5-dev<br />
  libmysqlclient15-dev<br />
  openssh-server<br />
  openbsd-inetd<br />
  node</p>

<p>Then I configured ax25 on that computer to have one port ("radio") which is<br />
setup as <CALLSIGN>-11 @ 9600 baud with a paclen of 255 and a window of 2.</p>

<p>radio   <CALLSIGN>-11        9600    128     2       145.050 MHz (1200 bps)</p>

<p><br />
The TNC was in KISS mode on ttyS0. I used the kissattach command to attach the TNC on /dev/ttyS0 to the<br />
"radio" ax25 port.</p>

<p>/usr/sbin/kissattach /dev/ttyS0 radio 44.24.250.250</p>

<p>Then I downloaded and installed the latest version of rmsgw (version<br />
2.0.2-111) following the installation instructions that they provide.<br />
http://groups.yahoo.com/group/LinuxRMS/</p>

<p>Then I altered the ax25d.conf file so that when someone connects to the<br />
station <CALLSIGN>-11, the rmsgw is launched. (Directions in the rmsgw setup.)</p>

<p>I also altered the ax25d.con file so that <CALLSIGN-2> is a running the "node" software to which I have done very little customization.</p>

<p>I then installed digi_ned and configured it as a very simple digi (only responds to it's call).</p>

<p>I also installed the beta release of ldsped which is similar to AGWPE for Linux.<br />
http://www.on7lds.net/ldsped/index.html<br />
This setup is very simple, it's a binary distribution, and the customization is minimal as well, so this went very smooth.</p>

<p>The settings that I came away with after much testing were PACLEN of 128, WINDOW of 2.</p>

<p>It's not the best setup in the world with the TNC in the TS-2000, but it does work....it will get relocated to another Ham's house and setup with a KPC3+ although with some of the issues that we've seen, he may revert it back to running Windows XP.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Biker Truisms</title>
    <link rel="alternate" type="text/html" href="http://mckeehan.homeip.net/blog/archives/000940.html" />
    <id>tag:mckeehan.homeip.net,2009:/blog//4.940</id>

    <published>2009-06-01T11:01:32Z</published>
    <updated>2009-06-01T14:03:22Z</updated>

    <summary>This came in to my e-mail inbox a few weeks ago. I came across it today as I was cleaning out my in-box and thought it was a keeper. Biker Truisms The only good view of a thunderstorm is in...</summary>
    <author>
        <name>William</name>
        <uri>http://mckeehan.homeip.net/</uri>
    </author>
    
        <category term="Motorcycle" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://mckeehan.homeip.net/blog/">
        <![CDATA[<p>This came in to my e-mail inbox a few weeks ago. I came across it today as I was cleaning out my in-box and thought it was a keeper.</p>

<p>Biker Truisms</p>

<p>The only good view of a thunderstorm is in your rear view mirror.<br />
 <br />
Four wheels move the body; two wheels move the soul.<br />
 <br />
You start riding with a full pot of luck and an empty pot of experience. The object is to fill the pot of experience before you empty the pot of luck.<br />
 <br />
If you wait, all that happens is that you get older.<br />
 <br />
Midnight bugs taste just as bad as noon time bugs.<br />
 <br />
Saddlebags can never hold everything you want, but they CAN hold everything you need.<br />
 <br />
Don't ride so late into the night that you sleep through the sunrise.<br />
 <br />
Sometimes it takes a whole tank full of gas before you can think straight.<br />
 <br />
Never hesitate to ride past the last street light at the edge of town.<br />
 <br />
Respect the person who has seen the dark side of motorcycling and lived, and still rides.<br />
 <br />
Young riders pick a destination and go. Old riders pick a direction and go.<br />
 <br />
A good mechanic will let you watch without charging you for it.<br />
 <br />
Whatever it is, it's better in the wind.<br />
 <br />
Two-lane blacktop isn't a highway - it's an attitude.<br />
 <br />
Keep your bike in good repair. Motorcycle boots are not all that comfortable for walking.<br />
 <br />
People are like Motorcycles: each is customized a bit differently.<br />
 <br />
Sometimes, the best communication happens when you're on separate bikes.<br />
 <br />
When you're riding lead, don't spit.<br />
 <br />
Catching a yellow jacket in your shirt @ 70 mph can double your vocabulary.<br />
 <br />
Everyone crashes. Some get back on. Some don't. Some can't.<br />
 <br />
If you can't get it going with bungee cords and duct tape, God's telling you to stop for the night.<br />
 <br />
Only a Biker knows why a dog sticks his head out of a car window</p>]]>
        
    </content>
</entry>

<entry>
    <title>Plans for a Motorcycle Ride to Jack Daniel&apos;s Distillery</title>
    <link rel="alternate" type="text/html" href="http://mckeehan.homeip.net/blog/archives/000939.html" />
    <id>tag:mckeehan.homeip.net,2009:/blog//4.939</id>

    <published>2009-04-09T22:47:15Z</published>
    <updated>2009-04-09T23:02:54Z</updated>

    <summary>I&apos;ve known about the Jack Daniel&apos;s Distillery in Lynchburg, TN for most of my life, but I do not believe I have ever been there. My older brother took a motorcycle ride there last summer and it sounded like a nice ride, so I&apos;m planning to take a similar ride myself.</summary>
    <author>
        <name>William</name>
        <uri>http://mckeehan.homeip.net/</uri>
    </author>
    
        <category term="Motorcycle" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="jackdaniels" label="Jack Daniel&apos;s" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="lynchburg" label="Lynchburg" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="motorcycleride" label="Motorcycle Ride" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://mckeehan.homeip.net/blog/">
        <![CDATA[<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="JD_Plan.JPG" src="http://mckeehan.homeip.net/blog/images/JD_Plan.JPG" width="315" height="153" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></span>I have done a fair amount of riding this year, taking the bike to work on any day it's not been raining or snowing, but very little of my riding has been just for the joy of the trip. My weekends have been consumed with homework for school, so I've not had the opportunity to take a nice relaxing ride. This semester of school will be over at the end of the month; this ride will open up my summer of riding.</p>

<p>The destination will be the the oldest registered distillery in the US, Jack Daniel's Distillery in Lynchburg, TN.<br />
http://www.jackdaniels.com/TheDistillery/VisitingLynchburg.aspx</p>

<p>The trip there should be a scenic one: http://tinyurl.com/JDMCRide</p>

<p>It's a pretty long ride, over six hours estimated by Google, so we'll probably leave around 8AM and then stop along the way somewhere for some lunch. I need to do some research to see where we may be around lunch time and have some plan for where we can eat. It would be nice to find some mom-and-pop restaurant....have to see what's available.</p>

<p>Ideally, we'll arrive in Lynchburg around 3PM and have time for the tour.</p>

<p>Once we've seen the sites at the distillery, we'll mount up and head back home primarily on the Interstate.</p>

<p>Sounds like a nice trip to me...</p>]]>
        
    </content>
</entry>

<entry>
    <title>My definition of a good weekend</title>
    <link rel="alternate" type="text/html" href="http://mckeehan.homeip.net/blog/archives/000922.html" />
    <id>tag:mckeehan.homeip.net,2009:/blog//4.922</id>

    <published>2009-02-09T03:00:00Z</published>
    <updated>2009-02-09T03:01:43Z</updated>

    <summary>Sometimes, I wonder, &quot;what would make a good weekend&quot;; well, this weekend, I found out. Starting on Friday, after work. The temperature was in the middle 50&apos;s and I rode the bike to work, so the ride home was very...</summary>
    <author>
        <name>William</name>
        <uri>http://mckeehan.homeip.net/</uri>
    </author>
    
        <category term="Around Home" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://mckeehan.homeip.net/blog/">
        <![CDATA[<p>Sometimes, I wonder, "what would make a good weekend"; well, this weekend, I found out.</p>

<p>Starting on Friday, after work. The temperature was in the middle 50's and I rode the bike to work, so the ride home was very pleasant.</p>

<p>Nothing too exciting happened Friday night; we went to Wal-Mart in Jefferson City to pick up a few things. I did meet a couple of old friends that I have not seen in a while, so it was nice to catch-up with them.</p>

<p>Saturday started off with work on my '88 Toyota Pickup. I noticed earlier in the week that it needed new brakes, so I worked on that Saturday morning. The only real problem was that the parts store gave me the wrong brake shoes, but once I had the first set off and realized the problem, it was a short bike-ride back to the store to get the correct shoes.</p>

<p>Then, I worked on putting my TM-D700 back in the truck. I had some problem with the wiring for power for the radio and had pulled the radio out several months ago. I finally got the wiring straightened out and am happy to have a real radio in the truck again.</p>

<p>We went out to dinner on Saturday night to a new Bar-B-Q place in Sevierville, Woody's I think it's called. It's much like Buddy's, but they have more options. I gave it an average rating. I think I'll give it a little while for the cooks to get in their groove and give it another try.</p>

<p>Sunday started off as a lazy day. I fixed a big breakfast (Eggs, Sausage, Biscuits & Gravy) - a weekend favorite for me. Then I began to do some cleaning in the office. I did some re-arranging and eliminated a few bundles of wire messes that I had in here with the computers, radios and such.</p>

<p>We went out for lunch, nothing elaborate, just KFC.</p>

<p>After lunch, I worked on adding insulation to some pipes that I had trouble with during the last couple of cold snaps. When I finished that, I went over to a neighbor's where my father-in-law and some guys were working on a trailer that they will use to haul jeeps on. It's a rather large trailer (it will haul three jeeps) and they were in the process of replacing the axles with axles from a tractor-trailer trailer. Their approach was to flip the trailer over to make the welding of the new axles in place easier. This afternoon's project was to flip the trailer right-side-up and mount the tires on it.</p>

<p>After that, I settled down to get ready for my weekly APRS net. The net went well, with a fair amount of discussion that lasted about 40 minutes.</p>

<p>After that, I found the movie "Enter the Dragon" on television, so I decided to kick back and watch that while enjoying a pipe full of "1Q" tobacco.</p>

<p>Yes, this is, for me, a great weekend. Nothing significant happened, but I got some things accomplished that I have wanted to for a while now and I had plenty of time to enjoy it.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Biltmore Roof-Top Tour</title>
    <link rel="alternate" type="text/html" href="http://mckeehan.homeip.net/blog/archives/000907.html" />
    <id>tag:mckeehan.homeip.net,2009:/blog//4.907</id>

    <published>2009-01-25T01:39:46Z</published>
    <updated>2009-02-03T17:06:59Z</updated>

    <summary>Since, on our last trip to Biltmore, we purchased annual passes, Lori and I decided that a return trip to Biltmore was in order! This time, we planned on taking the &quot;Behind-the-Scenes Tour&quot;. Unfortunately, even in the off-season, these tours...</summary>
    <author>
        <name>William</name>
        <uri>http://mckeehan.homeip.net/</uri>
    </author>
    
        <category term="On the go" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://mckeehan.homeip.net/blog/">
        <![CDATA[<p>Since, on our last trip to Biltmore, we purchased annual passes, Lori and I decided that a return trip to Biltmore was in order!</p>

<p>This time, we planned on taking the "Behind-the-Scenes Tour". Unfortunately, even in the off-season, these tours sell out quickly, so we were not able to get tickets. Instead, we took their "Rooftop" tour. We just barely made it in time to get tickets for this tour; we took the 2:00 tour, the last one of the day would be at 3:00.</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://mckeehan.homeip.net/blog/images/IMG_2802.JPG"><img alt="IMG_2802.JPG" src="http://mckeehan.homeip.net/blog/assets_c/2009/02/IMG_2802-thumb-150x112-1237.jpg" width="150" height="112" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></a></span>We used the time before hand to explore the Italian Garden's. We had never walked down around the pools and this time we were greeted by a couple of geese.</p>

<p>From there, we decided to have some lunch. We ate at the Stables Cafe and had a wonderful lunch. I choose the Harvest Turkey Sandwich with melted Brie, bacon, arugula. Lori had a chicken wrap of some sort.</p>

<p>After lunch, we took a self-passed tour of the house. This was much nicer in January than in late November. There was just not nearly as many people there, so we were free to take as much or as little time as we wanted in the various rooms.</p>

<p>Once we finished out tour, it was nearly time for our Rooftop tour. We had a great tour guide, John, who lead a group of about 15 of us on the tour. He was very entertaining and knowledgeable about the various areas in and out of the house.</p>

<p>Of course, the best part of this tour is being on the roof and seeing the views. The view from the back balcony was not bad either; I can imagine sitting there watching the setting sun while puffing on a cigar!</p>

<p>I guess this was not a camera day for me. I only took about 30 pictures and very few of them turned out to be reasonably good pics. Oh well, the one good thing about this is I know we'll be back - and probably soon!</p>]]>
        
    </content>
</entry>

<entry>
    <title>Philosophy Continues</title>
    <link rel="alternate" type="text/html" href="http://mckeehan.homeip.net/blog/archives/000855.html" />
    <id>tag:mckeehan.homeip.net,2009:/blog//4.855</id>

    <published>2009-01-23T02:27:41Z</published>
    <updated>2009-01-23T02:33:39Z</updated>

    <summary>Tonight was another Philosophy class. I really like this instructor&apos;s style. We have about 30 people in the class, and it seems hard to get conversations going. I suspect that most people are afraid to talk in such a large...</summary>
    <author>
        <name>William</name>
        <uri>http://mckeehan.homeip.net/</uri>
    </author>
    
        <category term="College Experience" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="phil1030" label="PHIL1030" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://mckeehan.homeip.net/blog/">
        <![CDATA[<p>Tonight was another Philosophy class. I really like this instructor's style. We have about 30 people in the class, and it seems hard to get conversations going. I suspect that most people are afraid to talk in such a large class.</p>

<p>We did learn that the instructor, in a past career, lead groups on river runs in Alaska. I think we'll learn a lot more tidbits about him as time goes on, it seems that he has lived an interesting life.</p>

<p>We also learned a little something about everyone in the class tonight. It's always nice to get to know the people in the class at least a little bit.</p>

<p>The only problem that I had this week was the reading assignment was not published until late yesterday evening. I did not learn about it until I happened to check his web site at work today. The assignment was only 10 pages and I managed to get it read before class - he promised to get it out earlier for next week's class.</p>]]>
        
    </content>
</entry>

<entry>
    <title>First Day MSVE Sample Writing</title>
    <link rel="alternate" type="text/html" href="http://mckeehan.homeip.net/blog/archives/000849.html" />
    <id>tag:mckeehan.homeip.net,2009:/blog//4.849</id>

    <published>2009-01-22T02:02:20Z</published>
    <updated>2009-01-22T02:14:06Z</updated>

    <summary>I just finished my first writing assignment for Composition II. It&apos;s been a long time since I&apos;ve done this type of writing (or reading for that matter). This was a &quot;First Day MSVE Sample Writing&quot;, so they can establish a...</summary>
    <author>
        <name>William</name>
        <uri>http://mckeehan.homeip.net/</uri>
    </author>
    
        <category term="College Experience" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="engl1020" label="ENGL1020" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://mckeehan.homeip.net/blog/">
        <![CDATA[<p>I just finished my first writing assignment for Composition II. It's been a long time since I've done this type of writing (or reading for that matter).</p>

<p>This was a "First Day MSVE Sample Writing", so they can establish a baseline of our abilities. (Hmmm....what does MSVE stand for? I should know, but right now I have no idea!)</p>

<p>We read the poem "My Papa's Waltz" by Theodore Roethke and wrote an essay in response. The essay was to be 300 words in four "well-developed" paragraphs where we argue what kind of memory was presented in the poem, good, bad or other.</p>

<p>It has been a long time since I've read poetry, thankfully this one was short and easy to understand. I thought the memory was very positive. Hopefully my essay makes that clear and backs it up with some good arguments...we'll see.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Work Log Notebook</title>
    <link rel="alternate" type="text/html" href="http://mckeehan.homeip.net/blog/archives/000819.html" />
    <id>tag:mckeehan.homeip.net,2009:/blog//4.819</id>

    <published>2009-01-17T02:10:56Z</published>
    <updated>2009-01-17T02:16:51Z</updated>

    <summary>Most of my information is managed on-line. There is one exception to this - my daily work log. This daily work log is just a simple 7&quot;x5&quot; notebook that I carry around with me when I&apos;m at work. I start...</summary>
    <author>
        <name>William</name>
        <uri>http://mckeehan.homeip.net/</uri>
    </author>
    
        <category term="Around Home" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="iphone" label="iPhone" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://mckeehan.homeip.net/blog/">
        <![CDATA[<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://mckeehan.homeip.net/blog/images/worklog-notebook.JPG"><img alt="worklog-notebook.JPG" src="http://mckeehan.homeip.net/blog/assets_c/2009/01/worklog-notebook-thumb-200x266.jpg" width="200" height="266" class="mt-image-right" style="float: right; margin: 0 0 20px 20px;" /></a></span><p>Most of my information is managed on-line. There is one exception to this - my daily work log.</p><br />
<p>This daily work log is just a simple 7"x5" notebook that I carry around with me when I'm at work. I start the day each day by making note in there indicating the date and I glance back at the notes from the previous day to see if there are any to-do's that I need to move from my notes to my to-do list. From there, it's simply a notepad. I write down the things that I'm working on (I do not keep strict time records here, but have in the past) and I will also use it to take notes in a meeting.</p><br />
<p>I'm trying use some other tools to supplement the notebook. Specifically, I'm using a little tool that I found from lifehacks, <a title="Quick-log" href="http://lifehacker.com/189772/geek-to-live--quick+log-your-work-day">Quick-Log</a>. It seems to work pretty smoothly and with a few modifications, I can easily add detailed notes to the log using the ".LOG" feature of notepad (you can't have a less complex tool I don't believe).</p><br />
<p>So far, the biggest issue is that I don't always have the laptop available. If the laptop is off, it takes a while to boot, even if it's in hibernation. The notebook beats this by being "always on" and easily accessible. So the Quick-log is not the best solution for me, but hopefully I'll use it enough that I can search for a topic, find the date, then reference the notebook if I need more details.</p><br />
<p>In the distant past, when I carried a newton Message pad, I did not carry the notebook. There was also a short time when I had a Handspring Visor Prism with a Targus Stowaway Keyboard that allowed me to take notes quickly enough that I did not carry the notebook.</p><br />
<p>I would like to get back to something like either of those solutions now. It's much easier to search for stuff when it's captured in an electronic form. As for my work log, I can easily browse it by date, but it's impossible to search by topic in it - I have to do a "full scan" any time I want to find information.</p><br />
<p>I currently carry the Apple iPhone (first generation) and really like it a lot, the addition of a keyboard (bluetooth or via the connector) would let me use it as a replacement for my laptop for MOST of the applications that I need and it would eliminate the notebook.</p><br />
<p>Maybe someone in Apple will see how much more useful the iPhone would be with an optional portable keyboard and add that as an option one day.</p></p>]]>
        
    </content>
</entry>

<entry>
    <title>Second Semester, first class</title>
    <link rel="alternate" type="text/html" href="http://mckeehan.homeip.net/blog/archives/000816.html" />
    <id>tag:mckeehan.homeip.net,2009:/blog//4.816</id>

    <published>2009-01-16T02:49:30Z</published>
    <updated>2009-01-16T03:02:42Z</updated>

    <summary>Tonight I went to my first class for the Spring semester. At first, I was worried. The instructor did not show up until two minutes after the class was scheduled to start, then he did not have keys to the...</summary>
    <author>
        <name>William</name>
        <uri>http://mckeehan.homeip.net/</uri>
    </author>
    
        <category term="College Experience" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="phil1030" label="PHIL1030" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://mckeehan.homeip.net/blog/">
        <![CDATA[<p>Tonight I went to my first class for the Spring semester. At first, I was worried. The instructor did not show up until two minutes after the class was scheduled to start, then he did not have keys to the classroom.</p>

<p>Once we got in there, things went very well; I think he's going to be a great instructor.</p>

<p>The class is a philosophy class and he said he expects us to argue with him during the semester. I like to argue, so that should work in my favor.</p>

<p>His syllabus is on-line and the funny thing is that it only lists one thing in his schedule for the class. He says that he's disorganized and comes to class without a real plan. He did not even know what books were required for the class!</p>

<p>It may sound strange, but I think this guy is more interested in teaching us something rather than following some lesson plan. I look forward to his class and hope he lives up to my expectations.</p>

<p>One of our perpetual assignments is to bring a question to class every week. The question should be about something that we have discussed in class or in our reading assignments. He will use those as a basis for what we discuss in class.</p>

<p>He did let us out of class early, I hope this will be a consistent theme with him.</p>]]>
        
    </content>
</entry>

<entry>
    <title>When you can&apos;t fight</title>
    <link rel="alternate" type="text/html" href="http://mckeehan.homeip.net/blog/archives/000806.html" />
    <id>tag:mckeehan.homeip.net,2009:/blog//4.806</id>

    <published>2009-01-14T03:51:19Z</published>
    <updated>2009-01-14T18:13:57Z</updated>

    <summary>You know, every martial arts instructor has those little things that they often say and every student knows them by heart. Well, I&apos;ve been thinking about what I wanted to do with the Martial Arts section of my blog. I&apos;m...</summary>
    <author>
        <name>William</name>
        <uri>http://mckeehan.homeip.net/</uri>
    </author>
    
        <category term="Martial Arts" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://mckeehan.homeip.net/blog/">
        <![CDATA[<p>You know, every martial arts instructor has those little things that they often say and every student knows them by heart.</p>

<p>Well, I've been thinking about what I wanted to do with the Martial Arts section of my blog. I'm not knowledgeable enough to write a weekly (or even monthly) column on something related to the arts, so I decided to just begin using it as a way to keep track of these little things that I hear from an instructor, read in a magazine or whatever hits me. </p>

<p>This week, we discussed a self-defense technique that was designed to knock the wind out of an attacker. Many people asked if this was the appropriate move (as opposed to snapping the guys neck for example). My instructor explained that this was a very valid option especially given the scenario that he had outlined.</p>

<p>Then he went into his explanation of why:</p>

<p><strong>If you can't breath, you can't fight.<br />
If you can't walk, you can't fight.<br />
If you can't see, you can't fight.<br />
</strong></p>

<p>This response takes away the opponent's ability to breath, even if it is only temporary. During that time, it will be difficult if not impossible for the opponent to fight and it gives you ample time to do whatever else needs to be done (i.e., leave the area).</p>]]>
        
    </content>
</entry>

<entry>
    <title>Spring Semester Registration Complete!</title>
    <link rel="alternate" type="text/html" href="http://mckeehan.homeip.net/blog/archives/000772.html" />
    <id>tag:mckeehan.homeip.net,2009:/blog//4.772</id>

    <published>2009-01-08T11:57:50Z</published>
    <updated>2009-01-08T12:03:46Z</updated>

    <summary>I got up early this morning to go on-line and sign-up for my Spring classes. Why early and why this morning? Well, there&apos;s a point when fees are due at Walters State. That night, people who have not paid get...</summary>
    <author>
        <name>William</name>
        <uri>http://mckeehan.homeip.net/</uri>
    </author>
    
        <category term="College Experience" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://mckeehan.homeip.net/blog/">
        <![CDATA[<p>I got up early this morning to go on-line and sign-up for my Spring classes. Why early and why this morning? Well, there's a point when fees are due at Walters State. That night, people who have not paid get dropped. This (at least for last semester and this one) provides openings in classes that were previously full.</p>

<p>So today, I got in early to make sure I had as many options as possible.</p>

<p>I was able to get the classes that I wanted; a web-based English Composition II class and a Thursday night Philosophy class at the Sevier County campus.</p>

<p>Two classes should be much easier than the four I took last time; hopefully this semester I'll have time to occasionally breathe.</p>

<p>Hopefully this semester I'll do a better job of writing about what's going on at school in the blog. No promises. </p>]]>
        
    </content>
</entry>

<entry>
    <title>To Fight Or Run</title>
    <link rel="alternate" type="text/html" href="http://mckeehan.homeip.net/blog/archives/000759.html" />
    <id>tag:mckeehan.homeip.net,2009:/blog//4.759</id>

    <published>2009-01-05T12:18:41Z</published>
    <updated>2009-01-14T18:38:38Z</updated>

    <summary>I was talking with a fellow martial artist the other day and we began to discuss what we would do in a variety of situations involving weapons. We came down to three generic situations that we thought would cover most...</summary>
    <author>
        <name>William</name>
        <uri>http://mckeehan.homeip.net/</uri>
    </author>
    
        <category term="Martial Arts" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://mckeehan.homeip.net/blog/">
        <![CDATA[<p>I was talking with a fellow martial artist the other day and we began to discuss what we would do in a variety of situations involving weapons. We came down to three generic situations that we thought would cover most things that one would encounter in the real word.</p>

<p>First, what would you do when someone that you are involved in a confrontation with indicates that he has a gun. The answer that we came up with was simple. Assume he's telling the truth and act quickly so that he can't pull the gun; knock him out, then search him for the gun. Why? If the guy pulls the gun, then you're in some potential trouble (see below), if you kill the guy because he said he had a gun but actually did not, you may not feel so good about it in the morning (or on the day of the trial).</p>

<p>The next escalation would be when a guy pulls a gun. In this scenario, it's clear that this guy is out to kill you. You must react fist. Running away is not an option because it's very difficult to outrun a bullet. If you are close enough to do so, taking the opponent out is the best course of action. If you are not close enough, you have to buy some time and close the gap.</p>

<p>Another situation is when a person pulls a knife. In this situation, the best option is to run away. The knife can only hurt you if you are close. If you can get out of harms way, you're safe and ultimately that's what the end goal should be.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Ultimate Boot CD for Windows</title>
    <link rel="alternate" type="text/html" href="http://mckeehan.homeip.net/blog/archives/000757.html" />
    <id>tag:mckeehan.homeip.net,2009:/blog//4.757</id>

    <published>2009-01-01T19:18:18Z</published>
    <updated>2009-01-01T19:17:54Z</updated>

    <summary>Over the Christmas break, I spent some time trying to eliminate what I believe was a Trojan DNSChanger from my father-in-law&apos;s computer. This one was tough; every time I rebooted the problem kept popping up. So I figured that I...</summary>
    <author>
        <name>William</name>
        <uri>http://mckeehan.homeip.net/</uri>
    </author>
    
        <category term="Computer Stuff" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://mckeehan.homeip.net/blog/">
        <![CDATA[<p>Over the Christmas break, I spent some time trying to eliminate what I believe was a Trojan DNSChanger from my father-in-law's computer. This one was tough; every time I rebooted the problem kept popping up.</p>

<p>So I figured that I had something pretty low in the OS that was preventing the Virus Scans/Spyware removal from being able to remove the stuff. To get past this, I first tried booting into the Trinity Rescue Disk (http://trinityhome.org) and running a virus scan from there. It found nothing.</p>

<p>Interestingly, I did not find any Spyware removal software for a bootable Linux distribution, so I went looking. What I found was the Ultimate Boot CD for Windows (http://www.ubcd4win.com/index.htm). This let me build a bootable CD that was running Windows XP. It did require that I have a copy of my MS Windows XP install disk, but I had that so it was no problem. The really good news is that it came with Spyware/Virus removal tools pre-installed, so it was easy to use this disk to boot into windows, update the Spyware definitions and scan the drive.</p>

<p>In the end, even these steps did not remove this Trojan and I ended up re-installing XP on his computer to eliminate it, but I thought these tools were pretty handy to have in the tool bag.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Stretch your rubber band</title>
    <link rel="alternate" type="text/html" href="http://mckeehan.homeip.net/blog/archives/000810.html" />
    <id>tag:mckeehan.homeip.net,2009:/blog//4.810</id>

    <published>2008-12-18T00:56:39Z</published>
    <updated>2009-01-14T18:14:57Z</updated>

    <summary>12/17/2008 Last night was my first night back in karate class in a couple of months. The class was a good one for me to get back in the groove of things. We worked on charts, the very basic elements...</summary>
    <author>
        <name>William</name>
        <uri>http://mckeehan.homeip.net/</uri>
    </author>
    
        <category term="Martial Arts" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://mckeehan.homeip.net/blog/">
        <![CDATA[<p>12/17/2008</p>
<p>Last night was my first night back in karate class in a couple of months. The class was a good one for me to get back in the groove of things. We worked on charts, the very basic elements of our art.</p>
<p>One part of chart two is leg stretches. When we got to this point, someone asked "Why do we stretch?" and "Why is it better to stretch after you have warmed-up?".</p>
<p>Have you ever picked up a rubber band and watched it snap as you stretched it around something? The same kind of thing can happen to our muscles. If we take them cold and pull them to their limit, they will break. Muscles with a greater range of motion are less likely to experience tears when used actively.</p>
<p>Take two identical rubber bands. Let one of them sit. Subject the second one to daily "exercise" in the form of stretching it every day. You want to stretch it so that it gets a good stretch, but not to the point of breaking. Try this for a couple of months. At the end of that period, compare the two rubber bands. Are they the same length? What happens if you put both of them on your fingers and stretch them at the same time? Which one breaks first? My guess is that the act of stretching the second rubber band has resulted in it being longer and having a greater range of motion.</p>
<p>This results of stretching the second rubber band is the same thing that you want to accomplish by stretching your muscles.</p>
<p>Stretching stimulates blood flow to the muscles helping muscles heal after a hard workout.</p>]]>
        
    </content>
</entry>

</feed>
