<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0" 
      xmlns:dc="http://purl.org/dc/elements/1.1/"
      xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
      xmlns:admin="http://webns.net/mvcb/"
      xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
      xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>DrQue.Net&#45;&#45; Andrew Que&#39;s corner of the net</title>
    <link>http://www.DrQue.com/</link>
    <description>Andrew Que&#39;s photoblog</description>
    <dc:language>en-us</dc:language>
    <dc:creator>Andrew Que</dc:creator>
    <dc:rights>Copyright 2005-2006</dc:rights>
    <dc:date>2010-07-31T15:07:57Z </dc:date>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>12</sy:updateFrequency>
    <sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
        <item>
          <title>07/25/2010 Analysis of a Weighted Random Algorithm</title>
          <link>http://www.DrQue.net/index.php?ArticleNumber=2024#_2024</link>
          <description>07/25/2010 Analysis of a Weighted Random Algorithm</description>
          <content:encoded>
<![CDATA[
    <table border="0" cellpadding="0" cellspacing="2">
      <tr>
        <td>
          <p class="Main">       I was envisioning a project where I could use my <a href="http://www.drque.net/index.php?ArticleNumber=1240#_1240">Banded       Inverse Root Nonuniform Scatter</a> (from here on BIRNS) equation.       In this project I need control over not just the random band, but the       scatter. Specifically, I want to know how many of the numbers (percentage)       would be within a certain range.     </p>     <p class="Main">       Graphing the full BIRNS function is difficult because it has two inputs.       However, the two inputs is just to make it symmetrical&mdash;we can get       rid of half the function and assume the histogram will be a mirror image in the       opposite direction.     </p>     <p class="Main">       The input into the random function is &alpha; which has a range from 0       &lt;= &alpha; &lt; 1. The question being asked is a frequency question:       how many numbers lay between a given range. Unlike a normal histogram our       range isn't even increment. For example, a normal histogram is usually       sometime like a point representing the number of values between 0 and .1,       .1 and .2, .2 and .3, ext. Our ranges are like this: 0 to .1, 0. to .2, 0       to .3, ext.     </p>     <p class="Main">       The trimmed down function to be analyzed is <img src="Public/2010-07-25/2010-07-25_html_m51a6f5ac.gif" alt="" />. In order to get percentages we need to normalize the function       for the input range. We obtain this through finding the minimum and       maximum values for the function. While the function isn't linear, it is       always either increasing or decreasing in value. Thus, we can just use the       end points for the min and max values. <img src="Public/2010-07-25/2010-07-25_html_5a8b259f.gif" alt="" />,        <img src="Public/2010-07-25/2010-07-25_html_355e2dbd.gif" alt="" />, <img src="Public/2010-07-25/2010-07-25_html_750b3ada.gif" alt="" />. In order to normalize this function we have to subtract off the       minimum, and then divide by the range (&Delta;<em>y</em>) which       looks like this: <img src="Public/2010-07-25/2010-07-25_html_m775e923a.gif" alt="" />. So when we expand our function becomes       <img src="Public/2010-07-25/2010-07-25_html_m2b34dde2.gif" alt="" />, and will make the range 0 &lt;<em>f</em>(<em>x</em>) &le; 1.     </p>     <p class="Main">       <em>S</em> is our scatter coefficient with a range <em>S</em>       &ne; 1, 0 &lt; <em>S</em> &lt; &infin;. If we to graph the       function, <em>S</em> &asymp; 1 will be almost linear, <em>S</em>       &gt; 1 will slope more and more steeply downward, and 0 &lt; <em>S</em>       &lt; 1 will slope more and more steeply upward.     </p>     <div style="width: 100%; margin: 0pt auto; text-align: center;">       <img src="Public/2010-07-25/2010-07-25_html_m42a9c1ba.gif" alt="" />     </div>     <p class="Main">       In the above graph,       <em>S</em> &asymp; 1 and the function is linear. Note that <em>S</em> can not be 1 or it will produce a       divide-by-zero condition. However, we can analyze what the function does       as <em>S</em> approaches 1 to see why this function becomes linear. For this, we can       look at the limit of the function as <em>S</em>       approaches 1: <img src="Public/2010-07-25/2010-07-25_html_m3805aa3f.gif" alt="" />. The result of 1 &ndash; <em>x</em> is       exactly what the graph looks like.     </p>     <div style="width: 100%; margin: 0pt auto; text-align: center;">       <img src="Public/2010-07-25/2010-07-25_html_m290d2339.gif" alt="" />     </div>     <p class="Main">       Here with <em>S</em> = 16 we can see a sharp downward trend the       gradually tapers off as <em>x</em> approaches 1. Again, we can see this       relationship be using a limit: <img src="Public/2010-07-25/2010-07-25_html_m7747ae64.gif" alt="" />. Thus larger values of S       lead to a function that produces numbers weighted toward 0. This is why it       worked so well for BIRNS which aimed to distribute the majority of the       results close to the linear function. The larger value of <em>S</em> the closer to the the linear function because       the output of <em>f</em>(<em>x</em>) was used as the random addition to the linear       function. If that output was a usually a small number then there is       usually not much deviation from the linear function.     </p>     <div style="width: 100%; margin: 0pt auto; text-align: center;">       <img src="Public/2010-07-25/2010-07-25_html_17b57daa.gif" alt="" />     </div>     <p class="Main">       And here the reverse       with <em>S</em> = 1/16 we can       see a gradual tapper that becomes more and more sharp as <em>x</em>       approaches 1. Again, the limit will show us       what happens: <img src="Public/2010-07-25/2010-07-25_html_6298f297.gif" alt="" />. Thus smaller fractional values of S lead       to a function that produces numbers weighted toward 1. Input of fractional       values will not work in the BIRNS example, but they will work in the       partial function.     </p>     <p class="Main">       All of this is useful for the function       I wish to design. I can have random number weighted toward 0 or 1, and if       need be, not weighted and almost uniformly random. So how do we know what the output       will look like? For this, I'm going to produce a plot of two frequency       graphs. One is a standard histogram, and the other is a sum if       frequencies.     </p>     <div style="width: 100%; margin: 0pt auto; text-align: center;">       <img src="Public/2010-07-25/2010-07-25_html_m3de30de3.gif" alt="" />     </div>     <p class="Main">       Here we see a       frequency plot. The blue is a histogram, and the red a frequency sum. Blue       uses the scale on the right side, and the red the scale on the left. How       you read the data is as follows. The blue line is the occurrence of       values, with the value being on the horizontal axis, and the occurrence on       the vertical. For example, number close to 10% make up about 30% of the the       function's output. The red graph is the point of this article. It has to       be read from left to right and indicate the percentage the horizontal       values, starting at 0, represent. For example, 45% of the results will be       between 0 and 10%, and over 75% of the number are between 0 and 30%. 90%       of the number are at or below an input of 50%. And this is exactly what I       would need to know.     </p>
          </td>
        </tr>
        <tr>
          <td>
            <table width="100%" cellpadding="0" cellspacing="0">
              <tr>
                <td align="center">
                  <table class="CommentTableBody" width="98%">
                    <tr>
                      <td class="CommentTableCell"> 
                        <div style="text-align: center">No comments have been added </div>
                        </td>
                      </tr>
                      <tr>
                        <td class="CommentTableCell"> 
                          <div style="text-align: center">
                            <a href="http://www.DrQue.net/index.php?ArticleNumber=2024&amp;CommentArticle=2024#_2024" >
                              + Add a comment
                            </a>
                          </div>
                        </td>
                      </tr>
                    </table>
                  </td>
                </tr>
              </table>
            </td>
          </tr>
        </table>

]]>          </content:encoded>
          <dc:subject>Daily photos</dc:subject>
          <dc:date>2010-07-25T22:07:13Z</dc:date>
        </item>
          <item>
            <title>07/24/2010</title>
            <link>http://www.DrQue.net/index.php?ArticleNumber=2023#_2023</link>
            <description>07/24/2010</description>
            <content:encoded>
<![CDATA[
        <table border="0" cellpadding="0" cellspacing="2">
          <tr>
            <td>
              <table border="0" style="float: left; margin: 5px;" cellpadding="0" cellspacing="0">
                <tr>

                  <td>
                    <img src="http://www.DrQue.net/Gallery/2010_07_24/300x300/Jen.jpg" style="border: 0px" alt="" />
                  </td>

                </tr>
                <tr>

                  <td align="center">
                    <table width="100%" cellpadding="0" cellspacing="0">
                      <tr>
                        <td align="center">
                          <table style="margin-top: 4px">
                            <tr>
                              <td>
                                <small>
                                  (<a href="http://www.DrQue.net/Gallery/2010_07_24/600x600/Jen.jpg" onclick="window.open(this.href,'_blank');return false;">600x600</a>)
                                </small>
                                <small>
                                  (<a href="http://www.DrQue.net/Gallery/2010_07_24/900x900/Jen.jpg" onclick="window.open(this.href,'_blank');return false;">900x900</a>)
                                </small>
                                <small>
                                  (<a href="http://www.DrQue.net/Gallery/2010_07_24/1800x1800/Jen.jpg" onclick="window.open(this.href,'_blank');return false;">1800x1800</a>)
                                </small>
<br />                              </td>
                            </tr>
                          </table>
                        </td>
                      </tr>
                    </table>
                  </td>

                </tr>
              </table>
              &nbsp;&nbsp; On the drive back to Wisconsin I started listening to a lecture series on major world religions.&nbsp; I wasn't sure how this series was going to be presented, and I had fears I would only be given the more mundane details about how they spread and who was pushing for it.&nbsp; I was very pleased to find out that was not the case.&nbsp; Right now I am getting information on Christianity, how it began, how it was presented, how it has changed and information about the groups and denominations who practice the faith.&nbsp; The series will also cover Islam, Judaism, and various Chines and Indian religions (of which I assume Buddhism and Hinduism are covered).<br />&nbsp;&nbsp; People might find at first think I wouldn't enjoy a study of religion on the grounds I am an atheist.&nbsp; This is not the case.&nbsp; I am very interested in how religion works, and why so many (I'd say a majority) hold religious views of some form.&nbsp; I am not an atheist who advocates the annihilation of religion.&nbsp; I'd rather study what, how and why religious beliefs occur in every major culture even when they are/were isolated from the rest of the world, because knowing something about religious ultimatly is reveiling something of the human character&mdash;and that makes up part of all of us.<br />&nbsp;&nbsp; Pictured is Jen who I took out for dinner before she moves out of state.
            </td>
          </tr>
          <tr>
            <td>
              <table width="100%" cellpadding="0" cellspacing="0">
                <tr>
                  <td align="center">
                    <table class="CommentTableBody" width="98%">
                      <tr>
                        <td class="CommentTableCell"> 
                          <div style="text-align: center">No comments have been added </div>
                          </td>
                        </tr>
                        <tr>
                          <td class="CommentTableCell"> 
                            <div style="text-align: center">
                              <a href="http://www.DrQue.net/index.php?ArticleNumber=2023&amp;CommentArticle=2023#_2023" >
                                + Add a comment
                              </a>
                            </div>
                          </td>
                        </tr>
                      </table>
                    </td>
                  </tr>
                </table>
              </td>
            </tr>
          </table>

]]>            </content:encoded>
            <dc:subject>Daily photos</dc:subject>
            <dc:date>2010-07-24T22:07:31Z</dc:date>
          </item>
            <item>
              <title>07/23/2010 River Back on the Rise</title>
              <link>http://www.DrQue.net/index.php?ArticleNumber=2022#_2022</link>
              <description>07/23/2010 River Back on the Rise</description>
              <content:encoded>
<![CDATA[
          <table border="0" cellpadding="0" cellspacing="2">
            <tr>
              <td>
                <table border="0" style="float: left; margin: 5px;" cellpadding="0" cellspacing="0">
                  <tr>

                    <td>
                      <img src="http://www.DrQue.net/Gallery/2010_07_23/300x300/NoMovingVinny.jpg" style="border: 0px" alt="" />
                    </td>

                  </tr>
                  <tr>

                    <td align="center">
                      <table width="100%" cellpadding="0" cellspacing="0">
                        <tr>
                          <td align="center">
                            <table style="margin-top: 4px">
                              <tr>
                                <td>
                                  <small>
                                    (<a href="http://www.DrQue.net/Gallery/2010_07_23/600x600/NoMovingVinny.jpg" onclick="window.open(this.href,'_blank');return false;">600x600</a>)
                                  </small>
                                  <small>
                                    (<a href="http://www.DrQue.net/Gallery/2010_07_23/900x900/NoMovingVinny.jpg" onclick="window.open(this.href,'_blank');return false;">900x900</a>)
                                  </small>
                                  <small>
                                    (<a href="http://www.DrQue.net/Gallery/2010_07_23/1800x1800/NoMovingVinny.jpg" onclick="window.open(this.href,'_blank');return false;">1800x1800</a>)
                                  </small>
<br />                                </td>
                              </tr>
                            </table>
                          </td>
                        </tr>
                      </table>
                    </td>

                  </tr>
                </table>
                &nbsp;&nbsp; The river is back on the rise and again threatens to move into Burwood.&nbsp; All the rain as of late has really pushed up the waters.&nbsp; The river is expected to climb over an other foot which may put it up over the road Skyview at the end of our street.&nbsp; Time to keep an eye on the hydrograph.<br />&nbsp;&nbsp; Pictured is Vinny who in all of the heat decided she wasn't giving up her perch on top of Noah's car despite the fact he was about to drive away.
              </td>
            </tr>
            <tr>
              <td>
                <table width="100%" cellpadding="0" cellspacing="0">
                  <tr>
                    <td align="center">
                      <table class="CommentTableBody" width="98%">
                        <tr>
                          <td class="CommentTableCell"> 
                            <div style="text-align: center">No comments have been added </div>
                            </td>
                          </tr>
                          <tr>
                            <td class="CommentTableCell"> 
                              <div style="text-align: center">
                                <a href="http://www.DrQue.net/index.php?ArticleNumber=2022&amp;CommentArticle=2022#_2022" >
                                  + Add a comment
                                </a>
                              </div>
                            </td>
                          </tr>
                        </table>
                      </td>
                    </tr>
                  </table>
                </td>
              </tr>
            </table>

]]>              </content:encoded>
              <dc:subject>Daily photos</dc:subject>
              <dc:date>2010-07-23T22:07:31Z</dc:date>
            </item>
              <item>
                <title>07/22/2010 12-year Old Code</title>
                <link>http://www.DrQue.net/index.php?ArticleNumber=2021#_2021</link>
                <description>07/22/2010 12-year Old Code</description>
                <content:encoded>
<![CDATA[
            <table border="0" cellpadding="0" cellspacing="2">
              <tr>
                <td>
                  <table border="0" style="float: left; margin: 5px;" cellpadding="0" cellspacing="0">
                    <tr>

                      <td>
                        <img src="http://www.DrQue.net/Gallery/2010_07_11/300x300/3.jpg" style="border: 0px" alt="" />
                      </td>

                    </tr>
                    <tr>

                      <td align="center">
                        <table width="100%" cellpadding="0" cellspacing="0">
                          <tr>
                            <td align="center">
                              <table style="margin-top: 4px">
                                <tr>
                                  <td>
                                    <small>
                                      (<a href="http://www.DrQue.net/Gallery/2010_07_11/600x600/3.jpg" onclick="window.open(this.href,'_blank');return false;">600x600</a>)
                                    </small>
                                    <small>
                                      (<a href="http://www.DrQue.net/Gallery/2010_07_11/900x900/3.jpg" onclick="window.open(this.href,'_blank');return false;">900x900</a>)
                                    </small>
                                    <small>
                                      (<a href="http://www.DrQue.net/Gallery/2010_07_11/1800x1800/3.jpg" onclick="window.open(this.href,'_blank');return false;">1800x1800</a>)
                                    </small>
<br />                                  </td>
                                </tr>
                              </table>
                            </td>
                          </tr>
                        </table>
                      </td>

                    </tr>
                  </table>
                  &nbsp;&nbsp; I had planned on writing about a clever programming trick I thought up, but after implementation the trick didn't work.&nbsp; About a third of the articles I want to write end up with this fate.&nbsp; An other third are unfinished.&nbsp; And the remaining third I've written and they exist somewhere on this rather unsorted site.<br />&nbsp;&nbsp; I decided to take a trip to the past.&nbsp; I know my code from my early days of programming was scary.&nbsp; But I had not looked at anything from my the days after I learned to program and was actually adequate.&nbsp; I found some code (finished no less!) I had written in 1998, and you know what?&nbsp; It wasn't that bad.&nbsp; I could follow it easily, and it was neatly broken into units.&nbsp; It could have used some more comments, and at the time I still used C&#43;&#43; was a glorified C with object.&nbsp; Not bad for code that is now over 12 years old.<br />&nbsp;&nbsp; This was DOS code and compiled only with the a Borland compiler.&nbsp; I used DOSBox to run it, but I'm not sure I'd remember how to compile it.&nbsp; I now use the GNU compiler suite for most of my programming work.&nbsp; The Unix style make file system still leaves me feeling like there has to be a better way.&nbsp; But this code reminded me of something I really miss about Borland C: the ease of inline assembly.&nbsp; You could move in and out of variables, access registers directly, and there was even a trick you could do to make the compiler generate 386 instructions for 32-bit operations.&nbsp; GNU C's inline assembly is painful to say the least.&nbsp; Most of the time I just make an external assembly file and call the functions rather then try to work with the inline assembly setup.<br />&nbsp;&nbsp; My contract here in Cedar Rapids (now down to 3 weeks and a day...not that I'm counting or anything) has put me back in practice with my assembly skills.&nbsp; I'm actually fairly proficient with PowerPC assembly, and I can work ARM assembly without too much trouble.&nbsp; I do enjoy diving into assembly from time to time.&nbsp; Seems like most of the people in my current group as well as my last group really shied away from assembly&mdash;sometimes to the point of doing things a little strangely in order to avoid having to work in assembly.&nbsp; So&nbsp; I've found a little nitch&mdash;something I can do, don't mind doing, and that others don't like.&nbsp; And for a contractor that's a good place to be.
                </td>
              </tr>
              <tr>
                <td>
                  <table width="100%" cellpadding="0" cellspacing="0">
                    <tr>
                      <td align="center">
                        <table class="CommentTableBody" width="98%">
                          <tr>
                            <td class="CommentTableCell"> 
                              <div style="text-align: center">No comments have been added </div>
                              </td>
                            </tr>
                            <tr>
                              <td class="CommentTableCell"> 
                                <div style="text-align: center">
                                  <a href="http://www.DrQue.net/index.php?ArticleNumber=2021&amp;CommentArticle=2021#_2021" >
                                    + Add a comment
                                  </a>
                                </div>
                              </td>
                            </tr>
                          </table>
                        </td>
                      </tr>
                    </table>
                  </td>
                </tr>
              </table>

]]>                </content:encoded>
                <dc:subject>Daily photos</dc:subject>
                <dc:date>2010-07-22T22:07:31Z</dc:date>
              </item>
                <item>
                  <title>07/21/2010</title>
                  <link>http://www.DrQue.net/index.php?ArticleNumber=2020#_2020</link>
                  <description>07/21/2010</description>
                  <content:encoded>
<![CDATA[
              <table border="0" cellpadding="0" cellspacing="2">
                <tr>
                  <td>
                    <table border="0" style="float: left; margin: 5px;" cellpadding="0" cellspacing="0">
                      <tr>

                        <td>
                          <img src="http://www.DrQue.net/Gallery/2010_07_16/300x300/Jenna.jpg" style="border: 0px" alt="" />
                        </td>

                      </tr>
                      <tr>

                        <td align="center">
                          <b>Jenna</b>
                          <table width="100%" cellpadding="0" cellspacing="0">
                            <tr>
                              <td align="center">
                                <table style="margin-top: 4px">
                                  <tr>
                                    <td>
                                      <small>
                                        (<a href="http://www.DrQue.net/Gallery/2010_07_16/600x600/Jenna.jpg" onclick="window.open(this.href,'_blank');return false;">600x600</a>)
                                      </small>
                                      <small>
                                        (<a href="http://www.DrQue.net/Gallery/2010_07_16/900x900/Jenna.jpg" onclick="window.open(this.href,'_blank');return false;">900x900</a>)
                                      </small>
                                      <small>
                                        (<a href="http://www.DrQue.net/Gallery/2010_07_16/1800x1800/Jenna.jpg" onclick="window.open(this.href,'_blank');return false;">1800x1800</a>)
                                      </small>
<br />                                    </td>
                                  </tr>
                                </table>
                              </td>
                            </tr>
                          </table>
                        </td>

                      </tr>
                    </table>
                    &nbsp;&nbsp; As a child of the 1980s, the cartoon He-Man was among my childhood afternoon rituals.&nbsp; Although I recall that I watched it regularly I wasn't able to recall a single episode.&nbsp; Since this cartoon clearly occupied a portion of my life I decided to investigate just what it was I watched as a child.&nbsp; <br />&nbsp;&nbsp; I've watched about 9 episodes so far.&nbsp; I wasn't expecting the show to be good, but I was surprised at the lack of anything consistent.&nbsp; From episode to episode we have no idea what powers the characters have.&nbsp; What was used last episode might not be used/work in the next--aside from Adam transforming into He-Man.&nbsp; No wonder the stories didn't stick in my head&mdash;they didn't make any sense.&nbsp; Watching the show reminds me of the 1936 version of Flash Gordon.&nbsp; Both have an extremely underdeveloped universe with characters that seem only to have a couple of overly obvious characteristics.&nbsp; He-man/Flash Gordon: charismatic, and good.&nbsp; Skeletor/Ming: bad and self-righteous.&nbsp; Man-at-arms/Dr. Zarkov: men of science.<br />&nbsp;&nbsp; Of course, the He-Man cartoon was a money making franchise created by Mattel.&nbsp; When viewed as a 20 minute action figure commercial the episodes make a lot more sense.&nbsp; The animated characters look very much like the toys, and I'm sure that is no accident.&nbsp; So the story is of little importances when you are just trying to peddle plastic to children.&nbsp; As long as watching leads to buying there isn't any reason for a good story.&nbsp; Maybe I'm just bitter over the undeniable fact that I was just one of many children being exploited by corporations, but so far I think the He-Man cartoon sucked.&nbsp; So far it has just a little more story then Beavis and Butt-Head, but about the same amount of intelligent thought required per episode.&nbsp; The difference is that Beavis and Butt-Head never tried to pretend it was a wholesome, and conveyed positive message.
                  </td>
                </tr>
                <tr>
                  <td>
                    <table width="100%" cellpadding="0" cellspacing="0">
                      <tr>
                        <td align="center">
                          <table class="CommentTableBody" width="98%">
                            <tr>
                              <td class="CommentTableCell">
                                1 comment has been made
                              </td>
                            </tr>
                            <tr>
                              <td class="CommentTableCell">
                                <b>From </b><br/>
                                <small>
                                  July 22nd, 2010 at 2:00AM
                                </small>
                                <br />

                                  <table width="100%">
                                    <tr>
                                      <td class="CommentTableSubCell">
                                        &nbsp;&nbsp;&nbsp;This is why you should get Animaniacs! Oh and if you come by Arrogant Worms -Beige or their new album Torpid let me know, I want to hear them. <br />
                                      </td>
                                    </tr>
                                  </table>

                                </td>
                              </tr>
                              <tr>
                                <td class="CommentTableCell"> 
                                  <div style="text-align: center">
                                    <a href="http://www.DrQue.net/index.php?ArticleNumber=2020&amp;CommentArticle=2020#_2020" >
                                      + Add a comment
                                    </a>
                                  </div>
                                </td>
                              </tr>
                            </table>
                          </td>
                        </tr>
                      </table>
                    </td>
                  </tr>
                </table>

]]>                  </content:encoded>
                  <dc:subject>Daily photos</dc:subject>
                  <dc:date>2010-07-21T19:07:27Z</dc:date>
                </item>
                  <item>
                    <title>07/20/2010</title>
                    <link>http://www.DrQue.net/index.php?ArticleNumber=2019#_2019</link>
                    <description>07/20/2010</description>
                    <content:encoded>
<![CDATA[
                <table border="0" cellpadding="0" cellspacing="2">
                  <tr>
                    <td>
                      <table border="0" style="float: left; margin: 5px;" cellpadding="0" cellspacing="0">
                        <tr>

                          <td>
                            <img src="http://www.DrQue.net/Gallery/2010_07_15/300x300/1.jpg" style="border: 0px" alt="" />
                          </td>

                        </tr>
                        <tr>

                          <td align="center">
                            <b>Sniffy the Squirrel</b>
                            <table width="100%" cellpadding="0" cellspacing="0">
                              <tr>
                                <td align="center">
                                  <table style="margin-top: 4px">
                                    <tr>
                                      <td>
                                        <small>
                                          (<a href="http://www.DrQue.net/Gallery/2010_07_15/600x600/1.jpg" onclick="window.open(this.href,'_blank');return false;">600x600</a>)
                                        </small>
                                        <small>
                                          (<a href="http://www.DrQue.net/Gallery/2010_07_15/900x900/1.jpg" onclick="window.open(this.href,'_blank');return false;">900x900</a>)
                                        </small>
                                        <small>
                                          (<a href="http://www.DrQue.net/Gallery/2010_07_15/1800x1800/1.jpg" onclick="window.open(this.href,'_blank');return false;">1800x1800</a>)
                                        </small>
<br />                                      </td>
                                    </tr>
                                  </table>
                                </td>
                              </tr>
                            </table>
                          </td>

                        </tr>
                      </table>
                      &nbsp;&nbsp; I forgot my headphones in Wisconsin on my trip up this weekend, and only made it about half the day at work before I decided I absolutely could not get by without them.&nbsp; Thus at lunch I went out in search of replacements.&nbsp; In the past I have found the more money one invests in earbuds, the better the sound quality.&nbsp; So I went and bought the most expensive pair I found to see what raising the bar all the way to the top would do.&nbsp; I was surprised: the sound was exceptional.&nbsp; They have a rubber padding around the outside that make the buds like earplugs blocking out surrounding noise.&nbsp; And the sound they produced was quite rich and with a strong base end.&nbsp; Most little speakers have difficulty producing base (try seeing how much base your cellphone can produce).&nbsp; Music makes my day go by much more comfortably.&nbsp; No stupid door alarms going off because people didn't scan their badge before exiting, no people on conference calls with their office doors open, and no people who laugh obnoxiously at everything.<br />&nbsp;&nbsp; Pictured is Sniffy the Squirrel, a curious little critter who had no problem coming right up to us in order to examine our offering of bread.&nbsp; Alas, he was a critic and the free bread didn't interest him&mdash;so he went off to frolic elsewhere.
                    </td>
                  </tr>
                  <tr>
                    <td>
                      <table width="100%" cellpadding="0" cellspacing="0">
                        <tr>
                          <td align="center">
                            <table class="CommentTableBody" width="98%">
                              <tr>
                                <td class="CommentTableCell">
                                  1 comment has been made
                                </td>
                              </tr>
                              <tr>
                                <td class="CommentTableCell">
                                  <b>From </b><br/>
                                  <small>
                                    July 21st, 2010 at 12:50PM
                                  </small>
                                  <br />

                                    <table width="100%">
                                      <tr>
                                        <td class="CommentTableSubCell">
                                          &nbsp;&nbsp;&nbsp;Radioshack's replacement plan is wonderful for earbuds - the tiny wires are prone to shorting out under normal wear and tear, and it's one of the few examples under which a warranty is actually a GOOD idea. (We refund the entire purchase price)

That said, high-end earbugs are marvelous. Auvio is our in-store brand, and it's essentially a repackaged Sony product - there are earbuds with articulated sound channels that I greatly prefer, since the placement in the ear can dramatically affect sound performance.

Glad to hear you got some good ones!<br />
                                        </td>
                                      </tr>
                                    </table>

                                  </td>
                                </tr>
                                <tr>
                                  <td class="CommentTableCell"> 
                                    <div style="text-align: center">
                                      <a href="http://www.DrQue.net/index.php?ArticleNumber=2019&amp;CommentArticle=2019#_2019" >
                                        + Add a comment
                                      </a>
                                    </div>
                                  </td>
                                </tr>
                              </table>
                            </td>
                          </tr>
                        </table>
                      </td>
                    </tr>
                  </table>

]]>                    </content:encoded>
                    <dc:subject>Daily photos</dc:subject>
                    <dc:date>2010-07-20T21:07:06Z</dc:date>
                  </item>
                    <item>
                      <title>07/19/2010</title>
                      <link>http://www.DrQue.net/index.php?ArticleNumber=2018#_2018</link>
                      <description>07/19/2010</description>
                      <content:encoded>
<![CDATA[
                  <table border="0" cellpadding="0" cellspacing="2">
                    <tr>
                      <td>
                        <table border="0" style="float: left; margin: 5px;" cellpadding="0" cellspacing="0">
                          <tr>

                            <td>
                              <img src="http://www.DrQue.net/Gallery/2010_07_16/300x300/Maggie2_bw.jpg" style="border: 0px" alt="" />
                            </td>

                          </tr>
                          <tr>

                            <td align="center">
                              <b>Maggie Chromatic</b>
                              <table width="100%" cellpadding="0" cellspacing="0">
                                <tr>
                                  <td align="center">
                                    <table style="margin-top: 4px">
                                      <tr>
                                        <td>
                                          <small>
                                            (<a href="http://www.DrQue.net/Gallery/2010_07_16/600x600/Maggie2_bw.jpg" onclick="window.open(this.href,'_blank');return false;">600x600</a>)
                                          </small>
                                          <small>
                                            (<a href="http://www.DrQue.net/Gallery/2010_07_16/900x900/Maggie2_bw.jpg" onclick="window.open(this.href,'_blank');return false;">900x900</a>)
                                          </small>
                                          <small>
                                            (<a href="http://www.DrQue.net/Gallery/2010_07_16/1800x1800/Maggie2_bw.jpg" onclick="window.open(this.href,'_blank');return false;">1800x1800</a>)
                                          </small>
<br />                                        </td>
                                      </tr>
                                    </table>
                                  </td>
                                </tr>
                              </table>
                            </td>

                          </tr>
                        </table>
                        &nbsp;&nbsp; This is a selective color black and white of Maggie.&nbsp; She is a vivid example of sectoral <a href="http://en.wikipedia.org/wiki/Heterochromia">heterochromatic</a> eyes&mdash;eyes that have a portion (sector) of a different color (heterochromatic).&nbsp; I tried to get this shot a couple of weeks ago and failed as I did not have enough light to get the exposure without blur.&nbsp; But on Saturday, I was able to try again and this time the frame was crisp.<br />&nbsp;&nbsp; Today at work I finished up on a little side project to help out the other engineers.&nbsp; The project needed a simple flash programmer for two different types of flash devices.&nbsp; One of the hardware engineers suggested doing a flash query to determine the type of flash device so the different flashes could be programmed according to their needs.&nbsp; Enter the <a href="http://en.wikipedia.org/wiki/Common_Flash_Memory_Interface">Common Flash memory Interface (CFI)</a>.&nbsp; After a little work, I discovered the way we had been dealing with one of the flash devices was wrong, based on the information I obtained from the CFI.&nbsp; The information gave me everything I needed to know about the device.&nbsp; After I finished the implementation a thought dawned on me: didn't I just reinvent the wheel?&nbsp; Surely someone must have written this interface before.&nbsp; After a bit of searching around, I didn't find one.&nbsp; Interesting.
                      </td>
                    </tr>
                    <tr>
                      <td>
                        <table width="100%" cellpadding="0" cellspacing="0">
                          <tr>
                            <td align="center">
                              <table class="CommentTableBody" width="98%">
                                <tr>
                                  <td class="CommentTableCell">
                                    1 comment has been made
                                  </td>
                                </tr>
                                <tr>
                                  <td class="CommentTableCell">
                                    <b>From </b><br/>
                                    <small>
                                      July 20th, 2010 at 1:26PM
                                    </small>
                                    <br />

                                      <table width="100%">
                                        <tr>
                                          <td class="CommentTableSubCell">
                                            &nbsp;&nbsp;&nbsp;This picture is awesome.  You really did a good job bringing out Maggie's unique eyes in this pic.  I'd have to say, she's probably the only person I know with eyes like that, or at least with as dramatic color differences as hers.<br />
                                          </td>
                                        </tr>
                                      </table>

                                    </td>
                                  </tr>
                                  <tr>
                                    <td class="CommentTableCell"> 
                                      <div style="text-align: center">
                                        <a href="http://www.DrQue.net/index.php?ArticleNumber=2018&amp;CommentArticle=2018#_2018" >
                                          + Add a comment
                                        </a>
                                      </div>
                                    </td>
                                  </tr>
                                </table>
                              </td>
                            </tr>
                          </table>
                        </td>
                      </tr>
                    </table>

]]>                      </content:encoded>
                      <dc:subject>Daily photos</dc:subject>
                      <dc:date>2010-07-19T17:07:49Z</dc:date>
                    </item>
                      <item>
                        <title>07/18/2010</title>
                        <link>http://www.DrQue.net/index.php?ArticleNumber=2017#_2017</link>
                        <description>07/18/2010</description>
                        <content:encoded>
<![CDATA[
                    <table border="0" cellpadding="0" cellspacing="2">
                      <tr>
                        <td>
                          <table border="0" style="float: left; margin: 5px;" cellpadding="0" cellspacing="0">
                            <tr>

                              <td>
                                <img src="http://www.DrQue.net/Gallery/2010_07_18/300x300/4.jpg" style="border: 0px" alt="" />
                              </td>

                            </tr>
                            <tr>

                              <td align="center">
                                <table width="100%" cellpadding="0" cellspacing="0">
                                  <tr>
                                    <td align="center">
                                      <table style="margin-top: 4px">
                                        <tr>
                                          <td>
                                            <small>
                                              (<a href="http://www.DrQue.net/Gallery/2010_07_18/600x600/4.jpg" onclick="window.open(this.href,'_blank');return false;">600x600</a>)
                                            </small>
                                            <small>
                                              (<a href="http://www.DrQue.net/Gallery/2010_07_18/900x900/4.jpg" onclick="window.open(this.href,'_blank');return false;">900x900</a>)
                                            </small>
                                            <small>
                                              (<a href="http://www.DrQue.net/Gallery/2010_07_18/1800x1800/4.jpg" onclick="window.open(this.href,'_blank');return false;">1800x1800</a>)
                                            </small>
<br />                                          </td>
                                        </tr>
                                      </table>
                                    </td>
                                  </tr>
                                </table>
                              </td>

                            </tr>
                          </table>
                          &nbsp;&nbsp; Pictured are some of the buildings on the campus of the Dominican Sisters of Sinsinawa in Sinsinaw, Wisconsin, close to the border of Illinois, Wisconsin and Iowa.&nbsp; Shortly outside of the town of Hazel Green, Wisconsin along highway 11 I kept seeing a large building on a hill off in the distance.&nbsp; So I decided to have a closer look.&nbsp; The campus is a mixture of these older buildings and some buildings that look like they are from around the 1960-1970 time frame.&nbsp; Despite being up on a hill, I wasn't really able to get much of a view--power lines on one side and a collage on the other.&nbsp; But it was a fun side trip.
                        </td>
                      </tr>
                      <tr>
                        <td>
                          <table width="100%" cellpadding="0" cellspacing="0">
                            <tr>
                              <td align="center">
                                <table class="CommentTableBody" width="98%">
                                  <tr>
                                    <td class="CommentTableCell"> 
                                      <div style="text-align: center">No comments have been added </div>
                                      </td>
                                    </tr>
                                    <tr>
                                      <td class="CommentTableCell"> 
                                        <div style="text-align: center">
                                          <a href="http://www.DrQue.net/index.php?ArticleNumber=2017&amp;CommentArticle=2017#_2017" >
                                            + Add a comment
                                          </a>
                                        </div>
                                      </td>
                                    </tr>
                                  </table>
                                </td>
                              </tr>
                            </table>
                          </td>
                        </tr>
                      </table>

]]>                        </content:encoded>
                        <dc:subject>Daily photos</dc:subject>
                        <dc:date>2010-07-18T17:07:58Z</dc:date>
                      </item>
                            <item>
                              <title>07/17/2010</title>
                              <link>http://www.DrQue.net/index.php?ArticleNumber=2016#_2016</link>
                              <description>07/17/2010</description>
                              <content:encoded>
<![CDATA[
                      <table border="0" cellpadding="0" cellspacing="2">
                        <tr>
                          <td>
                            <table border="0" style="float: left; margin: 5px;" cellpadding="0" cellspacing="0">
                              <tr>

                                <td>
                                  <img src="http://www.DrQue.net/Gallery/2010_07_17/300x300/1.jpg" style="border: 0px" alt="" />
                                </td>

                              </tr>
                              <tr>

                                <td align="center">
                                  <table width="100%" cellpadding="0" cellspacing="0">
                                    <tr>
                                      <td align="center">
                                        <table style="margin-top: 4px">
                                          <tr>
                                            <td>
                                              <small>
                                                (<a href="http://www.DrQue.net/Gallery/2010_07_17/600x600/1.jpg" onclick="window.open(this.href,'_blank');return false;">600x600</a>)
                                              </small>
                                              <small>
                                                (<a href="http://www.DrQue.net/Gallery/2010_07_17/900x900/1.jpg" onclick="window.open(this.href,'_blank');return false;">900x900</a>)
                                              </small>
                                              <small>
                                                (<a href="http://www.DrQue.net/Gallery/2010_07_17/1800x1800/1.jpg" onclick="window.open(this.href,'_blank');return false;">1800x1800</a>)
                                              </small>
<br />                                            </td>
                                          </tr>
                                        </table>
                                      </td>
                                    </tr>
                                  </table>
                                </td>

                              </tr>
                            </table>
                            &nbsp;&nbsp; As part of the process of moving back to Beloit, I've started bringing up stuff I on my weekly returns.&nbsp; The Garage, being a small place, tends to make use of all space.&nbsp; So in order to work in anything new one must first move around what already exists.&nbsp; My roomies are not yet the masters of utilizing small spaces, which is to my advantage.&nbsp; So some compression and I was easily able to fix two 55 gallon bags full of stuff back into the place.<br />&nbsp;&nbsp; There has been a monitor sitting outside the house for a couple of weeks now, and it was bothering me.&nbsp; So after I worked my stuff into the house, I expressed my discontent to this device in a physical manner.&nbsp; Pictured are the results.
                          </td>
                        </tr>
                        <tr>
                          <td>
                            <table width="100%" cellpadding="0" cellspacing="0">
                              <tr>
                                <td align="center">
                                  <table class="CommentTableBody" width="98%">
                                    <tr>
                                      <td class="CommentTableCell">
                                        3 comments have been made
                                      </td>
                                    </tr>
                                    <tr>
                                      <td class="CommentTableCell">
                                        <b>From </b><br/>
                                        <small>
                                          July 22nd, 2010 at 9:10AM
                                        </small>
                                        <br />

                                          <table width="100%">
                                            <tr>
                                              <td class="CommentTableSubCell">
                                                &nbsp;&nbsp;&nbsp;I found a few pieces too - no worries, we hit the driveway with a broom and got just about everything. Still, take a lesson from Chrissy and don't go barefoot anywhere in the Garage!<br />
                                              </td>
                                            </tr>
                                          </table>

                                        </td>
                                      </tr>
                                      <tr>
                                        <td class="CommentTableCell">
                                          <b>From </b><br/>
                                          <small>
                                            July 21st, 2010 at 10:26AM
                                          </small>
                                          <br />

                                            <table width="100%">
                                              <tr>
                                                <td class="CommentTableSubCell">
                                                  &nbsp;&nbsp;&nbsp;Lame...I thought we got all of that cleaned up.  This will all change once the wet/dry canister vacuum (aka Shop-vac) moves back ;)<br />
                                                </td>
                                              </tr>
                                            </table>

                                          </td>
                                        </tr>
                                        <tr>
                                          <td class="CommentTableCell">
                                            <b>From </b><br/>
                                            <small>
                                              July 21st, 2010 at 2:03AM
                                            </small>
                                            <br />

                                              <table width="100%">
                                                <tr>
                                                  <td class="CommentTableSubCell">
                                                    &nbsp;&nbsp;&nbsp;i stepped on that glass (:<br />
                                                  </td>
                                                </tr>
                                              </table>

                                            </td>
                                          </tr>
                                          <tr>
                                            <td class="CommentTableCell"> 
                                              <div style="text-align: center">
                                                <a href="http://www.DrQue.net/index.php?ArticleNumber=2016&amp;CommentArticle=2016#_2016" >
                                                  + Add a comment
                                                </a>
                                              </div>
                                            </td>
                                          </tr>
                                        </table>
                                      </td>
                                    </tr>
                                  </table>
                                </td>
                              </tr>
                            </table>

]]>                              </content:encoded>
                              <dc:subject>Daily photos</dc:subject>
                              <dc:date>2010-07-17T17:07:58Z</dc:date>
                            </item>
                              <item>
                                <title>07/16/2010 DrQue.net</title>
                                <link>http://www.DrQue.net/index.php?ArticleNumber=2015#_2015</link>
                                <description>07/16/2010 DrQue.net</description>
                                <content:encoded>
<![CDATA[
                            <table border="0" cellpadding="0" cellspacing="2">
                              <tr>
                                <td>
                                  <table border="0" style="float: left; margin: 5px;" cellpadding="0" cellspacing="0">
                                    <tr>

                                      <td>
                                        <img src="http://www.DrQue.net/Gallery/2010_07_10/300x300/Tiff&amp;Travis.jpg" style="border: 0px" alt="" />
                                      </td>

                                    </tr>
                                    <tr>

                                      <td align="center">
                                        <b>Tiff and Travis</b>
                                        <table width="100%" cellpadding="0" cellspacing="0">
                                          <tr>
                                            <td align="center">
                                              <table style="margin-top: 4px">
                                                <tr>
                                                  <td>
                                                    <small>
                                                      (<a href="http://www.DrQue.net/Gallery/2010_07_10/600x600/Tiff&amp;Travis.jpg" onclick="window.open(this.href,'_blank');return false;">600x600</a>)
                                                    </small>
                                                    <small>
                                                      (<a href="http://www.DrQue.net/Gallery/2010_07_10/900x900/Tiff&amp;Travis.jpg" onclick="window.open(this.href,'_blank');return false;">900x900</a>)
                                                    </small>
                                                    <small>
                                                      (<a href="http://www.DrQue.net/Gallery/2010_07_10/1800x1800/Tiff&amp;Travis.jpg" onclick="window.open(this.href,'_blank');return false;">1800x1800</a>)
                                                    </small>
<br />                                                  </td>
                                                </tr>
                                              </table>
                                            </td>
                                          </tr>
                                        </table>
                                      </td>

                                    </tr>
                                  </table>
                                  &nbsp;&nbsp; Yesterday marks the officially 5 year birthday of my photoblog, which also means the root domain of DrQue.net is now 8 years old and our website has been in some form of existence now for over 10 years.&nbsp; Occording to the Washington Post, the average lifespan for a website is between 44 and 75 days.&nbsp; I find that number quite low, but I do recall hearing most websites are dead within a year of their creation.&nbsp; This makes sense as domain names registered for a year would likely expire and the site disappear.&nbsp; So prehaps the number is correct.&nbsp; In either case, one year or a couple months, DrQue.net has been around longer then many.&nbsp; But there are sites like ibm.com and sun.com that have been registered since 1986--some 24 years--existing even before the web was conceived.<br />&nbsp;&nbsp; I find it funny that I was hesitant to use the word &quot;blog&quot; when the photoblog began.&nbsp; At the time it was a bit of a dirty word because of all the various blogging sites full of useless posts.&nbsp; Most of the useless information bloggers have moved to social networking sites like myspace and twitter, and the blogging sphere seems to (more or less) have returned to people who really do have something to say.&nbsp; Nonetheless, I still use the term &quot;photoblog&quot; because most of the posts are pictures and not articles.
                                </td>
                              </tr>
                              <tr>
                                <td>
                                  <table width="100%" cellpadding="0" cellspacing="0">
                                    <tr>
                                      <td align="center">
                                        <table class="CommentTableBody" width="98%">
                                          <tr>
                                            <td class="CommentTableCell"> 
                                              <div style="text-align: center">No comments have been added </div>
                                              </td>
                                            </tr>
                                            <tr>
                                              <td class="CommentTableCell"> 
                                                <div style="text-align: center">
                                                  <a href="http://www.DrQue.net/index.php?ArticleNumber=2015&amp;CommentArticle=2015#_2015" >
                                                    + Add a comment
                                                  </a>
                                                </div>
                                              </td>
                                            </tr>
                                          </table>
                                        </td>
                                      </tr>
                                    </table>
                                  </td>
                                </tr>
                              </table>

]]>                                </content:encoded>
                                <dc:subject>Daily photos</dc:subject>
                                <dc:date>2010-07-16T17:07:58Z</dc:date>
                              </item>
                            </channel>
                          </rss>
