|
|
Monday, December 02, 2002 |
Web of Trust 2.Here's a quick modification to OPML that will allow a web of trust in blogs. Dave Winer told me about OPML. Why reinvent? It's already almost right for what we want to do. By providing the rss, opml, trust factor and degree, all else is simple math. With this I can prioritize amongst new blogs according to the weight I give you, the weight you have given other blogs, etc...
9:19:47 PM |
Web of Trust.Dave Bryson thinks we can use RDF to create a web of trust between bloggers. I think it's a great idea. Here are my thoughts on the subject:
7:12:50 PM |
Test Driven Programming Before.Bob McWhirter thinks I should read it, and I'm about to start. I just read the preface, and my first impression runs something like this. I really wish I worked on a system that was amenable to this kind of automated testing. Most of the complexities I work with involve large numbers of connected users and integrations with highly varied target systems. The only thing I can think of right now is that with a better division of the system, we might be able to find a way to test parts of it automatically. The system as a whole is still highly difficult to test on an automated basis.
I am hopeful that there are going to be techniques for dividing and conquering. We'll see. |