URIs considered harmful?

How about that? Remember the discussions from months ago (“WS-Web” and “Names and Addresses – a different view”) about the identity of resources and their relationship to HTTP URIs? I just read this story about Netscape taking down the resource representation of the RSS 0.91 DTD Schema at the end of the http://my.netscape.com/publish/formats/rss-0.9.dtd URI. They brought it back but with an expiration day in July. I may have missed it but does RFC 2616 say anything about URI expiration?

Yes, agents around the world should cache the resource’s representation; they shouldn’t retrieve it every time it is used; they should be implemented defensively against the brittle, loosely coupled nature of the Web. Still, the resource’s representation is retrieved 4M times per day. Now, if the resource was associated with a protocol-independent URI that could be retrieved/searched/indexed irrespective of the protocol/technology used to access it, we wouldn’t have this problem.

I think the coupling of identity with protocol semantics makes it more difficult to program defensively.

Please, be gentle in your comments 🙂

Recent Posts

Playing with graphs and neo4j

After my initial implementation of some BrainExpanded-related ideas on top of dgraph using its GraphQL…

4 weeks ago

A Graph Model DSL

Say hello to the Graph Model Domain Specific Language (GMDSL), created with the help of…

1 month ago

BrainExpanded – Web app and Data Sources

As I wrote in previous posts, the manual recording of memories for BrainExpanded is just…

2 months ago

BrainExpanded – End-to-end working

Imagine a world where your memory is enhanced by a team of intelligent agents, working…

2 months ago

BrainExpanded – Login State Caching Issue in iOS Share Extension

As part of the BrainExpanded project, I’m building an iOS app that lets users easily…

4 months ago

Is AI Good or Bad?

Artificial Intelligence (AI) has rapidly evolved over the past few decades, becoming an integral part…

4 months ago