<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-19254436</id><updated>2011-04-21T18:32:19.309-07:00</updated><category term='security twitter api'/><title type='text'>sa da te</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://sa-da-te.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19254436/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://sa-da-te.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Peter</name><uri>http://www.blogger.com/profile/11928131837906979462</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://bp1.blogger.com/_P2oxESaeYzc/R_kdL3rvGkI/AAAAAAAAAH4/Ddvohg0IA54/S220/1457562.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>16</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-19254436.post-3822465762710394601</id><published>2008-04-29T20:07:00.000-07:00</published><updated>2008-04-30T06:53:32.930-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='security twitter api'/><title type='text'>Doubly Encrypted for Extra Safety</title><content type='html'>&lt;p&gt;Floating 'round the &lt;a target="_blank" href="http://www.twitter.com"&gt;twitterverse&lt;/a&gt; today was a new service called &lt;a target="_blank" href="http://twittersnooze.com/"&gt;twittersnooze&lt;/a&gt;.  The possibilities for twitter apps seem endless, and considering how easy and, well, fun the &lt;a hred="http://groups.google.com/group/twitter-development-talk/web/api-documentation" target="_blank"&gt;api&lt;/a&gt; is to play with, I'm sure there will be many more.&lt;/p&gt;
&lt;p&gt;Among other nice features, I applaud &lt;a href="http://blog.andrewparker.net/" target="_blank"&gt;the auther's&lt;/a&gt; honest disclosure that &lt;b&gt;"TwitterSnooze stores passwords on the DB"&lt;/b&gt;.  Currently as the twitter api is written, this is a necessary evil for an application of this sort.  If you want to authenticate, you need the user's password in plaintext.&lt;/p&gt;
&lt;p&gt;However, there is a way around this that I think twitter, and other web sites that have apis should consider doing  (I think &lt;a hred="http://www.last.fm/" target="_blank"&gt;lastfm&lt;/a&gt; does this, but I'm not sure).  Basically I am suggesting that the site doubly encrypt their passwords, and make the first level of encryption publicly available.  How exactly would this work?  In this example, I will describe a double encryption scenario using salted md5, and I will use twitter and twittersnooze as api providers and consumers:
&lt;ul&gt;
&lt;li&gt;When the user signs up for twitter 2 salts are generated (salt1 and salt2) and the password  (plaintext) is then encrypted as: md5(salt2 + md5(salt1 + plaintext))&lt;/li&gt;
&lt;li&gt;Both salts will be stored in the twitter's user table, as will the result of the double encryption.&lt;/li&gt;
&lt;li&gt;Salt1 will be made available through the api without authentication.&lt;/li&gt;
&lt;li&gt;When a user signs up for twittersnooze, twittersnooze will make an api call to retrieve salt1.  It will then encrypt the user's password as md5(salt1 + plaintext) and store the hash in it's user table.&lt;/li&gt;
&lt;li&gt;When twittersnooze needs to authenticate as the user, it sends the hash that it has stored.  Twitter then applies md5(salt2 + hash) and checks that it matches it's own user table.&lt;/li&gt;
&lt;li&gt;Viola!  No plaintext passwords stored anywhere!&lt;/li&gt;
&lt;/ul&gt;
Some other benefits:
&lt;ul&gt;
&lt;li&gt;Twittersnooze can now use the twitter password for its own user accounts, saving the user the trouble of creating a new account.&lt;/li&gt;
&lt;li&gt;The plaintext password never has to be transmitted over the wire between twittersnooze and twitter.&lt;/li&gt;
&lt;li&gt;If salt1 == salt2 then there is no additional storage requirements for twitter.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Of course, there are other approaches.  The first one that comes to mind is to generate api keys for every user, which can be fetched via their api.  This is certainly better than nothing, but has the drawback of requiring that the plaintext password be sent over the wire for authentication when the api key is fetched.
&lt;/p&gt;
&lt;p&gt;Please note that I am not suggesting that applying md5 twice is stronger than applying it once.  Thats a different issue and I think thats what people usually mean when they say "double encryption".  Rather, I am suggesting that doing it obviates the need to store plaintext passwords.&lt;/p&gt;&lt;p&gt;If tweetersnooze's database was compromised under this scenario, it would still be a security breach for twitter.  It would not, however, impact the naive user who uses the same password for twitter that they use for their online banking.&lt;/p&gt;
Any thoughts?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19254436-3822465762710394601?l=sa-da-te.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sa-da-te.blogspot.com/feeds/3822465762710394601/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19254436&amp;postID=3822465762710394601' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19254436/posts/default/3822465762710394601'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19254436/posts/default/3822465762710394601'/><link rel='alternate' type='text/html' href='http://sa-da-te.blogspot.com/2008/04/doubly-encrypted-for-extra-safety.html' title='Doubly Encrypted for Extra Safety'/><author><name>Peter</name><uri>http://www.blogger.com/profile/11928131837906979462</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://bp1.blogger.com/_P2oxESaeYzc/R_kdL3rvGkI/AAAAAAAAAH4/Ddvohg0IA54/S220/1457562.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19254436.post-1383798189785249475</id><published>2008-04-06T21:21:00.000-07:00</published><updated>2008-04-06T21:26:24.082-07:00</updated><title type='text'>LOTD tracker update II</title><content type='html'>The great staff over at &lt;a href="http://wiredset.com/" target="_blank"&gt;wiredset&lt;/a&gt; (the makers of trendrr) fixed the bug, and I was able to update the bad data points.  Thanks so much &lt;a href="http://www.trendrr.com/blog/dustin" target="_blank"&gt;Dustin&lt;/a&gt; for the quick turnaround, and on a Sunday nonetheless!!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19254436-1383798189785249475?l=sa-da-te.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sa-da-te.blogspot.com/feeds/1383798189785249475/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19254436&amp;postID=1383798189785249475' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19254436/posts/default/1383798189785249475'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19254436/posts/default/1383798189785249475'/><link rel='alternate' type='text/html' href='http://sa-da-te.blogspot.com/2008/04/lotd-tracker-update-ii.html' title='LOTD tracker update II'/><author><name>Peter</name><uri>http://www.blogger.com/profile/11928131837906979462</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://bp1.blogger.com/_P2oxESaeYzc/R_kdL3rvGkI/AAAAAAAAAH4/Ddvohg0IA54/S220/1457562.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19254436.post-8065748294324765106</id><published>2008-04-06T20:00:00.000-07:00</published><updated>2008-04-06T20:36:46.534-07:00</updated><title type='text'>Muxtape - clean and simple</title><content type='html'>&lt;p&gt;I have to admit that like so many others I am impressed by &lt;a href="http://www.muxtape.com"&gt;Muxtape&lt;/a&gt;.  A UI experiment that has caught like wildfire, clearly &lt;a href="http://jstn.cc/"&gt;Justin&lt;/a&gt; filled a need, and did it with style and skill.  I put up a &lt;a href="http://pootytang.muxtape.com" target="_blank"&gt;muxtape&lt;/a&gt; of some stuff that I am currently into, and I put a good amount of thought into the selections and the ordering.  
&lt;/p&gt;
&lt;p&gt;
Of course, the biggest question is the business model.  3 possibilities:
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Linking to amazon, and/or itunes&lt;/b&gt; and even possibly giving the muxtape author a cut of the revenue generated from singles sales.  (This came up at the most recent &lt;a href="http://newtech.meetup.com/1/" target="_blank"&gt;NY tech meetup&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Audio ads&lt;/b&gt; at some point through the muxtape.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a herf="http://en.wikipedia.org/wiki/Micropayment" target="_blank"&gt;MICROPAYMENTS!!&lt;/a&gt;&lt;/b&gt; Whether you pay 10 cents to listen, or you pay 10 cents for for someone else to listen, I think its time micropayments started coming into play in the US.&lt;/li&gt;
&lt;/ul&gt;
Here are some other suggestions:
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Multiple file uploads:&lt;/b&gt;&amp;nbsp;Wouldn't it be much easier if you could queue your uploads at once, and then click upload for all of them?  I really don't like that I have to go one file at a time.  One possible way to do this is with a java applet (gasp) called &lt;a href="http://jupload.sourceforge.net/" target="_blank"&gt;jupload&lt;/a&gt; but theres got to be a way to do it with javascript and iframes.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Uploads out of order:&lt;/b&gt;&amp;nbsp;I uploaded my playlist in the order in which I wanted them to play.  It wasn't until I was done that I realized I had to reorder them as they were backwards.  (The last track uploaded was the 1st in the playlist)&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Mixtapes always had an intended audience, so should muxtapes:&lt;/b&gt;&amp;nbsp;I think this is my biggest criticism.  I like that muxtape forces you to edit down to 12 songs.  However, if the idea is to simulate the old school mixtape, then it fails for this reason.  I always made mixtapes with an audience of 1 in mind.  How can I make one mixtape that my mom would like and my weird friend from college would also like??  I can't.&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;
Finally, I want to thank Justin for perhaps the biggest innovation on the site.  I think its absolutely brilliant that muxtape doesn't require you to enter your password twice when you register.  I have always believed that I could manage to get my password right on the first try, and finally someone gave the chance to prove it.  I am really curious to know whether this has caused significant problems with registration or not.&lt;/p&gt;
So, please give my &lt;a href="http://pootytang.muxtape.com" target="_blank"&gt;muxtape&lt;/a&gt; a spin.  I guarantee there will be music on it you have never heard, and just maybe something that you will enjoy.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19254436-8065748294324765106?l=sa-da-te.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sa-da-te.blogspot.com/feeds/8065748294324765106/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19254436&amp;postID=8065748294324765106' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19254436/posts/default/8065748294324765106'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19254436/posts/default/8065748294324765106'/><link rel='alternate' type='text/html' href='http://sa-da-te.blogspot.com/2008/04/muxtape-clean-and-simple.html' title='Muxtape - clean and simple'/><author><name>Peter</name><uri>http://www.blogger.com/profile/11928131837906979462</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://bp1.blogger.com/_P2oxESaeYzc/R_kdL3rvGkI/AAAAAAAAAH4/Ddvohg0IA54/S220/1457562.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19254436.post-6900876324804059080</id><published>2008-04-06T12:33:00.000-07:00</published><updated>2008-04-06T12:45:59.046-07:00</updated><title type='text'>LOTD tracker update</title><content type='html'>&lt;p&gt;I am very proud to have gotten a link from &lt;a href="http://avc.blogs.com/a_vc/2008/04/lyric-of-the--3.html" target="_blank"&gt;Fred Wilson's blog&lt;/a&gt; mentioning the &lt;a href="http:/twitter.com/lotd" target="_blank"&gt;lyric of the day&lt;/a&gt; tracker that I built.  Of course, I have been going crazy all day trying to figure out how to fix the data problem that was caused by &lt;a href="http://www.twitter.com" target="_blank"&gt;twitter&lt;/a&gt; being down last night for maintenance.  &lt;/p&gt;

&lt;p&gt;I guess I could have handled bad data in my bot's code, but I thought I would be able to manually edit the data if there were any problems.  I still think that I can, but I can't seem to do it at the moment.  Either &lt;a href="http://www.trendrr.com" target="_blank"&gt;trendrr&lt;/a&gt; is having a temporary problem, or there is a bug in their site as their data view clearly allows for in place updates of the data, however it doesn't allow for saving the change.  I have several frantic emails in to trendrr support, however something tells me they have better things to do on a Sunday :)&lt;/p&gt;  

&lt;p&gt;Anyway, I hope to fix the data soon.  I am excited to have the views and the link, but of course I want it to be perfect.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19254436-6900876324804059080?l=sa-da-te.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sa-da-te.blogspot.com/feeds/6900876324804059080/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19254436&amp;postID=6900876324804059080' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19254436/posts/default/6900876324804059080'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19254436/posts/default/6900876324804059080'/><link rel='alternate' type='text/html' href='http://sa-da-te.blogspot.com/2008/04/lotd-tracker-update.html' title='LOTD tracker update'/><author><name>Peter</name><uri>http://www.blogger.com/profile/11928131837906979462</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://bp1.blogger.com/_P2oxESaeYzc/R_kdL3rvGkI/AAAAAAAAAH4/Ddvohg0IA54/S220/1457562.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19254436.post-1549339282285163005</id><published>2008-04-04T07:08:00.001-07:00</published><updated>2008-04-04T09:39:36.504-07:00</updated><title type='text'>Lyric of the Day Stats</title><content type='html'>&lt;img src="http://www.trendrr.com/public/graphs/378706" /&gt; &lt;br/&gt;

&lt;a href="http://www.trendrr.com/timeseries/378706" target="_blank"&gt;http://www.trendrr.com/timeseries/378706&lt;/a&gt;&lt;br/&gt;

 Written in ruby using &lt;a href="http://code.whytheluckystiff.net/hpricot/" target="_blank"&gt;Hpricot&lt;/a&gt;.  Unfortunately I couldn't see where the twitter api allows for fetching the post and user counts for an account, so I just use the &lt;a href="http://en.wikipedia.org/wiki/Screen_scraper" target="_blank"&gt;original web api&lt;/a&gt;.  Updated hourly.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19254436-1549339282285163005?l=sa-da-te.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sa-da-te.blogspot.com/feeds/1549339282285163005/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19254436&amp;postID=1549339282285163005' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19254436/posts/default/1549339282285163005'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19254436/posts/default/1549339282285163005'/><link rel='alternate' type='text/html' href='http://sa-da-te.blogspot.com/2008/04/lyric-of-day-stats.html' title='Lyric of the Day Stats'/><author><name>Peter</name><uri>http://www.blogger.com/profile/11928131837906979462</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://bp1.blogger.com/_P2oxESaeYzc/R_kdL3rvGkI/AAAAAAAAAH4/Ddvohg0IA54/S220/1457562.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19254436.post-241770307905448967</id><published>2008-04-02T20:14:00.000-07:00</published><updated>2008-04-04T07:15:46.857-07:00</updated><title type='text'>Back from the dead</title><content type='html'>I'm too excited about goings on online and in my life to keep quite.  I'm baacccckkkk....&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19254436-241770307905448967?l=sa-da-te.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sa-da-te.blogspot.com/feeds/241770307905448967/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19254436&amp;postID=241770307905448967' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19254436/posts/default/241770307905448967'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19254436/posts/default/241770307905448967'/><link rel='alternate' type='text/html' href='http://sa-da-te.blogspot.com/2008/04/back-from-dead.html' title='Back from the dead'/><author><name>Peter</name><uri>http://www.blogger.com/profile/11928131837906979462</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://bp1.blogger.com/_P2oxESaeYzc/R_kdL3rvGkI/AAAAAAAAAH4/Ddvohg0IA54/S220/1457562.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19254436.post-115107960819561212</id><published>2006-06-23T05:15:00.000-07:00</published><updated>2006-06-23T09:20:09.046-07:00</updated><title type='text'>InC.pdf (application/pdf Object)</title><content type='html'>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;div style="margin-left: 10px; margin-bottom: 10px;"&gt; 
    &lt;a href="http://www.riffs.com/bookmarks/10648678/" title="InC.pdf (application/pdf Object)"&gt;
        &lt;img alt="InC.pdf (application/pdf Object)" src="http://www.riffs.com/images/item/small/F7/F8/F7F8757CC1598EB8828259DE80B6D03E.jpg"/&gt;&lt;/a&gt;&lt;br/&gt;
        
        
    &lt;br/&gt;&lt;br/&gt;
    &lt;hr/&gt;
    &lt;strong&gt;Piece of musical history (and cool)&lt;/strong&gt;&lt;br/&gt;
    This is the score to Terry Riley's 1964 classic work entitled "in
c".  It is a seminal work in minimalist music, and spawned a 
new type of composition, the use of rhythmic patterns that are combined
by the performers.  Even if you cant read music, I recommend
looking at the instructions given to the musicians which are pages 2
and 3.
    &lt;br/&gt;posted by &lt;a href="http://www.riffs.com/user/peter/"&gt;peter&lt;/a&gt;
&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19254436-115107960819561212?l=sa-da-te.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sa-da-te.blogspot.com/feeds/115107960819561212/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19254436&amp;postID=115107960819561212' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19254436/posts/default/115107960819561212'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19254436/posts/default/115107960819561212'/><link rel='alternate' type='text/html' href='http://sa-da-te.blogspot.com/2006/06/incpdf-applicationpdf-object.html' title='InC.pdf (application/pdf Object)'/><author><name>Peter</name><uri>http://www.blogger.com/profile/11928131837906979462</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://bp1.blogger.com/_P2oxESaeYzc/R_kdL3rvGkI/AAAAAAAAAH4/Ddvohg0IA54/S220/1457562.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19254436.post-114841851842948571</id><published>2006-05-23T10:04:00.000-07:00</published><updated>2006-05-23T14:08:38.480-07:00</updated><title type='text'>Ornette Coleman - Body Meta</title><content type='html'>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;div style="margin-left: 10px; margin-bottom: 10px;"&gt; 
    &lt;a href="http://www.riffs.com/music/1167951/" title="Ornette Coleman - Body Meta"&gt;
        &lt;img alt="Ornette Coleman - Body Meta" src="http://www.riffs.com/images/item/small/94/5D/945ddf85ffa795879b47fa9f63e1e925.jpg"/&gt;&lt;/a&gt;&lt;br/&gt;
        
        
    &lt;br/&gt;Personnel: Ornette Coleman (saxophone); Charlie Ellerbee, Bern Nix (guitar); Jamaaladeen Tacuma (bass); Ronald Shannon Jackson, Denardo Coleman (drums). Recorded at Barclay Studio, Paris, France in 1975. Includes liner notes by Ornette Coleman. Digitally remastered by Quintessential Sound. One of the most important jazz albums of the 1970s, BODY META arrived at a time when many had declared jazz t...&lt;br/&gt;
    &lt;hr/&gt;
    &lt;strong&gt;What a tornado would sound like&lt;/strong&gt;&lt;br/&gt;
    if it played instruments.  This is Ornette blowing the whole thing
wide open.  Forget about traditional Jazz, forget about Rock,
forget about funk.  How about two Drummers, two guitarists, and
Jamaaladeen Tacuma who might as well be two bassists just
wailing.  Then on top of it all, Ornette blowing like the
wind.  You don't know where he is going, but he is going there,
and the band is coming along with him, propelled by his
improvisations.  The heads are great.  Voice poetry, the
album opener, is perhaps the most interesting.  First an eiko eiko
like drum beat with guitar chords hit emphasizing the beat.  Then
the bass and second guitar enter, playing off each other and making no
attempt to hold things down, as the beat is already established. 
Finally, after several minutes of increasing tension, enter
Ornette.  Perhaps his most dramamtic entrance.  More than a
dramamtic entrance, Ornette's exposition of the head of this song is
one of his finest moments, and his dive into improvisation is immediate
and signals the arrival of a completely new music.  More than
music, I see prime time (The name ornette gave his fusion band - which
debuts on this album - and yes, it's a bad pun) as a force of
nature.  This is a challenging album, and probably not a good
introduction to Ornettes music (See in all languages), but it is a gem.
&lt;br/&gt;
    &lt;br/&gt;posted by &lt;a href="http://www.riffs.com/user/peter/"&gt;peter&lt;/a&gt;
&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19254436-114841851842948571?l=sa-da-te.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sa-da-te.blogspot.com/feeds/114841851842948571/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19254436&amp;postID=114841851842948571' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19254436/posts/default/114841851842948571'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19254436/posts/default/114841851842948571'/><link rel='alternate' type='text/html' href='http://sa-da-te.blogspot.com/2006/05/ornette-coleman-body-meta.html' title='Ornette Coleman - Body Meta'/><author><name>Peter</name><uri>http://www.blogger.com/profile/11928131837906979462</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://bp1.blogger.com/_P2oxESaeYzc/R_kdL3rvGkI/AAAAAAAAAH4/Ddvohg0IA54/S220/1457562.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19254436.post-114213351724295049</id><published>2006-03-11T19:18:00.000-08:00</published><updated>2006-03-11T19:24:15.346-08:00</updated><title type='text'>Japanese Temple in Hawaii</title><content type='html'>&lt;div style="float: right; margin-left: 10px; margin-bottom: 10px;"&gt; &lt;a href="http://www.flickr.com/photos/86939088@N00/111131464/" title="photo sharing"&gt;&lt;img src="http://static.flickr.com/47/111131464_53002639d7_m.jpg" alt="" style="border: solid 2px #000000;" /&gt;&lt;/a&gt; &lt;br /&gt; &lt;span style="font-size: 0.9em; margin-top: 0px;"&gt;  &lt;a href="http://www.flickr.com/photos/86939088@N00/111131464/"&gt;Japanese Temple in Hawaii&lt;/a&gt;  &lt;br /&gt;  Originally uploaded by &lt;a href="http://www.flickr.com/people/86939088@N00/"&gt;pooty_tang&lt;/a&gt;. &lt;/span&gt;&lt;/div&gt;This is my attempt at &lt;a href="http://www.flickr.com/photos/tags/tiltshift/"&gt;tiltshift&lt;/a&gt; - I don't think it looks like a model, but I am happy with it nonetheless.  This is a recreation of a Japanese temple that is in Hawaii.&lt;br clear="all" /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19254436-114213351724295049?l=sa-da-te.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sa-da-te.blogspot.com/feeds/114213351724295049/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19254436&amp;postID=114213351724295049' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19254436/posts/default/114213351724295049'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19254436/posts/default/114213351724295049'/><link rel='alternate' type='text/html' href='http://sa-da-te.blogspot.com/2006/03/japanese-temple-in-hawaii.html' title='Japanese Temple in Hawaii'/><author><name>Peter</name><uri>http://www.blogger.com/profile/11928131837906979462</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://bp1.blogger.com/_P2oxESaeYzc/R_kdL3rvGkI/AAAAAAAAAH4/Ddvohg0IA54/S220/1457562.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19254436.post-113977087266053821</id><published>2006-02-12T10:56:00.000-08:00</published><updated>2006-02-12T11:41:19.340-08:00</updated><title type='text'>French toast pooty style</title><content type='html'>This morning our twice-weekly brunch ritual was a huge success, as it always is.  Instead of going to one of our standard brunch places (Sherwood, Salonike, Hill Diner), we decided to stay in and make it ourselves.  This is usually an opportunity for some creativity, and this morning was no exception.
So, here is what I made.  This is a good recipe for someone who likes french toast and likes to cook, but isn't necessarily the most skilled chef on the block.
Ingredients:&lt;br&gt;
4 pieces of bread&lt;br&gt;
4 eggs&lt;br&gt;
1 avocado&lt;br&gt;
1/2 banana&lt;br&gt;
vanilla&lt;br&gt;
PAM or butter&lt;br&gt;&lt;br&gt;
1. Quarter the avocado and cut each quarter into thin slices.  Do the same with the half banana.&lt;br&gt;
2. Beat the eggs in a bowl and add a little bit of vanilla.  I used 1 egg and 3 egg whites, but any combination will do.&lt;br&gt;
2. The first F.T.P.S is just avocado, so take 2 pieces of bread and put sliced avocado in the middle.  Then smush the bread together.&lt;br&gt;
3. Dip the whole thing in the egg, and cook it in an frying pan (sparyed with PAM or buttered) like you would french toast.  Smushing frequently.  I use a low heat.&lt;br&gt;
4. The 2nd F.T.P.S is avocado and banana, so do steps 2 and 3 with avocado and banana slices in the middle.  &lt;br&gt;
5. Eat and enjoy with someone you love!&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19254436-113977087266053821?l=sa-da-te.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sa-da-te.blogspot.com/feeds/113977087266053821/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19254436&amp;postID=113977087266053821' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19254436/posts/default/113977087266053821'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19254436/posts/default/113977087266053821'/><link rel='alternate' type='text/html' href='http://sa-da-te.blogspot.com/2006/02/french-toast-pooty-style.html' title='French toast pooty style'/><author><name>Peter</name><uri>http://www.blogger.com/profile/11928131837906979462</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://bp1.blogger.com/_P2oxESaeYzc/R_kdL3rvGkI/AAAAAAAAAH4/Ddvohg0IA54/S220/1457562.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19254436.post-113880970770556673</id><published>2006-02-01T07:53:00.000-08:00</published><updated>2006-02-01T08:58:35.590-08:00</updated><title type='text'>Google Dodging</title><content type='html'>With all of the news about the government requesting access to Google's search results, and general fears about Google's intimate knowledge of all of us, the question of what we can do has been on my mind.
There are several possible ways to limit your exposure to Google.  Here is what I do:&lt;br&gt;&lt;br&gt;

1. Clear cookies - This is generally a good idea anyway.  I set all of my cookies to expire when I close my browser, and sometimes manully clear them.&lt;br&gt;
2. Open gmail in its own browser.  (Is there a firefox extension so that tabs don't share cookies?  That would be cool...)&lt;br&gt;
3. Use &lt;a href="http://www.scroogle.org"&gt;Scroogle&lt;/a&gt;, or some other proxy.&lt;br&gt;
4. Use the right search engine for the right search.  Google is a good all-purpose search, but if you want to search blogs, why not use technorati?  Or if you want to read about something, why not use wikipedia?  It is easy to add engines to your firefox search bar.  (Scroogle has one.)&lt;br&gt;&lt;br&gt;

Another option that I think might be a fun project would be to create a 'google obfuscator'.  The general idea is to create a small script that sends search requests to google periodically using either a dictionary file of some kind, or some other source of random queries.  This would flood google's records associated with your IP address with garbage, hopefully hiding your real searches.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19254436-113880970770556673?l=sa-da-te.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sa-da-te.blogspot.com/feeds/113880970770556673/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19254436&amp;postID=113880970770556673' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19254436/posts/default/113880970770556673'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19254436/posts/default/113880970770556673'/><link rel='alternate' type='text/html' href='http://sa-da-te.blogspot.com/2006/02/google-dodging.html' title='Google Dodging'/><author><name>Peter</name><uri>http://www.blogger.com/profile/11928131837906979462</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://bp1.blogger.com/_P2oxESaeYzc/R_kdL3rvGkI/AAAAAAAAAH4/Ddvohg0IA54/S220/1457562.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19254436.post-113831051198749787</id><published>2006-01-26T13:19:00.000-08:00</published><updated>2006-01-26T13:22:17.506-08:00</updated><title type='text'>New home</title><content type='html'>Well, I think I am going to make this Blog my new home.  The &lt;a href="http://pooty--tang.livejournal.com/"&gt;livejournal&lt;/a&gt; blog was fun, but I can't find where I can modify the template.  That brings me to my next point: I have added some cool sidebar stuff.  Most notably, I have added a RiffsRoll, which Jake made way back when, and which is a great way to integrate Riffs into your blog.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19254436-113831051198749787?l=sa-da-te.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sa-da-te.blogspot.com/feeds/113831051198749787/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19254436&amp;postID=113831051198749787' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19254436/posts/default/113831051198749787'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19254436/posts/default/113831051198749787'/><link rel='alternate' type='text/html' href='http://sa-da-te.blogspot.com/2006/01/new-home.html' title='New home'/><author><name>Peter</name><uri>http://www.blogger.com/profile/11928131837906979462</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://bp1.blogger.com/_P2oxESaeYzc/R_kdL3rvGkI/AAAAAAAAAH4/Ddvohg0IA54/S220/1457562.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19254436.post-113709196871997324</id><published>2006-01-12T10:51:00.000-08:00</published><updated>2006-01-12T10:52:56.050-08:00</updated><title type='text'>If you are reviewing this blog:</title><content type='html'>I appreciate that it was detected as possibly being a spam blog.  However, it is not, and I am a developer testing out some atom code that I am working on.  I am sure that repeated posting done to test my software caused my blog to get flagged.  Again, I am not a spammer.

Anyway, please have the Wrod verification removed from my Blog.  Thanks!
Peter&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19254436-113709196871997324?l=sa-da-te.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sa-da-te.blogspot.com/feeds/113709196871997324/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19254436&amp;postID=113709196871997324' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19254436/posts/default/113709196871997324'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19254436/posts/default/113709196871997324'/><link rel='alternate' type='text/html' href='http://sa-da-te.blogspot.com/2006/01/if-you-are-reviewing-this-blog.html' title='If you are reviewing this blog:'/><author><name>Peter</name><uri>http://www.blogger.com/profile/11928131837906979462</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://bp1.blogger.com/_P2oxESaeYzc/R_kdL3rvGkI/AAAAAAAAAH4/Ddvohg0IA54/S220/1457562.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19254436.post-113329743221998686</id><published>2005-11-29T12:50:00.000-08:00</published><updated>2005-11-29T12:50:32.243-08:00</updated><title type='text'></title><content type='html'>hello world.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19254436-113329743221998686?l=sa-da-te.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sa-da-te.blogspot.com/feeds/113329743221998686/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19254436&amp;postID=113329743221998686' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19254436/posts/default/113329743221998686'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19254436/posts/default/113329743221998686'/><link rel='alternate' type='text/html' href='http://sa-da-te.blogspot.com/2005/11/hello-world.html' title=''/><author><name>Peter</name><uri>http://www.blogger.com/profile/11928131837906979462</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://bp1.blogger.com/_P2oxESaeYzc/R_kdL3rvGkI/AAAAAAAAAH4/Ddvohg0IA54/S220/1457562.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19254436.post-113278119875091090</id><published>2005-11-23T13:26:00.000-08:00</published><updated>2005-11-23T13:26:38.753-08:00</updated><title type='text'>Lets hear it for the Illinoise makers!</title><content type='html'>&lt;div style="float: right; margin-left: 10px; margin-bottom: 10px;"&gt; &lt;a href="http://www.flickr.com/photos/86939088@N00/36692077/" title="photo sharing"&gt;&lt;img src="http://static.flickr.com/29/36692077_b7433a0cdd_m.jpg" alt="" style="border: solid 2px #000000;" /&gt;&lt;/a&gt; &lt;br /&gt; &lt;span style="font-size: 0.9em; margin-top: 0px;"&gt;  &lt;a href="http://www.flickr.com/photos/86939088@N00/36692077/"&gt;Lets hear it for the Illinoise makers!&lt;/a&gt;  &lt;br /&gt;  Originally uploaded by &lt;a href="http://www.flickr.com/people/86939088@N00/"&gt;pooty_tang&lt;/a&gt;. &lt;/span&gt;&lt;/div&gt;It was a great show - I'm really just testing the flickr integration.&lt;br clear="all" /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19254436-113278119875091090?l=sa-da-te.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sa-da-te.blogspot.com/feeds/113278119875091090/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19254436&amp;postID=113278119875091090' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19254436/posts/default/113278119875091090'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19254436/posts/default/113278119875091090'/><link rel='alternate' type='text/html' href='http://sa-da-te.blogspot.com/2005/11/lets-hear-it-for-illinoise-makers.html' title='Lets hear it for the Illinoise makers!'/><author><name>Peter</name><uri>http://www.blogger.com/profile/11928131837906979462</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://bp1.blogger.com/_P2oxESaeYzc/R_kdL3rvGkI/AAAAAAAAAH4/Ddvohg0IA54/S220/1457562.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19254436.post-113278071633343540</id><published>2005-11-23T13:17:00.000-08:00</published><updated>2005-11-23T13:18:36.340-08:00</updated><title type='text'>wa da ta!</title><content type='html'>Hello Blogger.  I am pootytang.  I am using this blog as a project, but personally I think blogging is too much of a hassle.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19254436-113278071633343540?l=sa-da-te.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sa-da-te.blogspot.com/feeds/113278071633343540/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19254436&amp;postID=113278071633343540' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19254436/posts/default/113278071633343540'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19254436/posts/default/113278071633343540'/><link rel='alternate' type='text/html' href='http://sa-da-te.blogspot.com/2005/11/wa-da-ta.html' title='wa da ta!'/><author><name>Peter</name><uri>http://www.blogger.com/profile/11928131837906979462</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://bp1.blogger.com/_P2oxESaeYzc/R_kdL3rvGkI/AAAAAAAAAH4/Ddvohg0IA54/S220/1457562.jpg'/></author><thr:total>1</thr:total></entry></feed>
