<?xml version="1.0" encoding="UTF-8"?>
<GoodreadsResponse>
	<Request>
		<authentication>false</authentication>
		    <method><![CDATA[]]></method>
	</Request>
	<author>
  
  <id>137628</id>
  <name><![CDATA[Jason Weiss]]></name>
  <link><![CDATA[http://www.goodreads.com/author/show/137628.Jason_Weiss]]></link>
  <fans_count type="integer">0</fans_count>
  <followers_count type="integer">0</followers_count>
  <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
  <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-50x66.jpg]]></small_image_url>
  <about><![CDATA[]]></about>
  <influences><![CDATA[]]></influences>
  <gender></gender>
  <hometown></hometown>
  <born_at></born_at>
  <died_at></died_at>
  
  <books>
        <book>
  <id type="integer">235311</id>
  <isbn>0822338157</isbn>
  <isbn13>9780822338154</isbn13>
  <text_reviews_count type="integer">3</text_reviews_count>
  <title>
    <![CDATA[Steve Lacy: Conversations]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1172976069m/235311.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1172976069s/235311.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/235311.Steve_Lacy_Conversations</link>
  <average_rating>4.33</average_rating>
  <ratings_count>12</ratings_count>
  <description>
    <![CDATA[<em>Steve Lacy: Conversations</em> is a collection of thirty-four interviews with the innovative saxophonist and jazz composer. Lacy (1934&ndash;2004), a pioneer in making the soprano saxophone a contemporary jazz instrument, was a prolific performer and composer, with hundreds of recordings to his name. <br/><br/>This volume brings together interviews that appeared in a variety of magazines between 1959 and 2004. Conducted by writers, critics, musicians, visual artists, a philosopher, and an architect, the interviews indicate the evolution of Lacy&rsquo;s extraordinary career and thought. Lacy began playing the soprano saxophone at sixteen, and was soon performing with Dixieland musicians much older than he. By nineteen he was playing with the pianist Cecil Taylor, who ignited his interest in the avant-garde. He eventually became the foremost proponent of Thelonious Monk&rsquo;s music. Lacy played with a broad range of musicians, including Monk and Gil Evans, and led his own bands. A voracious reader and the recipient of a MacArthur “genius” grant, Lacy was particularly known for setting to music literary texts—such as the <em>Tao Te Ching</em>, and the work of poets including Samuel Beckett, Robert Creeley, and Taslima Nasrin—as well as for collaborating with painters and dancers in multimedia projects.<br/><br/>Lacy lived in Paris from 1970 until 2002, and his music and ideas reflect a decades-long cross-pollination of cultures. Half of the interviews in this collection originally appeared in French sources and were translated specifically for this book. Jason Weiss provides a general introduction, as well as short introductions to each of the interviews and to the selection of Lacy&rsquo;s own brief writings that appears at the end of the book. The volume also includes three song scores, a selected discography of Lacy&rsquo;s recordings, and many photos from the personal collection of his wife and longtime collaborator, Irene Aebi.<br/><br/>Interviews by: Derek Bailey, Franck Bergerot, Yves Bouliane, Etienne Brunet, Philippe Carles, Brian Case, Garth W. Caylor Jr., John Corbett, Christoph Cox, Alex Dutilh, Lee Friedlander, Maria Friedlander, Isabelle Galloni d'Istria, Christian Gauffre, Raymond Gervais, Paul Gros-Claude, Alain-René Hardy, Ed Hazell, Alain Kirili, Mel Martin, Franck Médioni, Xavier Prévost, Philippe Quinsac, Ben Ratliff, Gérard Rouy, Kirk Silsbee, Roberto Terlizzi, Jason Weiss]]>
  </description>
<authors>
    <author>
    <id>137628</id>
        <name><![CDATA[Jason Weiss]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-50x66.jpg]]></small_image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/137628.Jason_Weiss]]></link>
    <average_rating>4.13</average_rating>
    <ratings_count>15</ratings_count>
    <text_reviews_count>3</text_reviews_count>
  </author>
  </authors>  <published>2006</published>
</book>

        <book>
  <id type="integer">628295</id>
  <isbn>0127427511</isbn>
  <isbn13>9780127427515</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[Java Cryptography Extensions: Practical Guide for Programmers]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1176479435m/628295.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1176479435s/628295.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/628295.Java_Cryptography_Extensions_Practical_Guide_for_Programmers</link>
  <average_rating>3.00</average_rating>
  <ratings_count>2</ratings_count>
  <description>
    <![CDATA[For a long time, there has been a need for a practical, down-to-earth developers book for the Java Cryptography Extension. I am very happy to see there is now a book that can answer many of the technical questions that developers, managers, and researchers have about such a critical topic. I am sure that this book will contribute greatly to the success of securing Java applications and deployments for e-business.  --Anthony Nadalin, Java Security Lead Architect, IBM<br/><br/>For many Java developers and software engineers, cryptography is an &quot;on-demand&quot; programming exercise, where cryptographic concepts are shelved until the next project requires renewed focus. But considerations for cryptography must be made early on in the design process and its imperative that developers know what kinds of solutions exist. <br/><br/>One of Javas solutions to help bridge the gap between academic research and real-world problem solving comes in the form of a well-defined architecture for implementing cryptographic solutions. However, to use the architecture and its extensions, it is important to recognize the pros and cons of different cryptographic algorithms and to know how to implement various devices like key agreements, digital signatures, and message digests, to name a few.<br/><br/>In Java Cryptography Extensions (JCE), cryptography is discussed at the level that developers need to know to work with the JCE and with their own applications but that doesnt overwhelm by packing in details unimportant to the busy professional. The JCE is explored using numerous code examples and instructional detail, with clearly presented sections on each aspect of the Java library. An online open-source cryptography toolkit and the code for all of the examples further reinforces the concepts covered within the book. No other resource presents so concisely or effectively the exact material needed to begin utilizing the JCE.<br/><br/>* Written by a seasoned veteran of both cryptography and server-side programming<br/>* Covers the architecture of the JCE, symmetric ciphers, asymmetric ciphers, message digests, message authentication codes, digital signatures, and managing keys and certificates<br/>* Includes a companion web site that contains the code for the examples in the book, open-source cryptographic toolkits, and further resources]]>
  </description>
<authors>
    <author>
    <id>137628</id>
        <name><![CDATA[Jason Weiss]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-50x66.jpg]]></small_image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/137628.Jason_Weiss]]></link>
    <average_rating>4.13</average_rating>
    <ratings_count>15</ratings_count>
    <text_reviews_count>3</text_reviews_count>
  </author>
  </authors>  <published>2004</published>
</book>

        <book>
  <id type="integer">1677924</id>
  <isbn>0877453489</isbn>
  <isbn13>9780877453482</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[Writing at Risk: Interviews in Paris With Uncommon Writers]]>
  </title>
  <image_url>http://www.goodreads.com/images/nocover-111x148.jpg</image_url>
  <small_image_url>http://www.goodreads.com/images/nocover-60x80.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/1677924.Writing_at_Risk_Interviews_in_Paris_With_Uncommon_Writers</link>
  <average_rating>0.0</average_rating>
  <ratings_count>0</ratings_count>
  <description>
    <![CDATA[]]>
  </description>
<authors>
    <author>
    <id>137628</id>
        <name><![CDATA[Jason Weiss]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-50x66.jpg]]></small_image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/137628.Jason_Weiss]]></link>
    <average_rating>4.13</average_rating>
    <ratings_count>15</ratings_count>
    <text_reviews_count>3</text_reviews_count>
  </author>
  </authors>  <published>1991</published>
</book>

        <book>
  <id type="integer">6603948</id>
  <isbn>0978177274</isbn>
  <isbn13>9780978177270</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[Faces By The Wayside]]>
  </title>
  <image_url>http://www.goodreads.com/images/nocover-111x148.jpg</image_url>
  <small_image_url>http://www.goodreads.com/images/nocover-60x80.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/6603948-faces-by-the-wayside</link>
  <average_rating>0.0</average_rating>
  <ratings_count>0</ratings_count>
  <description>
    <![CDATA[<strong> Faces by the Wayside </strong> is the story of a traveling soul and her adventures in the world, from Mexico to Paris to New York. One day in Mexico City, Alma, an office worker and mother of four children, has a small accident: out the window she sees the Mexican finance minister's wife and wonders how it would be to live her life. That most negligible part of Alma, the traveling soul, goes off for her to find out. So begins a tale of nine lives.]]>
  </description>
<authors>
    <author>
    <id>137628</id>
        <name><![CDATA[Jason Weiss]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-50x66.jpg]]></small_image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/137628.Jason_Weiss]]></link>
    <average_rating>4.13</average_rating>
    <ratings_count>15</ratings_count>
    <text_reviews_count>3</text_reviews_count>
  </author>
  </authors>  <published>2008</published>
</book>

        <book>
  <id type="integer">1677914</id>
  <isbn>0415940125</isbn>
  <isbn13>9780415940122</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[The Lights of Home : A Century of Latin American Writers in Paris]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1186717579m/1677914.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1186717579s/1677914.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/1677914.The_Lights_of_Home_A_Century_of_Latin_American_Writers_in_Paris</link>
  <average_rating>0.0</average_rating>
  <ratings_count>0</ratings_count>
  <description>
    <![CDATA[<p>Because of political, cultural, or economic difficulties in their homelands, Latin American writers have often sought refuge abroad.  Their independent searches for a haven in which to write often ended in Paris, long a city of writes in exile.  This is more than solely a group biography of these writers or an explication of material they wrote about Paris; it is also a luminous account of the work they wrote while in Paris, often based in their homelands.  It explores how Paris reacted to this wave of Latin American writers and how these writers absorbed Parisian influences and welded them to their own traditions setting the stage for immense success and power of works coming from Central and South America over the last half of the twentieth century.</p>]]>
  </description>
<authors>
    <author>
    <id>137628</id>
        <name><![CDATA[Jason Weiss]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-50x66.jpg]]></small_image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/137628.Jason_Weiss]]></link>
    <average_rating>4.13</average_rating>
    <ratings_count>15</ratings_count>
    <text_reviews_count>3</text_reviews_count>
  </author>
  </authors>  <published>2002</published>
</book>

        <book>
  <id type="integer">1641151</id>
  <isbn>0415940133</isbn>
  <isbn13>9780415940139</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[The Lights of Home: A Century of Latin American Writers in Paris]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1186226696m/1641151.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1186226696s/1641151.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/1641151.The_Lights_of_Home_A_Century_of_Latin_American_Writers_in_Paris</link>
  <average_rating>0.0</average_rating>
  <ratings_count>0</ratings_count>
  <description>
    <![CDATA[<p>Because of political, cultural, or economic difficulties in their homelands, Latin American writers have often sought refuge abroad.  Their independent searches for a haven in which to write often ended in Paris, long a city of writes in exile.  This is more than solely a group biography of these writers or an explication of material they wrote about Paris; it is also a luminous account of the work they wrote while in Paris, often based in their homelands.  It explores how Paris reacted to this wave of Latin American writers and how these writers absorbed Parisian influences and welded them to their own traditions setting the stage for immense success and power of works coming from Central and South America over the last half of the twentieth century.</p>]]>
  </description>
<authors>
    <author>
    <id>137628</id>
        <name><![CDATA[Jason Weiss]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-50x66.jpg]]></small_image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/137628.Jason_Weiss]]></link>
    <average_rating>4.13</average_rating>
    <ratings_count>15</ratings_count>
    <text_reviews_count>3</text_reviews_count>
  </author>
  </authors>  <published>2002</published>
</book>

      <books>
</author>
</GoodreadsResponse>