<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mindless Fluffiness</title>
	<atom:link href="http://www.dial911anddie.com/weblog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dial911anddie.com/weblog</link>
	<description>Random fluffy thoughts, and emergency phone calls</description>
	<lastBuildDate>Sun, 21 Feb 2010 21:37:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Arduino + EtherShield + 1Wire Temperature Sensor + Pachube</title>
		<link>http://www.dial911anddie.com/weblog/2009/12/arduino-ethershield-1wire-temperature-sensor-pachube/</link>
		<comments>http://www.dial911anddie.com/weblog/2009/12/arduino-ethershield-1wire-temperature-sensor-pachube/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 05:41:29 +0000</pubDate>
		<dc:creator>fluffy</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[HomeAutomation]]></category>

		<guid isPermaLink="false">http://www.dial911anddie.com/weblog/2009/12/arduino-ethershield-1wire-temperature-sensor-pachube/</guid>
		<description><![CDATA[I put together a 1-wire temperature sensor with a Arduino board with Ethernet Shield. Every 5 minutes, it posts the current temperature to Pachube.com. Since there is only outbound connections, it works with firewalls and NATs with not port forwarding. It also has DHCP as I find hard coding IP addresses sort of a pain. [...]]]></description>
			<content:encoded><![CDATA[<p>I put together a 1-wire temperature sensor with a <a href="http://arduino.cc/">Arduino</a> board with <a href="http://arduino.cc/en/Main/ArduinoEthernetShield">Ethernet Shield</a>. Every 5 minutes, it posts the current temperature to <a href="http://www.pachube.com" title="Pachube">Pachube.com</a>. Since there is only outbound connections, it works with firewalls and NATs with not port forwarding. It also has DHCP as I find hard coding IP addresses sort of a pain. I used a <a href="http://www.maxim-ic.com/quick_view2.cfm/qv_pk/2815">DS18S20</a> temperature sensor.</p>
<p>You can find the software at: <a href="http://fluffyhome.googlecode.com/svn/trunk/arduino/PachubeClientWithDHCP.cpp" title="http://fluffyhome.googlecode.com/svn/trunk/arduino/PachubeClientWithDHCP.cpp">http://fluffyhome.googlecode.com/svn/trunk/arduino/PachubeClientWithDHCP.cpp</a></p>
<p>First you will need to install the DHCP library from: <a href="http://blog.jordanterrell.com/post/Arduino-DHCP-Library-Version-03.aspx">http://blog.jordanterrell.com/post/Arduino-DHCP-Library-Version-03.aspx</a></p>
<p>And then install the 1-wire library and Dallas Temperature Control library which are both found inside the the zip file at: <a href="http://milesburton.com/wiki/index.php?title=Dallas_Temperature_Control_Library#Download">http://milesburton.com/wiki/index.php?title=Dallas_Temperature_Control_Library#Download</a></p>
<p>At this point you need to have an account on <a href="http://www.pachube.com" title="Pachube">Pachube</a> and create a manual update feed. The first data stream will be used for the temperature. Next you need to go in to the <a href="http://fluffyhome.googlecode.com/svn/trunk/arduino/PachubeClientWithDHCP.cpp" title="http://fluffyhome.googlecode.com/svn/trunk/arduino/PachubeClientWithDHCP.cpp">PachubeClientWithDHCP.cpp</a> file and edit the API KEY and feed ID to match yours. You don&#8217;t really need to change anything else. If you have other Arduino with fake MAC addresses, you might want to check this one does not conflict.</p>
<p>The 1-wire bus is connected to Digital IO pin 8 on the Arduino and pulled high to the 5v power with a 4K ohm resistor. Pin 1 of the DS18S20 is connected to ground, pin 2 to the 1-wire bus, and pin 3 to 5v power. (Yah, I know about parasitic power but I have power so I used it).</p>
<p>Compile and install the software, connect up the Ethernet, and start it. That&#8217;s about it.</p>
<p>Useful LInks:</p>
<p>http://www.pachube.com</p>
<p>http://milesburton.com/wiki/index.php?title=Dallas_Temperature_Control_Library#Download</p>
<p>http://arduino.cc/en/Main/ArduinoEthernetShield</p>
<p>http://arduino.cc/</p>
<p>http://www.maxim-ic.com/quick_view2.cfm/qv_pk/2815</p>
<p>http://fluffyhome.googlecode.com/svn/trunk/arduino/PachubeClientWithDHCP.cpp</p>
<p>http://blog.jordanterrell.com/post/Arduino-DHCP-Library-Version-03.aspx</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dial911anddie.com/weblog/2009/12/arduino-ethershield-1wire-temperature-sensor-pachube/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Graphing Indigo temperature data with the google charts API</title>
		<link>http://www.dial911anddie.com/weblog/2009/12/graphing-indigo-temperature-data-with-the-google-charts-api/</link>
		<comments>http://www.dial911anddie.com/weblog/2009/12/graphing-indigo-temperature-data-with-the-google-charts-api/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 17:58:04 +0000</pubDate>
		<dc:creator>fluffy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[HomeAutomation]]></category>

		<guid isPermaLink="false">http://www.dial911anddie.com/weblog/2009/12/graphing-indigo-temperature-data-with-the-google-charts-api/</guid>
		<description><![CDATA[Google charts (see http://code.google.com/apis/chart/ ) is infinitely better than MRTG but still, uh, still pretty bad.
I wrote a python program that you can find at http://fluffyhome.googlecode.com/svn/trunk/indigo/graphVars.py that goes through the Indigo database (you can see my preivios posts for how temperature data gets into this database), looks for all the changes to the mainTemp variable, [...]]]></description>
			<content:encoded><![CDATA[<p>Google charts (see <a href="http://code.google.com/apis/chart/" title="http://code.google.com/apis/chart/">http://code.google.com/apis/chart/</a> ) is infinitely better than MRTG but still, uh, still pretty bad.</p>
<p>I wrote a python program that you can find at <a href="http://fluffyhome.googlecode.com/svn/trunk/indigo/graphVars.py">http://fluffyhome.googlecode.com/svn/trunk/indigo/graphVars.py</a> that goes through the Indigo database (you can see my preivios posts for how temperature data gets into this database), looks for all the changes to the mainTemp variable, and creates an HTML web page that calls googles charts to produce a graph.</p>
<p>An example graph is</p>
<p><a href="http://www.flickr.com/photos/cullenfluffyjennings/4219587096/" title="google-graph by cullenfluffyjennings, on Flickr"><img src="http://farm3.static.flickr.com/2571/4219587096_c0baa0381f.jpg" width="500" height="255" alt="google-graph" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dial911anddie.com/weblog/2009/12/graphing-indigo-temperature-data-with-the-google-charts-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Home Automation graphs with MRTG using Insteon with Indigo software</title>
		<link>http://www.dial911anddie.com/weblog/2009/12/home-automation-graphs-with-mrtg-using-insteon-with-indigo-software/</link>
		<comments>http://www.dial911anddie.com/weblog/2009/12/home-automation-graphs-with-mrtg-using-insteon-with-indigo-software/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 04:27:17 +0000</pubDate>
		<dc:creator>fluffy</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.dial911anddie.com/weblog/2009/12/home-automation-graphs-with-mrtg-using-insteon-with-indigo-software/</guid>
		<description><![CDATA[Let me start by just ranting about how bad MRTG is. It is unquestionable the worst graphing program I have ever used. No auto scale, can’t to negative numbers, can’t have a y axis that does not start at zero, need I say more. Oh, yah, obtuse and confusing to use.
I’m using a venstar T1900 [...]]]></description>
			<content:encoded><![CDATA[<p>Let me start by just ranting about how bad MRTG is. It is unquestionable the worst graphing program I have ever used. No auto scale, can’t to negative numbers, can’t have a y axis that does not start at zero, need I say more. Oh, yah, obtuse and confusing to use.</p>
<p>I’m using a venstar T1900 thermostat (http://venstar.com) along with insteon module from SmartLabs (http://www.smartlabsinc.com) over to a INSTEON controller connected to the Indigo software from http://www.perceptiveautomation.com.The first step is to get the temperature from the thermostat into the database on the system running the Indigo software. I do that with using a “Time/Date Action” in the Indigo software that runs ever 10 minutes and has an action type of “Execute AppleScript”. I use the following embedded script</p>
<p>All the code following in this blog post is license under the simplified BSD license (see http://www.opensource.org/licenses/bsd-license.php) if you want to use it.</p>
<p style="font: 12px Verdana;color: #418004;padding-left: 30px"><span style="color: #3300fe">set</span> myThermostatName <span style="color: #3300fe">to</span> <span style="color: #000000">“MainThermo” # you can find the name to put here in the Device screen in Indigo</span></p>
<p style="font: 12px Verdana;padding-left: 30px"><span style="color: #3300fe">tell</span> <span style="color: #3302fe">application</span> “IndigoServer”</p>
<p style="font: 12px Verdana;padding-left: 30px"><span style="color: #418004"><span style="color: #3300fe">set</span> mainThermoDev <span style="color: #3300fe">to</span> <span style="color: #3302fe">device</span> myThermostatName</span></p>
<p style="font: 12px Verdana;color: #418004;padding-left: 30px"><span style="color: #3300fe">set</span> myTemp <span style="color: #3300fe">to</span> <span style="color: #3302fe">temperatures</span> <span style="color: #3300fe">of</span> mainThermoDev</p>
<p style="font: 12px Verdana;padding-left: 30px"><span style="color: #3300fe">set</span> <span style="color: #3302fe">value</span> <span style="color: #3300fe">of</span> <span style="color: #3302fe">variable</span> “mainTemp” <span style="color: #3300fe">to</span> <span style="color: #418004">myTemp</span></p>
<p style="font: 12px Verdana;color: #418004;padding-left: 30px"><span style="color: #3300fe">set</span> myHumidity <span style="color: #3300fe">to</span> <span style="color: #3302fe">humidities</span> <span style="color: #3300fe">of</span> mainThermoDev</p>
<p style="font: 12px Verdana;padding-left: 30px"><span style="color: #3300fe">set</span> <span style="color: #3302fe">value</span> <span style="color: #3300fe">of</span> <span style="color: #3302fe">variable</span> “mainHumidity” <span style="color: #3300fe">to</span> <span style="color: #418004">myHumidity</span></p>
<p style="font: 12px Verdana;color: #3300fe;padding-left: 30px">end tell</p>
<p>This causes the variables to be updated with the values from the thermostat. Any time they change, they get written to the database.</p>
<p>Next I have a shell script program that reads values out of the databases and puts them in weird format that MRTG wants. This script looks like</p>
<p style="padding-left: 30px">#!/bin/csh</p>
<p style="padding-left: 30px">setenv VAL ` sqlite3 -csv /Library/Application\ Support/Perceptive\ Automation/Indigo\ 4/IndigoSqlClient/sqlite_db ” SELECT var_value FROM variable_history WHERE var_name=’$1’ ORDER BY ts DESC LIMIT 1 ; ” `</p>
<p style="padding-left: 30px">if ( $VAL == false ) then</p>
<p style="padding-left: 30px">echo 0</p>
<p style="padding-left: 30px">else if ( $VAL == true ) then</p>
<p style="padding-left: 30px">echo 100</p>
<p style="padding-left: 30px">else</p>
<p style="padding-left: 30px">echo $VAL</p>
<p style="padding-left: 30px">endif</p>
<p style="padding-left: 30px">echo 0</p>
<p style="padding-left: 30px">echo 0</p>
<p style="padding-left: 30px">echo $1</p>
<p style="padding-left: 30px">exit 0</p>
<p>I call this script from the MRTG. My MRTG configuration has an entry that looks like</p>
<p style="padding-left: 30px">Target[mHumidity]: `/Library/WebServer/mrtg/scripts/mrtgGetVar.sh mainHumidity`</p>
<p style="padding-left: 30px">Options[mHumidity]: nopercent,growright,nobanner,integer,gauge,noo</p>
<p style="padding-left: 30px">Title[mHumidity]: Main Humidity</p>
<p style="padding-left: 30px">PageTop[mHumidity]: &lt;h1&gt;Main Humidity&lt;/h1&gt;</p>
<p style="padding-left: 30px">YLegend[mHumidity]: Percent</p>
<p style="padding-left: 30px">ShortLegend[mHumidity]: %</p>
<p style="padding-left: 30px">LegendI[mHumidity]: Humidity</p>
<p style="padding-left: 30px">LegendO[mHumidity]: Humidity Index</p>
<p style="padding-left: 30px">MaxBytes[mHumidity]: 100</p>
<p>And the end result is a graph like</p>
<p style="font: 12.0px Helvetica">
<p><a title="Humidity by cullenfluffyjennings, on Flickr" href="http://www.flickr.com/photos/cullenfluffyjennings/4217315779/"><img src="http://farm3.static.flickr.com/2612/4217315779_049f5b2b82_o.jpg" alt="Humidity" width="614" height="274" /></a></p>
<p style="font: 12.0px Helvetica">
<p style="font: 12.0px Helvetica">I also have some triggers that happen when my office ligth goes on or off and set a variable called COfficeLight to true or false. The MRTG config looks like:</p>
<p style="font: 12.0px Helvetica">
<p style="font: 12px Helvetica;padding-left: 30px">Target[cOffLight]: `/Library/WebServer/mrtg/scripts/mrtgGetVar.sh COfficeLights`</p>
<p style="font: 12px Helvetica;padding-left: 30px">Options[cOffLight]: nopercent,growright,nobanner,integer,gauge,noo</p>
<p style="font: 12px Helvetica;padding-left: 30px">Title[cOffLight]: C Office Lights</p>
<p style="font: 12px Helvetica;padding-left: 30px">PageTop[cOffLight]: &lt;h1&gt;C Office Lights&lt;/h1&gt;</p>
<p style="font: 12px Helvetica;padding-left: 30px">YLegend[cOffLight]: TBD1</p>
<p style="font: 12px Helvetica;padding-left: 30px">ShortLegend[cOffLight]: TBD2</p>
<p style="font: 12px Helvetica;padding-left: 30px">LegendI[cOffLight]: TBD3</p>
<p style="font: 12px Helvetica;padding-left: 30px">LegendO[cOffLight]: TBD4</p>
<p style="font: 12px Helvetica;padding-left: 30px">MaxBytes[cOffLight]: 110</p>
<p style="font: 12.0px Helvetica">
<p style="font: 12.0px Helvetica">Produces a graph like</p>
<p style="font: 12.0px Helvetica">
<p style="font: 12.0px Helvetica"><a title="COffice Lights by cullenfluffyjennings, on Flickr" href="http://www.flickr.com/photos/cullenfluffyjennings/4217316011/"><img src="http://farm5.static.flickr.com/4023/4217316011_74b5a4abe2.jpg" alt="COffice Lights" width="500" height="250" /></a></p>
<p style="font: 12.0px Helvetica">
<p style="font: 12.0px Helvetica">
<p style="font: 12.0px Helvetica">Finally I have a python program to get weather information. This program requires the wether API for python to be installed (see http://code.google.com/p/python-weather-api/ ). The python program looks like</p>
<p style="font: 12.0px Helvetica">
<p style="font: 12.0px Helvetica">
<p style="font: 12px Helvetica;padding-left: 30px">#!/usr/bin/env python</p>
<p style="font: 12px Helvetica;padding-left: 30px">
<p style="font: 12px Helvetica;padding-left: 30px">import pywapi</p>
<p style="font: 12px Helvetica;padding-left: 30px">import string</p>
<p style="font: 12px Helvetica;padding-left: 30px">import optparse</p>
<p style="font: 12px Helvetica;padding-left: 30px">import sys</p>
<p style="font: 12px Helvetica;padding-left: 30px">
<p style="font: 12px Helvetica;padding-left: 30px">def main():</p>
<p style="font: 12px Helvetica;padding-left: 30px">global options</p>
<p style="font: 12px Helvetica;padding-left: 30px">
<p style="font: 12px Helvetica;padding-left: 30px">optionParser = optparse.OptionParser(version=”%prog 0.1”,</p>
<p style="font: 12px Helvetica;padding-left: 30px">description=”Get weather in format approperate for MRTG”,</p>
<p style="font: 12px Helvetica;padding-left: 30px">usage=”%prog [options] city”)</p>
<p style="font: 12px Helvetica;padding-left: 30px">optionParser.add_option(‘—verbose’,’-v’,action=’store_true’)</p>
<p style="font: 12px Helvetica;padding-left: 30px">optionParser.add_option(‘—metric’,’-m’,</p>
<p style="font: 12px Helvetica;padding-left: 30px">action=’store_true’,</p>
<p style="font: 12px Helvetica;padding-left: 30px">help=”use metric values. Default is imperial”)</p>
<p style="font: 12px Helvetica;padding-left: 30px">optionParser.add_option(‘—humidity’,”,</p>
<p style="font: 12px Helvetica;padding-left: 30px">action=’store_true’,</p>
<p style="font: 12px Helvetica;padding-left: 30px">help=”Return relative humidity instead of temperature.”)</p>
<p style="font: 12px Helvetica;padding-left: 30px">options, arguments = optionParser.parse_args()</p>
<p style="font: 12px Helvetica;padding-left: 30px">
<p style="font: 12px Helvetica;padding-left: 30px">if ( len(arguments) != 1 ):</p>
<p style="font: 12px Helvetica;padding-left: 30px">optionParser.error(“Must provide one city name such as ‘Calgary,AB’ “)</p>
<p style="font: 12px Helvetica;padding-left: 30px">
<p style="font: 12px Helvetica;padding-left: 30px">if options.verbose:</p>
<p style="font: 12px Helvetica;padding-left: 30px">print “City is ” + arguments[0]</p>
<p style="font: 12px Helvetica;padding-left: 30px">
<p style="font: 12px Helvetica;padding-left: 30px">result = pywapi.get_weather_from_google( arguments[0] )</p>
<p style="font: 12px Helvetica;padding-left: 30px">
<p style="font: 12px Helvetica;padding-left: 30px">if options.humidity:</p>
<p style="font: 12px Helvetica;padding-left: 30px">humRes = result[‘current_conditions’][‘humidity’]</p>
<p style="font: 12px Helvetica;padding-left: 30px">hum = “%s”%humRes</p>
<p style="font: 12px Helvetica;padding-left: 30px">if options.verbose:</p>
<p style="font: 12px Helvetica;padding-left: 30px">print “Raw humidity string is ” + hum</p>
<p style="font: 12px Helvetica;padding-left: 30px">h = int( float( hum.lstrip(“Humidity: “).rstrip(“%”) ) )</p>
<p style="font: 12px Helvetica;padding-left: 30px">if options.verbose:</p>
<p style="font: 12px Helvetica;padding-left: 30px">print “Parsed humidity is %d”%h</p>
<p style="font: 12px Helvetica;padding-left: 30px">print “%d”%h</p>
<p style="font: 12px Helvetica;padding-left: 30px">print 0</p>
<p style="font: 12px Helvetica;padding-left: 30px">print 0</p>
<p style="font: 12px Helvetica;padding-left: 30px">print “OutsideHumidity”</p>
<p style="font: 12px Helvetica;padding-left: 30px">else:</p>
<p style="font: 12px Helvetica;padding-left: 30px">if options.metric:</p>
<p style="font: 12px Helvetica;padding-left: 30px">print result[‘current_conditions’][‘temp_c’]</p>
<p style="font: 12px Helvetica;padding-left: 30px">print 0</p>
<p style="font: 12px Helvetica;padding-left: 30px">print 0</p>
<p style="font: 12px Helvetica;padding-left: 30px">print “OutsideTempCelcius”</p>
<p style="font: 12px Helvetica;padding-left: 30px">else:</p>
<p style="font: 12px Helvetica;padding-left: 30px">print result[‘current_conditions’][‘temp_f’]</p>
<p style="font: 12px Helvetica;padding-left: 30px">print 0</p>
<p style="font: 12px Helvetica;padding-left: 30px">print 0</p>
<p style="font: 12px Helvetica;padding-left: 30px">print “OutsideTempFahrenheit”</p>
<p style="font: 12px Helvetica;padding-left: 30px">
<p style="font: 12px Helvetica;padding-left: 30px">return 0</p>
<p style="font: 12px Helvetica;padding-left: 30px">
<p style="font: 12px Helvetica;padding-left: 30px">if __name__ == “__main__”:</p>
<p style="font: 12px Helvetica;padding-left: 30px">sys.exit(main())</p>
<p>and I use a MRTG config like:</p>
<p style="padding-left: 30px">Target[outsideHumidity]: `/Library/WebServer/mrtg/scripts/mrtgGetWeather.py —humidity “Calgary,AB” `</p>
<p style="padding-left: 30px">Options[outsideHumidity]: nopercent,growright,nobanner,integer,gauge,noo</p>
<p style="padding-left: 30px">Title[outsideHumidity]: Outside Humidity</p>
<p style="padding-left: 30px">PageTop[outsideHumidity]: &lt;h1&gt;Outside Humidity&lt;/h1&gt;</p>
<p style="padding-left: 30px">YLegend[outsideHumidity]: Percent</p>
<p style="padding-left: 30px">ShortLegend[outsideHumidity]: %</p>
<p style="padding-left: 30px">LegendI[outsideHumidity]: Humidity</p>
<p style="padding-left: 30px">LegendO[outsideHumidity]: Humidity Index</p>
<p style="padding-left: 30px">MaxBytes[outsideHumidity]: 100</p>
<p>To get a graph like</p>
<p style="font: 12.0px Helvetica"><a title="Weekly Humidity by cullenfluffyjennings, on Flickr" href="http://www.flickr.com/photos/cullenfluffyjennings/4217316175/"><img src="http://farm5.static.flickr.com/4024/4217316175_965315edae.jpg" alt="Weekly Humidity" width="500" height="229" /></a></p>
<p style="font: 12.0px Helvetica">
<p style="font: 12.0px Helvetica">
]]></content:encoded>
			<wfw:commentRss>http://www.dial911anddie.com/weblog/2009/12/home-automation-graphs-with-mrtg-using-insteon-with-indigo-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Pachube with Insteon/Indigo software</title>
		<link>http://www.dial911anddie.com/weblog/2009/12/using-pachube-with-insteonindigo-software/</link>
		<comments>http://www.dial911anddie.com/weblog/2009/12/using-pachube-with-insteonindigo-software/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 02:51:00 +0000</pubDate>
		<dc:creator>fluffy</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.dial911anddie.com/weblog/2009/12/using-pachube-with-insteonindigo-software/</guid>
		<description><![CDATA[I wanted to publish some sensor data from my house up to pachube.
I used a venstar T1900 thermostat (http://venstar.com) along with insteon module from SmartLabs (http://www.smartlabsinc.com) over to a INSTEON controller connected to the Indigo software from http://www.perceptiveautomation.com.
First you need to create an account on pachube.com and create a new feed with two data streams. [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to publish some sensor data from my house up to pachube.</p>
<p>I used a venstar T1900 thermostat (http://venstar.com) along with insteon module from SmartLabs (http://www.smartlabsinc.com) over to a INSTEON controller connected to the Indigo software from http://www.perceptiveautomation.com.</p>
<p>First you need to create an account on pachube.com and create a new feed with two data streams. The first stream is temperature and second is humidity. Make sure the &#8220;Feed Type&#8221; is set to manual when you created the feed. From the pachube site, you need to get your API key and the feed ID for the feed you created. In the Indigo software, I created a &#8220;Time/Date Action&#8221; that runs ever 10 minutes and has an action type of &#8220;Execute AppleScript&#8221;. I use the following embedded script</p>
<p>The following code is license under the simplified BSD license (see http://www.opensource.org/licenses/bsd-license.php) if you want to use it.</p>
<p style="font: normal normal normal 12px/normal Verdana; color: #4c4e4e; padding-left: 30px;"><span style="color: #000000">#</span> to use this script, you need to edit the next three lines with your API key, and URL for for your feed, and device name in indigo software for your thermostat</p>
<p style="font: normal normal normal 12px/normal Verdana; padding-left: 30px;"><span style="color: #3300fe">set</span> <span style="color: #418004">myPachubeAPIKey</span> <span style="color: #3300fe">to</span> &#8220;PUT YOUR KEY HERE&#8221;</p>
<p style="font: normal normal normal 12px/normal Verdana; padding-left: 30px;"><span style="color: #3300fe">set</span> <span style="color: #418004">myPachubeFeed</span> <span style="color: #3300fe">to</span> &#8220;http://www.pachube.com/api/feeds/1234.csv&#8221; # change to your key</p>
<p style="font: normal normal normal 12px/normal Verdana; color: #418004; padding-left: 30px;"><span style="color: #3300fe">set</span> myThermostatName <span style="color: #3300fe">to</span> <span style="color: #000000">&#8220;MainThermo&#8221; # you can find the name to put here in the Device screen in Indigo</span></p>
<p style="font: normal normal normal 12px/normal Verdana; padding-left: 30px;">
<p style="font: normal normal normal 12px/normal Verdana; padding-left: 30px;"><span style="color: #3300fe">tell</span> <span style="color: #3302fe">application</span> &#8220;IndigoServer&#8221;</p>
<p style="font: normal normal normal 12px/normal Verdana; padding-left: 30px;"><span style="color: #418004"><span style="color: #000000"> </span> <span style="color: #3300fe">set</span> mainThermoDev <span style="color: #3300fe">to</span> <span style="color: #3302fe">device</span> myThermostatName</span></p>
<p style="font: normal normal normal 12px/normal Verdana; color: #418004; padding-left: 30px;"><span style="color: #000000"> </span><span style="color: #3300fe">set</span> myTemp <span style="color: #3300fe">to</span> <span style="color: #3302fe">temperatures</span> <span style="color: #3300fe">of</span> mainThermoDev</p>
<p style="font: normal normal normal 12px/normal Verdana; padding-left: 30px;"><span style="color: #3300fe">set</span> <span style="color: #3302fe">value</span> <span style="color: #3300fe">of</span> <span style="color: #3302fe">variable</span> &#8220;mainTemp&#8221; <span style="color: #3300fe">to</span> <span style="color: #418004">myTemp</span></p>
<p style="font: normal normal normal 12px/normal Verdana; color: #418004; padding-left: 30px;"><span style="color: #000000"> </span><span style="color: #3300fe">set</span> myHumidity <span style="color: #3300fe">to</span> <span style="color: #3302fe">humidities</span> <span style="color: #3300fe">of</span> mainThermoDev</p>
<p style="font: normal normal normal 12px/normal Verdana; padding-left: 30px;"><span style="color: #3300fe">set</span> <span style="color: #3302fe">value</span> <span style="color: #3300fe">of</span> <span style="color: #3302fe">variable</span> &#8220;mainHumidity&#8221; <span style="color: #3300fe">to</span> <span style="color: #418004">myHumidity</span></p>
<p style="font: normal normal normal 12px/normal Verdana; color: #3300fe; padding-left: 30px;">end tell</p>
<p style="font: normal normal normal 12px/normal Verdana; padding-left: 30px;">
<p style="font: normal normal normal 12px/normal Verdana; color: #3300fe; padding-left: 30px;">try</p>
<p style="font: normal normal normal 12px/normal Verdana; padding-left: 30px;"><span style="color: #3300fe">set</span> <span style="color: #418004">myRes</span> <span style="color: #3300fe">to</span> <span style="color: #3302fe">do shell script</span> &#8220;curl &#8211;max-time 10 &#8211;silent &#8211;show-error &#8211;request PUT &#8211;header &#8216;X-PachubeApiKey:&#8221; &amp; <span style="color: #418004">myPachubeAPIKey</span> &amp; &#8220;&#8216; &#8211;data &#8216;&#8221; &amp; <span style="color: #418004">myTemp</span> &amp; &#8220;,&#8221; &amp; <span style="color: #418004">myHumidity</span> &amp; &#8220;&#8216; &#8221; &amp; <span style="color: #418004">myPachubeFeed</span></p>
<p style="font: normal normal normal 12px/normal Verdana; color: #3300fe; padding-left: 30px;"><span style="color: #000000"> </span>if <span style="color: #418004">myRes</span> is not equal to <span style="color: #000000">&#8221; &#8220;</span> then</p>
<p style="font: normal normal normal 12px/normal Verdana; padding-left: 30px;"><span style="color: #3302fe">log</span> &#8220;Problem with posting to pachube. curl result is:&#8221; &amp; <span style="color: #418004">myRes</span></p>
<p style="font: normal normal normal 12px/normal Verdana; padding-left: 30px;"><span style="color: #3300fe">end</span> <span style="color: #3300fe">if</span></p>
<p style="font: normal normal normal 12px/normal Verdana; color: #3300fe; padding-left: 30px;">on error</p>
<p style="font: normal normal normal 12px/normal Verdana; padding-left: 30px;"><span style="color: #3302fe">log</span> &#8220;Error execting curl to post to pachube.com: Result was &#8221; &amp; <span style="color: #418004">myRes</span></p>
<p style="font: normal normal normal 12px/normal Verdana; color: #3300fe; padding-left: 30px;">end try</p>
<p style="font: normal normal normal 12px/normal Verdana; padding-left: 30px;">
<p style="font: normal normal normal 12px/normal Verdana; color: #4c4e4e; padding-left: 30px;"><span style="color: #000000">#</span>log &#8220;ran the temp log script temp=&#8221; &amp; myTemp &amp; &#8221; humidity=&#8221; &amp; myHumidity</p>
<p>You can get a google gadget on a web page to graph your feed by embedding the following code after changing the feedID from 1234 to whatever your feed is.</p>
<p>&lt;script src=&#8221;http://www.gmodules.com/ig/ifr?url=http://apps.pachube.com/google_gadget/p.xml&amp;amp;up_feedID=1234&amp;amp;synd=open&amp;amp;w=400&amp;amp;h=300&amp;amp;title=House+Temp&amp;amp;border=http%3A%2F%2Fwww.gmodules.com%2Fig%2Fimages%2F&amp;amp;output=js&#8221;&gt;&lt;/script&gt;</p>
<p>The end result should look something like:<br />
<script src="http://www.gmodules.com/ig/ifr?url=http://apps.pachube.com/google_gadget/p.xml&amp;up_feedID=4048&amp;synd=open&amp;w=400&amp;h=300&amp;title=House+Temp&amp;border=http%3A%2F%2Fwww.gmodules.com%2Fig%2Fimages%2F&amp;output=js"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dial911anddie.com/weblog/2009/12/using-pachube-with-insteonindigo-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amsterdam&#8217;s Tolerant Laws and Public Safety</title>
		<link>http://www.dial911anddie.com/weblog/2009/06/amsterdams-tolerant-laws-and-public-safety/</link>
		<comments>http://www.dial911anddie.com/weblog/2009/06/amsterdams-tolerant-laws-and-public-safety/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 01:20:02 +0000</pubDate>
		<dc:creator>fluffy</dc:creator>
				<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://www.dial911anddie.com/weblog/2009/06/amsterdams-tolerant-laws-and-public-safety/</guid>
		<description><![CDATA[I have had the pleasure of coming to the Netherlands multiple times in the past few years and I have always had a really great time. Part of that fun has been the warm friendly people but it is also their social tolerant approach to legislation that allows people to make their own choices about [...]]]></description>
			<content:encoded><![CDATA[<p>I have had the pleasure of coming to the Netherlands multiple times in the past few years and I have always had a really great time. Part of that fun has been the warm friendly people but it is also their social tolerant approach to legislation that allows people to make their own choices about what is safe for them. Lots of things are legal in the Netherlands that just aren&#8217;t legal where I live. I really liked this and decided to participate in one of the activities that&#8217;s not legal where I live to get a real feel about the safety implications and how I felt about them.</p>
<p>Note in all the following photos, no one is ever wearing any protection on their head. There is a huge demographic range and none of them use head protection.</p>
<p>There are men and women,</p>
<p><a href="http://www.flickr.com/photos/cullenfluffyjennings/3609265029/" title="_MG_2018 - Version 2 by cullenfluffyjennings, on Flickr"><img src="http://farm4.static.flickr.com/3309/3609265029_628118c9a9.jpg" width="414" height="423" alt="_MG_2018 - Version 2" /></a> <a href="http://www.flickr.com/photos/cullenfluffyjennings/3610078770/" title="_MG_2045 - Version 2 by cullenfluffyjennings, on Flickr"><img src="http://farm4.static.flickr.com/3354/3610078770_8099b9eae9.jpg" width="500" height="420" alt="_MG_2045 - Version 2" /></a><br />
<a href="http://www.flickr.com/photos/cullenfluffyjennings/3610075168/" title="_MG_1802 - Version 2 by cullenfluffyjennings, on Flickr"><img src="http://farm4.static.flickr.com/3359/3610075168_556e498907.jpg" width="445" height="368" alt="_MG_1802 - Version 2" /></a> <a href="http://www.flickr.com/photos/cullenfluffyjennings/3610073752/" title="_MG_1665 - Version 2 by cullenfluffyjennings, on Flickr"><img src="http://farm3.static.flickr.com/2429/3610073752_12a7d34232.jpg" width="435" height="366" alt="_MG_1665 - Version 2" /></a><br />
<a href="http://www.flickr.com/photos/cullenfluffyjennings/3610081070/" title="_MG_2100 - Version 2 by cullenfluffyjennings, on Flickr"><img src="http://farm3.static.flickr.com/2476/3610081070_e4a8c48b4e.jpg" width="510" height="468" alt="_MG_2100 - Version 2" /></a> <a href="http://www.flickr.com/photos/cullenfluffyjennings/3610074104/" title="_MG_1713 - Version 2 by cullenfluffyjennings, on Flickr"><img src="http://farm4.static.flickr.com/3562/3610074104_0b6b02996e.jpg" width="327" height="466" alt="_MG_1713 - Version 2" /></a><br />
<a href="http://www.flickr.com/photos/cullenfluffyjennings/3609261161/" title="_MG_1707 - Version 2 by cullenfluffyjennings, on Flickr"><img src="http://farm4.static.flickr.com/3337/3609261161_7ea49510d8.jpg" width="461" height="396" alt="_MG_1707 - Version 2" /></a> <a href="http://www.flickr.com/photos/cullenfluffyjennings/3609262543/" title="_MG_1809 - Version 2 by cullenfluffyjennings, on Flickr"><img src="http://farm4.static.flickr.com/3366/3609262543_d3c283de96.jpg" width="398" height="394" alt="_MG_1809 - Version 2" /></a><br />
<a href="http://www.flickr.com/photos/cullenfluffyjennings/3609261499/" title="_MG_1717 - Version 2 by cullenfluffyjennings, on Flickr"><img src="http://farm4.static.flickr.com/3350/3609261499_5abb747180.jpg" width="421" height="407" alt="_MG_1717 - Version 2" /></a> <a href="http://www.flickr.com/photos/cullenfluffyjennings/3609260743/" title="_MG_1664 - Version 2 by cullenfluffyjennings, on Flickr"><img src="http://farm4.static.flickr.com/3337/3609260743_51a060631d.jpg" width="500" height="394" alt="_MG_1664 - Version 2" /></a><br />
<a href="http://www.flickr.com/photos/cullenfluffyjennings/3610075948/" title="_MG_2005 - Version 2 by cullenfluffyjennings, on Flickr"><img src="http://farm4.static.flickr.com/3626/3610075948_edd22d54af.jpg" width="500" height="377" alt="_MG_2005 - Version 2" /></a> <a href="http://www.flickr.com/photos/cullenfluffyjennings/3610077096/" title="_MG_2012 - Version 2 by cullenfluffyjennings, on Flickr"><img src="http://farm4.static.flickr.com/3359/3610077096_f2bfde6c13.jpg" width="439" height="379" alt="_MG_2012 - Version 2" /></a></p>
<p>And ones where I&#8217;m not sure</p>
<p><a href="http://www.flickr.com/photos/cullenfluffyjennings/3610076408/" title="_MG_2009 - Version 2 by cullenfluffyjennings, on Flickr"><img src="http://farm3.static.flickr.com/2432/3610076408_e1cf08240a.jpg" width="500" height="443" alt="_MG_2009 - Version 2" /></a></p>
<p>Thin and Not so Thin</p>
<p><a href="http://www.flickr.com/photos/cullenfluffyjennings/3610080090/" title="_MG_2065 - Version 2 by cullenfluffyjennings, on Flickr"><img src="http://farm4.static.flickr.com/3310/3610080090_d0bd76ce90.jpg" width="471" height="425" alt="_MG_2065 - Version 2" /></a> <a href="http://www.flickr.com/photos/cullenfluffyjennings/3609262083/" title="_MG_1801 - Version 2 by cullenfluffyjennings, on Flickr"><img src="http://farm4.static.flickr.com/3592/3609262083_2d6c6a2cfd.jpg" width="483" height="422" alt="_MG_1801 - Version 2" /></a></p>
<p>There are old people</p>
<p><a href="http://www.flickr.com/photos/cullenfluffyjennings/3610076156/" title="_MG_2006 - Version 2 by cullenfluffyjennings, on Flickr"><img src="http://farm4.static.flickr.com/3390/3610076156_b0a0134747_m.jpg" width="275" height="265" alt="_MG_2006 - Version 2" /></a> <a href="http://www.flickr.com/photos/cullenfluffyjennings/3609267697/" title="_MG_2078 - Version 2 by cullenfluffyjennings, on Flickr"><img src="http://farm4.static.flickr.com/3390/3609267697_0ee8b876d0_m.jpg" width="294" height="263" alt="_MG_2078 - Version 2" /></a> <a href="http://www.flickr.com/photos/cullenfluffyjennings/3609267007/" title="_MG_2064 - Version 2 by cullenfluffyjennings, on Flickr"><img src="http://farm4.static.flickr.com/3353/3609267007_d91c131e4f_m.jpg" width="280" height="259" alt="_MG_2064 - Version 2" /></a></p>
<p>There are young people</p>
<p><a href="http://www.flickr.com/photos/cullenfluffyjennings/3609267007/" title="_MG_2064 - Version 2 by cullenfluffyjennings, on Flickr"><img src="http://farm4.static.flickr.com/3353/3609267007_d91c131e4f_m.jpg" width="236" height="218" alt="_MG_2064 - Version 2" /></a> <a href="http://www.flickr.com/photos/cullenfluffyjennings/3609264541/" title="_MG_2013 - Version 2 by cullenfluffyjennings, on Flickr"><img src="http://farm4.static.flickr.com/3604/3609264541_90a4607aaf_m.jpg" width="240" height="219" alt="_MG_2013 - Version 2" /></a></p>
<p>There black, white, other, and multicolor</p>
<p><a href="http://www.flickr.com/photos/cullenfluffyjennings/3609267883/" title="_MG_2080 - Version 2 by cullenfluffyjennings, on Flickr"><img src="http://farm4.static.flickr.com/3593/3609267883_90e1aa6823_m.jpg" width="240" height="240" alt="_MG_2080 - Version 2" /></a> <a href="http://www.flickr.com/photos/cullenfluffyjennings/3609266729/" title="_MG_2063 - Version 2 by cullenfluffyjennings, on Flickr"><img src="http://farm4.static.flickr.com/3142/3609266729_a7742a2e33_m.jpg" width="233" height="240" alt="_MG_2063 - Version 2" /></a> <a href="http://www.flickr.com/photos/cullenfluffyjennings/3609261807/" title="_MG_1725 - Version 2 by cullenfluffyjennings, on Flickr"><img src="http://farm4.static.flickr.com/3414/3609261807_9ed908cdd5.jpg" width="304" height="241" alt="_MG_1725 - Version 2" /></a></p>
<p>But nobody seems to care about the usual drivel about not wearing headphones</p>
<p><a href="http://www.flickr.com/photos/cullenfluffyjennings/3609266043/" title="_MG_2049 - Version 2 by cullenfluffyjennings, on Flickr"><img src="http://farm4.static.flickr.com/3617/3609266043_77817276d4.jpg" width="415" height="413" alt="_MG_2049 - Version 2" /></a> <a href="http://www.flickr.com/photos/cullenfluffyjennings/3610076646/" title="_MG_2010 - Version 2 by cullenfluffyjennings, on Flickr"><img src="http://farm4.static.flickr.com/3660/3610076646_327ecf2b9b.jpg" width="415" height="411" alt="_MG_2010 - Version 2" /></a></p>
<p>Not to mention the use of mobile phones</p>
<p><a href="http://www.flickr.com/photos/cullenfluffyjennings/3609264801/" title="_MG_2015 - Version 3 by cullenfluffyjennings, on Flickr"><img src="http://farm4.static.flickr.com/3401/3609264801_3ca19e9719_o.jpg" width="814" height="725" alt="_MG_2015 - Version 3" /></a><br />
<a href="http://www.flickr.com/photos/cullenfluffyjennings/3609265371/" title="_MG_2023 - Version 2 by cullenfluffyjennings, on Flickr"><img src="http://farm3.static.flickr.com/2455/3609265371_b349f172ab.jpg" width="500" height="350" alt="_MG_2023 - Version 2" /></a> <a href="http://www.flickr.com/photos/cullenfluffyjennings/3609268451/" title="_MG_2105 - Version 2 by cullenfluffyjennings, on Flickr"><img src="http://farm4.static.flickr.com/3555/3609268451_46fec0ac07.jpg" width="308" height="350" alt="_MG_2105 - Version 2" /></a><br />
<a href="http://www.flickr.com/photos/cullenfluffyjennings/3609266271/" title="_MG_2054 - Version 2 by cullenfluffyjennings, on Flickr"><img src="http://farm3.static.flickr.com/2457/3609266271_e9f68ccea4_m.jpg" width="214" height="221" alt="_MG_2054 - Version 2" /></a> <a href="http://www.flickr.com/photos/cullenfluffyjennings/3609266513/" title="_MG_2056 - Version 2 by cullenfluffyjennings, on Flickr"><img src="http://farm4.static.flickr.com/3316/3609266513_f5f8e277f3_m.jpg" width="240" height="219" alt="_MG_2056 - Version 2" /></a> <a href="http://www.flickr.com/photos/cullenfluffyjennings/3609264089/" title="_MG_2011 - Version 2 by cullenfluffyjennings, on Flickr"><img src="http://farm3.static.flickr.com/2452/3609264089_87320c18e7_m.jpg" width="211" height="219" alt="_MG_2011 - Version 2" /></a> <a href="http://www.flickr.com/photos/cullenfluffyjennings/3609265575/" title="_MG_2028 - Version 2 by cullenfluffyjennings, on Flickr"><img src="http://farm4.static.flickr.com/3391/3609265575_ace3ea7e54_m.jpg" width="180" height="218" alt="_MG_2028 - Version 2" /></a></p>
<p>Or perhaps a little texting while riding</p>
<p><a href="http://www.flickr.com/photos/cullenfluffyjennings/3609267471/" title="_MG_2076 - Version 2 by cullenfluffyjennings, on Flickr"><img src="http://farm4.static.flickr.com/3601/3609267471_3cb7c319e3.jpg" width="500" height="456" alt="_MG_2076 - Version 2" /></a></p>
<p>Some idiot with a Canon 5D taking a photo of himself while riding. No doubt not a local.</p>
<p><a href="http://www.flickr.com/photos/cullenfluffyjennings/3609262791/" title="_MG_1977 - Version 2 by cullenfluffyjennings, on Flickr"><img src="http://farm4.static.flickr.com/3381/3609262791_03f671354b.jpg" width="495" height="330" alt="_MG_1977 - Version 2" /></a></p>
<p>PS &#8211; Corda, thanks for embarrassing me into finally updating my blog. I will try and post some family photos some time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dial911anddie.com/weblog/2009/06/amsterdams-tolerant-laws-and-public-safety/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dial 911, die in the heat</title>
		<link>http://www.dial911anddie.com/weblog/2009/06/dial-911-die-in-the-heat/</link>
		<comments>http://www.dial911anddie.com/weblog/2009/06/dial-911-die-in-the-heat/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 23:01:13 +0000</pubDate>
		<dc:creator>fluffy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[911]]></category>

		<guid isPermaLink="false">http://www.dial911anddie.com/weblog/2009/06/dial-911-die-in-the-heat/</guid>
		<description><![CDATA[It certainly possible that David Iredale, a lost hiker, would be alive today if we actually bothered to deploy wireless location systems.
Lost teen&#8217;s emergency calls prove futile &#8211; Yahoo! News
Of course, you can dial 911 and also die in the cold. A similar story from roughly the far side of the world.
Williams Lake Tribune &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>It certainly possible that <span style="font-family: arial; font-size: 13px; line-height: 18px;">David Iredale, a lost hiker, would be alive today if we actually bothered to deploy wireless location systems.</span></p>
<p><a href="http://news.yahoo.com/s/ap/as_australia_forest_tragedy;_ylt=Aos4_Bk9L7p19KviSRfHGRB0fNdF">Lost teen&#8217;s emergency calls prove futile &#8211; Yahoo! News</a></p>
<p>Of course, you can dial 911 and also die in the cold. A similar story from roughly the far side of the world.</p>
<p><a href="http://www.bclocalnews.com/bc_cariboo/williamslaketribune/news/37622954.html">Williams Lake Tribune &#8211; RCMP release more Armstrong details</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dial911anddie.com/weblog/2009/06/dial-911-die-in-the-heat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sad tail of 911, VoIP, and death of Elijah Luck</title>
		<link>http://www.dial911anddie.com/weblog/2009/06/sad-tail-of-911-voip-and-death-of-elijah-luck/</link>
		<comments>http://www.dial911anddie.com/weblog/2009/06/sad-tail-of-911-voip-and-death-of-elijah-luck/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 22:13:45 +0000</pubDate>
		<dc:creator>fluffy</dc:creator>
				<category><![CDATA[VoIP]]></category>
		<category><![CDATA[911]]></category>

		<guid isPermaLink="false">http://www.dial911anddie.com/weblog/2009/06/sad-tail-of-911-voip-and-death-of-elijah-luck/</guid>
		<description><![CDATA[There has been plenty of coverage of the death of Elijah Luck in Calgary. The short version is that when the family dialed 911, but the address that Comwave who provided the VoIP phone service had on file was out of date as the family had moved. Comwave had an updated billing address but did [...]]]></description>
			<content:encoded><![CDATA[<p>There has been plenty of coverage of the death of Elijah Luck in Calgary. The short version is that when the family dialed 911, but the address that Comwave who provided the VoIP phone service had on file was out of date as the family had moved. Comwave had an updated billing address but did not have an updated address for the location of the phone. Emergency response could not be routed in to Elijah in an acceptable time and Elijah later died.</p>
<p>Sure sucks that updating where to send the bill was a higher priority than keeping people alive.</p>
<p><a href="http://www.theglobeandmail.com/news/technology/probe-of-tragedy-raises-further-questions/article729884/" title="Probe of tragedy raises further questions - The Globe and Mail">Probe of tragedy raises further questions &#8211; The Globe and Mail</a></p>
<p><a href="http://www.theglobeandmail.com/news/technology/canadas-9-1-1-emergency/article728860/" title="Canada's 9-1-1 emergency - The Globe and Mail">Canada&#8217;s 9-1-1 emergency &#8211; The Globe and Mail</a></p>
<p><a href="http://www.theglobeandmail.com/news/technology/regulator-blames-net-phone-provider-in-fatal-911-mix-up/article700543/" title="Regulator blames Net phone provider in fatal 911 mix-up - The Globe and Mail">Regulator blames Net phone provider in fatal 911 mix-up &#8211; The Globe and Mail</a></p>
<p><a href="http://www.theglobeandmail.com/news/national/internet-phone-company-sounds-911-alarm/article684026/" title="Internet phone company sounds 911 alarm - The Globe and Mail">Internet phone company sounds 911 alarm &#8211; The Globe and Mail</a></p>
<p><a href="http://www.theglobeandmail.com/news/national/911-tragedy-in-calgary-reveals-perils-of-voip/article682611/" title="911 tragedy in Calgary reveals perils of VoIP - The Globe and Mail">911 tragedy in Calgary reveals perils of VoIP &#8211; The Globe and Mail</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dial911anddie.com/weblog/2009/06/sad-tail-of-911-voip-and-death-of-elijah-luck/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calgary VS. California</title>
		<link>http://www.dial911anddie.com/weblog/2009/05/calgary-vs-california/</link>
		<comments>http://www.dial911anddie.com/weblog/2009/05/calgary-vs-california/#comments</comments>
		<pubDate>Sun, 31 May 2009 22:02:45 +0000</pubDate>
		<dc:creator>fluffy</dc:creator>
				<category><![CDATA[Family]]></category>

		<guid isPermaLink="false">http://www.dial911anddie.com/weblog/2009/05/calgary-vs-california/</guid>
		<description><![CDATA[
 VS 
 VS 
 VS 
 VS 
]]></description>
			<content:encoded><![CDATA[<p>
<a href="http://www.flickr.com/photos/cullenfluffyjennings/3582376299/" title="_MG_1204 - Version 2 by cullenfluffyjennings, on Flickr"><img src="http://farm3.static.flickr.com/2434/3582376299_447a79e57e.jpg" width="364" height="205" alt="_MG_1204 - Version 2" /></a> VS <img src="http://farm4.static.flickr.com/3660/3583212094_a61115cafc.jpg" width="264" height="205" alt="_MG_1182" /></p>
<p><a href="http://www.flickr.com/photos/cullenfluffyjennings/3582374061/" title="_MG_1267 - Version 2 by cullenfluffyjennings, on Flickr"><img src="http://farm4.static.flickr.com/3413/3582374061_c2b26beecd.jpg" width="366" height="206" alt="_MG_1267 - Version 2" /></a> VS <a href="http://www.flickr.com/photos/cullenfluffyjennings/3583197370/" title="IMG_1378 - Version 2 by cullenfluffyjennings, on Flickr"><img src="http://farm4.static.flickr.com/3664/3583197370_70dc780ef1.jpg" width="271" height="205" alt="IMG_1378 - Version 2" /></a></p>
<p><a href="http://www.flickr.com/photos/cullenfluffyjennings/3583164620/" title="Car in the snow by cullenfluffyjennings, on Flickr"><img src="http://farm4.static.flickr.com/3554/3583164620_b7dbae0892.jpg" width="329" height="276" alt="Car in the snow" /></a> VS <a href="http://www.flickr.com/photos/cullenfluffyjennings/3582366079/" title="Car Sun by cullenfluffyjennings, on Flickr"><img src="http://farm3.static.flickr.com/2437/3582366079_f00b780ce7.jpg" width="301" height="275" alt="Car Sun" /></a></p>
<p><a href="http://www.flickr.com/photos/cullenfluffyjennings/3582380949/" title="_MG_4175 - Version 2 by cullenfluffyjennings, on Flickr"><img src="http://farm4.static.flickr.com/3608/3582380949_0554a797ea.jpg" width="241" height="296" alt="_MG_4175 - Version 2" /></a> VS <a href="http://www.flickr.com/photos/cullenfluffyjennings/3582457569/" title="IMG_2123 by cullenfluffyjennings, on Flickr"><img src="http://farm4.static.flickr.com/3620/3582457569_0c43b7b214.jpg" width="155" height="294" alt="IMG_2123" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dial911anddie.com/weblog/2009/05/calgary-vs-california/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great moments for California&#8217;s new &#8220;handsfree cell phone law&#8221;</title>
		<link>http://www.dial911anddie.com/weblog/2008/07/great-moments-for-californias-new-handsfree-cell-phone-law/</link>
		<comments>http://www.dial911anddie.com/weblog/2008/07/great-moments-for-californias-new-handsfree-cell-phone-law/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 23:31:38 +0000</pubDate>
		<dc:creator>fluffy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.dial911anddie.com/weblog/2008/07/great-moments-for-californias-new-handsfree-cell-phone-law/</guid>
		<description><![CDATA[



Read more about it at http://gov.ca.gov/index.php?/press-release/3910/
]]></description>
			<content:encoded><![CDATA[<p>
<a href="http://www.dial911anddie.com/blog-media/IMG_1743%20-%20Version%202.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/IMG_1743%20-%20Version%202.jpg','popup','width=640,height=559,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/IMG_1743%20-%20Version%202-tm.jpg" height="332" width="378" border="1" hspace="4" vspace="4" alt="Img 1743 - Version 2" /></a>
</p>
<p>
Read more about it at <a href="http://gov.ca.gov/index.php?/press-release/3910/">http://gov.ca.gov/index.php?/press-release/3910/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dial911anddie.com/weblog/2008/07/great-moments-for-californias-new-handsfree-cell-phone-law/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>p2p call flow</title>
		<link>http://www.dial911anddie.com/weblog/2008/06/p2p-call-flow/</link>
		<comments>http://www.dial911anddie.com/weblog/2008/06/p2p-call-flow/#comments</comments>
		<pubDate>Sun, 22 Jun 2008 19:34:44 +0000</pubDate>
		<dc:creator>fluffy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.dial911anddie.com/weblog/2008/06/p2p-call-flow/</guid>
		<description><![CDATA[


p2p call flow, originally uploaded by cullenfluffyjennings.


Draft call flow for the palgebra p2p sip stack.
]]></description>
			<content:encoded><![CDATA[<div style="text-align: left; padding: 3px;">
<a href="http://www.flickr.com/photos/66882350@N00/2601268785/" title="photo sharing"><img src="http://farm4.static.flickr.com/3092/2601268785_82e3c3f345.jpg" style="border: solid 2px #000000;" alt="" /></a><br />
<br />
<span style="font-size: 0.8em; margin-top: 0px;"><a href="http://www.flickr.com/photos/66882350@N00/2601268785/">p2p call flow</a>, originally uploaded by <a href="http://www.flickr.com/people/66882350@N00/">cullenfluffyjennings</a>.</span>
</div>
<p>
Draft call flow for the palgebra p2p sip stack.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dial911anddie.com/weblog/2008/06/p2p-call-flow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Childish web wars</title>
		<link>http://www.dial911anddie.com/weblog/2008/01/childish-web-wars/</link>
		<comments>http://www.dial911anddie.com/weblog/2008/01/childish-web-wars/#comments</comments>
		<pubDate>Wed, 30 Jan 2008 03:19:08 +0000</pubDate>
		<dc:creator>fluffy</dc:creator>
				<category><![CDATA[Junk]]></category>

		<guid isPermaLink="false">http://www.dial911anddie.com/weblog/2008/01/childish-web-wars/</guid>
		<description><![CDATA[
My friend Duane who is clearly the best Vancouver Blogger is involved in some sort of strange scam to improve his google score. I am shocked, simply shocked that anyone participates in trying to to manipulated googles rating by posting links to other peoples blog on their blog. You can read more about it at [...]]]></description>
			<content:encoded><![CDATA[<p>
My friend Duane who is clearly the best <a href="http://duanestorey.com/">Vancouver Blogger</a> is involved in some sort of strange scam to improve his google score. I am shocked, simply shocked that anyone participates in trying to to manipulated googles rating by posting links to other peoples blog on their blog. You can read more about it at <a href="http://duanestorey.com/2008/01/29/vancouver-blogger/">http://duanestorey.com/2008/01/29/vancouver-blogger/</a>. PS &#8211; If you are not convinced yet to go read this, Duane has great photos, check out his Blog of Vancouver Taboo Sex Show.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dial911anddie.com/weblog/2008/01/childish-web-wars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Boston</title>
		<link>http://www.dial911anddie.com/weblog/2007/10/boston-5/</link>
		<comments>http://www.dial911anddie.com/weblog/2007/10/boston-5/#comments</comments>
		<pubDate>Thu, 01 Nov 2007 02:08:01 +0000</pubDate>
		<dc:creator>fluffy</dc:creator>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://www.dial911anddie.com/weblog/2007/10/boston-5/</guid>
		<description><![CDATA[

]]></description>
			<content:encoded><![CDATA[<p>
<a href="http://www.dial911anddie.com/blog-media/IMG_0980%20-%20Version%202.tiff" onclick="window.open('http://www.dial911anddie.com/blog-media/IMG_0980%20-%20Version%202.tiff','popup','width=2198,height=2791,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/IMG_0980%20-%20Version%202-tm.jpg" height="299" width="233" border="1" hspace="4" vspace="4" alt="Img 0980 - Version 2" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dial911anddie.com/weblog/2007/10/boston-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LA</title>
		<link>http://www.dial911anddie.com/weblog/2007/09/la-4/</link>
		<comments>http://www.dial911anddie.com/weblog/2007/09/la-4/#comments</comments>
		<pubDate>Mon, 10 Sep 2007 03:20:37 +0000</pubDate>
		<dc:creator>fluffy</dc:creator>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://www.dial911anddie.com/weblog/2007/09/la-4/</guid>
		<description><![CDATA[

So as a good IETF guy, how could one not love &#8220;The Standard&#8221;.
]]></description>
			<content:encoded><![CDATA[<p>
<a href="http://www.dial911anddie.com/blog-media/IMG_0695%20-%20Version%202.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/IMG_0695%20-%20Version%202.jpg','popup','width=854,height=1024,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/IMG_0695%20-%20Version%202-tm.jpg" height="200" width="166" border="1" hspace="4" vspace="4" alt="Img 0695 - Version 2" /></a><br />
<br />So as a good IETF guy, how could one not love &#8220;The Standard&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dial911anddie.com/weblog/2007/09/la-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another happy Garmin user</title>
		<link>http://www.dial911anddie.com/weblog/2007/08/another-happy-garmin-user/</link>
		<comments>http://www.dial911anddie.com/weblog/2007/08/another-happy-garmin-user/#comments</comments>
		<pubDate>Sat, 25 Aug 2007 02:56:00 +0000</pubDate>
		<dc:creator>fluffy</dc:creator>
				<category><![CDATA[Family]]></category>

		<guid isPermaLink="false">http://www.dial911anddie.com/weblog/2007/08/another-happy-garmin-user/</guid>
		<description><![CDATA[


]]></description>
			<content:encoded><![CDATA[<p>
<a href="http://www.dial911anddie.com/blog-media/_MG_0135%20-%20Version%202.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/_MG_0135%20-%20Version%202.jpg','popup','width=1024,height=733,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/_MG_0135%20-%20Version%202-tm.jpg" height="268" width="375" border="1" hspace="4" vspace="4" alt=" Mg 0135 - Version 2" /></a><br />
<br /><a href="http://www.dial911anddie.com/blog-media/_MG_0147%20-%20Version%202.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/_MG_0147%20-%20Version%202.jpg','popup','width=1024,height=957,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/_MG_0147%20-%20Version%202-tm.jpg" height="200" width="214" border="1" hspace="4" vspace="4" alt=" Mg 0147 - Version 2" /></a><a href="http://www.dial911anddie.com/blog-media/_MG_0153%20-%20Version%202.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/_MG_0153%20-%20Version%202.jpg','popup','width=768,height=1024,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/_MG_0153%20-%20Version%202-tm.jpg" height="200" width="150" border="1" hspace="4" vspace="4" alt=" Mg 0153 - Version 2" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dial911anddie.com/weblog/2007/08/another-happy-garmin-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another unhappy Treo user</title>
		<link>http://www.dial911anddie.com/weblog/2007/08/another-unhappy-treo-user/</link>
		<comments>http://www.dial911anddie.com/weblog/2007/08/another-unhappy-treo-user/#comments</comments>
		<pubDate>Sat, 25 Aug 2007 01:59:37 +0000</pubDate>
		<dc:creator>fluffy</dc:creator>
				<category><![CDATA[Family]]></category>

		<guid isPermaLink="false">http://www.dial911anddie.com/weblog/2007/08/another-unhappy-treo-user/</guid>
		<description><![CDATA[

]]></description>
			<content:encoded><![CDATA[<p>
<a href="http://www.dial911anddie.com/blog-media/rory-treo%20%20004.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/rory-treo%20%20004.jpg','popup','width=1021,height=1024,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/rory-treo%20%20004-tm.jpg" height="313" width="313" border="1" hspace="4" vspace="4" alt="Rory-Treo  004" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dial911anddie.com/weblog/2007/08/another-unhappy-treo-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Voice Con &#8211; San Francisco</title>
		<link>http://www.dial911anddie.com/weblog/2007/08/voice-con-san-francisco/</link>
		<comments>http://www.dial911anddie.com/weblog/2007/08/voice-con-san-francisco/#comments</comments>
		<pubDate>Mon, 20 Aug 2007 20:13:00 +0000</pubDate>
		<dc:creator>fluffy</dc:creator>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://www.dial911anddie.com/weblog/2007/08/voice-con-san-francisco/</guid>
		<description><![CDATA[

]]></description>
			<content:encoded><![CDATA[<p>
<a href="http://www.dial911anddie.com/blog-media/voiceon%20%20003.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/voiceon%20%20003.jpg','popup','width=1024,height=945,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/voiceon%20%20003-tm.jpg" height="150" width="162" border="1" hspace="4" vspace="4" alt="Voiceon  003" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dial911anddie.com/weblog/2007/08/voice-con-san-francisco/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vancouver, Maple Bay, Portland</title>
		<link>http://www.dial911anddie.com/weblog/2007/08/vancouver-maple-bay-portland/</link>
		<comments>http://www.dial911anddie.com/weblog/2007/08/vancouver-maple-bay-portland/#comments</comments>
		<pubDate>Mon, 06 Aug 2007 20:12:44 +0000</pubDate>
		<dc:creator>fluffy</dc:creator>
				<category><![CDATA[Family]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://www.dial911anddie.com/weblog/2007/08/vancouver-maple-bay-portland/</guid>
		<description><![CDATA[
  
]]></description>
			<content:encoded><![CDATA[<p>
<a href="http://www.dial911anddie.com/blog-media/van%20%20005.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/van%20%20005.jpg','popup','width=1024,height=977,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/van%20%20005-tm.jpg" height="100" width="104" border="1" hspace="4" vspace="4" alt="Van  005" /></a> <a href="http://www.dial911anddie.com/blog-media/van%20%20006.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/van%20%20006.jpg','popup','width=1024,height=816,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/van%20%20006-tm.jpg" height="100" width="125" border="1" hspace="4" vspace="4" alt="Van  006" /></a> <a href="http://www.dial911anddie.com/blog-media/van%20%20007.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/van%20%20007.jpg','popup','width=1024,height=1017,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/van%20%20007-tm.jpg" height="100" width="100" border="1" hspace="4" vspace="4" alt="Van  007" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dial911anddie.com/weblog/2007/08/vancouver-maple-bay-portland/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chicago &#8211; IETF</title>
		<link>http://www.dial911anddie.com/weblog/2007/07/chicago-ietf/</link>
		<comments>http://www.dial911anddie.com/weblog/2007/07/chicago-ietf/#comments</comments>
		<pubDate>Sat, 21 Jul 2007 13:20:47 +0000</pubDate>
		<dc:creator>fluffy</dc:creator>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://www.dial911anddie.com/weblog/2007/07/chicago-ietf/</guid>
		<description><![CDATA[

]]></description>
			<content:encoded><![CDATA[<p>
<a href="http://www.dial911anddie.com/blog-media/IMG_0016%20-%20Version%202.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/IMG_0016%20-%20Version%202.jpg','popup','width=1024,height=647,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/IMG_0016%20-%20Version%202-tm.jpg" height="200" width="316" border="1" hspace="4" vspace="4" alt="Img 0016 - Version 2" /></a><a href="http://www.dial911anddie.com/blog-media/IMG_0614%20-%20Version%202.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/IMG_0614%20-%20Version%202.jpg','popup','width=992,height=1023,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/IMG_0614%20-%20Version%202-tm.jpg" height="200" width="193" border="1" hspace="4" vspace="4" alt="Img 0614 - Version 2" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dial911anddie.com/weblog/2007/07/chicago-ietf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VON Europe &#8211; Stockholm</title>
		<link>http://www.dial911anddie.com/weblog/2007/06/von-europe-stockholm/</link>
		<comments>http://www.dial911anddie.com/weblog/2007/06/von-europe-stockholm/#comments</comments>
		<pubDate>Mon, 11 Jun 2007 16:22:06 +0000</pubDate>
		<dc:creator>fluffy</dc:creator>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Junk]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://www.dial911anddie.com/weblog/2007/06/von-europe-stockholm/</guid>
		<description><![CDATA[
 



 
]]></description>
			<content:encoded><![CDATA[<p>
<a href="http://www.dial911anddie.com/blog-media/IMG_0544-1.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/IMG_0544-1.jpg','popup','width=1680,height=1260,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/IMG_0544-1-tm.jpg" height="199" width="265" border="1" hspace="4" vspace="4" alt="Img 0544-1" /></a> <a href="http://www.dial911anddie.com/blog-media/IMG_0559_2-1.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/IMG_0559_2-1.jpg','popup','width=1024,height=1680,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/IMG_0559_2-1-tm.jpg" height="199" width="119" border="1" hspace="4" vspace="4" alt="Img 0559 2-1" /></a>
</p>
<p><span id="more-180"></span></p>
<p>
<a href="http://www.dial911anddie.com/blog-media/_MG_8894_2.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/_MG_8894_2.jpg','popup','width=1514,height=1680,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/_MG_8894_2-tm.jpg" height="188" width="169" border="1" hspace="4" vspace="4" alt=" Mg 8894 2" /></a> <a href="http://www.dial911anddie.com/blog-media/_MG_8877_2.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/_MG_8877_2.jpg','popup','width=1096,height=1191,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/_MG_8877_2-tm.jpg" height="187" width="172" border="1" hspace="4" vspace="4" alt=" Mg 8877 2" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dial911anddie.com/weblog/2007/06/von-europe-stockholm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Good coffee in Santa Cruz</title>
		<link>http://www.dial911anddie.com/weblog/2007/05/good-coffee-in-santa-cruz/</link>
		<comments>http://www.dial911anddie.com/weblog/2007/05/good-coffee-in-santa-cruz/#comments</comments>
		<pubDate>Wed, 30 May 2007 19:21:24 +0000</pubDate>
		<dc:creator>fluffy</dc:creator>
				<category><![CDATA[Junk]]></category>

		<guid isPermaLink="false">http://www.dial911anddie.com/weblog/2007/05/good-coffee-in-santa-cruz/</guid>
		<description><![CDATA[
I&#8217;ve become a fan of Lulu Carpenter’s at The Octagon in santa cruz. Go try it.






]]></description>
			<content:encoded><![CDATA[<p>
I&#8217;ve become a fan of Lulu Carpenter’s at The Octagon in santa cruz. Go try it.
</p>
<p>
<a href="http://www.dial911anddie.com/blog-media/cap.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/cap.jpg','popup','width=1024,height=895,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/cap-tm.jpg" height="218" width="249" border="1" hspace="4" vspace="4" alt="Cap" /></a>
</p>
<p>
<a href="http://www.dial911anddie.com/blog-media/lulo.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/lulo.jpg','popup','width=1024,height=749,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/lulo-tm.jpg" height="185" width="252" border="1" hspace="4" vspace="4" alt="Lulo" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dial911anddie.com/weblog/2007/05/good-coffee-in-santa-cruz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interop &#8211; Las Vegas</title>
		<link>http://www.dial911anddie.com/weblog/2007/05/interop-las-vegas/</link>
		<comments>http://www.dial911anddie.com/weblog/2007/05/interop-las-vegas/#comments</comments>
		<pubDate>Tue, 22 May 2007 02:50:28 +0000</pubDate>
		<dc:creator>fluffy</dc:creator>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://www.dial911anddie.com/weblog/2007/05/interop-las-vegas/</guid>
		<description><![CDATA[
  


  

]]></description>
			<content:encoded><![CDATA[<p>
<a href="http://www.dial911anddie.com/blog-media/IMG_0298_2.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/IMG_0298_2.jpg','popup','width=1680,height=1462,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/IMG_0298_2-tm.jpg" height="146" width="166" border="1" hspace="4" vspace="4" alt="Img 0298 2" /></a>  <a href="http://www.dial911anddie.com/blog-media/IMG_0297_2.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/IMG_0297_2.jpg','popup','width=1680,height=1266,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/IMG_0297_2-tm.jpg" height="145" width="191" border="1" hspace="4" vspace="4" alt="Img 0297 2" /></a>
</p>
<p>
<a href="http://www.dial911anddie.com/blog-media/IMG_0318.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/IMG_0318.jpg','popup','width=1680,height=1260,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/IMG_0318-tm.jpg" height="124" width="164" border="1" hspace="4" vspace="4" alt="Img 0318" /></a>  <a href="http://www.dial911anddie.com/blog-media/IMG_0300_2.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/IMG_0300_2.jpg','popup','width=1680,height=1350,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/IMG_0300_2-tm.jpg" height="127" width="157" border="1" hspace="4" vspace="4" alt="Img 0300 2" /></a><span style="font-size:0pt;"><br />
<br /></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dial911anddie.com/weblog/2007/05/interop-las-vegas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beach</title>
		<link>http://www.dial911anddie.com/weblog/2007/05/beach/</link>
		<comments>http://www.dial911anddie.com/weblog/2007/05/beach/#comments</comments>
		<pubDate>Mon, 07 May 2007 03:40:34 +0000</pubDate>
		<dc:creator>fluffy</dc:creator>
				<category><![CDATA[Family]]></category>

		<guid isPermaLink="false">http://www.dial911anddie.com/weblog/2007/05/beach/</guid>
		<description><![CDATA[
 



 




   
]]></description>
			<content:encoded><![CDATA[<p>
<a href="http://www.dial911anddie.com/blog-media/_MG_8374.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/_MG_8374.jpg','popup','width=1680,height=1118,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/_MG_8374-tm.jpg" height="250" width="375" border="1" hspace="4" vspace="4" alt=" Mg 8374" /></a> <a href="http://www.dial911anddie.com/blog-media/_MG_8219_2.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/_MG_8219_2.jpg','popup','width=1172,height=1641,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/_MG_8219_2-tm.jpg" height="250" width="178" border="1" hspace="4" vspace="4" alt=" Mg 8219 2" /></a><span style="font-size:0pt;"><br />
<br /></span>
</p>
<p>
<a href="http://www.dial911anddie.com/blog-media/IMG_0215.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/IMG_0215.jpg','popup','width=1680,height=1260,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/IMG_0215-tm.jpg" height="250" width="333" border="1" hspace="4" vspace="4" alt="Img 0215" /></a> <a href="http://www.dial911anddie.com/blog-media/_MG_8317_2.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/_MG_8317_2.jpg','popup','width=1617,height=1680,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/_MG_8317_2-tm.jpg" height="250" width="240" border="1" hspace="4" vspace="4" alt=" Mg 8317 2" /></a>
</p>
<p>
<a href="http://www.dial911anddie.com/blog-media/_MG_8505_2.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/_MG_8505_2.jpg','popup','width=1680,height=1118,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/_MG_8505_2-tm.jpg" height="300" width="450" border="1" hspace="4" vspace="4" alt=" Mg 8505 2" /></a><span style="font-size:0pt;"><br />
<br /></span><br />
<br /><a href="http://www.dial911anddie.com/blog-media/_MG_8572_2.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/_MG_8572_2.jpg','popup','width=1607,height=1677,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/_MG_8572_2-tm.jpg" height="100" width="95" border="1" hspace="4" vspace="4" alt=" Mg 8572 2" /></a> <a href="http://www.dial911anddie.com/blog-media/_MG_8535_2.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/_MG_8535_2.jpg','popup','width=1680,height=1629,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/_MG_8535_2-tm.jpg" height="100" width="103" border="1" hspace="4" vspace="4" alt=" Mg 8535 2" /></a> <a href="http://www.dial911anddie.com/blog-media/_MG_8158_2.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/_MG_8158_2.jpg','popup','width=1263,height=1680,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/_MG_8158_2-tm.jpg" height="100" width="75" border="1" hspace="4" vspace="4" alt=" Mg 8158 2" /></a> <a href="http://www.dial911anddie.com/blog-media/_MG_8474_2.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/_MG_8474_2.jpg','popup','width=1438,height=1680,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/_MG_8474_2-tm.jpg" height="100" width="85" border="1" hspace="4" vspace="4" alt=" Mg 8474 2" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dial911anddie.com/weblog/2007/05/beach/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cabo</title>
		<link>http://www.dial911anddie.com/weblog/2007/04/cabo/</link>
		<comments>http://www.dial911anddie.com/weblog/2007/04/cabo/#comments</comments>
		<pubDate>Mon, 09 Apr 2007 02:49:11 +0000</pubDate>
		<dc:creator>fluffy</dc:creator>
				<category><![CDATA[Family]]></category>

		<guid isPermaLink="false">http://www.dial911anddie.com/weblog/2007/04/cabo/</guid>
		<description><![CDATA[
 



  
]]></description>
			<content:encoded><![CDATA[<p>
<a href="http://www.dial911anddie.com/blog-media/IMG_0034_2.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/IMG_0034_2.jpg','popup','width=1662,height=1680,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/IMG_0034_2-tm.jpg" height="174" width="170" border="1" hspace="4" vspace="4" alt="Img 0034 2" /></a> <a href="http://www.dial911anddie.com/blog-media/IMG_0151_2.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/IMG_0151_2.jpg','popup','width=1162,height=1680,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/IMG_0151_2-tm.jpg" height="170" width="117" border="1" hspace="4" vspace="4" alt="Img 0151 2" /></a><br />
<br /><a href="http://www.dial911anddie.com/blog-media/_MG_6993_2.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/_MG_6993_2.jpg','popup','width=1680,height=869,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/_MG_6993_2-tm.jpg" height="149" width="288" border="1" hspace="4" vspace="4" alt=" Mg 6993 2" /></a>
</p>
<p>
<a href="http://www.dial911anddie.com/blog-media/_MG_7114_2.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/_MG_7114_2.jpg','popup','width=1680,height=1118,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/_MG_7114_2-tm.jpg" height="100" width="150" border="1" hspace="4" vspace="4" alt=" Mg 7114 2" /></a>  <a href="http://www.dial911anddie.com/blog-media/_MG_6857_2.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/_MG_6857_2.jpg','popup','width=1680,height=922,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/_MG_6857_2-tm.jpg" height="100" width="182" border="1" hspace="4" vspace="4" alt=" Mg 6857 2" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dial911anddie.com/weblog/2007/04/cabo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Years Reading</title>
		<link>http://www.dial911anddie.com/weblog/2007/04/years-reading/</link>
		<comments>http://www.dial911anddie.com/weblog/2007/04/years-reading/#comments</comments>
		<pubDate>Mon, 02 Apr 2007 03:36:41 +0000</pubDate>
		<dc:creator>fluffy</dc:creator>
				<category><![CDATA[Junk]]></category>

		<guid isPermaLink="false">http://www.dial911anddie.com/weblog/2007/04/years-reading/</guid>
		<description><![CDATA[
Drafts I read and commented on &#8211; printed double sided and 2 up.



]]></description>
			<content:encoded><![CDATA[<p>
Drafts I read and commented on &#8211; printed double sided and 2 up.
</p>
<p>
<a href="http://www.dial911anddie.com/blog-media/_MG_8693_2.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/_MG_8693_2.jpg','popup','width=1184,height=1680,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/_MG_8693_2-tm.jpg" height="273" width="191" border="1" hspace="4" vspace="4" alt=" Mg 8693 2" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dial911anddie.com/weblog/2007/04/years-reading/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Auto Staple Tool</title>
		<link>http://www.dial911anddie.com/weblog/2007/03/auto-staple-tool/</link>
		<comments>http://www.dial911anddie.com/weblog/2007/03/auto-staple-tool/#comments</comments>
		<pubDate>Mon, 12 Mar 2007 03:47:42 +0000</pubDate>
		<dc:creator>fluffy</dc:creator>
				<category><![CDATA[Family]]></category>
		<category><![CDATA[Junk]]></category>

		<guid isPermaLink="false">http://www.dial911anddie.com/weblog/2007/03/auto-staple-tool/</guid>
		<description><![CDATA[

]]></description>
			<content:encoded><![CDATA[<p>
<a href="http://www.dial911anddie.com/blog-media/StapleTool.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/StapleTool.jpg','popup','width=1121,height=889,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/StapleTool-tm.jpg" height="287" width="362" border="1" hspace="4" vspace="4" alt="Stapletool" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dial911anddie.com/weblog/2007/03/auto-staple-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prague &#8211; IETF</title>
		<link>http://www.dial911anddie.com/weblog/2007/03/prague-ietf/</link>
		<comments>http://www.dial911anddie.com/weblog/2007/03/prague-ietf/#comments</comments>
		<pubDate>Fri, 09 Mar 2007 13:21:50 +0000</pubDate>
		<dc:creator>fluffy</dc:creator>
				<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://www.dial911anddie.com/weblog/2007/03/prague-ietf/</guid>
		<description><![CDATA[

]]></description>
			<content:encoded><![CDATA[<p>
<a href="http://www.dial911anddie.com/blog-media/prague.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/prague.jpg','popup','width=1210,height=1135,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/prague-tm.jpg" height="297" width="315" border="1" hspace="4" vspace="4" alt="Prague" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dial911anddie.com/weblog/2007/03/prague-ietf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Orlando &#8211; VoiceCon</title>
		<link>http://www.dial911anddie.com/weblog/2007/03/orlando-voicecon-2/</link>
		<comments>http://www.dial911anddie.com/weblog/2007/03/orlando-voicecon-2/#comments</comments>
		<pubDate>Mon, 05 Mar 2007 13:13:47 +0000</pubDate>
		<dc:creator>fluffy</dc:creator>
				<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://www.dial911anddie.com/weblog/2007/03/orlando-voicecon-2/</guid>
		<description><![CDATA[
VoIP in the sands of time? Tombstone? hard to tell but it was crumbling.



]]></description>
			<content:encoded><![CDATA[<p>
VoIP in the sands of time? Tombstone? hard to tell but it was crumbling.
</p>
<p>
<a href="http://www.dial911anddie.com/blog-media/_MG_3633%20-%20Version%202.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/_MG_3633%20-%20Version%202.jpg','popup','width=1623,height=1042,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/_MG_3633%20-%20Version%202-tm.jpg" height="178" width="276" border="1" hspace="4" vspace="4" alt=" Mg 3633 - Version 2" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dial911anddie.com/weblog/2007/03/orlando-voicecon-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>American Wine Bottle Label</title>
		<link>http://www.dial911anddie.com/weblog/2007/03/american-wine-bottle-label/</link>
		<comments>http://www.dial911anddie.com/weblog/2007/03/american-wine-bottle-label/#comments</comments>
		<pubDate>Mon, 05 Mar 2007 00:47:02 +0000</pubDate>
		<dc:creator>fluffy</dc:creator>
				<category><![CDATA[Junk]]></category>

		<guid isPermaLink="false">http://www.dial911anddie.com/weblog/2007/03/american-wine-bottle-label/</guid>
		<description><![CDATA[
I kid you not, it really does say open other end



]]></description>
			<content:encoded><![CDATA[<p>
I kid you not, it really does say open other end
</p>
<p>
<a href="http://www.dial911anddie.com/blog-media/_MG_2422%20-%20Version%202.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/_MG_2422%20-%20Version%202.jpg','popup','width=518,height=640,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/_MG_2422%20-%20Version%202-tm.jpg" height="311" width="249" border="1" hspace="4" vspace="4" alt=" Mg 2422 - Version 2" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dial911anddie.com/weblog/2007/03/american-wine-bottle-label/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ETel &#8211; San Francisco</title>
		<link>http://www.dial911anddie.com/weblog/2007/02/etel-san-francisco/</link>
		<comments>http://www.dial911anddie.com/weblog/2007/02/etel-san-francisco/#comments</comments>
		<pubDate>Tue, 27 Feb 2007 21:34:26 +0000</pubDate>
		<dc:creator>fluffy</dc:creator>
				<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://www.dial911anddie.com/weblog/2007/02/etel-san-francisco/</guid>
		<description><![CDATA[
Photos at http://www.dial911anddie.com/ETel2007/index.html



]]></description>
			<content:encoded><![CDATA[<p>
Photos at <a href="http://www.dial911anddie.com/ETel2007/index.html">http://www.dial911anddie.com/ETel2007/index.html</a>
</p>
<p>
<a href="http://www.dial911anddie.com/blog-media/_MG_3574%20-%20Version%202.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/_MG_3574%20-%20Version%202.jpg','popup','width=506,height=640,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/_MG_3574%20-%20Version%202-tm.jpg" height="193" width="152" border="1" hspace="4" vspace="4" alt=" Mg 3574 - Version 2" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dial911anddie.com/weblog/2007/02/etel-san-francisco/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vancouver</title>
		<link>http://www.dial911anddie.com/weblog/2007/02/vancouver-6/</link>
		<comments>http://www.dial911anddie.com/weblog/2007/02/vancouver-6/#comments</comments>
		<pubDate>Fri, 23 Feb 2007 00:52:27 +0000</pubDate>
		<dc:creator>fluffy</dc:creator>
				<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://www.dial911anddie.com/weblog/2007/02/vancouver-6/</guid>
		<description><![CDATA[

]]></description>
			<content:encoded><![CDATA[<p>
<a href="http://www.dial911anddie.com/blog-media/_MG_2747%20-%20Version%202.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/_MG_2747%20-%20Version%202.jpg','popup','width=1024,height=842,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/_MG_2747%20-%20Version%202-tm.jpg" height="255" width="308" border="1" hspace="4" vspace="4" alt=" Mg 2747 - Version 2" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dial911anddie.com/weblog/2007/02/vancouver-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joshua Tree</title>
		<link>http://www.dial911anddie.com/weblog/2007/02/joshua-tree/</link>
		<comments>http://www.dial911anddie.com/weblog/2007/02/joshua-tree/#comments</comments>
		<pubDate>Fri, 09 Feb 2007 05:41:37 +0000</pubDate>
		<dc:creator>fluffy</dc:creator>
				<category><![CDATA[Family]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://www.dial911anddie.com/weblog/2007/02/joshua-tree/</guid>
		<description><![CDATA[
Photos at http://www.dial911anddie.com/josh/



]]></description>
			<content:encoded><![CDATA[<p>
Photos at <a href="http://www.dial911anddie.com/josh/">http://www.dial911anddie.com/josh/</a>
</p>
<p>
<a href="http://www.dial911anddie.com/blog-media/IMG_5258-1.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/IMG_5258-1.jpg','popup','width=1680,height=1260,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/IMG_5258-1-tm.jpg" height="215" width="286" border="1" hspace="4" vspace="4" alt="IMG_5258" title="IMG_5258" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dial911anddie.com/weblog/2007/02/joshua-tree/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Palm Springs &#8211; Consultant Conference</title>
		<link>http://www.dial911anddie.com/weblog/2007/02/palm-springs-consultant-conference/</link>
		<comments>http://www.dial911anddie.com/weblog/2007/02/palm-springs-consultant-conference/#comments</comments>
		<pubDate>Wed, 07 Feb 2007 05:40:15 +0000</pubDate>
		<dc:creator>fluffy</dc:creator>
				<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://www.dial911anddie.com/weblog/2007/02/palm-springs-consultant-conference/</guid>
		<description><![CDATA[

]]></description>
			<content:encoded><![CDATA[<p>
<a href="http://www.dial911anddie.com/blog-media/Marilyn-Cullen.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/Marilyn-Cullen.jpg','popup','width=527,height=640,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/Marilyn-Cullen-tm.jpg" height="257" width="210" border="1" hspace="4" vspace="4" alt="Marilyn-Cullen" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dial911anddie.com/weblog/2007/02/palm-springs-consultant-conference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>San Francisco &#8211; RSA</title>
		<link>http://www.dial911anddie.com/weblog/2007/02/san-francisco-rsa/</link>
		<comments>http://www.dial911anddie.com/weblog/2007/02/san-francisco-rsa/#comments</comments>
		<pubDate>Mon, 05 Feb 2007 05:37:03 +0000</pubDate>
		<dc:creator>fluffy</dc:creator>
				<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://www.dial911anddie.com/weblog/2007/02/san-francisco-rsa/</guid>
		<description><![CDATA[
There was a lot of security stuff. Evidently, every vendor felt they had something I really needed but none of them seemed to be able to explain how this made it safer for me to read slashdot. Some people pointed out they could help stop me from downloading stuff from You Tube but that did [...]]]></description>
			<content:encoded><![CDATA[<p>
There was a lot of security stuff. Evidently, every vendor felt they had something I really needed but none of them seemed to be able to explain how this made it safer for me to read slashdot. Some people pointed out they could help stop me from downloading stuff from You Tube but that did not seem like a real feature for me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dial911anddie.com/weblog/2007/02/san-francisco-rsa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vancouver</title>
		<link>http://www.dial911anddie.com/weblog/2007/01/vancouver-5/</link>
		<comments>http://www.dial911anddie.com/weblog/2007/01/vancouver-5/#comments</comments>
		<pubDate>Fri, 19 Jan 2007 05:35:58 +0000</pubDate>
		<dc:creator>fluffy</dc:creator>
				<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://www.dial911anddie.com/weblog/2007/01/vancouver-5/</guid>
		<description><![CDATA[

]]></description>
			<content:encoded><![CDATA[<p>
<a href="http://www.dial911anddie.com/blog-media/200703041636.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/200703041636.jpg','popup','width=1680,height=1118,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/200703041636-tm.jpg" height="248" width="372" border="1" hspace="4" vspace="4" alt="200703041636" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dial911anddie.com/weblog/2007/01/vancouver-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Banff</title>
		<link>http://www.dial911anddie.com/weblog/2006/12/banff-2/</link>
		<comments>http://www.dial911anddie.com/weblog/2006/12/banff-2/#comments</comments>
		<pubDate>Fri, 29 Dec 2006 21:51:53 +0000</pubDate>
		<dc:creator>fluffy</dc:creator>
				<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://www.dial911anddie.com/weblog/2006/12/banff-2/</guid>
		<description><![CDATA[


]]></description>
			<content:encoded><![CDATA[<p>
<a href="http://www.dial911anddie.com/blog-media/_MG_2560%20-%20Version%202.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/_MG_2560%20-%20Version%202.jpg','popup','width=1024,height=567,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/_MG_2560%20-%20Version%202-tm.jpg" height="287" width="516" border="1" hspace="4" vspace="4" alt=" Mg 2560 - Version 2" /></a><span style="font-size:0pt;"></p>
<p></span><a href="http://www.dial911anddie.com/blog-media/_MG_2551%20-%20Version%202-1.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/_MG_2551%20-%20Version%202-1.jpg','popup','width=640,height=425,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/_MG_2551%20-%20Version%202-1-tm.jpg" height="250" width="375" border="1" hspace="4" vspace="4" alt=" Mg 2551 - Version 2-1" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dial911anddie.com/weblog/2006/12/banff-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calgary</title>
		<link>http://www.dial911anddie.com/weblog/2006/12/calgary-3/</link>
		<comments>http://www.dial911anddie.com/weblog/2006/12/calgary-3/#comments</comments>
		<pubDate>Thu, 28 Dec 2006 05:34:37 +0000</pubDate>
		<dc:creator>fluffy</dc:creator>
				<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://www.dial911anddie.com/weblog/2006/12/calgary-3/</guid>
		<description><![CDATA[

]]></description>
			<content:encoded><![CDATA[<p>
<a href="http://www.dial911anddie.com/blog-media/_MG_2578%20-%20Version%202.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/_MG_2578%20-%20Version%202.jpg','popup','width=633,height=640,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/_MG_2578%20-%20Version%202-tm.jpg" height="248" width="243" border="1" hspace="4" vspace="4" alt=" Mg 2578 - Version 2" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dial911anddie.com/weblog/2006/12/calgary-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rory</title>
		<link>http://www.dial911anddie.com/weblog/2006/12/rory-2/</link>
		<comments>http://www.dial911anddie.com/weblog/2006/12/rory-2/#comments</comments>
		<pubDate>Fri, 22 Dec 2006 22:10:48 +0000</pubDate>
		<dc:creator>fluffy</dc:creator>
				<category><![CDATA[Family]]></category>

		<guid isPermaLink="false">http://www.dial911anddie.com/weblog/2006/12/rory-2/</guid>
		<description><![CDATA[

]]></description>
			<content:encoded><![CDATA[<p>
<a href="http://www.dial911anddie.com/blog-media/IMG_2477%20-%20Version%203.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/IMG_2477%20-%20Version%203.jpg','popup','width=1001,height=1024,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/IMG_2477%20-%20Version%203-tm.jpg" height="343" width="332" border="1" hspace="4" vspace="4" alt="Img 2477 - Version 3" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dial911anddie.com/weblog/2006/12/rory-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Portsmouth</title>
		<link>http://www.dial911anddie.com/weblog/2006/12/portsmouth/</link>
		<comments>http://www.dial911anddie.com/weblog/2006/12/portsmouth/#comments</comments>
		<pubDate>Wed, 13 Dec 2006 15:00:43 +0000</pubDate>
		<dc:creator>fluffy</dc:creator>
				<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://www.dial911anddie.com/weblog/2006/12/portsmouth/</guid>
		<description><![CDATA[

]]></description>
			<content:encoded><![CDATA[<p>
<a href="http://www.dial911anddie.com/blog-media/IMG_5246.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/IMG_5246.jpg','popup','width=1024,height=768,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/IMG_5246-tm.jpg" height="279" width="371" border="1" hspace="4" vspace="4" alt="Img 5246" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dial911anddie.com/weblog/2006/12/portsmouth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You&#8217;re soooooooo predictable</title>
		<link>http://www.dial911anddie.com/weblog/2006/11/youre-soooooooo-predictable/</link>
		<comments>http://www.dial911anddie.com/weblog/2006/11/youre-soooooooo-predictable/#comments</comments>
		<pubDate>Wed, 22 Nov 2006 15:00:00 +0000</pubDate>
		<dc:creator>fluffy</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.dial911anddie.com/weblog/2006/11/youre-soooooooo-predictable/</guid>
		<description><![CDATA[
Ok &#8211; I don&#8217;t usually post pointers to other news things but I can&#8217;t pass this up.


One of my friends and coworkers, Matthew Kuhlke, just got a great write up in Fortune magazine about his work on users preferences and inference of preferences.


Fortune Magazine &#8211; Vol. 154, No. 11, Nov 27, 2006, Page 224-234.
]]></description>
			<content:encoded><![CDATA[<p>
Ok &#8211; I don&#8217;t usually post pointers to other news things but I can&#8217;t pass this up.
</p>
<p>
One of my friends and coworkers, Matthew Kuhlke, just got a great write up in Fortune magazine about his work on users preferences and inference of preferences.
</p>
<p>
Fortune Magazine &#8211; Vol. 154, No. 11, Nov 27, 2006, Page 224-234.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dial911anddie.com/weblog/2006/11/youre-soooooooo-predictable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Washington DC</title>
		<link>http://www.dial911anddie.com/weblog/2006/11/washington-dc/</link>
		<comments>http://www.dial911anddie.com/weblog/2006/11/washington-dc/#comments</comments>
		<pubDate>Sun, 19 Nov 2006 09:00:00 +0000</pubDate>
		<dc:creator>fluffy</dc:creator>
				<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://www.dial911anddie.com/weblog/2006/11/washington-dc/</guid>
		<description><![CDATA[

]]></description>
			<content:encoded><![CDATA[<p>
<a href="http://www.dial911anddie.com/blog-media/_MG_2198%20-%20Version%202.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/_MG_2198%20-%20Version%202.jpg','popup','width=1174,height=970,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/_MG_2198%20-%20Version%202-tm.jpg" height="281" width="341" border="1" hspace="4" vspace="4" alt=" Mg 2198 - Version 2" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dial911anddie.com/weblog/2006/11/washington-dc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Baltimore</title>
		<link>http://www.dial911anddie.com/weblog/2006/11/baltimore-2/</link>
		<comments>http://www.dial911anddie.com/weblog/2006/11/baltimore-2/#comments</comments>
		<pubDate>Fri, 17 Nov 2006 09:47:17 +0000</pubDate>
		<dc:creator>fluffy</dc:creator>
				<category><![CDATA[Family]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://www.dial911anddie.com/weblog/2006/11/baltimore-2/</guid>
		<description><![CDATA[

]]></description>
			<content:encoded><![CDATA[<p>
<a href="http://www.dial911anddie.com/blog-media/_MG_1842.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/_MG_1842.jpg','popup','width=1023,height=681,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/_MG_1842-tm.jpg" height="225" width="338" border="1" hspace="4" vspace="4" alt=" Mg 1842" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dial911anddie.com/weblog/2006/11/baltimore-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monterey</title>
		<link>http://www.dial911anddie.com/weblog/2006/11/monterey-2/</link>
		<comments>http://www.dial911anddie.com/weblog/2006/11/monterey-2/#comments</comments>
		<pubDate>Tue, 14 Nov 2006 22:55:48 +0000</pubDate>
		<dc:creator>fluffy</dc:creator>
				<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://www.dial911anddie.com/weblog/2006/11/monterey-2/</guid>
		<description><![CDATA[
JDR working on a good solid ICE implementation



]]></description>
			<content:encoded><![CDATA[<p>
JDR working on a good solid ICE implementation
</p>
<p>
<a href="http://www.dial911anddie.com/blog-media/IMG_5239%20-%20Version%202.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/IMG_5239%20-%20Version%202.jpg','popup','width=847,height=1024,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/IMG_5239%20-%20Version%202-tm.jpg" height="409" width="335" border="1" hspace="4" vspace="4" alt="Img 5239 - Version 2" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dial911anddie.com/weblog/2006/11/monterey-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Seattle</title>
		<link>http://www.dial911anddie.com/weblog/2006/11/seattle-7/</link>
		<comments>http://www.dial911anddie.com/weblog/2006/11/seattle-7/#comments</comments>
		<pubDate>Mon, 13 Nov 2006 15:15:37 +0000</pubDate>
		<dc:creator>fluffy</dc:creator>
				<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://www.dial911anddie.com/weblog/2006/11/seattle-7/</guid>
		<description><![CDATA[
The CTO team brings their mobile IP phones to a meeting



]]></description>
			<content:encoded><![CDATA[<p>
The CTO team brings their mobile IP phones to a meeting
</p>
<p>
<a href="http://www.dial911anddie.com/blog-media/IMG_5245.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/IMG_5245.jpg','popup','width=2048,height=1536,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/IMG_5245-tm.jpg" height="192" width="256" border="1" hspace="4" vspace="4" alt="Img 5245" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dial911anddie.com/weblog/2006/11/seattle-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>San Diego &#8211; IETF</title>
		<link>http://www.dial911anddie.com/weblog/2006/11/san-diego-ietf/</link>
		<comments>http://www.dial911anddie.com/weblog/2006/11/san-diego-ietf/#comments</comments>
		<pubDate>Tue, 07 Nov 2006 00:00:00 +0000</pubDate>
		<dc:creator>fluffy</dc:creator>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://www.dial911anddie.com/weblog/2006/11/san-diego-ietf/</guid>
		<description><![CDATA[
Match the Shoe &#8230;


   
  
  


  


Match the T shirt 

]]></description>
			<content:encoded><![CDATA[<p>
Match the Shoe &#8230;
</p>
<p>
<a href="http://www.dial911anddie.com/blog-media/IMG_5210%20-%20Version%202.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/IMG_5210%20-%20Version%202.jpg','popup','width=640,height=406,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/IMG_5210%20-%20Version%202-tm.jpg" height="100" width="157" border="1" hspace="4" vspace="4" alt="Img 5210 - Version 2" /></a>  <a href="http://www.dial911anddie.com/blog-media/IMG_5211%20-%20Version%202.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/IMG_5211%20-%20Version%202.jpg','popup','width=640,height=305,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/IMG_5211%20-%20Version%202-tm.jpg" height="82" width="171" border="1" hspace="4" vspace="4" alt="Img 5211 - Version 2" /></a> <a href="http://www.dial911anddie.com/blog-media/IMG_5212%20-%20Version%202.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/IMG_5212%20-%20Version%202.jpg','popup','width=640,height=330,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/IMG_5212%20-%20Version%202-tm.jpg" height="82" width="158" border="1" hspace="4" vspace="4" alt="Img 5212 - Version 2" /></a><br />
<br /><a href="http://www.dial911anddie.com/blog-media/IMG_5214%20-%20Version%202.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/IMG_5214%20-%20Version%202.jpg','popup','width=640,height=467,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/IMG_5214%20-%20Version%202-tm.jpg" height="100" width="137" border="1" hspace="4" vspace="4" alt="Img 5214 - Version 2" /></a> <a href="http://www.dial911anddie.com/blog-media/IMG_5215%20-%20Version%202.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/IMG_5215%20-%20Version%202.jpg','popup','width=640,height=397,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/IMG_5215%20-%20Version%202-tm.jpg" height="100" width="161" border="1" hspace="4" vspace="4" alt="Img 5215 - Version 2" /></a> <a href="http://www.dial911anddie.com/blog-media/IMG_5218%20-%20Version%202.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/IMG_5218%20-%20Version%202.jpg','popup','width=640,height=409,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/IMG_5218%20-%20Version%202-tm.jpg" height="100" width="156" border="1" hspace="4" vspace="4" alt="Img 5218 - Version 2" /></a><br />
<br /><a href="http://www.dial911anddie.com/blog-media/IMG_5216%20-%20Version%202.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/IMG_5216%20-%20Version%202.jpg','popup','width=640,height=383,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/IMG_5216%20-%20Version%202-tm.jpg" height="100" width="167" border="1" hspace="4" vspace="4" alt="Img 5216 - Version 2" /></a> <a href="http://www.dial911anddie.com/blog-media/IMG_5220%20-%20Version%202.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/IMG_5220%20-%20Version%202.jpg','popup','width=640,height=492,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/IMG_5220%20-%20Version%202-tm.jpg" height="100" width="130" border="1" hspace="4" vspace="4" alt="Img 5220 - Version 2" /></a> <a href="http://www.dial911anddie.com/blog-media/IMG_5221%20-%20Version%202.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/IMG_5221%20-%20Version%202.jpg','popup','width=640,height=395,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/IMG_5221%20-%20Version%202-tm.jpg" height="100" width="162" border="1" hspace="4" vspace="4" alt="Img 5221 - Version 2" /></a>
</p>
<p>
<a href="http://www.dial911anddie.com/blog-media/IMG_5228%20-%20Version%202.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/IMG_5228%20-%20Version%202.jpg','popup','width=640,height=389,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/IMG_5228%20-%20Version%202-tm.jpg" height="100" width="164" border="1" hspace="4" vspace="4" alt="Img 5228 - Version 2" /></a> <a href="http://www.dial911anddie.com/blog-media/IMG_5229%20-%20Version%202.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/IMG_5229%20-%20Version%202.jpg','popup','width=516,height=640,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/IMG_5229%20-%20Version%202-tm.jpg" height="100" width="80" border="1" hspace="4" vspace="4" alt="Img 5229 - Version 2" /></a> <a href="http://www.dial911anddie.com/blog-media/IMG_5230%20-%20Version%202.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/IMG_5230%20-%20Version%202.jpg','popup','width=640,height=314,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/IMG_5230%20-%20Version%202-tm.jpg" height="100" width="203" border="1" hspace="4" vspace="4" alt="Img 5230 - Version 2" /></a>
</p>
<p>
Match the T shirt <img src='http://www.dial911anddie.com/weblog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
<br /><a href="http://www.dial911anddie.com/blog-media/IMG_5223.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/IMG_5223.jpg','popup','width=640,height=480,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/IMG_5223-tm.jpg" height="156" width="208" border="1" hspace="4" vspace="4" alt="Img 5223" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dial911anddie.com/weblog/2006/11/san-diego-ietf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vancouver</title>
		<link>http://www.dial911anddie.com/weblog/2006/10/vancouver-4/</link>
		<comments>http://www.dial911anddie.com/weblog/2006/10/vancouver-4/#comments</comments>
		<pubDate>Mon, 23 Oct 2006 21:00:00 +0000</pubDate>
		<dc:creator>fluffy</dc:creator>
				<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://www.dial911anddie.com/weblog/2006/10/vancouver-4/</guid>
		<description><![CDATA[

]]></description>
			<content:encoded><![CDATA[<p>
<a href="http://www.dial911anddie.com/blog-media/IMG_5201%20-%20Version%203.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/IMG_5201%20-%20Version%203.jpg','popup','width=1024,height=473,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/IMG_5201%20-%20Version%203-tm.jpg" height="227" width="490" border="1" hspace="4" vspace="4" alt="Img 5201 - Version 3" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dial911anddie.com/weblog/2006/10/vancouver-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Phoenix &#8211; CIPTUG</title>
		<link>http://www.dial911anddie.com/weblog/2006/10/phoenix-ciptug/</link>
		<comments>http://www.dial911anddie.com/weblog/2006/10/phoenix-ciptug/#comments</comments>
		<pubDate>Sun, 08 Oct 2006 23:02:40 +0000</pubDate>
		<dc:creator>fluffy</dc:creator>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://www.dial911anddie.com/weblog/2006/10/phoenix-ciptug/</guid>
		<description><![CDATA[
Really, there was an awesome sunset under big storm clouds &#8211; however the photos are just too lame to post and you know I have a low bar.
]]></description>
			<content:encoded><![CDATA[<p>
Really, there was an awesome sunset under big storm clouds &#8211; however the photos are just too lame to post and you know I have a low bar.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dial911anddie.com/weblog/2006/10/phoenix-ciptug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New York</title>
		<link>http://www.dial911anddie.com/weblog/2006/10/new-york-2/</link>
		<comments>http://www.dial911anddie.com/weblog/2006/10/new-york-2/#comments</comments>
		<pubDate>Thu, 05 Oct 2006 11:00:00 +0000</pubDate>
		<dc:creator>fluffy</dc:creator>
				<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://www.dial911anddie.com/weblog/2006/10/new-york-2/</guid>
		<description><![CDATA[

]]></description>
			<content:encoded><![CDATA[<p>
<a href="http://www.dial911anddie.com/blog-media/Fluffy-Cafe.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/Fluffy-Cafe.jpg','popup','width=2980,height=2043,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/Fluffy-Cafe-tm.jpg" height="137" width="200" border="1" hspace="4" vspace="4" alt="Fluffy-Cafe" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dial911anddie.com/weblog/2006/10/new-york-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flips at the beach</title>
		<link>http://www.dial911anddie.com/weblog/2006/09/flips-at-the-beach/</link>
		<comments>http://www.dial911anddie.com/weblog/2006/09/flips-at-the-beach/#comments</comments>
		<pubDate>Sat, 30 Sep 2006 04:16:59 +0000</pubDate>
		<dc:creator>fluffy</dc:creator>
				<category><![CDATA[Family]]></category>

		<guid isPermaLink="false">http://www.dial911anddie.com/weblog/2006/09/flips-at-the-beach/</guid>
		<description><![CDATA[

]]></description>
			<content:encoded><![CDATA[<p>
<a href="http://www.dial911anddie.com/blog-media/_MG_1182.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/_MG_1182.jpg','popup','width=2580,height=1995,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/_MG_1182-tm.jpg" height="293" width="378" border="1" hspace="4" vspace="4" alt=" Mg 1182" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dial911anddie.com/weblog/2006/09/flips-at-the-beach/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Boston &#8211; VON</title>
		<link>http://www.dial911anddie.com/weblog/2006/09/boston-von/</link>
		<comments>http://www.dial911anddie.com/weblog/2006/09/boston-von/#comments</comments>
		<pubDate>Wed, 13 Sep 2006 01:53:29 +0000</pubDate>
		<dc:creator>fluffy</dc:creator>
				<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://www.dial911anddie.com/weblog/2006/09/boston-von/</guid>
		<description><![CDATA[
The booth at VON with the most Cisco Equipment in it





The booth in the farthest dingiest corner of the show



]]></description>
			<content:encoded><![CDATA[<p>
The booth at VON with the most Cisco Equipment in it
</p>
<p>
<a href="http://www.dial911anddie.com/blog-media/IMG_0816.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/IMG_0816.jpg','popup','width=912,height=840,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/IMG_0816-tm.jpg" height="268" width="289" border="1" hspace="4" vspace="4" alt="IMG_0816" title="IMG_0816" /></a>
</p>
<p>
The booth in the farthest dingiest corner of the show
</p>
<p>
<a href="http://www.dial911anddie.com/blog-media/IMG_0815.jpg" onclick="window.open('http://www.dial911anddie.com/blog-media/IMG_0815.jpg','popup','width=710,height=410,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.dial911anddie.com/blog-media/IMG_0815-tm.jpg" height="170" width="295" border="1" hspace="4" vspace="4" alt="IMG_0815" title="IMG_0815" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dial911anddie.com/weblog/2006/09/boston-von/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fargo</title>
		<link>http://www.dial911anddie.com/weblog/2006/09/fargo/</link>
		<comments>http://www.dial911anddie.com/weblog/2006/09/fargo/#comments</comments>
		<pubDate>Sat, 09 Sep 2006 02:52:48 +0000</pubDate>
		<dc:creator>fluffy</dc:creator>
				<category><![CDATA[Family]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://www.dial911anddie.com/weblog/2006/09/fargo/</guid>
		<description><![CDATA[
.
]]></description>
			<content:encoded><![CDATA[<p>
.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dial911anddie.com/weblog/2006/09/fargo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
