<?xml version="1.0" encoding="ISO-8859-1"?>
<opml version="1.0">
	<head>
		<title>scriptingNewsOutline</title>
		<dateCreated>Sun, 12 May 2002 03:57:26 GMT</dateCreated>
		<dateModified>Sun, 12 May 2002 03:57:31 GMT</dateModified>
		<ownerName>Webmaster</ownerName>
		<ownerEmail>webmaster@userland.com</ownerEmail>
		<expansionState>11</expansionState>
		<vertScrollState>1</vertScrollState>
		<windowTop>20</windowTop>
		<windowLeft>301</windowLeft>
		<windowBottom>672</windowBottom>
		<windowRight>910</windowRight>
		</head>
	<body>
		<outline text="&lt;a href=&quot;http://scriptingnews.userland.com/realNamesMicrosoft&quot;&gt;&lt;img src=&quot;http://radio.weblogs.com/0001015/images/2002/05/11/ballmerTeare.gif&quot; width=&quot;65&quot; height=&quot;59&quot; border=&quot;0&quot; align=&quot;right&quot; hspace=&quot;20&quot; vspace=&quot;5&quot; alt=&quot;A picture named ballmerTeare.gif&quot;&gt;&lt;/a&gt;I just spoke with Keith Teare, the former CEO of RealNames. He explained that the company will shut down on Monday, and &lt;a href=&quot;http://scriptingnews.userland.com/realNamesMicrosoft&quot;&gt;explained how it happened&lt;/a&gt;. As I read the account, I could see both sides. In the US, RealNames didn't really catch on. But in Asia, it's become important, says Teare, because it allows people to enter names of websites in their native language. I was pleased to see that Microsoft is being sensitive to how they use their power in the Web. And at the same time, I share Teare's concern that they used RealNames to bootstrap their own equivalent service. I asked what he hopes to accomplish by going public with the details of the breakup, he would like them to reconsider, he wants to keep going forward with RealNames, he doesn't want to shut the company down."/>
		<outline text="&lt;a href=&quot;http://live.curry.com/2002/05/11.html#a1538&quot;&gt;More heat&lt;/a&gt; on Adam's blog this afternoon. " created="Sat, 11 May 2002 19:09:04 GMT"/>
		<outline text="&lt;a href=&quot;http://markpasc.org/blog/2002/05/11.html#i31957PM&quot;&gt;Mark Paschal blogs&lt;/a&gt; Metafilter &lt;a href=&quot;http://www.metafilter.com/comments.mefi/17063&quot;&gt;discussing&lt;/a&gt; Adam's spelling." created="Sat, 11 May 2002 19:31:09 GMT"/>
		<outline text="Pro-With-Blog: &lt;a href=&quot;http://www.drive-thru.org/&quot;&gt;Mitch Wagner&lt;/a&gt;." created="Sat, 11 May 2002 20:40:34 GMT"/>
		<outline text="Scott Johnson is &lt;a href=&quot;http://radio.weblogs.com/0103807/2002/05/11.html&quot;&gt;downloading&lt;/a&gt; the new Star Wars movie, with some help from News.Com." created="Sat, 11 May 2002 20:44:03 GMT"/>
		<outline text="&lt;a href=&quot;http://www.yimpan.com/Songsite/Lyric/index.asp?sid=3112&quot;&gt;Today's song&lt;/a&gt;: &quot;Even in a perfect world where everyone was equal, I'd still own the film rights and be working on the sequel.&quot;" created="Sat, 11 May 2002 21:27:49 GMT"/>
		<outline text="&lt;a href=&quot;http://radio.weblogs.com/0100012/2002/05/11.html#a62&quot;&gt;Steve Zellers&lt;/a&gt;: &quot;I have every reason to believe that the APIs to access the AddressBook in future versions of Mac OS X will be public.&quot;" created="Sat, 11 May 2002 18:28:55 GMT"/>
		<outline text="&lt;a href=&quot;http://www.onfocus.com/index.asp?xml=2002_05_01_past.xml#2752&quot;&gt;Onfocus&lt;/a&gt;: &quot;Other corporations could learn a lot from Macromedia.&quot;" created="Sat, 11 May 2002 18:18:34 GMT"/>
		<outline text="NY Times: &lt;a href=&quot;http://www.nytimes.com/2002/05/11/opinion/11SAT3.html?ex=1021694400&amp;en=24d638e50628fd2b&amp;ei=5007&amp;partner=USERLAND&quot;&gt;Old Personal Computers Never Die&lt;/a&gt;."/>
		<outline text="&lt;a href=&quot;http://radio.weblogs.com/0107946/2002/05/11.html&quot;&gt;Ed Cone&lt;/a&gt;: &quot;Last night I dreamed about blogging.&quot; &lt;i&gt;Gotcha.&lt;/i&gt;" created="Sat, 11 May 2002 15:26:14 GMT"/>
		<outline text="Scripting and IM" created="Sat, 11 May 2002 16:10:56 GMT">
			<outline text="Julian Bond has &lt;a href=&quot;http://www.theecademy.com/node.php?id=805&quot;&gt;comments&lt;/a&gt; on my progress &lt;a href=&quot;http://scriptingnews.userland.com/backissues/2002/05/10#progressOnTcpim&quot;&gt;report&lt;/a&gt; on tcp.im. " created="Sat, 11 May 2002 14:52:06 GMT"/>
			<outline text="I can add some more info now. We are &lt;i&gt;not&lt;/i&gt; doing RPC over IM. One node can send a message to another. The framework returns immediately without waiting for a response. " created="Sat, 11 May 2002 16:11:08 GMT"/>
			<outline text="We've been down this path in &lt;a href=&quot;http://frontier.userland.com/technotes/asynchXmlRpc&quot;&gt;asynchronous&lt;/a&gt; XML-RPC. Inevitably you want callbacks so the app layer can control when you give up waiting for a response. As long as there has to be code at the upper level, we keep it simple and allow the apps to implement request-response on terms that make sense for the app. " created="Sat, 11 May 2002 16:11:29 GMT"/>
			<outline text="We encode the message using the XML-RPC serialization format. The other choice was to invent a different serialization that did the same thing. So we used the tried-and-true format. But this is not XML-RPC, it is not even RPC." created="Sat, 11 May 2002 16:11:45 GMT"/>
			<outline text="I wrote this up a couple of days ago on my &lt;a href=&quot;http://frontier.userland.com/stories/storyReader$10108#itsNotRequestresponse&quot;&gt;worklog&lt;/a&gt; for this project. I wasn't sure if many other people were interested so I didn't point to it. Now I'm glad that Julian thinks this is cool. I do too. For many people it will be their first experience writing code that runs on a server. " created="Sat, 11 May 2002 16:11:58 GMT"/>
			<outline text="&lt;a href=&quot;http://radio.userland.com/webServicesTutorial&quot;&gt;DIY Web Services&lt;/a&gt; was a step on the path, but firewalls and NATs get in the way. Imagine a Chatbot folder for Radio, that works like the Web Services folder. I wrote a couple of chatbots myself this week, and they're usually just a few lines and they're fun!" created="Sat, 11 May 2002 16:14:33 GMT"/>
			<outline text="More progress to report. Eric Soroos, who is working on the AIM support, released a new version of &lt;a href=&quot;http://www.wiredfool.com/ftoc/&quot;&gt;ftoc.root&lt;/a&gt;, with an important fix, and &lt;a href=&quot;http://www.wiredfool.com/discuss/msgReader$1017&quot;&gt;talks&lt;/a&gt; about doing a chatbot that posts to a Radio &lt;a href=&quot;http://radio.weblogs.com/0001179/2002/05/10.html&quot;&gt;weblog&lt;/a&gt; over the Blogger API. " created="Sat, 11 May 2002 16:41:09 GMT"/>
			<outline text="More tcp.im &lt;a href=&quot;http://www.wiredfool.com/discuss/msgReader$1018&quot;&gt;thoughts&lt;/a&gt; from Eric. Jeremy posted notes on &lt;a href=&quot;http://www.jerf.org/resources/jabber/programmingWithJabber.html&quot;&gt;programming&lt;/a&gt; with Jabber." created="Sun, 12 May 2002 03:48:39 GMT"/>
			</outline>
		<outline text="Ohhh Microsoft" created="Sat, 11 May 2002 14:43:09 GMT">
			<outline text="Comments on the Microsoft &lt;a href=&quot;http://news.com.com/2100-1001-909216.html?legacy=cnet&amp;tag=pt.rss..feed.ne_9878991&quot;&gt;story&lt;/a&gt; in News.Com yesterday. They need us. Independent developers are bootstrapping web services, delivering results, getting users interested. The Google API was a milestone, but there's lots of other &lt;a href=&quot;http://www.guardian.co.uk/online/story/0,3605,712068,00.html&quot;&gt;stuff&lt;/a&gt; going on. With Microsoft or without, it will go forward. Now can we maneuver Microsoft so it's helping rather than interfering?" created="Sat, 11 May 2002 14:00:42 GMT"/>
			<outline text="Microsoft defends its right to kill developers, this is such a huge mistake, they should be &lt;i&gt;courting&lt;/i&gt; developers. They should be helping us. As the dust clears it's obvious that they never knew what they were doing. They had some ideas, sort of &quot;If You Build It They Will Come.&quot; Keep dreaming, because that's not how software works. At the rollout of Hailstorm Bob Muglia was asked what it will do for people. Hem and haw. I listened to him and said This guy doesn't have a clue what this stuff is used for." created="Sat, 11 May 2002 14:43:35 GMT"/>
			<outline text="So let's see where we're at. Microsoft says we'll cut off the air supply when we want to. OK, that translates to &quot;We can do this alone.&quot; Now it's clear they can't. The court is their smallest problem. How are they going to get out of the way so that news of developer innovation can reach the users without interference from Microsoft." created="Sat, 11 May 2002 14:40:55 GMT"/>
			<outline text="And to the press and analysts who gave control to Microsoft and other Bigs, your air cover is gone. You should have at least been questioning Microsoft's ability to deliver and looked at alternatives. Now the alternatives are what's left, and it's good stuff. We'll keep moving, shining the light on Indies and individuals, who are creating software for the Two-Way-Web, which is what's really going, by the way." created="Sat, 11 May 2002 14:41:07 GMT"/>
			</outline>
		<outline text="How software works" created="Sat, 11 May 2002 14:57:48 GMT">
			<outline text="Software, done properly, is more like gardening than it is like warfare. Plant a seed, nurture it, show other people how to plant seeds, encourage them to plant them in your ground, always be thankful, and split the profits." created="Sat, 11 May 2002 14:57:51 GMT"/>
			<outline text="A software developer sells hardware and a platform vendor sells developers' apps. Recognition goes two ways. The developers appreciate the platform and the platform vendor thanks the developers. When the platform vendor resents the developers, or worse, kills them, the platform disintegrates." created="Sat, 11 May 2002 14:58:46 GMT"/>
			<outline text="The classic example of software-as-gardening was the initial 1984 Macintosh. It came with two apps, MacWrite and MacPaint. Some cried foul, but it was the right thing to do. Then Apple, whether through wisdom, overwork or incompetence (or a combination of the three) didn't upgrade the products, the developers filled the void. Apple played the role of Pied Piper, they showed developers how to create products for the Mac, taught the users what to expect, and a couple of years later it was a thriving software market. For just a couple of years, because like Microsoft, Apple got confused, and started to act like a developer, and screwed the whole platform." created="Sat, 11 May 2002 15:04:11 GMT"/>
			<outline text="Earlier this week I &lt;a href=&quot;http://scriptingnews.userland.com/backissues/2002/05/09#platformIsChineseHousehold&quot;&gt;pontificated&lt;/a&gt; about Apple and chat clients. It's OK that they bundle a chat client, as long as they do it with open APIs that allow the independent developers of chat clients to compete. Apple-of-the-past didn't do this, and it didn't work out very well. If you were around then, tap your memory bank for the name &lt;a href=&quot;http://www.google.com/search?hl=en&amp;safe=off&amp;q=gursharan+sidhu+apple&quot;&gt;Sidhu&lt;/a&gt; and the product was &lt;a href=&quot;http://developer.apple.com/technotes/indexes/aoce-o.html&quot;&gt;AOCE&lt;/a&gt;. It was supposed to clean out the Mac email market. It didn't do that, but it did get rid of the developers, the ones who could have seen the Internet coming and made sure that Mac users continued to be supplied with the best email software out there. A big fat Oooops for the pre-second-coming Apple. " created="Sat, 11 May 2002 15:00:17 GMT"/>
			<outline text="(An aside, while Apple was doing AOCE, Microsoft was doing MAPI. Both were scams to get the world to coalesce behind a company. Neither worked, but Google says they even tried to do a &lt;a href=&quot;http://www.id.ucsb.edu/IR/CS/TECH/LTR/apl-msco.html&quot;&gt;deal&lt;/a&gt; to stem the tide of the Internet, in 1994. Heh. We know how that turned out.)" created="Sat, 11 May 2002 15:16:20 GMT"/>
			<outline text="There's some concern that Apple is not allowing the chat client vendors to access the system address book. If so, this is a repeat of the Sidhu mistake. It will end badly for the developers, but it will also end badly for Apple. " created="Sat, 11 May 2002 15:02:31 GMT"/>
			</outline>
		</body>
	</opml>