<?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>Pivotal Labs &#187; Ryan Spore</title>
	<atom:link href="http://pivotallabs.com/author/rspore/feed/" rel="self" type="application/rss+xml" />
	<link>http://pivotallabs.com</link>
	<description>Agility Developed</description>
	<lastBuildDate>Tue, 21 May 2013 16:50:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Please sir, I want some more pizza</title>
		<link>http://pivotallabs.com/please-sir-i-want-some-more-pizza/</link>
		<comments>http://pivotallabs.com/please-sir-i-want-some-more-pizza/#comments</comments>
		<pubDate>Thu, 16 Aug 2012 14:19:00 +0000</pubDate>
		<dc:creator>Ryan Spore</dc:creator>
				<category><![CDATA[Standup]]></category>
		<category><![CDATA[agile]]></category>

		<guid isPermaLink="false">http://pivotallabs.com/please-sir-i-want-some-more-pizza/</guid>
		<description><![CDATA[<p><h2>Interestings</h2>

<ul>
<li><p>Where's my last bit?</p>

<p>1.9.3p194 :019 > &#40;2**62&#41;.class.name
 => "Bignum"
1.9.3p194 :020 > &#40;2**62 - 1&#41;.class.name
 => "Fixnum"</p></li>
</ul>

<p>Q: Why is this not 2**63?
A: Fixnum object ids are the odd numbers, eg, 2.object_id = 5.  This means you run out of bits one bit early.</p> <a href="http://pivotallabs.com/please-sir-i-want-some-more-pizza/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://pivotallabs.com/please-sir-i-want-some-more-pizza/">Please sir, I want some more pizza</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></description>
				<content:encoded><![CDATA[<h2>Interestings</h2>
<ul>
<li>
<p>Where&#8217;s my last bit?</p>
<p>1.9.3p194 :019 > &#40;2**62&#41;.class.name<br />
 => &#8220;Bignum&#8221;<br />
1.9.3p194 :020 > &#40;2**62 &#8211; 1&#41;.class.name<br />
 => &#8220;Fixnum&#8221;</p>
</li>
</ul>
<p>Q: Why is this not 2**63?<br />
A: Fixnum object ids are the odd numbers, eg, 2.object_id = 5.  This means you run out of bits one bit early.</p>
<p>The post <a href="http://pivotallabs.com/please-sir-i-want-some-more-pizza/">Please sir, I want some more pizza</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://pivotallabs.com/please-sir-i-want-some-more-pizza/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get your volunteering hand ready</title>
		<link>http://pivotallabs.com/get-your-volunteering-hand-ready/</link>
		<comments>http://pivotallabs.com/get-your-volunteering-hand-ready/#comments</comments>
		<pubDate>Tue, 14 Aug 2012 14:19:00 +0000</pubDate>
		<dc:creator>Ryan Spore</dc:creator>
				<category><![CDATA[Standup]]></category>
		<category><![CDATA[agile]]></category>

		<guid isPermaLink="false">http://pivotallabs.com/get-your-volunteering-hand-ready/</guid>
		<description><![CDATA[<p><h2>Helps</h2>

<ul>
<li>Nesting separate rails apps</li>
</ul>

<p>What's the best way to do a request test against another rails app in a separate directory?</p>

<p>We want:</p>

<ul>
<li>not to deal with separate processes</li>
<li>to be able to use nice capybara test matchers &#40;i.e. visit "/other_service/foo" and page.should have_content&#40;"other service title"&#41; &#41;</li>
<li>for it to work on CI well</li>
</ul>

<p>Should we use a Rack middleware?</p>

<p>Capybara Servers and Pow seemed like good solutions, Engines not so much. Also trying to run integration tests with the adaptors and stub adaptors in other tests.</p>

<h2>Events</h2>

<ul>
<li>Today's Tech Talk: The Psychology Behind Pair Designing</li>
</ul>

<p>Folks from the outside can register on EventBrite  to come. Lunch is included.</p>

<p>There will be opportunities to get up on stage and pair live with Karl.</p>

<p>Summary:
More design clarity. Less redesign time. What if methods like Pair Design could increase the efficiency of your team and the quality of your products? Karl Dotter will explain his hypothesis on Pair Design, how he is helping teams practice pair design to build great products and what to do to start practicing pairing with members of your team. You’ll also find out how to participate in P.A.I.R &#40;Pairers Against Inefficiency and Rework&#41;, a fun research program he's working on which will help quantify the benefits of Pairing.</p>

<ul>
<li>eXtreme Tuesday</li>
</ul>

<p>Weekly eXtreme Tuesday returns again!  6:30 in the presentation space.</p> <a href="http://pivotallabs.com/get-your-volunteering-hand-ready/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://pivotallabs.com/get-your-volunteering-hand-ready/">Get your volunteering hand ready</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></description>
				<content:encoded><![CDATA[<h2>Helps</h2>
<ul>
<li>Nesting separate rails apps</li>
</ul>
<p>What&#8217;s the best way to do a request test against another rails app in a separate directory?</p>
<p>We want:</p>
<ul>
<li>not to deal with separate processes</li>
<li>to be able to use nice capybara test matchers &#40;i.e. visit &#8220;/other_service/foo&#8221; and page.should have_content&#40;&#8221;other service title&#8221;&#41; &#41;</li>
<li>for it to work on CI well</li>
</ul>
<p>Should we use a Rack middleware?</p>
<p>Capybara Servers and Pow seemed like good solutions, Engines not so much. Also trying to run integration tests with the adaptors and stub adaptors in other tests.</p>
<h2>Events</h2>
<ul>
<li>Today&#8217;s Tech Talk: The Psychology Behind Pair Designing</li>
</ul>
<p>Folks from the outside can register on EventBrite  to come. Lunch is included.</p>
<p>There will be opportunities to get up on stage and pair live with Karl.</p>
<p>Summary:<br />
More design clarity. Less redesign time. What if methods like Pair Design could increase the efficiency of your team and the quality of your products? Karl Dotter will explain his hypothesis on Pair Design, how he is helping teams practice pair design to build great products and what to do to start practicing pairing with members of your team. You’ll also find out how to participate in P.A.I.R &#40;Pairers Against Inefficiency and Rework&#41;, a fun research program he&#8217;s working on which will help quantify the benefits of Pairing.</p>
<ul>
<li>eXtreme Tuesday</li>
</ul>
<p>Weekly eXtreme Tuesday returns again!  6:30 in the presentation space.</p>
<p>The post <a href="http://pivotallabs.com/get-your-volunteering-hand-ready/">Get your volunteering hand ready</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://pivotallabs.com/get-your-volunteering-hand-ready/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using apc
Database Caching using apc
Object Caching 477/501 objects using apc

 Served from: pivotallabs.com @ 2013-05-22 08:09:00 by W3 Total Cache -->