<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: The personal service management console</title>
	<atom:link href="http://blog.jonudell.net/2008/01/16/the-personal-service-management-console/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jonudell.net/2008/01/16/the-personal-service-management-console/</link>
	<description>Strategies for Internet citizens</description>
	<lastBuildDate>Sun, 12 Feb 2012 18:22:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Andy C</title>
		<link>http://blog.jonudell.net/2008/01/16/the-personal-service-management-console/#comment-122318</link>
		<dc:creator><![CDATA[Andy C]]></dc:creator>
		<pubDate>Sat, 26 Jan 2008 16:56:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jonudell.net/2008/01/16/the-personal-service-management-console/#comment-122318</guid>
		<description><![CDATA[I saw a hint on the BH forums that suggested changing/adding

AddHandler fcgid-script .fcgi

to .htaccess which fixed my Django app.]]></description>
		<content:encoded><![CDATA[<p>I saw a hint on the BH forums that suggested changing/adding</p>
<p>AddHandler fcgid-script .fcgi</p>
<p>to .htaccess which fixed my Django app.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy C</title>
		<link>http://blog.jonudell.net/2008/01/16/the-personal-service-management-console/#comment-122317</link>
		<dc:creator><![CDATA[Andy C]]></dc:creator>
		<pubDate>Sat, 26 Jan 2008 16:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jonudell.net/2008/01/16/the-personal-service-management-console/#comment-122317</guid>
		<description><![CDATA[Interesting. My Django site on bluehost has suddenly stopped working. Now I know why.]]></description>
		<content:encoded><![CDATA[<p>Interesting. My Django site on bluehost has suddenly stopped working. Now I know why.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred Leo</title>
		<link>http://blog.jonudell.net/2008/01/16/the-personal-service-management-console/#comment-122310</link>
		<dc:creator><![CDATA[Fred Leo]]></dc:creator>
		<pubDate>Fri, 25 Jan 2008 14:06:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jonudell.net/2008/01/16/the-personal-service-management-console/#comment-122310</guid>
		<description><![CDATA[Speaking of banks, I was stunned recently to learn that when I paid my mortgage (word derivation -- gauge of death) with my bank&#039;s online bill paying function, there really wasn&#039;t much &quot;online&quot; about the actual transfer of funds. It turns out the mortgage company only accepts mailed checks, which I only realized when the process had hit a roadblock, causing a snippy call from my mortgage company. True this is a consumer example, but it&#039;s even more important to avoid these issues at the business-to-business level because of the scope of consequences. A customer or a consumer works on the assumption that things function. If things don&#039;t function, and there&#039;s no notification, that relationship is in jeopardy. So I think your idea is clearly in the necessity category.]]></description>
		<content:encoded><![CDATA[<p>Speaking of banks, I was stunned recently to learn that when I paid my mortgage (word derivation &#8212; gauge of death) with my bank&#8217;s online bill paying function, there really wasn&#8217;t much &#8220;online&#8221; about the actual transfer of funds. It turns out the mortgage company only accepts mailed checks, which I only realized when the process had hit a roadblock, causing a snippy call from my mortgage company. True this is a consumer example, but it&#8217;s even more important to avoid these issues at the business-to-business level because of the scope of consequences. A customer or a consumer works on the assumption that things function. If things don&#8217;t function, and there&#8217;s no notification, that relationship is in jeopardy. So I think your idea is clearly in the necessity category.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tessa Lau</title>
		<link>http://blog.jonudell.net/2008/01/16/the-personal-service-management-console/#comment-122300</link>
		<dc:creator><![CDATA[Tessa Lau]]></dc:creator>
		<pubDate>Thu, 24 Jan 2008 17:35:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jonudell.net/2008/01/16/the-personal-service-management-console/#comment-122300</guid>
		<description><![CDATA[We&#039;ve thought about this is a future direction for the CoScripter project.  What if you could subscribe to feeds that notify you of events of interest, such as a service going down, or a process getting stuck?  Right now, if you&#039;re lucky, you get an email notification from your bank that your check did not clear.  If you&#039;re not lucky, that state could pass unnoticed until months down the line when the credit company comes knocking at your door asking why you haven&#039;t made your payment.

A few years ago I did some work on this topic, trying to model common processes such as the process of buying an item from Amazon.  I was motivated by an incident that happened one Christmas: of the dozen or so gifts I ordered online, one never arrived, a fact which escaped my attention until February.  By looking at the automatically-generated email from the vendor, and comparing the email flow from a healthy process versus a wedged process, a smart agent might be able to detect that something has gone wrong in the process and notify the user to take action.  http://tlau.org/research/papers/kushmerick-iui05.pdf

One interesting problem is then how to gather all of your various notifications into a single common format so that they can be processed by such a system.  For example, your bank notificataions may be only accessible by logging in to your bank website.  Maybe we can use something like CoScripter to let end users define how to extract this information automatically for each of their services of interest.]]></description>
		<content:encoded><![CDATA[<p>We&#8217;ve thought about this is a future direction for the CoScripter project.  What if you could subscribe to feeds that notify you of events of interest, such as a service going down, or a process getting stuck?  Right now, if you&#8217;re lucky, you get an email notification from your bank that your check did not clear.  If you&#8217;re not lucky, that state could pass unnoticed until months down the line when the credit company comes knocking at your door asking why you haven&#8217;t made your payment.</p>
<p>A few years ago I did some work on this topic, trying to model common processes such as the process of buying an item from Amazon.  I was motivated by an incident that happened one Christmas: of the dozen or so gifts I ordered online, one never arrived, a fact which escaped my attention until February.  By looking at the automatically-generated email from the vendor, and comparing the email flow from a healthy process versus a wedged process, a smart agent might be able to detect that something has gone wrong in the process and notify the user to take action.  <a href="http://tlau.org/research/papers/kushmerick-iui05.pdf" rel="nofollow">http://tlau.org/research/papers/kushmerick-iui05.pdf</a></p>
<p>One interesting problem is then how to gather all of your various notifications into a single common format so that they can be processed by such a system.  For example, your bank notificataions may be only accessible by logging in to your bank website.  Maybe we can use something like CoScripter to let end users define how to extract this information automatically for each of their services of interest.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bernardlunn</title>
		<link>http://blog.jonudell.net/2008/01/16/the-personal-service-management-console/#comment-122221</link>
		<dc:creator><![CDATA[bernardlunn]]></dc:creator>
		<pubDate>Fri, 18 Jan 2008 14:24:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jonudell.net/2008/01/16/the-personal-service-management-console/#comment-122221</guid>
		<description><![CDATA[I think you are right that this is a real problem for millions of people and not just an early adopter issue. Have you looked at what Doc Searls and others are doing related to Vendor Relationship Management:

http://cyber.law.harvard.edu/projectvrm/Main_Page

I have been following it and there is certainly a huge problem to solve. It looks currently too broad. I am looking for that one neat must have feature that gets this idea off the ground.]]></description>
		<content:encoded><![CDATA[<p>I think you are right that this is a real problem for millions of people and not just an early adopter issue. Have you looked at what Doc Searls and others are doing related to Vendor Relationship Management:</p>
<p><a href="http://cyber.law.harvard.edu/projectvrm/Main_Page" rel="nofollow">http://cyber.law.harvard.edu/projectvrm/Main_Page</a></p>
<p>I have been following it and there is certainly a huge problem to solve. It looks currently too broad. I am looking for that one neat must have feature that gets this idea off the ground.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Udell</title>
		<link>http://blog.jonudell.net/2008/01/16/the-personal-service-management-console/#comment-122199</link>
		<dc:creator><![CDATA[Jon Udell]]></dc:creator>
		<pubDate>Thu, 17 Jan 2008 16:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jonudell.net/2008/01/16/the-personal-service-management-console/#comment-122199</guid>
		<description><![CDATA[&quot;In general, until every upgrade is 100 percent backward compatible&quot;

i.e. never

&quot;you will have to track down and adjust to changes&quot;

Agreed. It would be helpful, at least, to be able subscribe to streams of operational event data from your providers, at varying levels of verbosity, so you&#039;d have a better idea of what changes are occurring.

Of course providers should tell you. It&#039;s usually not automatic. But it could be. Might the sort of operational transparency that characterizes open source projects become a differentiator for some commercial services?]]></description>
		<content:encoded><![CDATA[<p>&#8220;In general, until every upgrade is 100 percent backward compatible&#8221;</p>
<p>i.e. never</p>
<p>&#8220;you will have to track down and adjust to changes&#8221;</p>
<p>Agreed. It would be helpful, at least, to be able subscribe to streams of operational event data from your providers, at varying levels of verbosity, so you&#8217;d have a better idea of what changes are occurring.</p>
<p>Of course providers should tell you. It&#8217;s usually not automatic. But it could be. Might the sort of operational transparency that characterizes open source projects become a differentiator for some commercial services?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Udell</title>
		<link>http://blog.jonudell.net/2008/01/16/the-personal-service-management-console/#comment-122193</link>
		<dc:creator><![CDATA[Jon Udell]]></dc:creator>
		<pubDate>Thu, 17 Jan 2008 16:43:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jonudell.net/2008/01/16/the-personal-service-management-console/#comment-122193</guid>
		<description><![CDATA[&quot;Would you trust the console to keep your passwords?&quot;

Well I wouldn&#039;t want to use passwords, I&#039;d want to use information cards. But I don&#039;t want to present one one a per-provider basis. So maybe as part of setting up a relationship with a provider I authorize it to write notifications into a cloud-based store that I control and where I access all providers&#039; data with a single use of my card.]]></description>
		<content:encoded><![CDATA[<p>&#8220;Would you trust the console to keep your passwords?&#8221;</p>
<p>Well I wouldn&#8217;t want to use passwords, I&#8217;d want to use information cards. But I don&#8217;t want to present one one a per-provider basis. So maybe as part of setting up a relationship with a provider I authorize it to write notifications into a cloud-based store that I control and where I access all providers&#8217; data with a single use of my card.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Yates</title>
		<link>http://blog.jonudell.net/2008/01/16/the-personal-service-management-console/#comment-122180</link>
		<dc:creator><![CDATA[Jim Yates]]></dc:creator>
		<pubDate>Thu, 17 Jan 2008 16:13:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jonudell.net/2008/01/16/the-personal-service-management-console/#comment-122180</guid>
		<description><![CDATA[In general, until every upgrade is 100 percent backward compatible and everyone adheres to every standard (most of which do not currently exist) you will have to track down and adjust to changes completely out of your control and unknown to the activity causing the problem.  It is the reason for years we did not apply Digital Equipment&#039;s upgrades to their OS because each one would cause work which took more time than there was between upgrades.  Sometimes it is amazing that the industry has gotten as far as it has.  Only expectations of enormous gains in productivity and capability can drive such a system.  Or maybe just a lot of people with too much time on their hands to play ;-)]]></description>
		<content:encoded><![CDATA[<p>In general, until every upgrade is 100 percent backward compatible and everyone adheres to every standard (most of which do not currently exist) you will have to track down and adjust to changes completely out of your control and unknown to the activity causing the problem.  It is the reason for years we did not apply Digital Equipment&#8217;s upgrades to their OS because each one would cause work which took more time than there was between upgrades.  Sometimes it is amazing that the industry has gotten as far as it has.  Only expectations of enormous gains in productivity and capability can drive such a system.  Or maybe just a lot of people with too much time on their hands to play ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Morriss</title>
		<link>http://blog.jonudell.net/2008/01/16/the-personal-service-management-console/#comment-122179</link>
		<dc:creator><![CDATA[Paul Morriss]]></dc:creator>
		<pubDate>Thu, 17 Jan 2008 16:07:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jonudell.net/2008/01/16/the-personal-service-management-console/#comment-122179</guid>
		<description><![CDATA[I investigated &quot;checking if your website is working&quot; companies recently, though I haven&#039;t seen a hoster offer it. Perhaps because it implies that there&#039;s a chance that they might not have 100% full working uptime.]]></description>
		<content:encoded><![CDATA[<p>I investigated &#8220;checking if your website is working&#8221; companies recently, though I haven&#8217;t seen a hoster offer it. Perhaps because it implies that there&#8217;s a chance that they might not have 100% full working uptime.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Menard</title>
		<link>http://blog.jonudell.net/2008/01/16/the-personal-service-management-console/#comment-122154</link>
		<dc:creator><![CDATA[Jim Menard]]></dc:creator>
		<pubDate>Thu, 17 Jan 2008 14:54:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jonudell.net/2008/01/16/the-personal-service-management-console/#comment-122154</guid>
		<description><![CDATA[Fascinating idea. How would you like password management to work? Would you trust the console to keep your passwords? You could use a master password for them to encrypt all the others, but then you&#039;d either have to (A) trust them with the master or (B) use the password every time the console checks your services.]]></description>
		<content:encoded><![CDATA[<p>Fascinating idea. How would you like password management to work? Would you trust the console to keep your passwords? You could use a master password for them to encrypt all the others, but then you&#8217;d either have to (A) trust them with the master or (B) use the password every time the console checks your services.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

