<?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> | “write something clever here”Comments for Ed Anuff</title>
	<atom:link href="http://anuff.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://anuff.com</link>
	<description>“write something clever here”</description>
	<lastBuildDate>Thu, 21 Mar 2013 00:12:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on “Owning it” by Ed Anuff</title>
		<link>http://anuff.com/2013/03/owning-it/#comment-1202</link>
		<dc:creator>Ed Anuff</dc:creator>
		<pubDate>Thu, 21 Mar 2013 00:12:33 +0000</pubDate>
		<guid isPermaLink="false">http://anuff.com/?p=217#comment-1202</guid>
		<description><![CDATA[Good point, that&#039;s definitely what he&#039;s doing in this case.  My feeling has been that he crosses that line quite a bit, and it&#039;s only when it&#039;s really egregious that most people notice.]]></description>
		<content:encoded><![CDATA[<p>Good point, that&#8217;s definitely what he&#8217;s doing in this case.  My feeling has been that he crosses that line quite a bit, and it&#8217;s only when it&#8217;s really egregious that most people notice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on “Owning it” by Dave Aiello</title>
		<link>http://anuff.com/2013/03/owning-it/#comment-1201</link>
		<dc:creator>Dave Aiello</dc:creator>
		<pubDate>Thu, 21 Mar 2013 00:08:16 +0000</pubDate>
		<guid isPermaLink="false">http://anuff.com/?p=217#comment-1201</guid>
		<description><![CDATA[The unfortunate part of John Gruber&#039;s criticisms of Apple&#039;s decision to hire Kevin Lynch is that he exposes himself to the the charge that he is reacting as a fan would react, rather than how a journalist or an analyst would.

Philadelphia sports fans are notorious for holding grudges.  When the Flyers, Eagles, Phillies, or 76ers obtain the services of a star from one of their competitors, Philadelphia fans will criticize the trade, with &quot;logic&quot; like this.

&quot;I didn&#039;t like the way he played as a Ranger (or Giant or Met or Knick), so I think this trade is a bad deal.&quot;

This is questionable analysis.  You should always evaluate players on what they can do for your team, rather than on how these players contributed to an opponent&#039;s strategy in the past.

I don&#039;t think Gruber has reacted in this fan-like way very much in the recent past.  I&#039;m sorry to see him react this way now.]]></description>
		<content:encoded><![CDATA[<p>The unfortunate part of John Gruber&#8217;s criticisms of Apple&#8217;s decision to hire Kevin Lynch is that he exposes himself to the the charge that he is reacting as a fan would react, rather than how a journalist or an analyst would.</p>
<p>Philadelphia sports fans are notorious for holding grudges.  When the Flyers, Eagles, Phillies, or 76ers obtain the services of a star from one of their competitors, Philadelphia fans will criticize the trade, with &#8220;logic&#8221; like this.</p>
<p>&#8220;I didn&#8217;t like the way he played as a Ranger (or Giant or Met or Knick), so I think this trade is a bad deal.&#8221;</p>
<p>This is questionable analysis.  You should always evaluate players on what they can do for your team, rather than on how these players contributed to an opponent&#8217;s strategy in the past.</p>
<p>I don&#8217;t think Gruber has reacted in this fan-like way very much in the recent past.  I&#8217;m sorry to see him react this way now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Secondary indexes in Cassandra by Ed Anuff</title>
		<link>http://anuff.com/2010/07/secondary-indexes-in-cassandra/#comment-24</link>
		<dc:creator>Ed Anuff</dc:creator>
		<pubDate>Wed, 12 Dec 2012 19:22:41 +0000</pubDate>
		<guid isPermaLink="false">http://anuff.wpengine.com/?p=72#comment-24</guid>
		<description><![CDATA[This allows you to repair the index at read.  Cassandra isn&#039;t inherently unsafe, but creating a ledger of past values means the index can always be returned to a consistent state.  The example code doesn&#039;t show this, but the Usergrid code does have a repair utility that fixes inconsistent indexes using this information to remove old index values.]]></description>
		<content:encoded><![CDATA[<p>This allows you to repair the index at read.  Cassandra isn&#8217;t inherently unsafe, but creating a ledger of past values means the index can always be returned to a consistent state.  The example code doesn&#8217;t show this, but the Usergrid code does have a repair utility that fixes inconsistent indexes using this information to remove old index values.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Indexing in Cassandra by Ed Anuff</title>
		<link>http://anuff.com/2011/02/indexing-in-cassandra/#comment-23</link>
		<dc:creator>Ed Anuff</dc:creator>
		<pubDate>Wed, 12 Dec 2012 19:20:13 +0000</pubDate>
		<guid isPermaLink="false">http://anuff.wpengine.com/?p=79#comment-23</guid>
		<description><![CDATA[Updating a value requires walking back the inbound indexes.  The sample code shows an implementation of this.]]></description>
		<content:encoded><![CDATA[<p>Updating a value requires walking back the inbound indexes.  The sample code shows an implementation of this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Indexing in Cassandra by Ed Anuff</title>
		<link>http://anuff.com/2011/02/indexing-in-cassandra/#comment-22</link>
		<dc:creator>Ed Anuff</dc:creator>
		<pubDate>Wed, 12 Dec 2012 19:19:27 +0000</pubDate>
		<guid isPermaLink="false">http://anuff.wpengine.com/?p=79#comment-22</guid>
		<description><![CDATA[That&#039;s one of the reasons supercolumns are no longer recommended and instead composite columns are suggested.]]></description>
		<content:encoded><![CDATA[<p>That&#8217;s one of the reasons supercolumns are no longer recommended and instead composite columns are suggested.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Indexing in Cassandra by Amresh1002</title>
		<link>http://anuff.com/2011/02/indexing-in-cassandra/#comment-21</link>
		<dc:creator>Amresh1002</dc:creator>
		<pubDate>Sun, 07 Oct 2012 04:58:46 +0000</pubDate>
		<guid isPermaLink="false">http://anuff.wpengine.com/?p=79#comment-21</guid>
		<description><![CDATA[In Inverted-indexes Using Supercolumns, would it be possible to search on Last names (which are super column names)? AFAIK, secondary indexes on super column names can&#039;t be defined.]]></description>
		<content:encoded><![CDATA[<p>In Inverted-indexes Using Supercolumns, would it be possible to search on Last names (which are super column names)? AFAIK, secondary indexes on super column names can&#8217;t be defined.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Indexing in Cassandra by Orrgal</title>
		<link>http://anuff.com/2011/02/indexing-in-cassandra/#comment-20</link>
		<dc:creator>Orrgal</dc:creator>
		<pubDate>Thu, 23 Aug 2012 02:14:43 +0000</pubDate>
		<guid isPermaLink="false">http://anuff.wpengine.com/?p=79#comment-20</guid>
		<description><![CDATA[but what do you do about updates to stored values.

if you have groupCF storing users with the column name being name:id

A    johnny:h23854uf923 sammy:fh43872h34fg8 bobby:hf3127f31273

and now you want to remove johnny but johnny changed his name and is now called jonathan:h23854uf923 (same id).

the delete message will have  jonathan:h23854uf923 as the column to delete so johnny will not be deleted from the group.]]></description>
		<content:encoded><![CDATA[<p>but what do you do about updates to stored values.</p>
<p>if you have groupCF storing users with the column name being name:id</p>
<p>A    johnny:h23854uf923 sammy:fh43872h34fg8 bobby:hf3127f31273</p>
<p>and now you want to remove johnny but johnny changed his name and is now called jonathan:h23854uf923 (same id).</p>
<p>the delete message will have  jonathan:h23854uf923 as the column to delete so johnny will not be deleted from the group.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Secondary indexes in Cassandra by Alon Pilberg</title>
		<link>http://anuff.com/2010/07/secondary-indexes-in-cassandra/#comment-19</link>
		<dc:creator>Alon Pilberg</dc:creator>
		<pubDate>Mon, 23 Jul 2012 08:08:04 +0000</pubDate>
		<guid isPermaLink="false">http://anuff.wpengine.com/?p=72#comment-19</guid>
		<description><![CDATA[Hello Ed, can you elaborate on need for the CF Container_Item_Property_Index_Entries? You mention that &quot;for a number of reasons related to Cassandra&#039;s model of eventual consistency ... will not reliably work&quot; and &quot;it&#039;s a really good idea to make sure you understand why this CF is necessary&quot;, yet it is unclear why that is actually the case. Without further explanations, it sounds like any and all Cassandra reads are inherently unsafe. Is the purpose of such a CF to ensure consistency when multiple writes are present, or to assist with recovery in case an operation is interrupted midway? ]]></description>
		<content:encoded><![CDATA[<p>Hello Ed, can you elaborate on need for the CF Container_Item_Property_Index_Entries? You mention that &#8220;for a number of reasons related to Cassandra&#8217;s model of eventual consistency &#8230; will not reliably work&#8221; and &#8220;it&#8217;s a really good idea to make sure you understand why this CF is necessary&#8221;, yet it is unclear why that is actually the case. Without further explanations, it sounds like any and all Cassandra reads are inherently unsafe. Is the purpose of such a CF to ensure consistency when multiple writes are present, or to assist with recovery in case an operation is interrupted midway? </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Secondary indexes in Cassandra by Cyril Auburtin</title>
		<link>http://anuff.com/2010/07/secondary-indexes-in-cassandra/#comment-18</link>
		<dc:creator>Cyril Auburtin</dc:creator>
		<pubDate>Sun, 13 May 2012 23:34:31 +0000</pubDate>
		<guid isPermaLink="false">http://anuff.wpengine.com/?p=72#comment-18</guid>
		<description><![CDATA[Would it possible to do:

Get Items In Container(container_id) Where Property(property_name) Equals Value(property_value) And Property(other_property_name) Equals Value(other_property_value)?

maybe by extending the model

thx and congrats on bringing this model of query much more performant]]></description>
		<content:encoded><![CDATA[<p>Would it possible to do:</p>
<p>Get Items In Container(container_id) Where Property(property_name) Equals Value(property_value) And Property(other_property_name) Equals Value(other_property_value)?</p>
<p>maybe by extending the model</p>
<p>thx and congrats on bringing this model of query much more performant</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Usergrid is now part of Apigee by Aaron</title>
		<link>http://anuff.com/2012/01/usergrid-is-now-part-of-apigee/#comment-17</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Wed, 18 Jan 2012 11:23:29 +0000</pubDate>
		<guid isPermaLink="false">http://anuff.wpengine.com/?p=86#comment-17</guid>
		<description><![CDATA[Congratulations on the acquisition. Good luck with the next phase of building out UserGrid.]]></description>
		<content:encoded><![CDATA[<p>Congratulations on the acquisition. Good luck with the next phase of building out UserGrid.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
