<?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; Ross Hale</title>
	<atom:link href="http://pivotallabs.com/author/rhale/feed/" rel="self" type="application/rss+xml" />
	<link>http://pivotallabs.com</link>
	<description>Agility Developed</description>
	<lastBuildDate>Wed, 19 Jun 2013 16:27:53 +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>[Standup][SF] 09/07/12: The Clap Keeps Coming Back</title>
		<link>http://pivotallabs.com/standup-sf-09-07-12-the-clap-keeps-coming-back/</link>
		<comments>http://pivotallabs.com/standup-sf-09-07-12-the-clap-keeps-coming-back/#comments</comments>
		<pubDate>Fri, 07 Sep 2012 14:13:00 +0000</pubDate>
		<dc:creator>Ross Hale</dc:creator>
				<category><![CDATA[Standup]]></category>
		<category><![CDATA[agile]]></category>

		<guid isPermaLink="false">http://pivotallabs.com/standup-sf-09-07-12-the-clap-keeps-coming-back/</guid>
		<description><![CDATA[<p><h2>Interestings</h2>

<ul>
<li>Ruby Gotcha: Extending non-existent class displays confusing error message</li>
</ul>

<p>class Foo &#60; DontExist
end</p>

<p>describe Foo
  it "works" do
    Foo.new
  end
end</p>

<p>this raises:</p>

<p>uninitialized constant Foo &#40;NameError&#41;</p>

<p>very confusing to say the least. I would have expected the NameError to show that DontExist didn't exist.</p>

<p>--Glenn</p> <a href="http://pivotallabs.com/standup-sf-09-07-12-the-clap-keeps-coming-back/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://pivotallabs.com/standup-sf-09-07-12-the-clap-keeps-coming-back/">[Standup][SF] 09/07/12: The Clap Keeps Coming Back</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></description>
				<content:encoded><![CDATA[<h2>Interestings</h2>
<ul>
<li>Ruby Gotcha: Extending non-existent class displays confusing error message</li>
</ul>
<p>class Foo &lt; DontExist<br />
end</p>
<p>describe Foo<br />
  it &#8220;works&#8221; do<br />
    Foo.new<br />
  end<br />
end</p>
<p>this raises:</p>
<p>uninitialized constant Foo &#40;NameError&#41;</p>
<p>very confusing to say the least. I would have expected the NameError to show that DontExist didn&#8217;t exist.</p>
<p>&#8211;Glenn</p>
<p>The post <a href="http://pivotallabs.com/standup-sf-09-07-12-the-clap-keeps-coming-back/">[Standup][SF] 09/07/12: The Clap Keeps Coming Back</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://pivotallabs.com/standup-sf-09-07-12-the-clap-keeps-coming-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Standup SF 09/06/12: Clusters are clusters</title>
		<link>http://pivotallabs.com/standup-sf-09-06-12-clusters-are-clusters/</link>
		<comments>http://pivotallabs.com/standup-sf-09-06-12-clusters-are-clusters/#comments</comments>
		<pubDate>Thu, 06 Sep 2012 14:18:00 +0000</pubDate>
		<dc:creator>Ross Hale</dc:creator>
				<category><![CDATA[Standup]]></category>
		<category><![CDATA[agile]]></category>

		<guid isPermaLink="false">http://pivotallabs.com/standup-sf-09-06-12-clusters-are-clusters/</guid>
		<description><![CDATA[<p><h2>Helps</h2>

<ul>
<li>Recommended MySQL master-slave gem?</li>
</ul>

<p>We want to set up our database in a master-slave setup and would like to know what gem is currently recommended.</p>

<p>Answer according to Palermo: Don't use MySQL master-slave</p>

<ul>
<li>Experiences running Redis in Master/Slave setup?</li>
</ul>

<p>Our client wants to run Redis with a Master/Slave setup. Has anyone ever done this? What experiences did you make?</p>

<p>Answer according to Davis:
There are 2 options, Redis Cluster which is complete vaporware and Redis Sentinel which is recently released.  TLDR: Redis Sentinel</p>

<h2>Interestings</h2>

<ul>
<li>Google offers MySQL cloudy cloud</li>
</ul>

<p>MySQL in the Google Cloud - Now you can use Google App Engine without being stuck with a key-value data store.</p>

<p>https://developers.google.com/cloud-sql/</p> <a href="http://pivotallabs.com/standup-sf-09-06-12-clusters-are-clusters/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://pivotallabs.com/standup-sf-09-06-12-clusters-are-clusters/">Standup SF 09/06/12: Clusters are clusters</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></description>
				<content:encoded><![CDATA[<h2>Helps</h2>
<ul>
<li>Recommended MySQL master-slave gem?</li>
</ul>
<p>We want to set up our database in a master-slave setup and would like to know what gem is currently recommended.</p>
<p>Answer according to Palermo: Don&#8217;t use MySQL master-slave</p>
<ul>
<li>Experiences running Redis in Master/Slave setup?</li>
</ul>
<p>Our client wants to run Redis with a Master/Slave setup. Has anyone ever done this? What experiences did you make?</p>
<p>Answer according to Davis:<br />
There are 2 options, Redis Cluster which is complete vaporware and Redis Sentinel which is recently released.  TLDR: Redis Sentinel</p>
<h2>Interestings</h2>
<ul>
<li>Google offers MySQL cloudy cloud</li>
</ul>
<p>MySQL in the Google Cloud &#8211; Now you can use Google App Engine without being stuck with a key-value data store.</p>
<p>https://developers.google.com/cloud-sql/</p>
<p>The post <a href="http://pivotallabs.com/standup-sf-09-06-12-clusters-are-clusters/">Standup SF 09/06/12: Clusters are clusters</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://pivotallabs.com/standup-sf-09-06-12-clusters-are-clusters/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>[Standup][SF] 09/05/12: Better Late Than Never</title>
		<link>http://pivotallabs.com/standup-sf-09-05-12-better-late-than-never/</link>
		<comments>http://pivotallabs.com/standup-sf-09-05-12-better-late-than-never/#comments</comments>
		<pubDate>Wed, 05 Sep 2012 02:57:00 +0000</pubDate>
		<dc:creator>Ross Hale</dc:creator>
				<category><![CDATA[Labs]]></category>

		<guid isPermaLink="false">http://pivotallabs.com/standup-sf-09-05-12-better-late-than-never/</guid>
		<description><![CDATA[<p><p>&#40;Title: 09/05/12: Better Late Than Never&#41;</p>

<h2>New faces</h2>

<ul>
<li>Daniel Onggunhao - new intern from Stanford</li>
<li>Aaron Levine - New Pivot</li>
</ul>

<h2>Helps</h2>

<ul>
<li>If you haven't yet, please respond to blogging survey</li>
</ul>

<p>About 27 responses so far - even if you aren't interested in reading or writing blogs, that's still good to know, so please respond.</p>

<h2>Events</h2>

<ul>
<li>Code for America tonight</li>
</ul>

<p>During the usual pair exchange we'll have two great projects for you to help out on! For Open Counter, see Vinicius, for Open 311 see Matt Royal</p>

<ul>
<li>Pair eXchange</li>
</ul>

<p>Come and pair on personal or open source projects! Refreshments provided. Pivots only.</p> <a href="http://pivotallabs.com/standup-sf-09-05-12-better-late-than-never/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://pivotallabs.com/standup-sf-09-05-12-better-late-than-never/">[Standup][SF] 09/05/12: Better Late Than Never</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>&#40;Title: 09/05/12: Better Late Than Never&#41;</p>
<h2>New faces</h2>
<ul>
<li>Daniel Onggunhao &#8211; new intern from Stanford</li>
<li>Aaron Levine &#8211; New Pivot</li>
</ul>
<h2>Helps</h2>
<ul>
<li>If you haven&#8217;t yet, please respond to blogging survey</li>
</ul>
<p>About 27 responses so far &#8211; even if you aren&#8217;t interested in reading or writing blogs, that&#8217;s still good to know, so please respond.</p>
<h2>Events</h2>
<ul>
<li>Code for America tonight</li>
</ul>
<p>During the usual pair exchange we&#8217;ll have two great projects for you to help out on! For Open Counter, see Vinicius, for Open 311 see Matt Royal</p>
<ul>
<li>Pair eXchange</li>
</ul>
<p>Come and pair on personal or open source projects! Refreshments provided. Pivots only.</p>
<p>The post <a href="http://pivotallabs.com/standup-sf-09-05-12-better-late-than-never/">[Standup][SF] 09/05/12: Better Late Than Never</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://pivotallabs.com/standup-sf-09-05-12-better-late-than-never/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 554/588 objects using apc

 Served from: pivotallabs.com @ 2013-06-19 16:03:35 by W3 Total Cache -->