<?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>Kitchen Soap &#187; Talks</title>
	<atom:link href="http://www.kitchensoap.com/category/talks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kitchensoap.com</link>
	<description>Thoughts on capacity planning and web operations.</description>
	<lastBuildDate>Tue, 17 Jan 2012 17:57:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>MTTR is more important than MTBF (for most types of F)</title>
		<link>http://www.kitchensoap.com/2010/11/07/mttr-mtbf-for-most-types-of-f/</link>
		<comments>http://www.kitchensoap.com/2010/11/07/mttr-mtbf-for-most-types-of-f/#comments</comments>
		<pubDate>Sun, 07 Nov 2010 18:27:23 +0000</pubDate>
		<dc:creator>allspaw</dc:creator>
				<category><![CDATA[Culture]]></category>
		<category><![CDATA[Etsy]]></category>
		<category><![CDATA[Flickr]]></category>
		<category><![CDATA[Slides]]></category>
		<category><![CDATA[Talks]]></category>
		<category><![CDATA[WebOps]]></category>

		<guid isPermaLink="false">http://www.kitchensoap.com/?p=508</guid>
		<description><![CDATA[This week I gave a talk at QCon SF about development and operations cooperation at Etsy and Flickr.  It&#8217;s a refresh of talks I&#8217;ve given in the past, with more detail about how it&#8217;s going at Etsy. (It&#8217;s going excellently ) There&#8217;s a bunch of topics in the presentation slides, all centered around roles, responsibilities, [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>This week I gave a talk at QCon SF about <a href="http://www.slideshare.net/jallspaw/dev-and-ops-collaboration-and-awareness-at-etsy-and-flickr" target="_blank">development and operations cooperation at Etsy and Flickr</a>.  It&#8217;s a refresh of talks I&#8217;ve given in the past, with more detail about how it&#8217;s going at Etsy. (It&#8217;s going excellently <img src='http://www.kitchensoap.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )</p>
<p>There&#8217;s a bunch of topics in the presentation slides, all centered around roles, responsibilities, and intersection points of domain expertise commonly found in development and operations teams. One of the not-groundbreaking ideas that I&#8217;m finally getting down is something that should be evident for anyone practicing or interested in &#8216;continuous deployment&#8217;:</p>
<p style="padding-left: 30px;">Being able to recover quickly from failure is more important than having failures less often.</p>
<p>This has what should be an obvious caveat: some types of failures shouldn&#8217;t ever happen, and not all failures/degradations/outages are the same. (like failures resulting in accidental data <em>loss</em>, for example)</p>
<p>Put another way:</p>
<blockquote>
<h1><strong>MTTR is more important than MTBF </strong></h1>
<p><strong><em>(for most types of F)</em></strong></p></blockquote>
<p>(Edited: I did say originally &#8220;MTTR &gt; MTBF&#8221;)</p>
<p>What I&#8217;m definitely <strong>not</strong> saying is that failure should be an acceptable condition. I&#8217;m positing that since failure <em>will</em> happen, it&#8217;s just as important (or in some cases <em>more</em> important) to spend time and energy on your response to failure than trying to prevent it. I agree with <a href="http://twitter.com/ph" target="_blank">Hammond</a>, when he said:</p>
<blockquote><p>If you think you can prevent failure, then you aren&#8217;t developing your ability to respond.</p></blockquote>
<p>In a complete steal of <a href="http://radar.oreilly.com/artur/" target="_blank">Artur Bergman</a>&#8216;s material, an example in the slides of the talk is of the Jeep versus Rolls Royce:</p>
<p><a href="http://www.kitchensoap.com/wp-content/uploads/2010/11/Screen-shot-2010-11-07-at-1.08.39-PM.png"><img class="alignleft size-medium wp-image-517" title="Jeep versus Rolls" src="http://www.kitchensoap.com/wp-content/uploads/2010/11/Screen-shot-2010-11-07-at-1.08.39-PM-300x225.png" alt="Jeep versus Rolls" width="300" height="225" /></a> Artur has a Jeep, and he&#8217;s right when he says that for the most part, Jeeps are built with optimizing Mean-Time-To-Repair, not the classical approach to automotive engineering, which is to optimize Mean-Time-Between-Failures. This is likely because Jeep owners have been beating the shit out of their vehicles for decades, and every now and again, they expect that abuse to break something. Jeep designers know this, which is why it&#8217;s so damn easy to repair. Nuts and bolts are easy to reach, tools are included when you buy the thing, and if you haven&#8217;t seen the video of <a href="http://www.youtube.com/watch?v=lgwF8mdQwlw" target="_blank">Army personnel disassembling and reassembling a Jeep in under 4 minutes</a>, you&#8217;re missing out.</p>
<p>The Rolls Royce, on the other hand, likely don&#8217;t have such adventurous owners, and when it does break down, it&#8217;s a fine and acceptable thing for the car to be out of service for a long and expensive fixing by the manufacturer.</p>
<p>We as web operations folks want our architectures to be built optimized for MTTR, not for MTBF. I think that the reasons should be obvious, and the fact that practices like:</p>
<ul>
<li>Dark launching</li>
<li>Percentage-based production A/B rollouts</li>
<li><a href="http://code.flickr.com/blog/2009/12/02/flipping-out/" target="_blank">Feature flags </a></li>
</ul>
<p>are becoming commonplace should verify this approach as having legs.</p>
<p>The slides from QConSF are here:</p>
<div style="width:425px" id="__ss_5695138"> <strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/jallspaw/dev-and-ops-collaboration-and-awareness-at-etsy-and-flickr" title="Dev and Ops Collaboration and Awareness at Etsy and Flickr" target="_blank">Dev and Ops Collaboration and Awareness at Etsy and Flickr</a></strong> <iframe src="http://www.slideshare.net/slideshow/embed_code/5695138" width="425" height="355" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
<div style="padding:5px 0 12px"> View more <a href="http://www.slideshare.net/" target="_blank">presentations</a> from <a href="http://www.slideshare.net/jallspaw" target="_blank">John Allspaw</a> </div>
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.kitchensoap.com/2010/11/07/mttr-mtbf-for-most-types-of-f/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Go or No-Go: Operability and Contingency Planning (Surge)</title>
		<link>http://www.kitchensoap.com/2010/11/03/go-or-no-go-operability-and-contingency-planning-surge/</link>
		<comments>http://www.kitchensoap.com/2010/11/03/go-or-no-go-operability-and-contingency-planning-surge/#comments</comments>
		<pubDate>Wed, 03 Nov 2010 17:35:33 +0000</pubDate>
		<dc:creator>allspaw</dc:creator>
				<category><![CDATA[Etsy]]></category>
		<category><![CDATA[Slides]]></category>
		<category><![CDATA[Talks]]></category>
		<category><![CDATA[WebOps]]></category>

		<guid isPermaLink="false">http://www.kitchensoap.com/?p=510</guid>
		<description><![CDATA[Last month I had the honor of speaking at the Surge Conference in Baltimore, put together by OmniTI. It was a most excellent conference, and the expertise levels were ridiculously high. I count myself lucky to be considered the same league as the rest of the presenters. I did give a Keynote talk, and I [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Last month I had the honor of speaking at the <a href="http://omniti.com/surge/2010/speakers/john-allspaw" target="_blank">Surge Conference</a> in Baltimore, put together by <a href="http://omniti.com/" target="_blank">OmniTI</a>.</p>
<p>It was a most excellent conference, and the expertise levels were ridiculously high. I count myself lucky to be considered the same league as the rest of the presenters. I did give a Keynote talk, and I haven&#8217;t uploaded those slides yet. The talk I gave on the second day of the conference was about how we plan for feature launches at <a href="http://www.etsy.com" target="_blank">Etsy</a>, which follows a similar pattern we had at <a href="http://www.flickr.com" target="_blank">Flickr</a>.</p>
<p>So, here are the slides for that <a href="http://omniti.com/surge/2010/speakers/john-allspaw" target="_blank">talk</a>:</p>
<div style="width:425px" id="__ss_5657590"> <strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/jallspaw/go-or-nogo-operability-and-contingency-planning-at-etsycom" title="Go or No-Go: Operability and Contingency Planning at Etsy.com" target="_blank">Go or No-Go: Operability and Contingency Planning at Etsy.com</a></strong> <iframe src="http://www.slideshare.net/slideshow/embed_code/5657590" width="425" height="355" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
<div style="padding:5px 0 12px"> View more <a href="http://www.slideshare.net/" target="_blank">presentations</a> from <a href="http://www.slideshare.net/jallspaw" target="_blank">John Allspaw</a> </div>
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.kitchensoap.com/2010/11/03/go-or-no-go-operability-and-contingency-planning-surge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slides for Velocity Talk 2009</title>
		<link>http://www.kitchensoap.com/2009/06/23/slides-for-velocity-talk-2009/</link>
		<comments>http://www.kitchensoap.com/2009/06/23/slides-for-velocity-talk-2009/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 23:39:53 +0000</pubDate>
		<dc:creator>allspaw</dc:creator>
				<category><![CDATA[Culture]]></category>
		<category><![CDATA[Slides]]></category>
		<category><![CDATA[Talks]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[WebOps]]></category>
		<category><![CDATA[velocity conference]]></category>
		<category><![CDATA[Web Ops]]></category>

		<guid isPermaLink="false">http://www.kitchensoap.com/?p=257</guid>
		<description><![CDATA[UPDATE: blip.tv has the video of the talk as well, below. Jeez I have some major bed-head. That was a blast! I had never done a &#8216;duet&#8217; talk before. Here are the slides: 10+ Deploys Per Day: Dev and Ops Cooperation at Flickr &#8230;and the video of it is here:]]></description>
			<content:encoded><![CDATA[<p></p><p>UPDATE: blip.tv has the video of the talk as well, below. Jeez I have some major bed-head.</p>
<p>That was a blast! I had never done a &#8216;duet&#8217; talk before. Here are the slides:</p>
<div id="__ss_1628368" style="width: 425px; text-align: left;"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" title="10+ Deploys Per Day: Dev and Ops Cooperation at Flickr" href="http://www.slideshare.net/jallspaw/10-deploys-per-day-dev-and-ops-cooperation-at-flickr?type=presentation">10+ Deploys Per Day: Dev and Ops Cooperation at Flickr</a><object style="margin:0px" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=allspawhammondvelocity2009-090623161942-phpapp01&amp;stripped_title=10-deploys-per-day-dev-and-ops-cooperation-at-flickr" /><param name="allowfullscreen" value="true" /><embed style="margin:0px" type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=allspawhammondvelocity2009-090623161942-phpapp01&amp;stripped_title=10-deploys-per-day-dev-and-ops-cooperation-at-flickr" allowscriptaccess="always" allowfullscreen="true"></embed></object></div>
<div style="width: 425px; text-align: left;">&#8230;and the video of it is here:</div>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="390" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://blip.tv/play/AYGMoH+LqzQ" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="390" src="http://blip.tv/play/AYGMoH+LqzQ" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kitchensoap.com/2009/06/23/slides-for-velocity-talk-2009/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Slides from Web2.0 Expo 2009. (and somethin else interestin&#8217;)</title>
		<link>http://www.kitchensoap.com/2009/04/03/slides-from-web20-expo-2009-and-somethin-else-interestin/</link>
		<comments>http://www.kitchensoap.com/2009/04/03/slides-from-web20-expo-2009-and-somethin-else-interestin/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 21:21:40 +0000</pubDate>
		<dc:creator>allspaw</dc:creator>
				<category><![CDATA[Flickr]]></category>
		<category><![CDATA[Slides]]></category>
		<category><![CDATA[Talks]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[WebOps]]></category>

		<guid isPermaLink="false">http://www.kitchensoap.com/?p=115</guid>
		<description><![CDATA[That was a pretty good time. Saw lots of good and wicked smaht people, and I got a lot of great questions after my talk. The slides are up on slideshare, and here are the PDF slides. Operational Efficiency Hacks Web20 Expo2009 View more presentations from John Allspaw. UPDATE: Gil Raphaelli has posted his python [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>That was a pretty good time. Saw lots of good and wicked smaht people, and I got a lot of great questions after my talk. The slides are up on <a href="http://www.slideshare.net/jallspaw/operational-efficiency-hacks-web20-expo2009" target="_blank">slideshare</a>, and here are the <a title="Operational Efficiency Hacks Web 2.0 Expo 2009" href="http://kitchensoap.com/talks/OpsHacksWeb20Expo2009-Notes.pdf" target="_blank">PDF slides</a>. <strong><em></em></strong></p>
<div style="width:425px;text-align:left" id="__ss_1245887"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" href="http://www.slideshare.net/jallspaw/operational-efficiency-hacks-web20-expo2009?type=presentation" title="Operational Efficiency Hacks Web20 Expo2009">Operational Efficiency Hacks Web20 Expo2009</a><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=opshacksweb20expo2009-090403152449-phpapp02&#038;stripped_title=operational-efficiency-hacks-web20-expo2009" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=opshacksweb20expo2009-090403152449-phpapp02&#038;stripped_title=operational-efficiency-hacks-web20-expo2009" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">presentations</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/jallspaw">John Allspaw</a>.</div>
</div>
<p><strong><em>UPDATE:</em></strong> Gil Raphaelli has <a href="http://g.raphaelli.com/2009/4/2/libyahoo2-python-bindings" target="_blank">posted</a> his python bindings he wrote for our libyahoo2 use in our Ops IM Bot.</p>
<p>There <em>was</em> something that I left out of my slides, mostly because I didn&#8217;t want to distract from the main topic, which was optimization and efficiencies.</p>
<p>While I used our image processing capacity at Flickr as an example of how compilers and hardware can have some significant influence on how fast or efficient you can run, I had wondered what the Magical Cloud™ would do with these differences.</p>
<p>So I took the tests I ran on our own machines and ran them on Small, Medium, Large, Extra Large, and Extra Large(High) instances of EC2, to see. The results were a bit surprising to me, but I&#8217;m sure not surprising to anyone who uses EC2 with any significant amount of CPU demand.</p>
<p>For the testing, I have a script that does some super simple image resizing with GraphicsMagick. It splits a DSLR photo into 6 different sizes, much in the same way that we do at Flickr for the real world. It does that resizing on about 7 different files, and I timed them all. This is with the most recent version of GraphicsMagick, 1.3.5, with the awesome OpenMP bits in it.</p>
<p>Here is the slide of the tests run on different (increasingly faster) dedicated machines:</p>
<p style="text-align: center;"><img class="size-medium wp-image-117 aligncenter" title="Faster Image Processing Hardware" src="http://www.kitchensoap.com/wp-content/uploads/2009/04/gm-hardware2-300x213.png" alt="Faster Image Processing Hardware" width="300" height="213" /></p>
<p>and here is the slide that I <em>didn&#8217;t</em> include, of the EC2 timings of the same test:</p>
<p style="text-align: center;"><img class="size-medium wp-image-118 aligncenter" title="Image Processing on EC2" src="http://www.kitchensoap.com/wp-content/uploads/2009/04/gm-ec2-300x213.png" alt="Image Processing on EC2" width="300" height="213" /></p>
<p>Now I&#8217;m not suggesting that the two graphs <strong><em>should</em></strong> look similar, or that EC2 <em>should</em> be faster. I&#8217;m well aware of the shift in perspective when deploying capacity within the cloud versus within your own data center. So I&#8217;m not surprised that the fastest test results are on the order of 2x slower on EC2. Application logic, feature designs (synchronous versus asynchronous image processing, for example) can take care of these differences and could be a welcome trade-off in having to run your own machines.</p>
<p>What I am surprised about is the variation (or lack thereof) of all but the small instances. After I took a closer look at vmstat and top, I realized that the small instances consistently saw about 50-60% <a href="http://help.rightscale.com/cgi-bin/rightscale.cfg/php/enduser/std_adp.php?p_faqid=28" target="_blank">CPU stolen</a> from it, the mediums almost always saw zero stolen, and the Large and ExtraLarges saw up to 35% CPU stolen from it during the jobs.</p>
<p>So, interesting.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kitchensoap.com/2009/04/03/slides-from-web20-expo-2009-and-somethin-else-interestin/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Speaking at Web2.0 Expo 2009</title>
		<link>http://www.kitchensoap.com/2009/02/19/speaking-at-web20-expo-2009/</link>
		<comments>http://www.kitchensoap.com/2009/02/19/speaking-at-web20-expo-2009/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 01:22:43 +0000</pubDate>
		<dc:creator>allspaw</dc:creator>
				<category><![CDATA[Capacity Planning]]></category>
		<category><![CDATA[Talks]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.kitchensoap.com/?p=106</guid>
		<description><![CDATA[Looks like I&#8217;m gonna talk about even more nerdy things at the Web2.0 Expo in April. You don’t have to wait for a recession to tighten up your operations. Squeezing more oomph out of your servers (or instances!) is always a good thing, and streamlining how you handle site issues is too. We’ll will talk [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Looks like I&#8217;m gonna talk about even more nerdy things at the <a href="http://www.web2expo.com/webexsf2009/public/schedule/detail/8580" target="_blank">Web2.0 Expo in April.</a></p>
<blockquote>
<div class="en_session_description description">
<p>You don’t have to wait for a recession to tighten up your operations. Squeezing more oomph out of your servers (or instances!) is always a good thing, and streamlining how you handle site issues is too. We’ll will talk about what we’ve been doing at Flickr to get more out of less from both our machines and our humans.</p>
<p>Capacity Hacks: diagonal scaling, tuning opportunities, and some other stupid performance tricks.</p>
<p>Ops “runbook” Hacks: Server and process self-healing, application-level measurement, ops communication tools, and some worst-case scenario tricks to have in your back pocket.</p></div>
<h4></h4>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.kitchensoap.com/2009/02/19/speaking-at-web20-expo-2009/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>2009 Velocity Conference submissions are open!</title>
		<link>http://www.kitchensoap.com/2008/11/20/2009-velocity-conference-submissions-are-open/</link>
		<comments>http://www.kitchensoap.com/2008/11/20/2009-velocity-conference-submissions-are-open/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 15:57:20 +0000</pubDate>
		<dc:creator>allspaw</dc:creator>
				<category><![CDATA[Talks]]></category>
		<category><![CDATA[WebOps]]></category>
		<category><![CDATA[velocity conference]]></category>

		<guid isPermaLink="false">http://www.kitchensoap.com/?p=73</guid>
		<description><![CDATA[The CFP for next year&#8217;s Velocity Conference is up now, so all you ops and performance ninjas submit your ideas for talks. I&#8217;m lucky enough to be on the program committee this year, and I think the conference is a huge opportunity to spread the ops love on all kinds of topics. There&#8217;s a list [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>The CFP for next year&#8217;s Velocity Conference is up now, so all you ops and performance ninjas submit your ideas for talks.</p>
<p>I&#8217;m lucky enough to be on the program committee this year, and I think the conference is a huge opportunity to spread the ops love on all kinds of topics. There&#8217;s a list on the O&#8217;Reilly page to get you thinking about what might make for a good submission:</p>
<blockquote><p>- How to tie web performance and operations to the bottom line<br />
- Real-world incident management – getting “tight like a pit crew”<br />
- Making websites as fast and reliable as desktop apps<br />
- Networking, <span class="caps">DNS</span>, and load balancing<br />
- Profiling’s not just on the backend: JavaScript, <span class="caps">CSS</span>, and the network<br />
- Managing web services – flaming disasters you survived and lessons learned<br />
- The intersection between performance and design<br />
- Wicked cool (and actionable) metrics<br />
- Ads, ads, ads – the performance killer?<br />
- Troubleshooting in production<br />
- How to scale and be fast on the social web<br />
- Capacity planning and load testing<br />
- Establishing performance and operations best practices within your organization<br />
- Configuration management best (and worst) tools and practices<br />
- Monitoring and instrumentation: Open Source, as a service, commercially supported solutions<br />
- Using multiple CDNs to improve customer experience and reduce cost</p></blockquote>
<p>Think for a minute: Do you have a bunch of sweet ops hacks that you&#8217;re really proud of? Do you and your dev teams collaborate on making things easy to manage? Do you face unique challenges that others don&#8217;t which ops folks can learn from?</p>
<p>If so, don&#8217;t be lame: <a href="http://en.oreilly.com/velocity2009/user/proposal/new/53" target="_blank">submit a proposal!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kitchensoap.com/2008/11/20/2009-velocity-conference-submissions-are-open/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Slides from Velocity</title>
		<link>http://www.kitchensoap.com/2008/06/25/slides-from-velocity/</link>
		<comments>http://www.kitchensoap.com/2008/06/25/slides-from-velocity/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 13:41:23 +0000</pubDate>
		<dc:creator>allspaw</dc:creator>
				<category><![CDATA[Flickr]]></category>
		<category><![CDATA[Slides]]></category>
		<category><![CDATA[Talks]]></category>
		<category><![CDATA[WebOps]]></category>

		<guid isPermaLink="false">http://www.kitchensoap.com/?p=48</guid>
		<description><![CDATA[Here are the slides from my talk at the Velocity Conference.]]></description>
			<content:encoded><![CDATA[<p></p><p><a title="Capacity Management for Web Operations" href="http://www.slideshare.net/jallspaw/velocity2008-capacity-management1-484676" target="_blank">Here</a> are the slides from my talk at the Velocity Conference.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kitchensoap.com/2008/06/25/slides-from-velocity/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Slides from Web 2.0 Expo2008</title>
		<link>http://www.kitchensoap.com/2008/04/29/slides-from-web-20-expo/</link>
		<comments>http://www.kitchensoap.com/2008/04/29/slides-from-web-20-expo/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 17:15:39 +0000</pubDate>
		<dc:creator>allspaw</dc:creator>
				<category><![CDATA[Capacity Planning]]></category>
		<category><![CDATA[Slides]]></category>
		<category><![CDATA[Talks]]></category>

		<guid isPermaLink="false">http://www.kitchensoap.com/?p=42</guid>
		<description><![CDATA[Here they are.]]></description>
			<content:encoded><![CDATA[<p></p><p>Here they <a title="Web 2.0 Expo 2008 Capacity Planning talk" href="http://www.kitchensoap.com/wp-content/uploads/2008/04/web20expo-capacityplanning.pdf" target="_blank">are</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kitchensoap.com/2008/04/29/slides-from-web-20-expo/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Speaking at Web 2.0 Expo 2008</title>
		<link>http://www.kitchensoap.com/2008/01/03/speaking-at-web-20-expo-2008/</link>
		<comments>http://www.kitchensoap.com/2008/01/03/speaking-at-web-20-expo-2008/#comments</comments>
		<pubDate>Thu, 03 Jan 2008 14:07:47 +0000</pubDate>
		<dc:creator>allspaw</dc:creator>
				<category><![CDATA[Capacity Planning]]></category>
		<category><![CDATA[Talks]]></category>
		<category><![CDATA[WebOps]]></category>

		<guid isPermaLink="false">http://www.kitchensoap.com/2008/01/03/speaking-at-web-20-expo-2008/</guid>
		<description><![CDATA[I&#8217;m gonna give a talk in capacity planning for web operations at the Web 2.0 Expo in April. Wondering if I should submit the same sort of talk for the Velocity conference in June. Don&#8217;t want to be redundant or anything.]]></description>
			<content:encoded><![CDATA[<p></p><p>I&#8217;m gonna give a talk in capacity planning for web operations at the <a href="http://en.oreilly.com/webexsf2008/public/schedule/detail/1024" target="_blank" title="web 2.0 expo">Web 2.0 Expo in April</a>. Wondering if I should submit the same sort of talk for the <a href="http://en.oreilly.com/velocity2008" target="_blank">Velocity conference</a> in June. Don&#8217;t want to be redundant or anything.</p>
<p><a href="http://sf.web2expo.com"><img src="http://conferences.oreillynet.com/banners/webexsf/speaker/210x60.gif" alt="Web 2.0 Expo San Francisco 2008" title="Web 2.0 Expo San Francisco 2008" border="0" height="60" width="210" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kitchensoap.com/2008/01/03/speaking-at-web-20-expo-2008/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>A new place for Web Ops to talk the talk and walk the walk</title>
		<link>http://www.kitchensoap.com/2007/11/15/a-new-place-for-web-ops-to-talk-the-talk-and-walk-the-walk/</link>
		<comments>http://www.kitchensoap.com/2007/11/15/a-new-place-for-web-ops-to-talk-the-talk-and-walk-the-walk/#comments</comments>
		<pubDate>Fri, 16 Nov 2007 06:58:57 +0000</pubDate>
		<dc:creator>allspaw</dc:creator>
				<category><![CDATA[Talks]]></category>
		<category><![CDATA[WebOps]]></category>

		<guid isPermaLink="false">http://www.kitchensoap.com/2007/11/15/a-new-place-for-web-ops-to-talk-the-talk-and-walk-the-walk/</guid>
		<description><![CDATA[There&#8217;s a new conference in town, and it looks to have the really good schmitz. Good work Jesse and Steve, I&#8217;m really looking forward to this.]]></description>
			<content:encoded><![CDATA[<p></p><p>There&#8217;s a <a href="http://en.oreilly.com/velocity2008/public/content/home" target="_blank">new conference</a> in town, and it looks to have the really good schmitz.  Good work Jesse and Steve, I&#8217;m really looking forward to this.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kitchensoap.com/2007/11/15/a-new-place-for-web-ops-to-talk-the-talk-and-walk-the-walk/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

