<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Lecter's Blog</title>
    <link>http://people.tribe.net/lecter/blog</link>
    <description>Tribe.net. Local Connections</description>
    <item>
      <title>Happy birthday to me</title>
      <link>http://people.tribe.net/lecter/blog/10bcba21-fbda-4d25-a5ec-cd36429fe434</link>
      <description>&lt;div&gt;days go by &#xD;
endlessly &#xD;
endlessly pulling you &#xD;
into the future&lt;/div&gt;</description>
      <pubDate>Mon, 29 Jun 2009 04:33:07 GMT</pubDate>
      <guid isPermaLink="false">http://people.tribe.net/lecter/blog/10bcba21-fbda-4d25-a5ec-cd36429fe434</guid>
      <dc:creator>lecter</dc:creator>
      <dc:date>2009-06-29T04:33:07Z</dc:date>
    </item>
    <item>
      <title>The Aha!</title>
      <link>http://people.tribe.net/lecter/blog/4ff56f20-0b8b-43e3-99f4-296f4b3131cc</link>
      <description>&lt;div&gt;Every day, a pursuit. &#xD;
How to improve. &#xD;
Ever refining. &#xD;
Always inspiring. &#xD;
The Aha! &#xD;
A endless moment. &#xD;
Over in a instant. &#xD;
As it should be.&lt;/div&gt;</description>
      <pubDate>Sun, 21 Jun 2009 01:12:09 GMT</pubDate>
      <guid isPermaLink="false">http://people.tribe.net/lecter/blog/4ff56f20-0b8b-43e3-99f4-296f4b3131cc</guid>
      <dc:creator>lecter</dc:creator>
      <dc:date>2009-06-21T01:12:09Z</dc:date>
    </item>
    <item>
      <title>Thought of the moment:</title>
      <link>http://people.tribe.net/lecter/blog/a972ebba-5c6c-4344-a64d-9d4ba042e89d</link>
      <description>&lt;div&gt;Procrastination is the indulgence of distractions.&lt;/div&gt;</description>
      <pubDate>Sat, 03 Jan 2009 03:14:29 GMT</pubDate>
      <guid isPermaLink="false">http://people.tribe.net/lecter/blog/a972ebba-5c6c-4344-a64d-9d4ba042e89d</guid>
      <dc:creator>lecter</dc:creator>
      <dc:date>2009-01-03T03:14:29Z</dc:date>
    </item>
    <item>
      <title>Cycling</title>
      <link>http://people.tribe.net/lecter/blog/84cad998-8589-4ea5-bffb-6f8e81dbe40e</link>
      <description>&lt;a href="http://people.tribe.net/lecter/blog/84cad998-8589-4ea5-bffb-6f8e81dbe40e"&gt;  						          &lt;img class=" picThumb" src="http://images.tribe.net/tribe/upload/photo/497/624/4976244e-2caf-4bfd-b8b0-9d47e5bec832.thumb" width="42" height="78" alt="" /&gt;
    &lt;/a&gt;
										&lt;div&gt;and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and.&lt;/div&gt;</description>
      <pubDate>Fri, 02 Jan 2009 13:49:04 GMT</pubDate>
      <guid isPermaLink="false">http://people.tribe.net/lecter/blog/84cad998-8589-4ea5-bffb-6f8e81dbe40e</guid>
      <dc:creator>lecter</dc:creator>
      <dc:date>2009-01-02T13:49:04Z</dc:date>
    </item>
    <item>
      <title>Microsoft's 30 GB Zune would -like- to rock in the new year for you</title>
      <link>http://people.tribe.net/lecter/blog/2403f598-b428-4f8e-8d81-72aa90adbb8b</link>
      <description>&lt;a href="http://people.tribe.net/lecter/blog/2403f598-b428-4f8e-8d81-72aa90adbb8b"&gt;  						          &lt;img class=" picThumb" src="http://images.tribe.net/tribe/upload/photo/f72/8c9/f728c996-57a7-4d02-a5a1-da8ed6a55eff.thumb" width="43" height="78" alt="" /&gt;
    &lt;/a&gt;
										&lt;div&gt;...but it can't.&#xD;
&#xD;
Around midnight Pacific time last night, 30GB Zunes began restarting and locking up at their boot screens. Reports have swamped official forums and fan sites about this pre-New-Year's Zune apocalypse.&#xD;
&#xD;
There appears to be a bug in the 30GB Zune's internal clock driver related to the way the device handles a leap year. Microsoft recommends allowing affected Zunes to run down their batteries, and come noon, GMT (or 12:01am, local time) on January 1, 2009, it will be safe to plug in and restart.&#xD;
&#xD;
Apparently, it is a really simple error:&#xD;
____________________________&#xD;
year = ORIGINYEAR; /* = 1980 */&#xD;
&#xD;
while (days &gt; 365)&#xD;
{&#xD;
    if (IsLeapYear(year))&#xD;
    {&#xD;
        if (days &gt; 366)&#xD;
        {&#xD;
            days -= 366;&#xD;
            year += 1;&#xD;
        }&#xD;
    }&#xD;
    else&#xD;
    {&#xD;
        days -= 365;&#xD;
        year += 1;&#xD;
    }&#xD;
}&#xD;
____________________________&#xD;
For non-programers, it means that the Zune keeps looping forever and doesn't do anything else.&#xD;
http://www.zuneboards.com/forums/zune-news/38143-cause-zune-30-leapyear-problem-isolated.html&#xD;
&#xD;
Zune users have been heard making resolutions about buying an iPod in 2009. :)&lt;/div&gt;</description>
      <pubDate>Thu, 01 Jan 2009 05:06:49 GMT</pubDate>
      <guid isPermaLink="false">http://people.tribe.net/lecter/blog/2403f598-b428-4f8e-8d81-72aa90adbb8b</guid>
      <dc:creator>lecter</dc:creator>
      <dc:date>2009-01-01T05:06:49Z</dc:date>
    </item>
    <item>
      <title>It is a sad, sad day in a galaxy far, far away.</title>
      <link>http://people.tribe.net/lecter/blog/a80c7e42-dc00-42dd-b76a-ce826e0931c5</link>
      <description>&lt;a href="http://people.tribe.net/lecter/blog/a80c7e42-dc00-42dd-b76a-ce826e0931c5"&gt;  						          &lt;img class=" picThumb" src="http://images.tribe.net/tribe/upload/photo/908/de4/908de4c6-11f2-4af4-bfaa-a01890359c2e.thumb" width="58" height="78" alt="" /&gt;
    &lt;/a&gt;
										&lt;div&gt;George Lucas, Star Wars creator (and destroyer) has approved the production of “Star Wars: A Musical Journey,” a musical that will open in London next year.&#xD;
&#xD;
It features—and I kid you not—a “Stormtrooper kick line and singing Wookies.”&lt;/div&gt;</description>
      <pubDate>Mon, 29 Dec 2008 02:45:54 GMT</pubDate>
      <guid isPermaLink="false">http://people.tribe.net/lecter/blog/a80c7e42-dc00-42dd-b76a-ce826e0931c5</guid>
      <dc:creator>lecter</dc:creator>
      <dc:date>2008-12-29T02:45:54Z</dc:date>
    </item>
    <item>
      <title>Despair, Inc. 2009 Calendar</title>
      <link>http://people.tribe.net/lecter/blog/83556509-e9c9-4b5c-b9da-ef3c1dd1fce0</link>
      <description>&lt;a href="http://people.tribe.net/lecter/blog/83556509-e9c9-4b5c-b9da-ef3c1dd1fce0"&gt;  						          &lt;img class=" picThumb" src="http://images.tribe.net/tribe/upload/photo/af8/219/af8219f1-0c2a-483f-8003-97bba0f30368.thumb" width="65" height="69" alt="" /&gt;
    &lt;/a&gt;
										&lt;div&gt;January - Government If you think the problems we create are bad, just wait until you see our solutions.&#xD;
&#xD;
February- Propaganda. What lies behind us and lies before us are small matters compared to what lies right to our faces.&#xD;
&#xD;
March - Blogging. Never before have so many people with so little to say said so much to so few.&#xD;
&#xD;
April - Customer Disservice. Because we're not satisfied until you're not satisfied.&#xD;
&#xD;
May - Tradition. Just because you've always done it that way doesn't mean it's not incredibly stupid.&#xD;
&#xD;
June - Procrastination. Hard work often pays off after time, but laziness always pays off now.&#xD;
&#xD;
July - Opportunity. I am Dr. Adewole Aremu- a director with the Union Bank of Nigeria in Lagos - and I wish to speak to you most urgently about a matter regarding the sum of $39,000,000 US Dollars...&#xD;
&#xD;
August - Hope. May not be warranted at this point.&#xD;
&#xD;
September - Sanity. Minds are like parachutes. Just because you've lost yours doesn't mean you can borrow mine.&#xD;
&#xD;
October - Give up. At some point, hanging in there just makes you look like an even bigger loser.&#xD;
&#xD;
November - Meetings. None of us is as dumb as all of us.&#xD;
&#xD;
December - Corruption. I want either less corruption or more opportunity to participate in it&lt;/div&gt;</description>
      <pubDate>Tue, 16 Dec 2008 02:14:07 GMT</pubDate>
      <guid isPermaLink="false">http://people.tribe.net/lecter/blog/83556509-e9c9-4b5c-b9da-ef3c1dd1fce0</guid>
      <dc:creator>lecter</dc:creator>
      <dc:date>2008-12-16T02:14:07Z</dc:date>
    </item>
    <item>
      <title>Spread the infection</title>
      <link>http://people.tribe.net/lecter/blog/741c11e6-7038-4020-b295-0effdf7eb3ee</link>
      <description>&lt;a href="http://people.tribe.net/lecter/blog/741c11e6-7038-4020-b295-0effdf7eb3ee"&gt;  						          &lt;img class=" picThumb" src="http://images.tribe.net/tribe/upload/photo/053/8e8/0538e826-132f-4f6c-aa24-124023cd54ff.thumb" width="39" height="78" alt="" /&gt;
    &lt;/a&gt;
										&lt;div&gt;Click on the image to see it full-sized.&lt;/div&gt;</description>
      <pubDate>Sun, 23 Nov 2008 08:09:14 GMT</pubDate>
      <guid isPermaLink="false">http://people.tribe.net/lecter/blog/741c11e6-7038-4020-b295-0effdf7eb3ee</guid>
      <dc:creator>lecter</dc:creator>
      <dc:date>2008-11-23T08:09:14Z</dc:date>
    </item>
    <item>
      <title>:-|</title>
      <link>http://people.tribe.net/lecter/blog/2dee05f3-3ad0-42b0-9f47-858a7a4cf8cd</link>
      <description>&lt;div&gt;I'd wax philosophical - but I am all out of wax.&lt;/div&gt;</description>
      <pubDate>Sat, 22 Nov 2008 09:34:52 GMT</pubDate>
      <guid isPermaLink="false">http://people.tribe.net/lecter/blog/2dee05f3-3ad0-42b0-9f47-858a7a4cf8cd</guid>
      <dc:creator>lecter</dc:creator>
      <dc:date>2008-11-22T09:34:52Z</dc:date>
    </item>
    <item>
      <title>Wow</title>
      <link>http://people.tribe.net/lecter/blog/05915f40-b610-436e-91a8-6d4cf93de73e</link>
      <description>&lt;div&gt;Just wow.&#xD;
&#xD;
Electrolytes&#xD;
&#xD;
E-Lecter-lytes!&#xD;
&#xD;
:)&gt;&lt;/div&gt;</description>
      <pubDate>Sat, 04 Oct 2008 06:19:21 GMT</pubDate>
      <guid isPermaLink="false">http://people.tribe.net/lecter/blog/05915f40-b610-436e-91a8-6d4cf93de73e</guid>
      <dc:creator>lecter</dc:creator>
      <dc:date>2008-10-04T06:19:21Z</dc:date>
    </item>
    <item>
      <title>Overcast, with little chance of light or clarity</title>
      <link>http://people.tribe.net/lecter/blog/bab8d890-d5eb-4af1-aae1-aa799523a9c9</link>
      <description>&lt;a href="http://people.tribe.net/lecter/blog/bab8d890-d5eb-4af1-aae1-aa799523a9c9"&gt;  						          &lt;img class=" picThumb" src="http://images.tribe.net/tribe/upload/photo/7fd/ba6/7fdba6eb-7295-4584-a517-4adee56115ee.thumb" width="59" height="78" alt="" /&gt;
    &lt;/a&gt;
										&lt;div&gt;(click on the comic for a larger view)&lt;/div&gt;</description>
      <pubDate>Fri, 03 Oct 2008 18:00:20 GMT</pubDate>
      <guid isPermaLink="false">http://people.tribe.net/lecter/blog/bab8d890-d5eb-4af1-aae1-aa799523a9c9</guid>
      <dc:creator>lecter</dc:creator>
      <dc:date>2008-10-03T18:00:20Z</dc:date>
    </item>
    <item>
      <title>Get the message TSA?</title>
      <link>http://people.tribe.net/lecter/blog/2d4026f9-071c-463d-b5a7-68e5700842d7</link>
      <description>&lt;a href="http://people.tribe.net/lecter/blog/2d4026f9-071c-463d-b5a7-68e5700842d7"&gt;  						          &lt;img class=" picThumb" src="http://images.tribe.net/tribe/upload/photo/1d4/da1/1d4da122-11fd-4457-ae94-f4afddda3acd.thumb" width="65" height="43" alt="" /&gt;
    &lt;/a&gt;
										&lt;div&gt;http://blog.makezine.com/archive/2008/09/metal_plates_send_message.html&#xD;
&#xD;
Evan Roth is working on a project that will be released soon - the pictures say it all, it's a "carry on" communication system. These metal plates contain messages which will appear when their containers are X-Rayed.&#xD;
&#xD;
The project isn't done yet, Evan needs access to an X-Ray machine to take some photos and document. If you have access to an X-Ray machine he's willing to give you a set of the plates for helping out - email Evan at fi5e [at] ni9e.com&lt;/div&gt;</description>
      <pubDate>Wed, 01 Oct 2008 18:47:30 GMT</pubDate>
      <guid isPermaLink="false">http://people.tribe.net/lecter/blog/2d4026f9-071c-463d-b5a7-68e5700842d7</guid>
      <dc:creator>lecter</dc:creator>
      <dc:date>2008-10-01T18:47:30Z</dc:date>
    </item>
    <item>
      <title>The Coalessence Festival - October 3rd, 4th and 5th</title>
      <link>http://people.tribe.net/lecter/blog/f66773cd-9e72-4485-92be-1967619180a7</link>
      <description>&lt;a href="http://people.tribe.net/lecter/blog/f66773cd-9e72-4485-92be-1967619180a7"&gt;  						          &lt;img class=" picThumb" src="http://images.tribe.net/tribe/upload/photo/92d/7d6/92d7d65a-37dd-4ce1-933a-f8a27d874fd5.thumb" width="65" height="47" alt="" /&gt;
    &lt;/a&gt;
										&lt;div&gt;http://www.CoalessenceFest.com&#xD;
&#xD;
The Coalescence Festival is this weekend. It's just a few days until your one and only chance to see some of the most amazing minds in the world gather together in Eureka Springs, Arkansas.&#xD;
&#xD;
This isn't just any festival. If you want some regular, ho-hum, run-of-the-mill festival, go to Bonnaroo. If you want a festival where the brightest minds and spirits in philosophy, art, Shamanism, health, consciousness and more combined with continuous music from some of the biggest names in the biz, this is your festival.&#xD;
&#xD;
The famed artist, Alex Grey, will be there giving painting demonstrations for 4 hours a night as well as having a booth to meet and talk with everyone interested. If that by itself isn't worth double the price of admission, throw in Dennis McKenna (Center For Spiritual Healing, Terrence McKenna's brother), Daniel Pinchbeck (Author of Breaking Open the Head, 2012, advocate of psychedelics), Fred Alan Wolf (What the Bleep Do We Know!?) John Major Jenkins, performances by Rabbit in the Moon (the best live electronic performance group), Kymani Marley (Bob Marley's son), Tosh1 (Peter Tosh's son), geniuses BT &amp;amp; DJ Spooky, and other spiritual acts like Kannal, Govinda, Jamie Janover, Jacob Fred Jazz Odyssey, Alfred Howard, and &amp;amp; many more great minds (including bad ass Andrew Rutajit, maker of The Pharmacratic Inquisition who we are making a documentary with on the Shamanic and Entheogenic origins of Christmas), spirits and musicians.&#xD;
&#xD;
All of these people are getting together for a once in a lifetime experience. Never before has the world seen all these diverse people at one event working together and coalescing their ideas, concepts, words, &amp;amp; actions to help co-create the New World. This coming together of people has been prophesied by the Mayans, Aztecs, Incans, Native Americans, and other world cultures and it is your chance to be a part of it. Never will you see an event in a time like this that will impact American culture as much as the Coalescence Festival.&#xD;
&#xD;
If I had the extra funds, I would -so- be there this weekend.&lt;/div&gt;</description>
      <pubDate>Tue, 30 Sep 2008 03:09:06 GMT</pubDate>
      <guid isPermaLink="false">http://people.tribe.net/lecter/blog/f66773cd-9e72-4485-92be-1967619180a7</guid>
      <dc:creator>lecter</dc:creator>
      <dc:date>2008-09-30T03:09:06Z</dc:date>
    </item>
    <item>
      <title>Best video game ad, evah!</title>
      <link>http://people.tribe.net/lecter/blog/b57515a1-5017-488c-8b1a-0e44e172b030</link>
      <description>&lt;a href="http://people.tribe.net/lecter/blog/b57515a1-5017-488c-8b1a-0e44e172b030"&gt;  						          &lt;img class=" picThumb" src="http://images.tribe.net/tribe/upload/photo/e4c/222/e4c222fd-18d2-498b-bc5a-0585f75f0e9a.thumb" width="65" height="44" alt="" /&gt;
    &lt;/a&gt;
										&lt;div&gt;Seriously. Watch this all of the way through. :)&#xD;
&#xD;
http://www.youtube.com/experiencewii&lt;/div&gt;</description>
      <pubDate>Fri, 26 Sep 2008 18:35:00 GMT</pubDate>
      <guid isPermaLink="false">http://people.tribe.net/lecter/blog/b57515a1-5017-488c-8b1a-0e44e172b030</guid>
      <dc:creator>lecter</dc:creator>
      <dc:date>2008-09-26T18:35:00Z</dc:date>
    </item>
    <item>
      <title>Fedegra FTW</title>
      <link>http://people.tribe.net/lecter/blog/033133d7-9471-4915-92c9-ea5ea48141e9</link>
      <description>&lt;a href="http://people.tribe.net/lecter/blog/033133d7-9471-4915-92c9-ea5ea48141e9"&gt;  						          &lt;img class=" picThumb" src="http://images.tribe.net/tribe/upload/photo/c99/a8e/c99a8e4c-7a2c-4923-8fdf-fc1214cc8bb8.thumb" width="65" height="20" alt="" /&gt;
    &lt;/a&gt;
										&lt;div&gt;Click on the comic to view it at its normal size.&lt;/div&gt;</description>
      <pubDate>Thu, 25 Sep 2008 18:55:43 GMT</pubDate>
      <guid isPermaLink="false">http://people.tribe.net/lecter/blog/033133d7-9471-4915-92c9-ea5ea48141e9</guid>
      <dc:creator>lecter</dc:creator>
      <dc:date>2008-09-25T18:55:43Z</dc:date>
    </item>
    <item>
      <title>Soft Side</title>
      <link>http://people.tribe.net/lecter/blog/56e3a404-f8b7-4f01-8ffd-69e9a4d32a4c</link>
      <description>&lt;a href="http://people.tribe.net/lecter/blog/56e3a404-f8b7-4f01-8ffd-69e9a4d32a4c"&gt;  						          &lt;img class=" picThumb" src="http://images.tribe.net/tribe/upload/photo/4fc/b93/4fcb9332-4da0-41c4-aa69-af43fe95e18b.thumb" width="65" height="19" alt="" /&gt;
    &lt;/a&gt;
										&lt;div&gt;...and my wallet is empty - what to do, what to do?&lt;/div&gt;</description>
      <pubDate>Sat, 13 Sep 2008 07:40:33 GMT</pubDate>
      <guid isPermaLink="false">http://people.tribe.net/lecter/blog/56e3a404-f8b7-4f01-8ffd-69e9a4d32a4c</guid>
      <dc:creator>lecter</dc:creator>
      <dc:date>2008-09-13T07:40:33Z</dc:date>
    </item>
    <item>
      <title>Dated</title>
      <link>http://people.tribe.net/lecter/blog/0e168197-bdc2-4a7e-a856-383b4613b8ea</link>
      <description>&lt;div&gt;If 9/11 is Always Remember, Never Forget, is 4/20 Never Remember, Always Forget?&lt;/div&gt;</description>
      <pubDate>Thu, 11 Sep 2008 19:04:29 GMT</pubDate>
      <guid isPermaLink="false">http://people.tribe.net/lecter/blog/0e168197-bdc2-4a7e-a856-383b4613b8ea</guid>
      <dc:creator>lecter</dc:creator>
      <dc:date>2008-09-11T19:04:29Z</dc:date>
    </item>
    <item>
      <title>Another year passes</title>
      <link>http://people.tribe.net/lecter/blog/16ad50ce-a490-4cd8-94d3-06e762f8e268</link>
      <description>&lt;a href="http://people.tribe.net/lecter/blog/16ad50ce-a490-4cd8-94d3-06e762f8e268"&gt;  						          &lt;img class=" picThumb" src="http://images.tribe.net/tribe/upload/photo/f3b/39e/f3b39e99-2d93-4f30-bdef-2d087e0a6d62.thumb" width="65" height="45" alt="" /&gt;
    &lt;/a&gt;
										&lt;div&gt;Happy birthday to me&#xD;
Happy birthday to me&#xD;
Happy birthday dear Lecter&#xD;
Happy birthday to me!&#xD;
&#xD;
:)&lt;/div&gt;</description>
      <pubDate>Sat, 28 Jun 2008 08:51:16 GMT</pubDate>
      <guid isPermaLink="false">http://people.tribe.net/lecter/blog/16ad50ce-a490-4cd8-94d3-06e762f8e268</guid>
      <dc:creator>lecter</dc:creator>
      <dc:date>2008-06-28T08:51:16Z</dc:date>
    </item>
    <item>
      <title>Firefox 3 pretends to be faster by downgrading images</title>
      <link>http://people.tribe.net/lecter/blog/755b16c5-85b6-435c-86b6-e4f1cf7dbbc0</link>
      <description>&lt;a href="http://people.tribe.net/lecter/blog/755b16c5-85b6-435c-86b6-e4f1cf7dbbc0"&gt;  						          &lt;img class=" picThumb" src="http://images.tribe.net/tribe/upload/photo/cb3/654/cb365418-9f77-4e73-9195-85d9de342bbc.thumb" width="65" height="43" alt="" /&gt;
    &lt;/a&gt;
										&lt;div&gt;Sometimes I am amused with the rantings of fanboys. Lately, Firefox 3 fanboys are screaming that their updated browser is so fast at displaying images. Strangely, they apparently are ok with Firefox 3 displaying all images as washed out, dull, and lifeless. And people wonder why I am a fan of the Opera web browser.&#xD;
&#xD;
Unlike Opera (which doesn't need to cheat in order to be the fast), Firefox 3, by default, downgrades the quality of all images it displays in order to lower its use of system resources.&#xD;
&#xD;
Firefox 3 does include full support for color profiles, it just doesn't display them by default. It does this so it can pretend to be a little faster. Purportedly, the Firefox developers are working on this issue, so that the image quality is shown as the creator intended, while maintaining Firefox's second-class speed.&#xD;
&#xD;
Until then, if you are wondering why the world wide web looks a little bland since you upgraded to Firefox 3, now you know it isn't the world, its just a nasty bug that was rushed out the door. Apparently, meeting street dates is more important than quality in Firefox land.&#xD;
&#xD;
For more details, and to find out how to view images properly in FF3:&#xD;
&#xD;
http://www.dria.org/wordpress/archives/2008/04/29/633/&#xD;
&#xD;
Or you can just download Opera, and have a faster, synced, more customizable and more accurate web viewing experience. :) And there is no need to install two dozen add-ons just to get to an acceptable level of functionality.&#xD;
&#xD;
http://opera.com&lt;/div&gt;</description>
      <pubDate>Mon, 23 Jun 2008 20:54:11 GMT</pubDate>
      <guid isPermaLink="false">http://people.tribe.net/lecter/blog/755b16c5-85b6-435c-86b6-e4f1cf7dbbc0</guid>
      <dc:creator>lecter</dc:creator>
      <dc:date>2008-06-23T20:54:11Z</dc:date>
    </item>
    <item>
      <title>I'm going to miss him a lot - more than even seven words can describe</title>
      <link>http://people.tribe.net/lecter/blog/179a129e-e3e3-48f9-a4f2-7482c5f67ce9</link>
      <description>&lt;a href="http://people.tribe.net/lecter/blog/179a129e-e3e3-48f9-a4f2-7482c5f67ce9"&gt;  						          &lt;img class=" picThumb" src="http://images.tribe.net/tribe/upload/photo/d2a/8e1/d2a8e12c-7d5b-4b2c-967d-b383cdf36129.thumb" width="62" height="78" alt="" /&gt;
    &lt;/a&gt;
										&lt;div&gt;Shit&#xD;
Piss&#xD;
Fuck&#xD;
Cunt&#xD;
Cocksucker&#xD;
Motherfucker&#xD;
Tits&lt;/div&gt;</description>
      <pubDate>Mon, 23 Jun 2008 07:35:42 GMT</pubDate>
      <guid isPermaLink="false">http://people.tribe.net/lecter/blog/179a129e-e3e3-48f9-a4f2-7482c5f67ce9</guid>
      <dc:creator>lecter</dc:creator>
      <dc:date>2008-06-23T07:35:42Z</dc:date>
    </item>
    <item>
      <title>for a moment</title>
      <link>http://people.tribe.net/lecter/blog/4f2bbff0-0e07-4113-9c3a-6ed3444beadc</link>
      <description>&lt;a href="http://people.tribe.net/lecter/blog/4f2bbff0-0e07-4113-9c3a-6ed3444beadc"&gt;  						          &lt;img class=" picThumb" src="http://images.tribe.net/tribe/upload/photo/9cd/c82/9cdc8202-0a54-4153-a592-a1d19b7ebede.thumb" width="59" height="78" alt="" /&gt;
    &lt;/a&gt;
										&lt;div&gt;all music&#xD;
&#xD;
all color&#xD;
&#xD;
all everything&#xD;
&#xD;
pauses&#xD;
&#xD;
for a moment&#xD;
&#xD;
of silence&lt;/div&gt;</description>
      <pubDate>Wed, 30 Apr 2008 06:26:01 GMT</pubDate>
      <guid isPermaLink="false">http://people.tribe.net/lecter/blog/4f2bbff0-0e07-4113-9c3a-6ed3444beadc</guid>
      <dc:creator>lecter</dc:creator>
      <dc:date>2008-04-30T06:26:01Z</dc:date>
    </item>
    <item>
      <title>Don't be a Twitter Shitter!</title>
      <link>http://people.tribe.net/lecter/blog/60af2f97-da19-46a6-af4b-7258c11e813e</link>
      <description>&lt;a href="http://people.tribe.net/lecter/blog/60af2f97-da19-46a6-af4b-7258c11e813e"&gt;  						          &lt;img class=" picThumb" src="http://images.tribe.net/tribe/upload/photo/575/c0b/575c0be5-3ee9-4e71-adb6-78e8bbafba54.thumb" width="65" height="32" alt="" /&gt;
    &lt;/a&gt;
										&lt;div&gt;(click the comic for a larger view)&#xD;
&#xD;
http://Twitter.com seems like a fine communication tool. And for particular circumstances, constant updates (while at an event or convention) seems justified.&#xD;
&#xD;
That said, I am noticing that some people on Twitter are posting way too much personal information. Do we really need to know that you are stuck in a gridlock, with block by block updates? If you are tired of waiting for a tardy waitress, do you think she will see your post, and hurry to your table? Trust me, even your dietitian doesn't need to know -every- time you take a shit.&#xD;
&#xD;
That said, if any nymphomaniacs want to tweet their availability on an hourly basis, please send me your feed pronto! :)&lt;/div&gt;</description>
      <pubDate>Wed, 23 Apr 2008 21:12:51 GMT</pubDate>
      <guid isPermaLink="false">http://people.tribe.net/lecter/blog/60af2f97-da19-46a6-af4b-7258c11e813e</guid>
      <dc:creator>lecter</dc:creator>
      <dc:date>2008-04-23T21:12:51Z</dc:date>
    </item>
    <item>
      <title>Googolopoly</title>
      <link>http://people.tribe.net/lecter/blog/e9b32bcd-d935-41c9-8d07-3f7c2f0ac734</link>
      <description>&lt;a href="http://people.tribe.net/lecter/blog/e9b32bcd-d935-41c9-8d07-3f7c2f0ac734"&gt;  						          &lt;img class=" picThumb" src="http://images.tribe.net/tribe/upload/photo/168/cea/168cea20-ac4a-4c5a-86f3-43f5e639c557.thumb" width="65" height="65" alt="" /&gt;
    &lt;/a&gt;
										&lt;div&gt;(click on the image for a larger view)&#xD;
&#xD;
The goal of the game is to use Google shares to buy as many properties as you can without landing in the deadpool and losing your stock. As with any great board game, there’s a very real metaphor to what’s going on…. What happens when the Google monster gobbles up all that is left in the web world, is present on your cell phone, desktop, and even controls your health information? For all their product excellence, the threat of amassing this much data is too serious to ignore.&#xD;
&#xD;
Download the full game at Google.com, oops, I meant: http://www.box.net/shared/dguu2bfy88&lt;/div&gt;</description>
      <pubDate>Wed, 16 Apr 2008 02:22:42 GMT</pubDate>
      <guid isPermaLink="false">http://people.tribe.net/lecter/blog/e9b32bcd-d935-41c9-8d07-3f7c2f0ac734</guid>
      <dc:creator>lecter</dc:creator>
      <dc:date>2008-04-16T02:22:42Z</dc:date>
    </item>
    <item>
      <title>I thought pussies enjoyed getting licked!</title>
      <link>http://people.tribe.net/lecter/blog/8e1d3b4e-62de-4da2-8a74-34cd79b60aed</link>
      <description>&lt;a href="http://people.tribe.net/lecter/blog/8e1d3b4e-62de-4da2-8a74-34cd79b60aed"&gt;  						          &lt;img class=" picThumb" src="http://images.tribe.net/tribe/upload/photo/035/b15/035b1559-7db9-4be2-af9f-1905d5143a75.thumb" width="65" height="49" alt="" /&gt;
    &lt;/a&gt;
										&lt;div&gt;(click on the photo for a larger version)&lt;/div&gt;</description>
      <pubDate>Wed, 16 Apr 2008 00:16:46 GMT</pubDate>
      <guid isPermaLink="false">http://people.tribe.net/lecter/blog/8e1d3b4e-62de-4da2-8a74-34cd79b60aed</guid>
      <dc:creator>lecter</dc:creator>
      <dc:date>2008-04-16T00:16:46Z</dc:date>
    </item>
    <item>
      <title>The Lost Art of Conversation</title>
      <link>http://people.tribe.net/lecter/blog/bc7e5bcf-da8d-4052-a18a-0b06a5bfa944</link>
      <description>&lt;a href="http://people.tribe.net/lecter/blog/bc7e5bcf-da8d-4052-a18a-0b06a5bfa944"&gt;  						          &lt;img class=" picThumb" src="http://images.tribe.net/tribe/upload/photo/ed8/fce/ed8fce8e-c6bc-480c-8de2-7d1d4d7ffd38.thumb" width="57" height="78" alt="" /&gt;
    &lt;/a&gt;
										&lt;div&gt;She pretends she's a movie star&#xD;
&#xD;
He pretends he's a king&#xD;
&#xD;
She pretends she's a ballerina&#xD;
&#xD;
He pretends he can sing&#xD;
&#xD;
the lost art of conversation&#xD;
&#xD;
She pretends she loves moving&#xD;
&#xD;
He pretends he is at home&#xD;
&#xD;
She pretends that she's a renegade&#xD;
&#xD;
He pretends he's alone&#xD;
&#xD;
the lost art of conversation&#xD;
&#xD;
I pretend that you love me&#xD;
&#xD;
and you pretend that you care&#xD;
&#xD;
and I pretend that I'm happy&#xD;
&#xD;
and you pretend that you're there&#xD;
&#xD;
the lost art of conversation&lt;/div&gt;</description>
      <pubDate>Sat, 12 Apr 2008 07:27:20 GMT</pubDate>
      <guid isPermaLink="false">http://people.tribe.net/lecter/blog/bc7e5bcf-da8d-4052-a18a-0b06a5bfa944</guid>
      <dc:creator>lecter</dc:creator>
      <dc:date>2008-04-12T07:27:20Z</dc:date>
    </item>
  </channel>
</rss>




