Deletable Data, and Secure uses for Structured Data

I do :wink: I will try and explain.

Create an SD type for your blog comment (say 999)
Create a blog (say type 900)
For your blog name xxxx you will find it at hash(900+xxxxx)
Comments go to `hash(999 + xxxxx + 1) and so on (from last comment)

I will get into more details soon, the guys will likely code an example to let folks see how to do this.
There will be improvements via linking (when we get there) to allow append-able data owned by the blog owner, to be able to remove comments) and more. For now this is a baby step to fully enumerating and indexing data.

6 Likes