<?xml version="1.0"?>
<!-- RSS generated by OPML Editor version 0.72 on 6/24/2007; 10:58:19 PM Pacific -->
<rss version="2.0">
	<channel>
		<title>Scripting News</title>
		<link>http://www.scripting.com/</link>
		<description>It's even worse than it appears.</description>
		<language>en-us</language>
		<copyright>Copyright 1997-2007 Dave Winer</copyright>
		<pubDate>Sun, 24 Jun 2007 07:00:00 GMT</pubDate>
		<lastBuildDate>Mon, 25 Jun 2007 05:58:19 GMT</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>OPML Editor version 0.72</generator>
		<managingEditor>dave@scripting.com</managingEditor>
		<webMaster>dave@scripting.com</webMaster>
		<item>
			<title>I give up</title>
			<link>http://www.scripting.com/stories/2007/06/24/iGiveUp.html</link>
			<description>
				&lt;p&gt;I don't identify as a consumer. Why not get it over with and refer to me as a parasite.&lt;/p&gt;
				</description>
			<pubDate>Mon, 25 Jun 2007 01:55:08 GMT</pubDate>
			<guid>http://www.scripting.com/stories/2007/06/24/iGiveUp.html</guid>
			</item>
		<item>
			<title>Will Linked-in open up?</title>
			<link>http://www.scripting.com/stories/2007/06/24/willLinkedinOpenUp.html</link>
			<description>
				&lt;p&gt;&lt;a href=&quot;http://www.typetive.com/candyblog/item/hot_tamales_and_hotter_tamales/&quot;&gt;&lt;img src=&quot;http://farm2.static.flickr.com/1351/616364163_d8b17e27e7_o.gif&quot; width=&quot;125&quot; height=&quot;78&quot; border=&quot;0&quot; align=&quot;right&quot; hspace=&quot;15&quot; vspace=&quot;5&quot;&gt;&lt;/a&gt;Apparently Linked-in is &lt;a href=&quot;http://blogs.zdnet.com/BTL/?p=5482&quot;&gt;considering&lt;/a&gt; its options as a platform with an API. The reason: Facebook, newly open to developers, is stealing its thunder. It would be cool if they just implemented an identity service that managed relationships between users, and allowed developers to define the relationships. Rather than incrementally one-upping each other by being slightly more open, why not go all the way, and operate an indentity service for your own application &lt;i&gt;and&lt;/i&gt; for everyone else. This would put Linked-in (or whoever) at the center of &lt;a href=&quot;http://www.scripting.com/davenet/2001/02/19/internet30.html#6&quot;&gt;Internet 3.0&lt;/a&gt;. &lt;/p&gt;
				&lt;p&gt;A few days ago, I &lt;a href=&quot;http://www.scripting.com/stories/2007/06/22/whatIsAnIdentitySystem.html&quot;&gt;wrote&lt;/a&gt; about explosive deconstruction of social networks, and said I didn't know how it was going to happen but it was definitely going to happen. I posited that perhaps Twitter was enough of an identity system to serve as the core, and since then I have been able to latch a compelling app onto Twitter, one that captured a lot of people's imaginations in less than 48 hours. So that tells me that Twitter is probably sufficient (I have to finish the implementation). &lt;/p&gt;
				</description>
			<pubDate>Mon, 25 Jun 2007 01:03:36 GMT</pubDate>
			<guid>http://www.scripting.com/stories/2007/06/24/willLinkedinOpenUp.html</guid>
			</item>
		<item>
			<title>Twitter meets podcasting, day 2</title>
			<link>http://www.scripting.com/stories/2007/06/24/twitterMeetsPodcastingDay2.html</link>
			<description>
				&lt;p&gt;Continuing yesterday's &lt;a href=&quot;http://www.scripting.com/stories/2007/06/23/twitterMeetsPodcasting.html&quot;&gt;thread&lt;/a&gt;.&lt;/p&gt;
				&lt;p&gt;I'm now working on a web service that takes four parameters:&lt;/p&gt;
				&lt;p&gt;1. username (a string)&lt;/p&gt;
				&lt;p&gt;2. password (a string)&lt;/p&gt;
				&lt;p&gt;3. MP3 bits (base64-encoded binary)&lt;/p&gt;
				&lt;p&gt;4. metadata (a struct)&lt;/p&gt;
				&lt;p&gt;The username and password are for the user's Twitter account. This data passes through the web service, it is not retained. You have my word of honor on that.&lt;/p&gt;
				&lt;p&gt;The bits are the &quot;gram&quot; -- the official limit is 200K, but there's a little bit of grace. (We'll accept slightly more than 200K.)&lt;/p&gt;
				&lt;p&gt;&lt;a href=&quot;http://www.dreyers.com/brand/dibs/flavorlisting.asp?b=1391&quot;&gt;&lt;img src=&quot;http://farm2.static.flickr.com/1053/617714580_6870aa8975_o.gif&quot; width=&quot;115&quot; height=&quot;115&quot; border=&quot;0&quot; align=&quot;right&quot; hspace=&quot;15&quot; vspace=&quot;5&quot;&gt;&lt;/a&gt;The metadata is a struct that can contain fields that have the same names as an RSS 2.0 item, such as title, link, description, category, source, etc. Very much like the Metaweblog API. Not all the elements are acceptable, but ones that aren't are ignored. (For example, enclosure.) All are optional, as is the struct itself. The title, if present, is used in forming the Twitter post. The remaining elements are retained, and used to form feed(s). &lt;/p&gt;
				&lt;p&gt;The twits are also posted to a global Twitter account -- &lt;a href=&quot;http://twitter.com/twitogram&quot;&gt;twitogram&lt;/a&gt;. (They don't allow accounts whose name begin with &quot;twitter.&quot;)&lt;/p&gt;
				&lt;p&gt;The username and password must be valid for the MP3 to be retained.&lt;/p&gt;
				&lt;p&gt;The service returns a string, if successful, the URL where the gram is stored. (I'm using Amazon S3 for the storage, so it should be fairly reliable.)&lt;/p&gt;
				&lt;p&gt;There's a limit to the number of grams you can post over time. Not sure exactly what the limit will be. Maybe no more than one every ten minutes? Interested in people's opinion.&lt;/p&gt;
				&lt;p&gt;The ideal client for this service, it seems, is Flash, because it can do the MP3 recording and has XML-RPC support. I will also implement a RESTful interface.&lt;/p&gt;
				&lt;p&gt;Disclaimer #1: Who does he think he is? Just some guy. &lt;img src=&quot;http://www.scripting.com/gifs/QBullets/qbullets/sidesmiley.gif&quot; width=&quot;11&quot; height=&quot;11&quot; border=&quot;0&quot; alt=&quot;smile&quot;&gt;&lt;/p&gt;
				&lt;p&gt;Disclaimer #2: My mother loves me. (I think.)&lt;/p&gt;
				&lt;p&gt;More dislcaimers will follow.&lt;/p&gt;
				&lt;p&gt;Postscript #1: &lt;a href=&quot;http://flickr.com/photos/scriptingnews/617212230/&quot;&gt;29 hits&lt;/a&gt; today for &lt;a href=&quot;http://www.google.com/search?q=twittergram&quot;&gt;TwitterGram&lt;/a&gt;.&lt;/p&gt;
				</description>
			<pubDate>Sun, 24 Jun 2007 17:44:56 GMT</pubDate>
			<guid>http://www.scripting.com/stories/2007/06/24/twitterMeetsPodcastingDay2.html</guid>
			</item>
		<item>
			<title>Sign of the time</title>
			<link>http://www.scripting.com/stories/2007/06/24/signOfTheTime.html</link>
			<description>
				&lt;p&gt;&lt;a href=&quot;http://twitter.com/Rafe/statuses/118834162&quot;&gt;Rafe Needleman&lt;/a&gt;: &quot;Go to friend's wedding or blog Federated fracas?&quot;&lt;/p&gt;
				</description>
			<pubDate>Sun, 24 Jun 2007 20:24:31 GMT</pubDate>
			<guid>http://www.scripting.com/stories/2007/06/24/signOfTheTime.html</guid>
			</item>
		<item>
			<title>Berkeley hills</title>
			<link>http://www.scripting.com/stories/2007/06/24/berkeleyHills.html</link>
			<description>
				&lt;p&gt;&lt;a href=&quot;http://www.flickr.com/photos/scriptingnews/612604692/&quot; title=&quot;Berkeley hills&quot;&gt;&lt;img src=&quot;http://farm2.static.flickr.com/1390/612604692_a645c7c653_m.jpg&quot; width=&quot;240&quot; height=&quot;180&quot; border=&quot;0&quot; alt=&quot;Berkeley hills&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
				&lt;p&gt;This is the neighborhood I take my walks in. &lt;/p&gt;
				&lt;p&gt;What you can't tell from the picture is how perfect the climate is for exercise. &lt;/p&gt;
				&lt;p&gt;I think it's the nicest weather in the whole United States. &lt;/p&gt;
				</description>
			</item>
		</channel>
	</rss>
