<?xml version="1.0" encoding="UTF-8"?>
<feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom">
  <id>http://www.michaelxavier.net/feed/comments</id>
  <link type="text/html" rel="alternate" href="http://www.michaelxavier.net"/>
  <link type="application/atom+xml" rel="self" href="http://www.michaelxavier.net/feed/comments"/>
  <title>Comments for MichaelXavier.net</title>
  <subtitle>www.michaelxavier.net</subtitle>
  <updated>2011-06-13T08:33:21Z</updated>
  <entry>
    <id>http://www.michaelxavier.net/Leave-Object-Alone.html#comment_0</id>
    <updated>2011-06-13T08:33:21Z</updated>
    <link type="text/html" rel="alternate" href="http://www.michaelxavier.net/Leave-Object-Alone.html#comment_0"/>
    <title>jorrizza said on 06|13|2011</title>
    <content type="html">Yep, just came across the same piece of code. What the hell were they thinking?</content>
    <author>
      <name>jorrizza</name>
      <uri>http://www.jrrzz.net/</uri>
    </author>
  </entry>
  <entry>
    <id>http://www.michaelxavier.net/Building-a-Haskell-CLI-Utility-with-CmdArgs.html#comment_1</id>
    <updated>2011-06-05T05:27:56Z</updated>
    <link type="text/html" rel="alternate" href="http://www.michaelxavier.net/Building-a-Haskell-CLI-Utility-with-CmdArgs.html#comment_1"/>
    <title>Neil Mitchell said on 06|05|2011</title>
    <content type="html">Great to see a nicely explained blog post. I have tried documenting CmdArgs quite extensively, both with Haddock docs and with a manual page, but its hard to know which bits remain confusing, or why it was hard for you to figure out the details. Do you have any suggestions for how to improve the docs? Patches, suggestions and reflects are all very welcome!</content>
    <author>
      <name>Neil Mitchell</name>
      <uri>http://community.haskell.org/~ndm/</uri>
    </author>
  </entry>
  <entry>
    <id>http://www.michaelxavier.net/Delete-All-In-Ripple-Riak-Client.html#comment_2</id>
    <updated>2011-05-07T15:19:05Z</updated>
    <link type="text/html" rel="alternate" href="http://www.michaelxavier.net/Delete-All-In-Ripple-Riak-Client.html#comment_2"/>
    <title>Jesse said on 05|07|2011</title>
    <content type="html">I&amp;#x27;m writing a Python ODM and realizing this as well. Does your streaming iteration actually speed things up? I have 8 tests that went from running in under 1.5s to over 13s when I added a delete all keys cleanup operations.</content>
    <author>
      <name>Jesse</name>
    </author>
  </entry>
  <entry>
    <id>http://www.michaelxavier.net/Delete-All-In-Ripple-Riak-Client.html#comment_3</id>
    <updated>2010-11-09T16:37:09Z</updated>
    <link type="text/html" rel="alternate" href="http://www.michaelxavier.net/Delete-All-In-Ripple-Riak-Client.html#comment_3"/>
    <title>Aphyr said on 11|09|2010</title>
    <content type="html">Trying that formatting again...

  bucket.keys do |keys|
    keys.each do |key|
      bucket.delete key           
    end 
  end</content>
    <author>
      <name>Aphyr</name>
      <uri>http://aphyr.com</uri>
    </author>
  </entry>
  <entry>
    <id>http://www.michaelxavier.net/Delete-All-In-Ripple-Riak-Client.html#comment_4</id>
    <updated>2010-11-09T16:36:17Z</updated>
    <link type="text/html" rel="alternate" href="http://www.michaelxavier.net/Delete-All-In-Ripple-Riak-Client.html#comment_4"/>
    <title>Aphyr said on 11|09|2010</title>
    <content type="html">Use bucket key streaming.

bucket.keys do |keys|
  keys.each do |key|
    bucket.delete key
  end
end</content>
    <author>
      <name>Aphyr</name>
      <uri>http://aphyr.com</uri>
    </author>
  </entry>
  <entry>
    <id>http://www.michaelxavier.net/factory-girl-on-Rails-3-undefined-method-config.html#comment_5</id>
    <updated>2010-04-30T03:02:38Z</updated>
    <link type="text/html" rel="alternate" href="http://www.michaelxavier.net/factory-girl-on-Rails-3-undefined-method-config.html#comment_5"/>
    <title>Mario said on 04|30|2010</title>
    <content type="html">Thanks for posting this. Saved me tons of time trying to figure it out!</content>
    <author>
      <name>Mario</name>
      <uri>http://orbitalvoice.com</uri>
    </author>
  </entry>
  <entry>
    <id>http://www.michaelxavier.net/Shell-Script-for-Checking-Ruby-Syntax.html#comment_6</id>
    <updated>2010-02-16T14:16:31Z</updated>
    <link type="text/html" rel="alternate" href="http://www.michaelxavier.net/Shell-Script-for-Checking-Ruby-Syntax.html#comment_6"/>
    <title>symbiotic said on 02|16|2010</title>
    <content type="html">Nice, now turn this into a ruby script 8)</content>
    <author>
      <name>symbiotic</name>
      <uri>http://symbiotic.github.com/</uri>
    </author>
  </entry>
</feed>

