
Good morning. It will seem as if developers have taken over
this blog, because we have real business to do. So much new stuff to show. Today's
rss.chat goodie is an example app called
ThreadWalker that crawls the network of replies under a single post, to all levels, printing them on screen in neat hierarchic form. It was written and documented by Claude. I reviewed the code, and looks good, and honestly doesn't look like anything I would write (not bad, just different). It could be used as a starter system that says when someone replied to something you wrote, or something deeper in the tree. All this is done by reading RSS feeds. This is where we begin to explore what's possible when you use a famous and familiar format like RSS 2.0. Always re-use instead of re-invent is one of my strongest held beliefs. BTW it came up with the name ThreadWalker.