<?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: Azure calendar aggregator: Part 1</title>
	<atom:link href="http://blog.jonudell.net/2008/12/22/azure-calendar-aggregator-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jonudell.net/2008/12/22/azure-calendar-aggregator-part-1/</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: G. Andrew Duthie</title>
		<link>http://blog.jonudell.net/2008/12/22/azure-calendar-aggregator-part-1/#comment-126521</link>
		<dc:creator><![CDATA[G. Andrew Duthie]]></dc:creator>
		<pubDate>Sun, 18 Jan 2009 01:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jonudell.net/?p=874#comment-126521</guid>
		<description><![CDATA[I&#039;m glad I happened upon this article. I&#039;m a developer evangelist for Microsoft, and one of the things I&#039;ve been working on lately is a web site (link above) for helping user groups and other folks in the community promote and discover events of interest to them. I&#039;ve had an iCalendar feed for most of the life of the site, and also provide .ics attachments in the RSS feed for each event using enclosures, so I&#039;m a fellow proponent of the use and availability of iCalendar.

I just gave a presentation on Azure services at the MSDN Developer Conference in Reston, VA, and after the event was discussing with some of the local community folks ways to improve the process of getting data into the Community Megaphone site, including the possibility of having a worker process in the Azure cloud that could monitor an Azure queue, waiting for messages passed in by other sites or applications. It hadn&#039;t occurred to me to try parsing external iCalendar feeds, but that&#039;s a great idea.

I&#039;m curious, is your XML &#039;intermediate&#039; format essentially an XML recreation of the iCalendar format, or are you using your own custom schema?

Looking forward to reading more as your project progresses. Do you envision sharing any of the code at some point?]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m glad I happened upon this article. I&#8217;m a developer evangelist for Microsoft, and one of the things I&#8217;ve been working on lately is a web site (link above) for helping user groups and other folks in the community promote and discover events of interest to them. I&#8217;ve had an iCalendar feed for most of the life of the site, and also provide .ics attachments in the RSS feed for each event using enclosures, so I&#8217;m a fellow proponent of the use and availability of iCalendar.</p>
<p>I just gave a presentation on Azure services at the MSDN Developer Conference in Reston, VA, and after the event was discussing with some of the local community folks ways to improve the process of getting data into the Community Megaphone site, including the possibility of having a worker process in the Azure cloud that could monitor an Azure queue, waiting for messages passed in by other sites or applications. It hadn&#8217;t occurred to me to try parsing external iCalendar feeds, but that&#8217;s a great idea.</p>
<p>I&#8217;m curious, is your XML &#8216;intermediate&#8217; format essentially an XML recreation of the iCalendar format, or are you using your own custom schema?</p>
<p>Looking forward to reading more as your project progresses. Do you envision sharing any of the code at some point?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Test-driven development in the Azure cloud &#171; Jon Udell</title>
		<link>http://blog.jonudell.net/2008/12/22/azure-calendar-aggregator-part-1/#comment-126385</link>
		<dc:creator><![CDATA[Test-driven development in the Azure cloud &#171; Jon Udell]]></dc:creator>
		<pubDate>Thu, 08 Jan 2009 19:02:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jonudell.net/?p=874#comment-126385</guid>
		<description><![CDATA[[...] Test-driven development in the Azure&#160;cloud Posted by Jon Udell under Uncategorized &#160;   In part one of this series I gave an overview of my current project to recreate the elmcity.info calendar [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Test-driven development in the Azure&nbsp;cloud Posted by Jon Udell under Uncategorized &nbsp;   In part one of this series I gave an overview of my current project to recreate the elmcity.info calendar [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Udell</title>
		<link>http://blog.jonudell.net/2008/12/22/azure-calendar-aggregator-part-1/#comment-126213</link>
		<dc:creator><![CDATA[Jon Udell]]></dc:creator>
		<pubDate>Tue, 23 Dec 2008 12:53:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jonudell.net/?p=874#comment-126213</guid>
		<description><![CDATA[&quot;Either give me a machine in the cloud to work on our don’t (anything less is censorship)&quot;

I&#039;d rather have the opportunity to self-censor. And on Amazon EC2 I have that opportunity. That said, when I&#039;ve used EC2 VMs I have been running as root. Why? No good reason, just path of least resistance.

Do you routinely run as root on your personal box, and on hosted boxes? If so, you can do that on EC2, and I suspect you&#039;ll be able to on raw Azure VMs too. But setting the default to something less potent is...well, think about it. Have you ever condemned Microsoft for not being secure by default? How do you square that with condemning Microsoft for being secure by default?

More broadly, the cloud environment is going to challenge a lot of long-held assumptions in what I think will be useful ways. Less so for raw VM hosting a la Amazon, more so for the kinds of &quot;fabrics&quot; of which App Engine and Azure are examples.]]></description>
		<content:encoded><![CDATA[<p>&#8220;Either give me a machine in the cloud to work on our don’t (anything less is censorship)&#8221;</p>
<p>I&#8217;d rather have the opportunity to self-censor. And on Amazon EC2 I have that opportunity. That said, when I&#8217;ve used EC2 VMs I have been running as root. Why? No good reason, just path of least resistance.</p>
<p>Do you routinely run as root on your personal box, and on hosted boxes? If so, you can do that on EC2, and I suspect you&#8217;ll be able to on raw Azure VMs too. But setting the default to something less potent is&#8230;well, think about it. Have you ever condemned Microsoft for not being secure by default? How do you square that with condemning Microsoft for being secure by default?</p>
<p>More broadly, the cloud environment is going to challenge a lot of long-held assumptions in what I think will be useful ways. Less so for raw VM hosting a la Amazon, more so for the kinds of &#8220;fabrics&#8221; of which App Engine and Azure are examples.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://blog.jonudell.net/2008/12/22/azure-calendar-aggregator-part-1/#comment-126211</link>
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Tue, 23 Dec 2008 08:37:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jonudell.net/?p=874#comment-126211</guid>
		<description><![CDATA[Don&#039;t get me wrong, I&#039;ve always respected your work and even didn&#039;t mind seeing you go to work for Microsoft (it felt like one of us was infiltrating the tower).  But hearing you say &quot;The medium-trust policy is probably a good thing&quot; is heart breaking.  Either give me a machine in the cloud to work on our don&#039;t (anything less is censorship), I&#039;m not going to learn security stuff (and I don&#039;t think you are going to really take the time too either: if so do please do tell, maybe it takes someone like you to convince us otherwise?).  As always and with the utmost respect, still enjoying your blog/podcasts and thoughts on mixed dynamic/static languages for us died in the wool python/ruby zealots is appreciated.  But please don&#039;t say security is a good thing for the web: &quot;the web is agreement&quot;.  Sincerely, Disgusted of Tumbridge Wells]]></description>
		<content:encoded><![CDATA[<p>Don&#8217;t get me wrong, I&#8217;ve always respected your work and even didn&#8217;t mind seeing you go to work for Microsoft (it felt like one of us was infiltrating the tower).  But hearing you say &#8220;The medium-trust policy is probably a good thing&#8221; is heart breaking.  Either give me a machine in the cloud to work on our don&#8217;t (anything less is censorship), I&#8217;m not going to learn security stuff (and I don&#8217;t think you are going to really take the time too either: if so do please do tell, maybe it takes someone like you to convince us otherwise?).  As always and with the utmost respect, still enjoying your blog/podcasts and thoughts on mixed dynamic/static languages for us died in the wool python/ruby zealots is appreciated.  But please don&#8217;t say security is a good thing for the web: &#8220;the web is agreement&#8221;.  Sincerely, Disgusted of Tumbridge Wells</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chip Childers</title>
		<link>http://blog.jonudell.net/2008/12/22/azure-calendar-aggregator-part-1/#comment-126201</link>
		<dc:creator><![CDATA[Chip Childers]]></dc:creator>
		<pubDate>Mon, 22 Dec 2008 17:06:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jonudell.net/?p=874#comment-126201</guid>
		<description><![CDATA[Jon,

Please do keep us updated as your proof of concept progresses.  I&#039;ve joined the tech-preview for Azure, but have not had the time available to use it yet (which is why I&#039;m interested in other&#039;s opinions!).  Thanks for sharing what you learn and experience.]]></description>
		<content:encoded><![CDATA[<p>Jon,</p>
<p>Please do keep us updated as your proof of concept progresses.  I&#8217;ve joined the tech-preview for Azure, but have not had the time available to use it yet (which is why I&#8217;m interested in other&#8217;s opinions!).  Thanks for sharing what you learn and experience.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

