<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>I can&apos;t believe its not cleavage honey</title>
    <link rel="alternate" type="text/html" href="http://www.jaydeflix.com/" />
    <link rel="self" type="application/atom+xml" href="http://www.jaydeflix.com/atom.xml" />
    <id>tag:www.jaydeflix.com,2007-09-01://2</id>
    <updated>2008-08-19T21:25:03Z</updated>
    <subtitle>Flinging tangentials since 1982....</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type Open Source 4.12</generator>

<entry>
    <title>More of my Passions mindmap</title>
    <link rel="alternate" type="text/html" href="http://www.jaydeflix.com/archives/2008/08/more-of-my-pass.html" />
    <id>tag:www.jaydeflix.com,2008://2.1510</id>

    <published>2008-08-19T21:25:03Z</published>
    <updated>2008-08-19T21:25:03Z</updated>

    <summary> &#160; Any thoughts?...</summary>
    <author>
        <name></name>
        
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://www.jaydeflix.com/">
        <![CDATA[<p><a href="http://www.jaydeflix.com/WindowsLiveWriter/MoreofmyPassionsmindmap_CABC/My%20Passions.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="507" alt="My Passions" src="http://www.jaydeflix.com/WindowsLiveWriter/MoreofmyPassionsmindmap_CABC/My%20Passions_thumb.jpg" width="603" border="0" /></a> </p>  <p>&#160;</p>  <p>Any thoughts?</p>]]>
        
    </content>
</entry>

<entry>
    <title>Vacation recommendations?</title>
    <link rel="alternate" type="text/html" href="http://www.jaydeflix.com/archives/2008/08/vacation-recomm.html" />
    <id>tag:www.jaydeflix.com,2008://2.1509</id>

    <published>2008-08-18T03:47:27Z</published>
    <updated>2008-08-18T03:47:27Z</updated>

    <summary><![CDATA[So we have a couple Jet Blue frequent flier tickets that we need to use. We thought a November jaunt to the Caribbean would be on order, so we're down to three choices: Aruba Nassau Puerto Rico We have three major requirements: Good food Not a strip mall Affordable accommodations Anyone have any suggestions?&nbsp;...]]></summary>
    <author>
        <name></name>
        
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://www.jaydeflix.com/">
        <![CDATA[<p>So we have a couple Jet Blue frequent flier tickets that we need to use.</p> <p>We thought a November jaunt to the Caribbean would be on order, so we're down to three choices:</p> <ol> <li>Aruba</li> <li>Nassau</li> <li>Puerto Rico</li></ol> <p>We have three major requirements:</p> <ol> <ol> <li>Good food</li> <li>Not a strip mall</li> <li>Affordable accommodations</li></ol></ol> <p>Anyone have any suggestions?&nbsp; </p>]]>
        
    </content>
</entry>

<entry>
    <title>Vacation Advice</title>
    <link rel="alternate" type="text/html" href="http://www.jaydeflix.com/archives/2008/08/vacation-advice.html" />
    <id>tag:www.jaydeflix.com,2008://2.1508</id>

    <published>2008-08-18T02:51:49Z</published>
    <updated>2008-08-18T02:57:38Z</updated>

    <summary>So. We have a couple free tickets about to expire on Jet Blue. We&apos;re thinking a November trip to the Caribbean is in order. But we&apos;re stuck. Aruba? Nassau? Puerto Rico? We have two requirements. Good food. Not a strip mall. Thoughts?...</summary>
    <author>
        <name></name>
        
    </author>
    
        <category term="Generic Babbling" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.jaydeflix.com/">
        So.  We have a couple free tickets about to expire on Jet Blue.  We&apos;re thinking a November trip to the Caribbean is in order.

But we&apos;re stuck.

Aruba?
Nassau?
Puerto Rico?

We have two requirements.

Good food.
Not a strip mall.

Thoughts?
        
    </content>
</entry>

<entry>
    <title>Second Try</title>
    <link rel="alternate" type="text/html" href="http://www.jaydeflix.com/archives/2008/08/second-try.html" />
    <id>tag:www.jaydeflix.com,2008://2.1507</id>

    <published>2008-08-11T21:54:22Z</published>
    <updated>2008-08-11T21:54:22Z</updated>

    <summary>Imagine the following table: Datahour,A,B,C,D,E,F You get a new record everytime something happens. In DataHour 11, you get substantially more things happening than happened in DataHour 10. So, you want to figure out which particular data point might be bulking up to give you more records. So, you effectively do: SELECT datahour, a, COUNT(*) FROM table GROUP BY datahour, a for each field A, B, C, D, E and F, hoping to find the particular field where it went from low to high. There&apos;s got to be a term for this type of data analysis, but I can&apos;t figure out...</summary>
    <author>
        <name></name>
        
    </author>
    
        <category term="Generic Babbling" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.jaydeflix.com/">
        <![CDATA[<p>Imagine the following table:</p>  <blockquote>   <p>Datahour,A,B,C,D,E,F</p> </blockquote>  <p>You get a new record everytime something happens.</p>  <p>In DataHour 11, you get substantially more things happening than happened in DataHour 10.</p>  <p>So, you want to figure out which particular data point might be bulking up to give you more records.</p>  <p>So, you effectively do:</p>  <blockquote>   <p>SELECT datahour, a, COUNT(*)</p>    <p>FROM table</p>    <p>GROUP BY datahour, a</p> </blockquote>  <p>for each field A, B, C, D, E and F, hoping to find the particular field where it went from low to high.</p>  <p>There's got to be a term for this type of data analysis, but I can't figure out what it is.</p>  <p>Forget the old website example.&#160; This isn't particular to websites.&#160; Or emu births.&#160; Or lottery tickets sold.&#160; Fields A-F could just as easily be 'Client IP, UserAgent, CountryCode, etc' as it could be 'Weight, Height, Eye Color, Hair Color, Payment Type, etc'.</p>]]>
        
    </content>
</entry>

<entry>
    <title>A job prospect...</title>
    <link rel="alternate" type="text/html" href="http://www.jaydeflix.com/archives/2008/08/a-job-prospect.html" />
    <id>tag:www.jaydeflix.com,2008://2.1506</id>

    <published>2008-08-08T22:37:34Z</published>
    <updated>2008-08-08T22:37:34Z</updated>

    <summary>Recently, I came across the following ad on craigslist: HENCHMEN NEEDED (London, but planned worldwide expansion) Reply to: job-783766933@craigslist.org Date: 2008-08-05, 2:34PM BST 20-30 henchmen needed for moderately-sized supervillain organisation with large expansion potential (fortresses built into geological structures, corruption of government officials, possible genesis of &apos;nemesis&apos; vigilante). Electrical theme. Applicants must be willing to learn new skills, including but not limited to operation of specialised &apos;lightning guns&apos;. Applicants will also be required to wear specialised uniform when at work (functional rubber suits with my logo on front), except in cases where deception is required (posing as hostages in order...</summary>
    <author>
        <name></name>
        
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://www.jaydeflix.com/">
        <![CDATA[<p>Recently, I came across the following ad on craigslist:</p>  <blockquote>   <p>HENCHMEN NEEDED (London, but planned worldwide expansion)</p>    <p>Reply to: job-783766933@craigslist.org</p>    <p>Date: 2008-08-05, 2:34PM BST</p>    <p>20-30 henchmen needed for moderately-sized supervillain organisation with large expansion potential (fortresses built into geological structures, corruption of government officials, possible genesis of 'nemesis' vigilante). Electrical theme.</p>    <p>Applicants must be willing to learn new skills, including but not limited to operation of specialised 'lightning guns'. Applicants will also be required to wear specialised uniform when at work (functional rubber suits with my logo on front), except in cases where deception is required (posing as hostages in order to ambush vigilantes, etc).</p>    <p>Desired (but not necessarily required) in applicants:</p>    <p>-interesting deformations/obsessions/powers(?) giving rise to interesting nicknames (e.g. Claws, Pyro, Buzzsaw, and similar)</p>    <p>-unwavering loyalty</p>    <p>-being a corruptible government official</p>    <p>-ability to work as part of a close-knit team (unless interesting obsession is of the 'lone wolf' variety)</p>    <p>-grudge against any well-known vigilante</p>    <p>-flexible moral code</p>    <p>Equal opportunies employer. Both henchmen and femmes fatales absolutely welcome.</p>    <p>Great promotion opportunities - right-hand-man position constantly being unexpectedly opened. Would look good on any future supervillain resume/CV.</p>    <p>Send an email with details of any prior henchman work, or details of what is driving you to join the ranks of a supervillain organisation. Will reply to all serious applicants. Hope to hear from you, and with luck, welcome you into a rewarding and promising career!</p>    <p>- Jacque (The Zapper) Zerapi</p>    <p>* Location: London, but planned worldwide expansion</p>    <p>* Compensation: &#163;20,000pa starting salary, with added commissions based around success of supervillain operations. Contracts negotiable depending on applicant's personal skills/powers.</p>    <p>* Principals only. Recruiters, please don't contact this job poster.</p>    <p>* Please, no phone calls about this job!</p>    <p>* Please do not contact job poster about other services, products or commercial interests.</p> </blockquote>  <p>I, of course, needed to apply.</p>  <blockquote>   <p>Greetings,</p>    <p>I would like to apply to the position of Henchman as posted to <a href="http://craigslist.org">craigslist.org</a>.</p>    <p>The majority of my career has been involved with a major evil corporation, based in the Pacific Northwest, whose end goal was to not only ensure that every household had a computer, but that their particular software was going to be on that computer.&#160; As naught but a cog in the machine, I toiled and toiled at the hands of unseen masters to help achieve this goal.</p>    <p>Luckily, all was not lost.&#160; I found a position in the belly of the beast at which I excelled, helping to run the online communities which tried to provide a sense of transparency into the organization. While the hint of hidden beauty is often far better than what you see when it is stripped naked, true evil is best seen clearly.</p>    <p>What is truly driving me to join the ranks of your supervillain organisation is that I have spent years toiling for an established organisation.&#160; I wish to be employed in a startup, to help that fledgling group become the true evil that it can become.</p>    <p>Do I have hopes and dreams of becoming a supervillain in the future? No, that would be stepping both too high and not high enough.&#160; My goal is to become the person behind the scenes, the one that the transparency never quite reaches to, hidden in a back office, whispering plans into the welcoming ear of the charismatic leader, or whoever will pay me enough to hear my devilish machinations.</p>    <p>Thank you for your time and for this opportunity.&#160;&#160; A more detailed resume and/or evil plan samples are available upon request.</p>    <p>John Eddy</p></blockquote>]]>
        
    </content>
</entry>

<entry>
    <title>Trying out MindManager Pro</title>
    <link rel="alternate" type="text/html" href="http://www.jaydeflix.com/archives/2008/08/trying-out-mind.html" />
    <id>tag:www.jaydeflix.com,2008://2.1505</id>

    <published>2008-08-07T18:55:30Z</published>
    <updated>2008-08-07T18:55:30Z</updated>

    <summary>So, here&apos;s a new Passions map &#160;...</summary>
    <author>
        <name></name>
        
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://www.jaydeflix.com/">
        <![CDATA[<p>So, here's a new Passions map</p>  <p>&#160;</p>  <p><a href="http://www.jaydeflix.com/WindowsLiveWriter/TryingoutMindManagerPro_A7AE/index_2.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="586" alt="index" src="http://www.jaydeflix.com/WindowsLiveWriter/TryingoutMindManagerPro_A7AE/index_thumb.jpg" width="652" border="0" /></a></p>]]>
        
    </content>
</entry>

<entry>
    <title>And a little more, and a question</title>
    <link rel="alternate" type="text/html" href="http://www.jaydeflix.com/archives/2008/08/and-a-little-mo-1.html" />
    <id>tag:www.jaydeflix.com,2008://2.1504</id>

    <published>2008-08-05T19:30:15Z</published>
    <updated>2008-08-05T19:30:15Z</updated>

    <summary>One of my passions is finding/discovering/searching out new things.&#160; If you&apos;ve known me for a while, you know I love finding new authors, new bands, new movies, new restaurants.&#160; I&apos;m always on the lookout when driving around for places I&apos;ve never been, be it a hole-in-the-wall BBQ shack, or a home salvage place. But I can&apos;t come up with an encapsulating term that describes that. I&apos;ve penciled in &apos;exploration&apos; but that sounds a little too Captain Cook and the Hawaiian Islands... Thoughts? &#160; &#160; Passions News Politics Emerging Technology Sports Breaking News Entertainment Internet Culture Blogging Online Community Technology Web...</summary>
    <author>
        <name></name>
        
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://www.jaydeflix.com/">
        <![CDATA[<p>One of my passions is finding/discovering/searching out new things.&#160; If you've known me for a while, you know I love finding new authors, new bands, new movies, new restaurants.&#160; I'm always on the lookout when driving around for places I've never been, be it a hole-in-the-wall BBQ shack, or a home salvage place.</p>  <p>But I can't come up with an encapsulating term that describes that.</p>  <p>I've penciled in 'exploration' but that sounds a little too Captain Cook and the Hawaiian Islands...</p>  <p>Thoughts?</p>  <p>&#160;</p>  <p>&#160;</p>  <p>Passions </p>  <ul>   <li>News      <ul>       <li>Politics </li>        <li>Emerging Technology </li>        <li>Sports </li>        <li>Breaking News </li>     </ul>   </li>    <li>Entertainment      <ul>       <li>Internet Culture          <ul>           <li>Blogging </li>            <li>Online Community Technology </li>            <li>Web Comics </li>         </ul>       </li>        <li>Geek Culture          <ul>           <li>Make Magazine </li>            <li>Craft Magazine </li>         </ul>       </li>        <li>Toys          <ul>           <li>Action Figures </li>            <li>Lego </li>            <li>Nerf Warfare </li>            <li>Remote Controlled Trinkets </li>            <li>Robots </li>         </ul>       </li>        <li>Pop Culture          <ul>           <li>Movies </li>            <li>Music </li>            <li>Television </li>         </ul>       </li>     </ul>   </li>    <li>Reading      <ul>       <li>Books          <ul>           <li>Science Fiction </li>            <li>Mystery </li>            <li>Fiction </li>            <li>Young Adult </li>            <li>Science </li>            <li>Cooking </li>         </ul>       </li>        <li>Comic Books </li>     </ul>   </li>    <li>Games      <ul>       <li>Board Games </li>        <li>Role Playing Games </li>        <li>Console Games </li>     </ul>   </li>    <li>Food and Drink      <ul>       <li>Farmers' Markets </li>        <li>Wines, Spirts and Beer </li>        <li>Cooking </li>        <li>Coffee </li>        <li>Soda </li>     </ul>   </li>    <li>Photography </li>    <li>Health      <ul>       <li>Fitness </li>        <li>Diet </li>     </ul>   </li>    <li>Family and Friends </li>    <li>Debating </li>    <li>Writing      <ul>       <li>Short Stories </li>        <li>Reviews          <ul>           <li>Book </li>            <li>Movie </li>            <li>Food </li>         </ul>       </li>        <li>Microblogging </li>     </ul>   </li>    <li>Enabling </li>    <li>Researching </li>    <li>Exploration </li>    <li>Travel </li>    <li>Science and Technology      <ul>       <li>New and Emerging Technologies </li>        <li>Physics </li>        <li>Astronomy </li>     </ul>   </li> </ul>]]>
        
    </content>
</entry>

<entry>
    <title>Already updated it a little</title>
    <link rel="alternate" type="text/html" href="http://www.jaydeflix.com/archives/2008/08/already-updated.html" />
    <id>tag:www.jaydeflix.com,2008://2.1503</id>

    <published>2008-08-04T23:41:28Z</published>
    <updated>2008-08-04T23:41:28Z</updated>

    <summary>Passions News Politics Emerging Technology Sports Breaking News Pop Culture Movies Internet Culture Blogging Online Community Technology Web Comics Geek Culture Music Reading Books Science Fiction Mystery Fiction Young Adult Science Cooking Comic Books Games Board Games Role Playing Games Console Games Food and Drink Farmers&apos; Markets Wines, Spirts and Beer Cooking Photography Health Fitness Diet Family and Friends Debating...</summary>
    <author>
        <name></name>
        
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://www.jaydeflix.com/">
        <![CDATA[<p>Passions </p>  <ul>   <li>News      <ul>       <li>Politics </li>        <li>Emerging Technology </li>        <li>Sports </li>        <li>Breaking News </li>     </ul>   </li>    <li>Pop Culture      <ul>       <li>Movies </li>        <li>Internet Culture          <ul>           <li>Blogging </li>            <li>Online Community Technology </li>            <li>Web Comics </li>         </ul>       </li>        <li>Geek Culture </li>        <li>Music </li>     </ul>   </li>    <li>Reading      <ul>       <li>Books          <ul>           <li>Science Fiction </li>            <li>Mystery </li>            <li>Fiction </li>            <li>Young Adult </li>            <li>Science </li>            <li>Cooking </li>         </ul>       </li>        <li>Comic Books </li>     </ul>   </li>    <li>Games      <ul>       <li>Board Games </li>        <li>Role Playing Games </li>        <li>Console Games </li>     </ul>   </li>    <li>Food and Drink      <ul>       <li>Farmers' Markets </li>        <li>Wines, Spirts and Beer </li>        <li>Cooking </li>     </ul>   </li>    <li>Photography </li>    <li>Health      <ul>       <li>Fitness </li>        <li>Diet </li>     </ul>   </li>    <li>Family and Friends </li>    <li>Debating </li> </ul>]]>
        
    </content>
</entry>

<entry>
    <title>What am I passionate about?</title>
    <link rel="alternate" type="text/html" href="http://www.jaydeflix.com/archives/2008/08/what-am-i-passi.html" />
    <id>tag:www.jaydeflix.com,2008://2.1502</id>

    <published>2008-08-04T23:36:03Z</published>
    <updated>2008-08-04T23:36:03Z</updated>

    <summary>So, I recently said Life is too short to do something you aren&apos;t passionate about. Ever since I said that, I&apos;ve been trying to figure out, in terms of work, what I am passionate about.&#160; I fired up my little freeware MindMapper and set about writing it all down: Passions News/Current Events Pop Culture Movies Internet Culture Blogging Online Community Technology Web Comics Geek Culture Music Reading Books Science Fiction Mystery Fiction Young Adult Science Cooking Comic Books Games Board Games Role Playing Games Console Games Food and Drink Farmers&apos; Markets Wines, Spirts and Beer Cooking Photography Health Fitness Diet...</summary>
    <author>
        <name></name>
        
    </author>
    
        <category term="Generic Babbling" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.jaydeflix.com/">
        <![CDATA[<p>So, I recently said</p>  <blockquote>   <p>Life is too short to do something you aren't passionate about.</p> </blockquote>  <p>Ever since I said that, I've been trying to figure out, in terms of work, what I am passionate about.&#160; I fired up my little <a href="http://freemind.sourceforge.net">freeware MindMapper</a> and set about writing it all down:</p>  <p>Passions </p>  <ul>   <li>News/Current Events </li>    <li>Pop Culture      <ul>       <li>Movies </li>        <li>Internet Culture          <ul>           <li>Blogging </li>            <li>Online Community Technology </li>            <li>Web Comics </li>         </ul>       </li>        <li>Geek Culture </li>        <li>Music </li>     </ul>   </li>    <li>Reading      <ul>       <li>Books          <ul>           <li>Science Fiction </li>            <li>Mystery </li>            <li>Fiction </li>            <li>Young Adult </li>            <li>Science </li>            <li>Cooking </li>         </ul>       </li>        <li>Comic Books </li>     </ul>   </li>    <li>Games      <ul>       <li>Board Games </li>        <li>Role Playing Games </li>        <li>Console Games </li>     </ul>   </li>    <li>Food and Drink      <ul>       <li>Farmers' Markets </li>        <li>Wines, Spirts and Beer </li>        <li>Cooking </li>     </ul>   </li>    <li>Photography </li>    <li>Health      <ul>       <li>Fitness </li>        <li>Diet </li>     </ul>   </li>    <li>Family and Friends </li> </ul>  <p>&#160;</p>  <p>That's what I have so far.&#160; I'm not sure what might be missing (maybe new and emerging technology), but, now I'm not sure where to go next.&#160; I obviously need to find a job in this area, hopefully without an on-call component (but if it has to have one, it might as well be something that I enjoy doing, right?).</p>]]>
        
    </content>
</entry>

<entry>
    <title>so...</title>
    <link rel="alternate" type="text/html" href="http://www.jaydeflix.com/archives/2008/08/so-1.html" />
    <id>tag:www.jaydeflix.com,2008://2.1501</id>

    <published>2008-08-02T05:04:57Z</published>
    <updated>2008-08-02T05:04:58Z</updated>

    <summary>Chicken Fritatas....</summary>
    <author>
        <name></name>
        
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://www.jaydeflix.com/">
        <![CDATA[<p>Chicken Fritatas.</p>]]>
        
    </content>
</entry>

<entry>
    <title>So... about you twittering now....</title>
    <link rel="alternate" type="text/html" href="http://www.jaydeflix.com/archives/2008/07/so-about-you-tw.html" />
    <id>tag:www.jaydeflix.com,2008://2.1499</id>

    <published>2008-07-26T05:51:25Z</published>
    <updated>2008-08-03T18:24:03Z</updated>

    <summary><![CDATA[Some people might think my starting to use twitter is going against some of my previous statements about the service. See, I've blocked a person or two on Facebook because they linked their Facebook status to their current twitter, and they definitely twittered.&nbsp; Incessantly.&nbsp; Not to the point where they're talking about making boom boom, but, more than enough. I even unsubscribed to someone's blog because they blogged their recent twitters[1].&nbsp; Which in and of itself wasn't bad, but she also blogged those twitters in more detail.&nbsp; In fact, I actually follow her on twitter, now.&nbsp; But, the reason why...]]></summary>
    <author>
        <name></name>
        
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://www.jaydeflix.com/">
        <![CDATA[<p>Some people might think my starting to use twitter is going against some of my previous statements about the service.</p> <p>See, I've blocked a person or two on Facebook because they linked their Facebook status to their current twitter, and they definitely twittered.&nbsp; Incessantly.&nbsp; Not to the point where they're talking about making boom boom, but, more than enough.</p> <p>I even unsubscribed to someone's blog because they blogged their recent twitters[1].&nbsp; Which in and of itself wasn't bad, but she also blogged those twitters in more detail.&nbsp; </p> <p>In fact, I actually follow her on twitter, now.&nbsp; But, the reason why I do those things above is because I believe twitter is, really, quite useful and fun.&nbsp; But Twitters belong there.&nbsp; If I want to follow your twitters, I'll follow you on twitter.</p> <p>It works in the other direction too.&nbsp; There are two people on twitter I stopped following because all they posted were links/headlines to their recent blog posts.&nbsp; If I want to read your blog, I'll subscribe to your blog.</p> <p>Really, I have Defective Yeti to thank for me getting into Twitter with <a href="http://www.defectiveyeti.com/archives/002533.html" target="_blank">this post</a>.</p> <p>So, if you want to follow me on Twitter, <a href="http://twitter.com/jaydeflix" target="_blank">go ahead</a>.</p> <p>[1] I refuse to say tweets.&nbsp; Well, apart from just then.&nbsp; Or talking about birds.</p>]]>
        
    </content>
</entry>

<entry>
    <title>What is this called?</title>
    <link rel="alternate" type="text/html" href="http://www.jaydeflix.com/archives/2008/07/what-is-this-ca.html" />
    <id>tag:www.jaydeflix.com,2008://2.1498</id>

    <published>2008-07-25T18:40:22Z</published>
    <updated>2008-08-06T21:52:29Z</updated>

    <summary>I have a table that shows, lets say, hits on my web server.&#160; Let&apos;s give it fields of: Client Country Code, ClientIP, UserAgent, DataHour, Referrer, DomainName, Datadate. (the real table is much deeper than this, but, it&apos;ll do for my question) I think my website is being flooded, but I&apos;m unsure as to the vector.&#160; Is it one particular IP address?&#160; One particular country?&#160; One particular referrer?&#160; So, what I&apos;d like to do is run something like this: SELECT xyzzy, COUNT(*) FROM mytable WHERE datahour = &apos;##&apos; GROUP BY xyzzy ORDER BY count(*) DESC where xyzzy ends up being populated...</summary>
    <author>
        <name></name>
        
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://www.jaydeflix.com/">
        <![CDATA[<p>I have a table that shows, lets say, hits on my web server.&#160; Let's give it fields of:</p>  <p>Client Country Code, ClientIP, UserAgent, DataHour, Referrer, DomainName, Datadate.</p>  <p>(the real table is much deeper than this, but, it'll do for my question)</p>  <p>I think my website is being flooded, but I'm unsure as to the vector.&#160; Is it one particular IP address?&#160; One particular country?&#160; One particular referrer?&#160; So, what I'd like to do is run something like this:</p>  <blockquote>   <p>SELECT <em>xyzzy</em>, COUNT(*)</p>    <p>FROM mytable</p>    <p>WHERE datahour = '##'</p>    <p>GROUP BY <em>xyzzy</em></p>    <p>ORDER BY count(*) DESC</p> </blockquote>  <p>where <em>xyzzy </em>ends up being populated by each field in the table in succession until all the fields have been done.&#160; I'm planning on doing it in code, it's easy enough to do, but, what is this kind of data analysis called?</p>  <p>Is there even a name for it?&#160; I mean, in english, it's 'What is the source of the majority of my web traffic for this hour?'</p>]]>
        
    </content>
</entry>

<entry>
    <title>So....</title>
    <link rel="alternate" type="text/html" href="http://www.jaydeflix.com/archives/2008/07/so-2.html" />
    <id>tag:www.jaydeflix.com,2008://2.1497</id>

    <published>2008-07-18T17:04:48Z</published>
    <updated>2008-07-18T17:04:48Z</updated>

    <summary>&#160; Is it me, or does that &apos;teenager&apos; look like she&apos;s 30?...</summary>
    <author>
        <name></name>
        
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://www.jaydeflix.com/">
        <![CDATA[<p>&#160;</p>  <p><a href="http://www.jaydeflix.com/WindowsLiveWriter/So_8D78/image_4.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="340" alt="image" src="http://www.jaydeflix.com/WindowsLiveWriter/So_8D78/image_thumb_1.png" width="487" border="0" /></a> </p>  <p>Is it me, or does that 'teenager' look like she's 30?</p>]]>
        
    </content>
</entry>

<entry>
    <title>Ever get that feeling...</title>
    <link rel="alternate" type="text/html" href="http://www.jaydeflix.com/archives/2008/07/ever-get-that-f.html" />
    <id>tag:www.jaydeflix.com,2008://2.1493</id>

    <published>2008-07-03T03:12:29Z</published>
    <updated>2008-07-03T03:12:29Z</updated>

    <summary><![CDATA[... like you made a mistake.&nbsp; Not a mistake, but a Mistake. I'm beginning to feel that way about my new role. It isn't just working with someone that I have a history with. It isn't just the 2 calls a night I seem to be averaging. It isn't just the 24x7x365 with a 5 minute SLA "on call schedule". It isn't just the egos of some of my coworkers. It isn't just the lack of a work/life balance evidenced by the email discussion of #3. It isn't just being told that 'You might think he's trying to help you...]]></summary>
    <author>
        <name></name>
        
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://www.jaydeflix.com/">
        <![CDATA[<p>... like you made a mistake.&nbsp; Not a mistake, but a Mistake.</p> <p>I'm beginning to feel that way about my new role.</p> <p>It isn't just working with someone that I have a history with.</p> <p>It isn't just the 2 calls a night I seem to be averaging.</p> <p>It isn't just the 24x7x365 with a 5 minute SLA "on call schedule".</p> <p>It isn't just the egos of some of my coworkers.</p> <p>It isn't just the lack of a work/life balance evidenced by the email discussion of #3.</p> <p>It isn't just being told that 'You might think he's trying to help you succeed, but he's just setting you up to fail' about the senior person who pushed for my position.</p> <p>It's all of that.</p> <p>And especially #3 coupled with a sub-6 digit salary and #2 coupled with my wife's sleeping issues.</p> <p>&nbsp;</p> <p>*sigh*</p>]]>
        
    </content>
</entry>

<entry>
    <title>Yeah, it&apos;s last minute</title>
    <link rel="alternate" type="text/html" href="http://www.jaydeflix.com/archives/2008/06/yeah-its-last-m.html" />
    <id>tag:www.jaydeflix.com,2008://2.1491</id>

    <published>2008-06-19T05:42:17Z</published>
    <updated>2008-06-19T05:42:18Z</updated>

    <summary>I recently joined the global movement to end breast cancer forever with my promise to raise funds as a participant in the Komen Puget Sound Race for the Cure® on Saturday, June 21st, 2008. One in eight women will be diagnosed with breast cancer in her lifetime. For the present, the key to survival is early detection. For the future, we need to energize science to find the cures. The more money we raise through the Komen Puget Sound Race for the Cure, the closer we are to a world without breast cancer. The Puget Sound Affiliate of Susan G....</summary>
    <author>
        <name></name>
        
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://www.jaydeflix.com/">
        <![CDATA[<h3>I recently joined the global movement to end breast cancer forever with my promise to raise funds as a participant in the Komen Puget Sound Race for the Cure® on Saturday, June 21<sup>st</sup>, 2008.</h3> <p>One in eight women will be diagnosed with breast cancer in her lifetime. For the present, the key to survival is early detection. For the future, we need to energize science to find the cures. The more money we raise through the Komen Puget Sound Race for the Cure, the closer we are to a world without breast cancer. The Puget Sound Affiliate of Susan G. Komen for the Cure funds vital breast cancer education, screening and treatment programs in our own community and supports the national search for a cure.  <p><a href="http://www.pugetsoundraceforthecure.org/site/TR?pg=personal&amp;fr_id=1110&amp;px=1388876">Click here to visit my personal page and pledge your support.</a> <p>Please help me and the Komen Puget Sound Affiliate fulfill our promise—to end breast cancer forever--by pledging to contribute in support of my participation in the Race for the Cure.&nbsp; Your tax-deductible contribution will fund innovative outreach and awareness programs for medically underserved women in Western Washington and national breast cancer research.  <p>It is faster and easier than ever to support a cure for breast cancer. You can make a donation online by simply clicking on the link at the bottom of this message. If you would prefer, you can also send your tax-deductible contribution to me and I will turn them in with the additional funds I have raised.  <p>Whatever you can give will help me and Komen fulfill our promise! I truly appreciate your support and will keep you posted on my progress. <p>Thank you so much for joining the breast cancer movement with your donations of time and money. Your support brings us all closer to a world without breast cancer. ]]>
        
    </content>
</entry>

</feed>
