<?xml version="1.0"?>
<!-- RSS generated by Radio UserLand v8.0.6 on Wed, 24 Apr 2002 14:32:32 GMT -->
<rss version="0.92">
	<channel>
		<title>Ian Bruk: Thoughts on Radio Userland</title>
		<link>http://radio.weblogs.com/0103483/categories/thoughtsOnRadioUserland/</link>
		<description>Different aspects of this platform.</description>
		<copyright>Copyright 2002 Ian Bruk</copyright>
		<lastBuildDate>Wed, 24 Apr 2002 14:32:32 GMT</lastBuildDate>
		<docs>http://backend.userland.com/rss092</docs>
		<managingEditor>ian@bruk.net</managingEditor>
		<webMaster>ian@bruk.net</webMaster>
		<cloud domain="radio.xmlstoragesystem.com" port="80" path="/RPC2" registerProcedure="xmlStorageSystem.rssPleaseNotify" protocol="xml-rpc"/>
		<item>
			<description>&lt;A href=&quot;http://radio.weblogs.com/0100887/2002/04/23.html#a206&quot;&gt;The practical benefits of literary forms&lt;/A&gt;. &lt;FONT face=Verdana,Geneva,Arial,Helvetica,Sans-Serif size=2&gt;As blogspace evolves all around us, new forms of writing appear. I mean forms in a technical sense -- literary forms, or patterns of writing. One of the most interesting&amp;nbsp;of these&amp;nbsp;is David McCusker&apos;s. Recently he &lt;/FONT&gt;&lt;A href=&quot;http://www.treedragon.com/ged/map/ti/newMar02.htm#30mar02-format&quot;&gt;&lt;FONT face=Verdana,Geneva,Arial,Helvetica,Sans-Serif size=2&gt;explained&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Verdana,Geneva,Arial,Helvetica,Sans-Serif size=2&gt; why and how he writes in stanzas, with five fixed-length lines per stanza. &quot;This obviously isn&apos;t poetry,&quot; writes David. &quot;So you might wonder, why do I do it?&quot; His answers resonated&amp;nbsp;very much with my own sense of writing as an art which, like software,&amp;nbsp;is creative&amp;nbsp;yet mechanical.&amp;nbsp;&lt;/FONT&gt; [&lt;A href=&quot;http://radio.weblogs.com/0100887/&quot;&gt;Jon&apos;s Radio&lt;/A&gt;]</description>
			<source url="http://radio.weblogs.com/0100887/rss.xml">Jon&apos;s Radio</source>
			</item>
		<item>
			<description>&lt;A href=&quot;http://radio.weblogs.com/0104487/2002/04/19.html#a105&quot;&gt;Let&apos;s Make a Better OPML&lt;/A&gt;. 
&lt;P&gt;While browsing Mark Paschal&apos;s &lt;A href=&quot;http://diveintomark.org/&quot;&gt;diveintomark&lt;/A&gt; this morning - Mark and &lt;A href=&quot;www.netcrucible.com/blog/&quot;&gt;Joshua Allen&lt;/A&gt; are my references on outline rendering these days - I came across this - disappointed ? - comment: 
&lt;BLOCKQUOTE&gt;So as far as I can tell, OPML is XML that isn&apos;t really XML, has (but doesn&apos;t use) a DTD that isn&apos;t really a DTD, and can only be properly defined as &quot;whatever Userland&apos;s tools happen to accept at the moment&quot;.[&lt;A href=&quot;http://diveintomark.org/archives/2002/04/15.html#investigating_opml&quot;&gt;diveintomark&lt;/A&gt;]&lt;/BLOCKQUOTE&gt;Well I think Mark&apos;s right, and from what I&apos;ve learned these past 2 months,I suspect the reason for the current situation is something like this [&lt;A href=&quot;http://radio.weblogs.com/0104487/&quot;&gt;s l a m&lt;/A&gt;]</description>
			<source url="http://radio.weblogs.com/0104487/rss.xml">s l a m</source>
			</item>
		<item>
			<description>&lt;P&gt;&lt;FONT face=Verdana,Geneva,Arial,Helvetica,Sans-Serif size=2&gt;I had a nice response to a recent &lt;/FONT&gt;&lt;A href=&quot;http://www.byte.com/documents/byt1018644007316/&quot;&gt;&lt;FONT face=Verdana,Geneva,Arial,Helvetica,Sans-Serif size=2&gt;column on Zope&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Verdana,Geneva,Arial,Helvetica,Sans-Serif size=2&gt; from Jeffrey P Shell, a longtime Zopista and former Digital Creations guy who has decamped&amp;nbsp;to&amp;nbsp;the skiiing life in Utah. Jeffrey wrote one of the first BYTE columns on Python, longer ago than the web seems to remember. Anyway, in my column I talked about scripting Zope from the outside, using the RESTian approach of reverse-engineering its HTML management forms and calling them as URLs. I knew that XML-RPC was another way to do this. Jeffrey pointed out a third, little-known approach that taps into Zope&apos;s &quot;lizard brain.&quot;&lt;/FONT&gt;&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr style=&quot;MARGIN-RIGHT: 0px&quot;&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT face=Verdana,Geneva,Arial,Helvetica,Sans-Serif size=2&gt;Did you know that Zope has always had a simple RPC mechanism, predating XML-RPC, and even predating Zope itself? There was a little piece of Bobo, which is now ZPublisher, called &apos;bci&apos; for &apos;Bobo Call Interface&apos;. I&apos;m almost ashamed that more wasn&apos;t done to promote BCI, or turn it into an actual RPC mechanism (it doesn&apos;t marshal return data), because XML-RPC, while simple, is just a little too simple (no concept of None/NIL? No concept of authentication except as part of the API?). And SOAP.. *sigh*.&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT face=Verdana,Geneva,Arial,Helvetica,Sans-Serif size=2&gt;Anyways, ZPublisher.Client (which can be used without any other Zope modules, so you could install a copy of it into a common place) is another wy to do that Perl script that you wrote, while maintaining a cleaner syntax than writing a long URL. It basically generates the same URL (with all of the correct Zope marshalling, although I don&apos;t know if it knows of the more recent marshalling options) and does the same job.&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;PRE&gt;&lt;EM&gt;&lt;FONT face=Verdana,Geneva,Arial,Helvetica,Sans-Serif size=2&gt;from ZPublisher.Client import Object myCatalog = Object (&lt;BR&gt;&amp;nbsp; &lt;/FONT&gt;&lt;A href=&quot;http://host:port/repository/myCatalog&quot;&gt;&lt;A href=&quot;http://host:port/repository/myCatalog&quot;&gt;&lt;FONT face=Verdana,Geneva,Arial,Helvetica,Sans-Serif size=2&gt;&lt;a href=&quot;http://host:port/repository/myCatalog&quot;&gt;http://host:port/repository/myCatalog&lt;/a&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;/A&gt;&lt;FONT face=Verdana,Geneva,Arial,Helvetica,Sans-Serif size=2&gt;) &lt;BR&gt;myCatalog.manage_catalogFoundItems( &lt;BR&gt;&amp;nbsp; obj_metatype=[&apos;Image&apos;, &apos;File&apos;], &lt;BR&gt;&amp;nbsp; obj_permission=&quot;Access contents information&quot;, &lt;BR&gt;&amp;nbsp; search_sub=1, btn_submit=&quot;Find and Catalog&quot;&lt;BR&gt;&lt;/FONT&gt;&lt;/EM&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT face=Verdana,Geneva,Arial,Helvetica,Sans-Serif size=2&gt;You can see the similarities to XML-RPC, which you might even be able to use in this situation, but there are some niceties about BCI. When constructing a ZPublisher.Client.Object or ZPublisher.Client.Function method, you can specify a username and password and you will be authenticated over Basic Auth. You can specify which HTTP method to use (GET/POST/PUT). You can upload files just by passing a Python file object (basically anything with a &apos;read()&apos; method).&amp;nbsp; You can also catch remote exceptions. While I recognize that XML-RPC has the concept of &apos;fault&apos;, for more intimate Zope scripting, sometimes more knowledge of the cause of the fault is required. This is the only real marshalled data that ZPublisher.Client (BCI) sends back.&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P dir=ltr&gt;&lt;FONT face=Verdana,Geneva,Arial,Helvetica,Sans-Serif size=2&gt;Cool! By the way, Jeffrey is trying out &lt;/FONT&gt;&lt;A href=&quot;http://radio.weblogs.com/0106123/&quot;&gt;&lt;FONT face=Verdana,Geneva,Arial,Helvetica,Sans-Serif size=2&gt;a blog&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Verdana,Geneva,Arial,Helvetica,Sans-Serif size=2&gt;. I hope he sticks with it. He&apos;s a wonderfully thoughtful and articulate writer, and a really clever guy. l&amp;nbsp; bet he&apos;ll have OmiOutliner hooked in before long.&lt;/FONT&gt;&lt;/P&gt;
&lt;P dir=ltr&gt;&lt;FONT face=Verdana,Geneva,Arial,Helvetica,Sans-Serif size=2&gt;Looking into blogspace with fresh eyes, Jeffrey wondered &quot;Why write when there&apos;s so much else to do? Who&apos;s reading?&quot; &lt;/FONT&gt;&lt;/P&gt;
&lt;P dir=ltr&gt;&lt;FONT face=Verdana,Geneva,Arial,Helvetica,Sans-Serif size=2&gt;These are&amp;nbsp;great questions. I of course get paid for my writing, though not for what I write here. But what about most folks? Why write? Who will read? Lots of people have lots of different reasons. For me, it&apos;s&amp;nbsp;mainly about optimizing information flow and managing attention.&amp;nbsp;In a &lt;/FONT&gt;&lt;A href=&quot;http://www.byte.com/documents/byt20010524s0001/&quot;&gt;&lt;FONT face=Verdana,Geneva,Arial,Helvetica,Sans-Serif size=2&gt;recent column&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Verdana,Geneva,Arial,Helvetica,Sans-Serif size=2&gt; I explored the idea of storytelling as a tool for project coordination. That&apos;s closely related to what Dave Winer means&amp;nbsp;by &quot;narrating work&quot; (and is demonstrating in his outline). We do this narration all the time in interpersonal email. Something interesting happens when we instead write &lt;/FONT&gt;&lt;A href=&quot;http://radio.weblogs.com/0100887/2002/01/23.html#a35&quot;&gt;&lt;FONT face=Verdana,Geneva,Arial,Helvetica,Sans-Serif size=2&gt;messages addressed to spaces&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Verdana,Geneva,Arial,Helvetica,Sans-Serif size=2&gt;.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P dir=ltr&gt;&lt;FONT face=Verdana,Geneva,Arial,Helvetica,Sans-Serif size=2&gt;Defining why it&apos;s interesting is&amp;nbsp;hard to do. But I&apos;m closing in on it. Today I realized the following &lt;/FONT&gt;&lt;A href=&quot;http://www.byte.com/documents/byt1016214357418/&quot;&gt;&lt;FONT face=Verdana,Geneva,Arial,Helvetica,Sans-Serif size=2&gt;analogy&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Verdana,Geneva,Arial,Helvetica,Sans-Serif size=2&gt; may hold:&amp;nbsp;loosely-coupled message-driven architecture,&amp;nbsp;the&amp;nbsp;mantra of the web services movement, is precisely what blogspace is becoming for the realm of human communication. When we adopt this style of communication, we give up some of the benefits of tight coupling: message acknowledgement, tight feedback loops. But we gain (maybe) the ability to scale beyond what is possible when tightly-coupled messaging (email, discussion groups) is the only available mode. This doesn&apos;t mean there&apos;s no benefit to tightly-coupled interpersonal messaging. It only suggests that the loosely-coupled mode is also important.&lt;/FONT&gt;&lt;/P&gt;</description>
			</item>
		<item>
			<description>&lt;P&gt;From: &lt;A href=&quot;http://www.oreillynet.com/cs/weblog/view/wlg/1283&quot;&gt;&lt;a href=&quot;http://www.oreillynet.com/cs/weblog/view/wlg/1283&quot;&gt;http://www.oreillynet.com/cs/weblog/view/wlg/1283&lt;/a&gt;&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;The Google Web API, while hopefully grabbing the attention of more traditional Web Services types, is really for who Tim O&apos;Reilly affectionately refers to as &quot;alpha geeks&quot;: &lt;BR&gt;&lt;BR&gt;The alpha geeks are often a few years ahead of their time. They see the potential in existing technology, and push the envelope to get a little (or a lot) more out of it than its original creators intended. They are comfortable with new tools, and good at combining them to get unexpected results.&quot;&lt;BR&gt;&lt;BR&gt;Google&apos;s arrival at the Open Services experimentation party finds them in good company. Userland&apos;s Radio Userland is a wellspring of DIY Web Services bootstrapping. Jabber-RPC transports XML-RPC messages over the Jabber instant messaging framework. Watson provides a stunning example of putting a GUI front-end on Web Services. My own Meerkat Open Wire Services provides open URL-line and XML-RPC interfaces which have reaped some unintended yet wonderful uses.&lt;/P&gt;</description>
			</item>
		<item>
			<description>Google APIs, New York Times news, new tools, lot&apos;s of stuff is happening in the world of web services and especially in RadioLand. I&apos;ve started to think about all this as &quot;Reusable Info&quot;. What is really happening in these days is that new ways to store, distribute and manage information are seeing the light on almost daily bases. All this will have a huge impact on how we work, live and communicate, but it&apos;s not yet very clear how. At evectors we are experimenting every day all these new communication channels, and we try to put some sense in all this from a work environment POV. Basically what is happening is that every piece of information, every idea, every concept, every document is getting its own url. You can access it and reuse it. All borders between you desktop and the rest of the universe are fading, you can borrow the search capabilities of Google&apos;s powerful servers from within your favourite application, or you can read news from the New York Times on the same page containing the news from your co-worker telling you what&apos;s up today. &lt;I&gt;Hmmm, it&apos;s going to be interesting... very interesting. &quot;;-&amp;gt;&quot;&lt;/I&gt; [&lt;A href=&quot;http://paolo.evectors.it/&quot;&gt;Paolo Valdemarin: Paolo&apos;s Weblog&lt;/A&gt;]</description>
			<source url="http://paolo.evectors.it/rss.xml">Paolo Valdemarin: Paolo&apos;s Weblog</source>
			</item>
		<item>
			<description>&lt;P&gt;&lt;STRONG&gt;Russ Documents Radio&lt;/STRONG&gt;&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr style=&quot;MARGIN-RIGHT: 0px&quot;&gt;
&lt;P&gt;Why shouldn&apos;t we use our (Google) Boxes for the sheer whimsy of it? I feel a tutorial coming on .... if I can do this in ten minutes, so can you. [&lt;A href=&quot;http://radio.weblogs.com/0100059/&quot;&gt;Russ Lipton Documents Radio&lt;/A&gt;]&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr style=&quot;MARGIN-RIGHT: 0px&quot;&gt;
&lt;P&gt;This is where I&apos;m missing the big picture. While the steps I took to create a &lt;A href=&quot;http://radio.weblogs.com/0100740/2002/04/11.html#a261&quot;&gt;Google Box&lt;/A&gt; were easy and straight forward - I followed &lt;A href=&quot;http://radio.userland.com/googleApi&quot;&gt;Dave&apos;s instructions&lt;/A&gt; to the letter - I&apos;m not sure how to apply it for every day use. Do I go back through the steps in the instructions and redo them for a new topic every time I want to change?&lt;/P&gt;
&lt;P&gt;I hope Russ answers some of these kinds of questions!&lt;/P&gt;
&lt;P&gt;Oh, yeah...anybody know how to make the Google Box narrower or with smaller type? Dave has done it at &lt;A href=&quot;http://www.scripting.com/&quot;&gt;The Scripting News site&lt;/A&gt;. How do I change the attributes of the box?&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;[&lt;A href=&quot;http://radio.weblogs.com/0100740/&quot;&gt;Steve Pilgrim&apos;s Radio Weblog&lt;/A&gt;]&lt;/P&gt;
&lt;P&gt;Oh my I think I&apos;m beginning to understand the relevance of the &quot;Google API&quot;. If someone can list the top ten searches for &quot;The New York Mets&quot; it follows that with the right query you could get the API to list &quot;The last 10 New York Met scores&quot;. In that way the box would become the XML-RPC feeds that other people are working on. The guy who wrote the script to call the last 10 races at the New Zealand race track could also do it via a Google search. And since it can search the web or your desktop/intranet in this way you once you learn the proper search terms you can pull any information you want into this box. Is this what Dave calls a &quot;bing&quot;?&lt;/P&gt;</description>
			<source url="http://radio.weblogs.com/0100740/rss.xml">Steve Pilgrim&apos;s Radio Weblog</source>
			</item>
		<item>
			<description>&lt;P dir=ltr&gt;&lt;STRONG&gt;Web Services&lt;/STRONG&gt;&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr style=&quot;MARGIN-RIGHT: 0px&quot;&gt;
&lt;P dir=ltr&gt;&lt;A href=&quot;http://jrobb.userland.com/&quot;&gt;John&lt;/A&gt; does an excellent job of building the business case for web services. For years, I&apos;ve been involved in complex application integration projects involving&amp;nbsp;the disparate distribution systems of&amp;nbsp;dealers and distributors. &quot;Importing&quot; an invoice into the dealer&apos;s software from the distributor&apos;s software&amp;nbsp;when a purchase order was filled and shipped to the dealer was complex and cumbersome.&lt;/P&gt;
&lt;P dir=ltr&gt;If I understand what is really happening when an application called Radio &quot;talks&quot; to an application called Google, then I have to agree with John that &lt;A href=&quot;http://www.userland.com/&quot;&gt;Userland&lt;/A&gt; is truly on the cutting edge of what the internet can become. This is great stuff:&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr style=&quot;MARGIN-RIGHT: 0px&quot;&gt;
&lt;P&gt;&lt;FONT face=&quot;Times New Roman,Times,Serif&quot;&gt;&lt;EM&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;Desktop webservices and composite applications&lt;/STRONG&gt;.&amp;nbsp; One of the most exciting aspects of desktop webservices&amp;nbsp;is that I can build pages on my desktop that automatically aggregate data from across the web and from webservice enabled corporate applications.&amp;nbsp; This is effectively a personal portal that could include search (Google) of the Web/LAN/desktop, financial info from a place like Yahoo finance, corporate sales data, corporate financial data, corporate inventory data, news (RSS), &amp;nbsp;and even data from peer web services (data entered or&amp;nbsp;auto-aggregated by co-workers in a structured format -- contact lists, bookmarks,&amp;nbsp;calendar entries, spreadsheets,&amp;nbsp;etc.). &lt;/FONT&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=&quot;Times New Roman,Times,Serif&quot; size=2&gt;&lt;EM&gt;Better yet, I&amp;nbsp;have complete control over the presentation of that data.&amp;nbsp;&amp;nbsp;With a little programming effort, I can incorporate business&amp;nbsp;rules (with&amp;nbsp;tools that can be automated for me) that do things for me based on that data.&amp;nbsp;&amp;nbsp;&amp;nbsp;I could also attach a post button to all the data I collect so its easy for me to share it with co-workers via my weblog.&amp;nbsp; It puts me in control.&amp;nbsp; &lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=&quot;Times New Roman,Times,Serif&quot; size=2&gt;&lt;EM&gt;This is the ultimate composite application.&amp;nbsp; A borg that consumes all others.&amp;nbsp; I don&apos;t want to learn or interact with hundreds of different websites or application specific clients.&amp;nbsp; I want it all on my desktop, running in my browser, where I can modify, manipulate, and publish it.&lt;/EM&gt;&lt;/FONT&gt; [&lt;A href=&quot;http://jrobb.userland.com/&quot;&gt;John Robb&apos;s Radio Weblog&lt;/A&gt;]&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P dir=ltr&gt;When you put it this way, I can understand it!&lt;/P&gt;&lt;/BLOCKQUOTE&gt;[&lt;A href=&quot;http://radio.weblogs.com/0100740/&quot;&gt;Steve Pilgrim&apos;s Radio Weblog&lt;/A&gt;]</description>
			<source url="http://radio.weblogs.com/0100740/rss.xml">Steve Pilgrim&apos;s Radio Weblog</source>
			</item>
		<item>
			<description>&lt;P&gt;&lt;A href=&quot;http://www.scripting.com&quot;&gt;Dave&lt;/A&gt; has a link to Matt Webb&apos;s &lt;A href=&quot;http://interconnected.org/home/&quot;&gt;Web Log&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;In it he states:&lt;/P&gt;
&lt;P&gt;Yes, we are entering the next phase of the web. Tim O&apos;Reilly, Tim Berners-Lee, and even Matt Jones can say this with more clarity than me, so I&apos;ll leave most of it to them. But here&apos;s where I think it&apos;s going to come from: Web services [SOAP, xmlrpc] are symptomatic of a understanding-shift. We know the net well enough now to give it APIs, languages [XML, IM bots], which makes it scriptable. And I think the reasons we&apos;re able to make it scriptable is because we understand it. The www itself, now it&apos;s a combination of two things: The real life thing and the technology combine to make a virtual thing. And it used to stop there. But because we understand and because the capability for scripting is there, that means we can recombine things on the net that we couldn&apos;t touch before. And recombine them, and them, endlessly recombine. Web services [and what they represent] truly are an order of magnitude change.&lt;/P&gt;
&lt;P&gt;Oh, but so what. Progress happens. Blah blah grand sweep.&lt;/P&gt;
&lt;P&gt;I want to subscribe to this guy&apos;s RSS feed yet he doesn&apos;t have one. Why not? &amp;nbsp;&lt;/P&gt;</description>
			</item>
		<item>
			<description>&lt;P&gt;&lt;A href=&quot;http://www.scripting.com&quot;&gt;Dave&lt;/A&gt; has a pointer to a Financial Times &lt;A href=&quot;http://news.ft.com/ft/gx.cgi/ftc?pagename=View&amp;amp;c=Article&amp;amp;cid=FT3PJBWBOZC&amp;amp;live=true&quot;&gt;story&lt;/A&gt; that mentions Andrew Sullivan&apos;s &lt;A href=&quot;http://www.andrewsullivan.com/&quot;&gt;web log&lt;/A&gt; and the fact that it has just turned a profit. I notice that he accepts donations and has received a minimum of $11,000. He mentions the site is expensive to maintain. This is obviously a concern as I look at the cost of maintaining these platforms.&lt;/P&gt;
&lt;P&gt;Interestingly my categories include &quot;Investing&quot; and &quot;The Virtual Corporation&quot;. Deep down I feel there is enough brain power among web loggers to bring substantial financial benefits to this undertaking. In fact the Financial Times piece states:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&quot;While most bloggers comment on news reported elsewhere, some do their own reporting. Making use of the latest wireless internet access technology, they can tell the world as fast as they can type what a corporate executive or politician has said. Even wire service reporters cannot beat them because the former must file copy to a news desk before it is published.&quot;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This reminds me of a quote by Carnegie or Mellon or one of the old Moguls saying that he made money by having information before everyone else did. I have long thought that web logs would be better platforms to discuss individual stocks than the Yahoo message boards. With the ability to subscribe to the RSS feed of a individual stock web logger attending the investor conferences you could be notified before the main stream press of interesting developments. Just a thought.&lt;/P&gt;</description>
			</item>
		<item>
			<description>&lt;P&gt;I was struck by the fact that &lt;A href=&quot;http://radio.weblogs.com/0100887/ &quot;&gt;Jon Udell &lt;/A&gt;has posted a &lt;A href=&quot;http://radio.weblogs.com/0100887/2002/02/24.html#a88&quot;&gt;script&lt;/A&gt; that displays the sites he has subscribed to on his main page. As this develops classifications people with like minded weblogs will be able to network through this service.&amp;nbsp;&lt;/P&gt;</description>
			</item>
		<item>
			<description>&lt;P&gt;When I look at everything the internet can and could do I think of one thing: Radio Userland. However, there are many things that need to be ironed out. The first one being the fact that I think I could probably sell a bunch of Radio Userland licences but there&apos;s no commission structure. For such a viral product I find this bothersome. &lt;/P&gt;</description>
			</item>
		</channel>
	</rss>
