Ok ... I had to write this tonight ... this is my first success on this effort! http://tabletpcthoughts.blogspot.com/2005_05_01_tabletpcthoughts_archive.htm l ...
Scott C. Lemon
Scott.Lemon@...
Jun 2, 2005 7:21 am
8392
... Radio... An Atom API posting interface is a great addition to Radio. Would you consider sharing your code, may be include it in a tool ? Cheers Marc...
Yes ... I'm actually completing the code as a new tool, as a fork of the xManilaBloggerBridge tool ... I'm hoping to complete that in the next couple of days,...
Scott C. Lemon
Scott.Lemon@...
Jun 2, 2005 9:00 pm
8394
While working on my new RadioAtomBridge tool, I found some "bugs" in these two verbs: xml.entityDecode: In reviewing the code, it does not handle the " "...
Scott C. Lemon
Scott.Lemon@...
Jun 3, 2005 8:49 pm
8395
... is not an XML entity. The function is quite, ah, incomplete, but given what it is, that is not incorrect behavior. (You're "supposed" to read the...
Ok ... So I'm several days overdue ... But here it is: http://radioatombridge.blogspot.com/ Go here and you can grab a copy of my RadioAtomBridge Tool ... Let...
Scott C. Lemon
Scott.Lemon@...
Jun 9, 2005 5:57 am
8397
Ok ... I have another "bug" that I found today ... It's actually a dependency. It appears that I had already installed Steve Hookers other tool ... The ...
Scott C. Lemon
Scott.Lemon@...
Jun 9, 2005 7:29 pm
8398
I also had another bug reported ... I didn't implement the edit/update post function. So new posts work ... Editing a post does not yet update the post on...
Scott C. Lemon
Scott.Lemon@...
Jun 9, 2005 7:39 pm
8399
We made some changes to the upstreaming in Radio, adding some new scan intervals for different folders. This reduces the load that Radio places on the...
. Well Lawrence, Thank you for the work. ... As of now I have installed the update, and my streaming seems to mostly work for the normally scheduled upstream...
Radio upstream folder--do you mean the 'www/images' folder? Do you have a custom script or tool that moves images into date-based folders? Steve ... -- Steve...
I think he's running the My Pictures tool: http://radio.userland.com/userGuide/reference/tools/myPicturesTool It does exactly that: watch a folder and move...
... Ok, so the upstreaming code is behaving exactly as expected :-) Under the new upstreaming scheme, any 'special' folder under Radio's root 'www' folder is...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the radio-dev group. File :...
radio-dev@yahoogroups...
Jun 23, 2005 2:08 pm
8406
. Hello, The unix representation of the path is... "~/Pictures/Radio\ Upstream" The full HFS path is... Nemisis:Users:jack:Pictures:Radio Upstream: This...
... I can't help thinking this would be more conveniently handled by (perhaps additionally handled as) a line in the #prefs.txt file. M -- Matt Mower ::...
... Interesting thought. Our main object here is speed and load though... Checking a #prefs.txt file as a background activity is resource intensive. Matt, can...
... There wasn't a lot of thought behind it. I just thought that, if a user wants to change the default for a folder, messing about with tables & callbacks...
... Ok, the short answer is: if you are a Radio user, you don't want to change the upstreaming mechanism, it's too delicate. When a Usertalk developer needs to...
... Maybe I misunderstood. I thought this was about varying the period between upstreaming checks, no? So my suggestion was that, if a user wanted (for...
... Ok, here is the long answer: Your idea makes sense from a (power)user experience point of view, assuming he/she knows how to play with prefs files. ...
Marc, I think you're getting your Dave's and David's confused. Dave Winer wrote myPictures.root David Davies wrote assetManager.root Andy -- Andy Fragen...
Hi. Are you guys (UL & co-conspirators) familiar with KQueue? http://people.freebsd.org/~jlemon/papers/kqueue.pdf which seems to offer native OS based File...
... Thanks Matt. I had heard about Kqueues under BSD but had never read the definitive white paper before. Kqueues seem to provide pretty much all we would...
... On my system (10.4.1) man 'kqueue' gives NAME kqueue, kevent -- kernel event notification mechanism LIBRARY Standard C Library (libc, -lc) M -- Matt Mower...
... I checked my 10.3.9 system (still haven't found time to instal the Tiger I bought from Apple :-), and it is fully documented in there as well. The next...