<?xml version="1.0"?><!-- RSS generated by Radio UserLand v8.0.8 on Wed, 31 Jul 2002 20:42:49 GMT --><rss version="0.92">	<channel>		<title>Bill Bumgarner: Radio Commentary</title>		<link>http://radio.weblogs.com/0100490/categories/radioCommentary/</link>		<description>Commentary on the Use, Abuse, Bugs, Feature Request, and General Commentary regarding all things Radio.</description>		<language>en</language>		<copyright>Copyright 2002 Bill Bumgarner</copyright>		<lastBuildDate>Wed, 31 Jul 2002 20:42:49 GMT</lastBuildDate>		<docs>http://backend.userland.com/rss092</docs>		<managingEditor>bbum@codefab.com</managingEditor>		<webMaster>bbum@codefab.com</webMaster>		<cloud domain="radio.xmlstoragesystem.com" port="80" path="/RPC2" registerProcedure="xmlStorageSystem.rssPleaseNotify" protocol="xml-rpc"/>		<item>			<link>http://radio.weblogs.com/0100490/categories/radioCommentary/2002/03/04.html#a132</link>			<description>It appears that &lt;b&gt;system.verbs.builtins.html.getFileURL()&lt;/b&gt; breaks if your Radio installation is on a different volume than the system.  In particular, it is failing to encode the volume name into the &lt;a href=&quot;file:///&quot;&gt;file:///&lt;/a&gt; URLs.</description>			</item>		<item>			<link>http://radio.weblogs.com/0100490/categories/radioCommentary/2002/02/28.html#a129</link>			<description>&lt;b&gt;RadioService v1.0a1&lt;/b&gt; is now &lt;a href=&quot;http://www.codefab.com/unsupported/RadioService_v1_0a1.dmg&quot;&gt;ready for download&lt;/a&gt;.  This version fixes a number of bugs and streamlines the implementation.   It also adds the rest of the post related Blogger API functionality; get, get recent, edit, and delete.   The hot key to create a new post has been changed to &quot;|&quot; (a post?) and, as such, should be available in more apps most of the time.   All functionality is available to non-service aware apps by manually filling the pasteboard (i.e. select some text, press copy), selecting the appropriate functionality via the &lt;b&gt;RadioService&lt;/b&gt;&apos;s dock menu, and then manually posting the result.   As such, &lt;b&gt;RadioService&lt;/b&gt; functionality is now available to Classic applications.The documentation (i.e. ReadMe) has been mostly rewritten (again) and should be better than before.  Select the &apos;RadioService Help&apos; menu item from within the app to view the ReadMe in your favorite browser.</description>			</item>		<item>			<link>http://radio.weblogs.com/0100490/categories/radioCommentary/2002/02/20.html#a114</link>			<description>Sweet... just implemented &apos;getRecentPosts&apos;.  If used as a service, it retrieves the last five posts.  If used via the dock menu or from within the app, it parses the contents of the general pasteboard as a number and retrieves that many posts.  The posts are dumped in a format that [shortly] is directly consumable by the editPost service to edit a particular post.Cleaned up some of the code, as well.</description>			</item>		<item>			<link>http://radio.weblogs.com/0100490/categories/radioCommentary/2002/02/20.html#a112</link>			<description>&lt;b&gt;Riddle me this;  escaping in xmlrpc&lt;/b&gt;According to &lt;a href=&quot;http://www.xmlrpc.com/spec&quot;&gt;the xmlrpc spec&lt;/a&gt; and the implementation within Frontier/Radio, you are not supposed to escape anything in a &amp;lt;string&gt;&amp;lt;/string&gt; typed param or return blocks other than &apos;&amp;lt;&apos; and &apos;&amp;amp;&apos;.However, every implementation of XMLRPC in a client library that I have run into-- python&apos;s xmlrpclib, Mulle Kybernetik&apos;s frameworks, and AppleScript&apos;s xmlrpc call-- escape a bunch more characters.  In every case, the set of characters escaped is different.So, who is right?In my case, &apos;right&apos; is defined by what works in Radio because that is what I&apos;m testing against (and actively using, more or less).  The &apos;extra&apos; characters that were escaped were the source of all the annoying &amp;amp;amp; and &amp;apos; stuff in the posts.(Currently on the road:  posting this to my weblog at 30,000 feet on the way to Miami.  That&apos;s one very distinct advantage to Radio-- even when completely disconnected, I can still actively work with my weblog in both an authoring and development role.   It is the only reason why RadioServices was written in the first place.  I&apos;m sure there are other products capable of this, but $40 and a cactus is good enough for me.)</description>			</item>		<item>			<link>http://radio.weblogs.com/0100490/categories/radioCommentary/2002/02/20.html#a111</link>			<description>&lt;b&gt;RadioService v0.9a3&lt;/b&gt; is now &lt;a href=&quot;http://www.codefab.com/unsupported/RadioService_v0_9a3.dmg&quot;&gt;ready for download&lt;/a&gt;.  No new features, just works better-- see previous post regarding encoding of characters.   You can pretty much select any hunk of 8 bit content from anything and post it via the service without worry that you&apos;ll have to diddle the quotes and other characters in the Radio desktop interface.   As the application has all necessary frameworks embedded within, the download jumped from 50k to 280k.Anyone want to submit a custom Aqua Styled icon for this thing?(Still haven&apos;t fixed the request-caused-app-to-launch-so-it-doesn&apos;t-post problem.  Not sure what is up with that.  Now that the silly character encoding stuff is [hopefully] gone, I&apos;m going to focus on features and tweaks.)</description>			</item>		<item>			<link>http://radio.weblogs.com/0100490/categories/radioCommentary/2002/02/20.html#a110</link>			<description>OK-- if this post works, it is because:&lt;ul&gt;&lt;li&gt;RadioServices is now using the &lt;a href=&quot;http://www.mulle-kybernetik.com/&quot;&gt;Mulle Kybernetik frameworks&lt;/a&gt; (instead of AppleScript Studio&apos;s implementation of xmlrpc).&lt;/li&gt;&lt;li&gt;I figured out how to build the frameworks such that they can be included in the app wrapper, but do not have to be copied during development.&lt;/li&gt;&lt;li&gt;RadioServices now handles-- does not URL/HTTP encode-- various random bits of punctuation like &quot;&apos;&lt;&gt;&apos;&quot; while also handling escape sequences like &amp;lt;&amp;gt;&amp;quot;&amp;apos;&amp;amp; (these should be rendered as the sequence).&lt;/li&gt;&lt;li&gt;RadioServices now logs on console when something bad happens (personally, I would like a little more feedback for services, but this is currently The Apple Way).&lt;/li&gt;&lt;/ul&gt;The rest of the world is under the impression that more characters than just &apos;&amp;&apos; and &apos;&lt;&apos; should be encoded for string params in XMLRPC.  Not so, according to &lt;a href=&quot;http://www.xmlrpc.com/spec/&quot;&gt;the XMLRPC spec&lt;/a&gt; or the &lt;a href=&quot;http://radio.userland.com/&quot;&gt;Radio UserLand&lt;/a&gt; implementation.  AppleScript Studio encodes at least the various quotes and the Mulle-Kybernetik framework encoded &lt;i&gt;a lot&lt;/i&gt; of things before I patched it.  I submitted my patch back to the maintainers.   The response was that all of [&lt; &gt; &amp; &apos; &quot;] should be encoded.  This is certainly the behavior of AS Studio, but runs counter to Radio and the Spec (as I interpret it).If anyone has a clue, &lt;a href=&quot;mailto:bbum@codefab.com&quot;&gt;please share&lt;/a&gt;.Code has been checked into the repository.  I&apos;ll try to get a disk image out tomorrow before I&apos;m off to Miami for business.(geez, I download build 44 of OW and not but five minutes later, build 45 shows up.  Thank goodness for a fat pipe.)</description>			</item>		<item>			<link>http://radio.weblogs.com/0100490/categories/radioCommentary/2002/02/19.html#a107</link>			<description>This is a test of punctuation handling. !@#$%^&amp;*()_+=-{}|][:&quot;&apos;;&lt;&gt;?/.,(Worked like a charm.  Patches submitted to the appropriate parties.)</description>			</item>		<item>			<link>http://radio.weblogs.com/0100490/categories/radioCommentary/2002/02/19.html#a106</link>			<description>The following is taken straight from the &lt;a href=&quot;http://www.xmlrpc.com/spec&quot;&gt;XML-RPC&lt;/a&gt; specification.&lt;table&gt;&lt;tr&gt;&lt;td width=&quot;10%&quot;&gt;&lt;/td&gt;&lt;td width=&quot;80%&quot;&gt;What characters are allowed in strings? Non-printable characters? Null characters? Can a &amp;quot;string&amp;quot; be used to hold an arbitrary chunk of binary data?Any characters are allowed in a string except &lt; and &amp;, which are encoded as &amp;lt; and &amp;amp;. A string can be used to encode binary data.&lt;/td&gt;&lt;td width=&quot;10%&quot;&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;Go to the page and compare the contents.... I can&apos;t decide if all of the problems are with the encoding passed through the XML-RPC framework I&apos;m using or if this is a bug in Radio&apos;s internal XML-RPC handler [method param decoder].</description>			</item>		<item>			<link>http://radio.weblogs.com/0100490/categories/radioCommentary/2002/02/19.html#a105</link>			<description>Jim Roepcke sent me an email that through some weird free association in my brain, caused me to fix a memory smasher in RadioServices.  I&apos;ll clean it up and push a new version out the door sometime soon.</description>			</item>		<item>			<link>http://radio.weblogs.com/0100490/categories/radioCommentary/2002/02/19.html#a103</link>			<description>&lt;b&gt;ow&lt;/b&gt; That hurt.I rebuilt the hard drive on my TiBook a couple of days ago;  actually, I replaced the 20gb Toshiba drive with a 48gb IBM drive that has a 5400 RPM spindle speed (vs. the Toshiba&apos;s 4200).  Between that and defragmenting the drive, my TiBook is a boatload faster now.  Nice.In the process, I moved to using two partitions.  This changed the name of the drive Radio lives on as well as the path to the application.&lt;i&gt;Radio does not handle this situation gracefully, at all.&lt;/i&gt;&lt;a href=&quot;http://radio.userland.com/discuss/msgReader$10446?mode=topic&amp;y=2002&amp;m=2&amp;d=14&quot;&gt;Andy Fragen&lt;/a&gt; wrote a neat little script that fixed most of the path references in Radio.  However, it didn&apos;t fix all of &apos;em.  I still had to hunt around and fix a few dangling references to the old hard drive in Radio.root (and, maybe, weblogsData.root).  I&apos;m not sure exactly what, but things mostly seem to work now.  Help images are still broken.This situation sucks.  The fact that you can&apos;t move Radio Userland or even change the name of the hard drive it is on makes the whole thing rather fragile and un-Mac like.  Why can&apos;t there be a variable or two that point to the root of the &lt;b&gt;Radio Userland&lt;/b&gt; directory and have everything else derived from that root??&lt;b&gt;*sigh*&lt;/b&gt;</description>			</item>		<item>			<link>http://radio.weblogs.com/0100490/categories/radioCommentary/2002/02/18.html#a99</link>			<description>That last post was a test to see how hard it would be to change frameworks.  This post is a test to see how hard it would be to refactor &lt;b&gt;RadioServices&lt;/b&gt; such that it has all features of version 0.9a2, but uses the Objective-C XML-RPC implementation (which, incidentally, adds a tremendous amount of &apos;in case of bad things&apos; feedback to the user).</description>			</item>		<item>			<link>http://radio.weblogs.com/0100490/categories/radioCommentary/2002/02/18.html#a96</link>			<description>!@#$%^&amp;*()_+=-{}|][&apos;&amp;quot;;:/?.&gt;,&lt;&lt;br&gt;&lt;br&gt;Ahhh.... much better.  Everything you type into, say, TextEdit arrives in Radio without any quoting stupidity.  Seems that AppleScript&apos;s XML encoder is a little overeager in quoting apostrophes and quotes.&lt;br&gt;&lt;br&gt;I moved to using a pure &lt;a href=&quot;http://www.mulle-kybernetik.com/software/XMLRPC&quot;&gt;Objective-C implementation of XML-RPC&lt;/a&gt;.  Totally kick butt implementation;  it was actually a reduction in the # of lines of code when moving from AppleScript&apos;s xmlrpc to their implementation!  Not only that, but the application now automatically gives useful error messages when the targeted XML receiver is either not running/responding or is up, but refuses the request.&lt;br&gt;&lt;br&gt;Let me repeat myself:  Cocoa, Foundation, and Objective-C &lt;b&gt;kick major ass&lt;/b&gt;.&lt;br&gt;&lt;br&gt;Expect a new release of &lt;b&gt;RadioServices&lt;/b&gt; in the next day or two...</description>			</item>		<item>			<link>http://radio.weblogs.com/0100490/categories/radioCommentary/2002/02/18.html#a93</link>			<description>Well, almost.  Little help buttons are broken, but I can live with that for the moment.</description>			</item>		<item>			<link>http://radio.weblogs.com/0100490/categories/radioCommentary/2002/02/18.html#a92</link>			<description>OK-- assuming this post actually makes it through, then &lt;a href=&quot;http://radio.userland.com/discuss/msgReader$10262?mode=topic&amp;y=2002&amp;m=2&amp;d=17&quot;&gt;Andy Fragen&lt;/a&gt; totally rocks!I just rebuilt my OS X box [a TiBook] -- upgrading to a 48gb IBM HD in the process -- and the paths to my Radio UserLand environment are completely different.Radio feature request:  ship with Andy&apos;s script built in and easily accessible...  make it automatic, at that.</description>			</item>		<item>			<link>http://radio.weblogs.com/0100490/categories/radioCommentary/2002/02/14.html#a90</link>			<description>When access is turned off for a particular host and you submit an XMLRPC request from that host against the Radio server, it responds with an XML body that contains error information, but the response itself is marked as 200/OK.   Maybe this is the correct behavior in teh XML world?In any case, it causes hell from AppleScript because it doesn&apos;t seem to be possible to grab the raw response body itself (that I can figure).  AppleScript definitely generates an error, but it seems to be totally generic-- i.e. there is no way to recover the response body and see what is really going on (or provide feedback to the user).</description>			</item>		<item>			<link>http://radio.weblogs.com/0100490/categories/radioCommentary/2002/02/14.html#a89</link>			<description>A couple of Radio related issues;It seems to be impossible to require Radio to use authentication when talking with the localhost.   Why would you want to do this? Imagine you were working in a computer cluster on a network account.  It is likely someone could ssh into the machine running Radio and, because they are on the localhost, do anything they want to your Radio desktop either from the command line or, if they are feeling particularly evil, by port forwarding 5335 to 5335 on their own machine and using a full blown browser.Also, it isn&apos;t 100% clear if it is possible to require a username/password to access the XML-RPC/SOAP interfaces *at all*.  I can restrict access via hostname/ip address, but that doesn&apos;t help if I want to be able to communicate with a remote Radio environment in a fashion that doesn&apos;t open it up to everyone the subnet (or, at least, anyone who happens to log into the machine I&apos;m using).</description>			</item>		<item>			<link>http://radio.weblogs.com/0100490/categories/radioCommentary/2002/02/14.html#a88</link>			<description>RadioService v0.9a2 is &lt;a href=&quot;http://www.codefab.com/unsupported/RadioService_v0_9a2.dmg&quot;&gt;available for download&lt;/a&gt;.&lt;ul&gt;&lt;li&gt;Post from pasteboard via Dock Menu works (for non-services aware apps)&lt;/li&gt;&lt;li&gt;automatically open radio desktop and edits new post (can be disabled via preferences)&lt;/li&gt;&lt;li&gt;can automatically fire any URL you want after successful post&lt;/li&gt;&lt;li&gt;major code refactoring; cleaner implementation, but still far from ideal&lt;/li&gt;&lt;li&gt; rewrote README, now includes Radio configuration instructions&lt;/li&gt;&lt;li&gt; README can be accessed from in app by selecting &apos;RadioServices Help&apos; menu item.&lt;/li&gt;&lt;/ul&gt;There is still a bug where RadioServices will work correctly for the first post when the post request caused the app to launch.  Every post after that works, though.  Not sure what is up with that.The next step is to get remote posting to work.</description>			</item>		<item>			<link>http://radio.weblogs.com/0100490/categories/radioCommentary/2002/02/14.html#a78</link>			<description>Fixed a problem with the commit mentioned earlier.  It is really committed now.</description>			</item>		<item>			<link>http://radio.weblogs.com/0100490/categories/radioCommentary/2002/02/14.html#a77</link>			<description>In the day after the release of RadioServices, I have been amazed at the response.   It seems that most folks with a single desktop Radio based installation have had no problem.  There hasn&apos;t been much feedback outside the Radio community, but there hasn&apos;t been any attempt to push it beyond Radio (since it was created to solve an immediate need I had with Radio).Some of the most frequently asked questions and answers (from someone whose knowledge of Radio is fairly shallow).  Most all of the links assume Radio is running on the local desktop.&lt;i&gt;How should Radio be configured to work with RadioServices (or apps such as &lt;a href=&quot;http://www.webentourage.com/&quot;&gt;BlogApp&lt;/a&gt;)?&lt;/i&gt;You need to make sure that the &lt;a href=&quot;http://127.0.0.1:5335/system/pages/prefs?page=4.7&quot;&gt;XML-RPC interface&lt;/a&gt; is enabled.   Then, enable the &lt;a href=&quot;http://127.0.0.1:5335/system/pages/prefs?page=4.8&quot;&gt;the Blogger API&lt;/a&gt;.&lt;i&gt;When RadioService asks for my password, which do I use?&lt;/i&gt;On &lt;a href=&quot;http://127.0.0.1:5335/system/pages/prefs?page=6.2&quot;&gt;this page&lt;/a&gt;, you will find  a list of Radio password.  Likely only one labeled &lt;b&gt;default&lt;/b&gt;.  Whatever that password is, that is the one you want to use.If you happen to have forgotten it (I did-- you create it when you first download Radio, 30 days before the $40 commitment decision), go to the &lt;a href=&quot;http://127.0.0.1:5335/system/pages/setupRadio&quot;&gt;Setup page&lt;/a&gt; and use the &lt;b&gt;Forget your usernum and password?&lt;/b&gt; form to have your password sent to you.&lt;i&gt;Does RadioService work with remote Radio applications?&lt;/i&gt;At the moment, likely only if you &lt;a href=&quot;http://127.0.0.1:5335/system/pages/prefs?page=4.1&quot;&gt;turn off all secuirty and enable full remote access&lt;/a&gt;.  Obviously, a less than ideal situation.  I have to figure out how to deal with the authentication issue from the XML-RPC engine in AppleScript (if possible).  If not, I&apos;ll toss AppleScript and use Java instead.&lt;i&gt;Will RadioService work with non-Radio based systems?&lt;/i&gt;Sure. Absolutely.  Because I have never tried it, I can say with complete and utter confidence that it will work just fine because it is all about standards and nothing but standards.It should work fine save for the whole HTTP authentication stuff.</description>			</item>		<item>			<link>http://radio.weblogs.com/0100490/categories/radioCommentary/2002/02/13.html#a76</link>			<description>I just committed the changes discussed in previous posts to RadioServices.  I will cut a new binary as soon as I figure out remote posting issues (which, hopefully, will not be too hard). In any case, the source should build without a problem on any OS X box with the december dev tools installed.(Still does not process the first post if that was the one that caused the app to launch.  I wonder why.)</description>			</item>		<item>			<link>http://radio.weblogs.com/0100490/categories/radioCommentary/2002/02/13.html#a73</link>			<description>&lt;&gt;&amp;apos;&amp;quot;;:[]}{.,/?!@#$%^&amp;*()_+=-|The text above was created by typing &apos;&lt;&gt;&apos;&quot;;:[]}{.,/?!@#$%^&amp;*()_+=-\|&apos; into TextEdit and selecting the RadioServices &apos;Post to Blogger&apos; Service.Radio Bug:  I have to type &apos;\\&apos; to see a single &apos;\&apos; in the blog (which meant I had have to type &apos;\\\\\&apos; and &apos;\\&apos; to yield the aforementioned sentence...)This is what actually passed across the wire from AppleScript&apos;s xmlrpc interface to the Radio desktop server:&amp;lt;string&amp;gt;&amp;amp;lt;&amp;amp;gt;&amp;amp;apos;&amp;amp;quot;;:[]}{.,/?!@#$%^&amp;amp;amp;*()_+=-\|&amp;lt;/string&amp;gt;(You don&apos;t even want to know what that looks like when entered into Radio)So, it would seem that the apostrophe-- the &apos;-- is the only problematic character.  It would seem that Radio does not want it escaped, but AppleScript escapes it.Honestly, I have no idea who should win.</description>			</item>		<item>			<link>http://radio.weblogs.com/0100490/categories/radioCommentary/2002/02/13.html#a70</link>			<description>&lt;B&gt;Carbon &amp; Services&lt;/B&gt;As Jim says, it is not a bug... it is a feature.   Carbon apps have to write code to specifically enable the services menu.  BBEdit has (no surprise), most-- including Word and IE-- have not.Bummer.I&apos;m going to see if I can workaround the problem by providing a means to quickly post-from-clipboard.   Easy enough; all the support is already in the app.  It is just a matter of figuring out the quickest way to activate the functionality.Some folks are having problems interacting with remote Radio installations.  I&apos;m not sure what is up with that.  If you have it working, please contact me so I can gather info from a working environment (but I will try to duplicate the conditions on my home LAN at some point).(And it made me a liar-- I can&apos;t directly use Word as an editor...  I have to copy/paste somewhere else)</description>			</item>		<item>			<link>http://radio.weblogs.com/0100490/categories/radioCommentary/2002/02/12.html#a68</link>			<description>If this post works, it is because I have successfully imported the source to RadioService into &lt;a href=&quot;http://mosxland.sourceforge.net&quot;&gt;MOSXLand&lt;/a&gt;, checked it back out, built and ran the application.Assuming it did work, you can check out a copy of the source by doing this:&lt;pre&gt;% cvs -d &lt;a href=&quot;mailto::pserver:anonymous@cvs.mosxland.sourceforge.net:/cvsroot/mosxland&quot;&gt;:pserver:anonymous@cvs.mosxland.sourceforge.net:/cvsroot/mosxland&lt;/a&gt; login(Logging in to &lt;a href=&quot;mailto:anonymous@cvs.mosxland.sourceforge.net&quot;&gt;anonymous@cvs.mosxland.sourceforge.net&lt;/a&gt;)CVS password: ***no password-- just hit return***% cvs -d &lt;a href=&quot;mailto::pserver:anonymous@cvs.mosxland.sourceforge.net:/cvsroot/mosxland&quot;&gt;:pserver:anonymous@cvs.mosxland.sourceforge.net:/cvsroot/mosxland&lt;/a&gt; checkout RadioService&lt;/pre&gt;New features since the &apos;release&apos;; earlier today:&lt;ul&gt;&lt;li&gt; Preferences panel now works.&lt;li&gt; Option to automatically open radio desktop and edit the new post (useful for categorization of posts)&lt;li&gt; Some code cleanup, but not much.&lt;/ul&gt;&lt;i&gt;Oddities:&lt;/i&gt;  The code isn&apos;t pretty and there is some silliness/laziness.   Please feel free to &lt;a href=&quot;mailto:bbum@codefab.com&quot;&gt;ask questions&lt;/a&gt;.The biggest items on the TODO list are to fix up the error handling and to improve/ensure interoperability with other Bloggers.  As well, fixing up some of the cosmetic issues-- quotes are being escaped for some reason, for example-- will go a long way to improving usability.</description>			</item>		<item>			<link>http://radio.weblogs.com/0100490/categories/radioCommentary/2002/02/12.html#a64</link>			<description>Jason Gillman calls this a "Major Breakthrough!" How about a screen shot for us Mac-deprived people?---The above was selected and posted via RadioService from OmniWeb.   Here's the screenshot of the posting process.  The services menu is automatically generated based on the various services advertised by the applications installed on the system.  A service is advertised by what pasteboard types it can consume and what pasteboard types it produces.  There is another mechanism called a 'filter service' which can automatically filter from one data type to another.  Example:  If you write an app that can only consume GIF images and I write a filter service that convert JPEG and TIFF to GIF, your application will automatically be able to open JPEG and TIFF.OS X rocks.Currently, RadioService only consumes NSStringPBoardTypes (that is, pasteboards that contain straight string data).  This will change as the app evolves.<% radio.macros.imageref("/images/RadioServices.jpg", alt:"RadioServices in action")%>(No, I have *no idea* how that incredibly cool fadeout effect happened on the menu.  Seems to be some weirdness associated with the Quartz Compositor and taking screenshots.)</description>			</item>		<item>			<link>http://radio.weblogs.com/0100490/categories/radioCommentary/2002/02/12.html#a54</link>			<description>&lt;font size=4&gt;It Works!!!&lt;/font&gt; RadioServices.app now:&lt;ul&gt;	&lt;li&gt;uses defaults to store your configuration&lt;/li&gt;	&lt;li&gt;uses the system wide keychain to store password(s)&lt;/li&gt;	&lt;li&gt;automatically queries for a password, when needed (or to unlock keychain)&lt;/li&gt;&lt;LI&gt;listens for keychain events and stops asking for a password if password is supplied via some other app&lt;/LI&gt;&lt;/ul&gt;At this point, the app is useful to anyone running Radio in that the stored defaults work fine with a local Radio desktop. Since it asks for a password via the GUI&amp;nbsp;(using code recycled from &lt;a href=&quot;http://mosxland.sourceforge.net/&quot;&gt;SSHPassKey&lt;/a&gt;) and stores the password in the key chain, the fact that it totally lacks a GUI&amp;nbsp;for editing the defaults isn&amp;apos;t a big deal. As such, I&amp;apos;m going to go ahead and post a version. &lt;font size=1&gt;(This was composed in WebObjects Builder for a sort of WYSIWYG HTML&amp;nbsp;editingexperience.)&lt;/font&gt;</description>			</item>		</channel>	</rss>