<?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/"
		>
<channel>
	<title>Comments on: Advice for Planning a Bar Camp</title>
	<atom:link href="http://fstutzman.com/2006/07/19/advice-for-planning-a-bar-camp/feed/" rel="self" type="application/rss+xml" />
	<link>http://fstutzman.com/2006/07/19/advice-for-planning-a-bar-camp/</link>
	<description>Thoughts about information, social networks, and privacy</description>
	<lastBuildDate>Fri, 06 Jan 2012 21:54:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Fred Stutzman</title>
		<link>http://fstutzman.com/2006/07/19/advice-for-planning-a-bar-camp/comment-page-1/#comment-209</link>
		<dc:creator>Fred Stutzman</dc:creator>
		<pubDate>Fri, 21 Jul 2006 04:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://127.0.0.1/~fred/projects/blog/?p=275#comment-209</guid>
		<description>Bob - we need routers.  Sorry for the confusion :)</description>
		<content:encoded><![CDATA[<p>Bob &#8211; we need routers.  Sorry for the confusion :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Simons</title>
		<link>http://fstutzman.com/2006/07/19/advice-for-planning-a-bar-camp/comment-page-1/#comment-208</link>
		<dc:creator>Bob Simons</dc:creator>
		<pubDate>Fri, 21 Jul 2006 04:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://127.0.0.1/~fred/projects/blog/?p=275#comment-208</guid>
		<description>Do you want access points like Linksys WAP54Gs and D-Link DWL-2000s? The info seems to say &quot;router&quot; and WAP interchangably. I&#039;ve got many WAPs and but only two routers I could bring.</description>
		<content:encoded><![CDATA[<p>Do you want access points like Linksys WAP54Gs and D-Link DWL-2000s? The info seems to say &#8220;router&#8221; and WAP interchangably. I&#8217;ve got many WAPs and but only two routers I could bring.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred Stutzman</title>
		<link>http://fstutzman.com/2006/07/19/advice-for-planning-a-bar-camp/comment-page-1/#comment-207</link>
		<dc:creator>Fred Stutzman</dc:creator>
		<pubDate>Fri, 21 Jul 2006 02:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://127.0.0.1/~fred/projects/blog/?p=275#comment-207</guid>
		<description>Please see &lt;a HREF=&quot;http://rc3.org/2006/06/preventing_lost.php&quot; REL=&quot;nofollow&quot;&gt;http://rc3.org/2006/06/preventing_lost.php&lt;/a&gt;.&lt;br/&gt;&lt;br/&gt;Snip: &quot;I was trying to add my name to the list of attendees on the BarCampRDU Web site yesterday, and I found that regardless of the time of day, I couldn&#039;t get in, because the wiki software that is used to manage the site grants an exclusive lock to the person editing the page for 15 minutes. After 15 minutes, the lock remains but someone else can steal it.&lt;br/&gt;&lt;br/&gt;Using exclusive locks to avoid the lost update problem is painful, especially in Web applications, because users can easily navigate away from a page without providing any kind of signal to the Web application that the lock should be released. For example, if I go to the BarCampRDU page, click on edit, and close my browser window, I&#039;ll keep my exclusive lock on the page for 15 minutes even though I&#039;m not really editing it any more. This may seem like irresponsible behavior, but most people don&#039;t expect clicking on a link to give them an exclusive lock on a resource. That&#039;s not the Web way.&lt;br/&gt;&lt;br/&gt;Optimistic concurrency control is the way to go in Web applications. It&#039;s used in Mediawiki (as well as many other applications), and support for it is built into lots of persistence frameworks, including ActiveRecord and Hibernate.&quot;</description>
		<content:encoded><![CDATA[<p>Please see <a HREF="http://rc3.org/2006/06/preventing_lost.php" REL="nofollow">http://rc3.org/2006/06/preventing_lost.php</a>.</p>
<p>Snip: &#8220;I was trying to add my name to the list of attendees on the BarCampRDU Web site yesterday, and I found that regardless of the time of day, I couldn&#8217;t get in, because the wiki software that is used to manage the site grants an exclusive lock to the person editing the page for 15 minutes. After 15 minutes, the lock remains but someone else can steal it.</p>
<p>Using exclusive locks to avoid the lost update problem is painful, especially in Web applications, because users can easily navigate away from a page without providing any kind of signal to the Web application that the lock should be released. For example, if I go to the BarCampRDU page, click on edit, and close my browser window, I&#8217;ll keep my exclusive lock on the page for 15 minutes even though I&#8217;m not really editing it any more. This may seem like irresponsible behavior, but most people don&#8217;t expect clicking on a link to give them an exclusive lock on a resource. That&#8217;s not the Web way.</p>
<p>Optimistic concurrency control is the way to go in Web applications. It&#8217;s used in Mediawiki (as well as many other applications), and support for it is built into lots of persistence frameworks, including ActiveRecord and Hibernate.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dew</title>
		<link>http://fstutzman.com/2006/07/19/advice-for-planning-a-bar-camp/comment-page-1/#comment-206</link>
		<dc:creator>dew</dc:creator>
		<pubDate>Fri, 21 Jul 2006 02:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://127.0.0.1/~fred/projects/blog/?p=275#comment-206</guid>
		<description>Hi! I&#039;m sad to hear you found the locking mechanism difficult / unhelpful for PBwiki. We&#039;d very much like to hear your two cents on a better mechanism that does not involve the possibility of users having to manually merge. Email me at david/a.t/pbwiki.com.</description>
		<content:encoded><![CDATA[<p>Hi! I&#8217;m sad to hear you found the locking mechanism difficult / unhelpful for PBwiki. We&#8217;d very much like to hear your two cents on a better mechanism that does not involve the possibility of users having to manually merge. Email me at david/a.t/pbwiki.com.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BrianR</title>
		<link>http://fstutzman.com/2006/07/19/advice-for-planning-a-bar-camp/comment-page-1/#comment-204</link>
		<dc:creator>BrianR</dc:creator>
		<pubDate>Thu, 20 Jul 2006 15:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://127.0.0.1/~fred/projects/blog/?p=275#comment-204</guid>
		<description>Great job on these notes Fred! Very important to share this info with people. I blogged it &lt;a HREF=&quot;http://www.yesh.com/blog/2006/07/20/planning-a-barcamp/&quot; REL=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Great job on these notes Fred! Very important to share this info with people. I blogged it <a HREF="http://www.yesh.com/blog/2006/07/20/planning-a-barcamp/" REL="nofollow">here</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred Stutzman</title>
		<link>http://fstutzman.com/2006/07/19/advice-for-planning-a-bar-camp/comment-page-1/#comment-203</link>
		<dc:creator>Fred Stutzman</dc:creator>
		<pubDate>Thu, 20 Jul 2006 01:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://127.0.0.1/~fred/projects/blog/?p=275#comment-203</guid>
		<description>James - No problem.  Had a lot of fun planning BarCampRDU - a great experience.  Man, as for Vancouver, I was there for all of 42 hours and I spent most of that in a hotel.  I can&#039;t tell you how bummed I was I didn&#039;t get to better explore the city.  JCDL 2007 is going to be held in Vancouver, and if I can scare up funds, I am definitely going to attend - and spend a good amount of time exploring the city.</description>
		<content:encoded><![CDATA[<p>James &#8211; No problem.  Had a lot of fun planning BarCampRDU &#8211; a great experience.  Man, as for Vancouver, I was there for all of 42 hours and I spent most of that in a hotel.  I can&#8217;t tell you how bummed I was I didn&#8217;t get to better explore the city.  JCDL 2007 is going to be held in Vancouver, and if I can scare up funds, I am definitely going to attend &#8211; and spend a good amount of time exploring the city.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://fstutzman.com/2006/07/19/advice-for-planning-a-bar-camp/comment-page-1/#comment-202</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 20 Jul 2006 01:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://127.0.0.1/~fred/projects/blog/?p=275#comment-202</guid>
		<description>Hey Fred, thanks for the great, informative post. I&#039;m part of the rag-tag group organizing BarCamp Vancouver and one of my collaborators sent me the link. Did you enjoy Vancouver when you were here in the spring?</description>
		<content:encoded><![CDATA[<p>Hey Fred, thanks for the great, informative post. I&#8217;m part of the rag-tag group organizing BarCamp Vancouver and one of my collaborators sent me the link. Did you enjoy Vancouver when you were here in the spring?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

