Hacker News new | ask | show | jobs
by lottin 1630 days ago
A blockchain is publicly-accessible, append-only database, so again I don't know how an append-only data structure can help you revoke access to some content. Not to mention that Twitter can always choose to not display your tweets unless you grant them a license, regardless of where these tweets are hosted.
1 comments

even if you could update state* once you gave access to anything it's out of your control as it might be cached somewhere else. This is why I mentioned for future changes rather than what you already allowed.

And you are right twitter can still have that clause, and they can cause they have somethign to offer (i.e. a userbase) but if the content of everyone would be somewhere else other competiors would be able to offer it and then competiion for users would tend to make those terms more accessible to those that care enough to read them.

* you can by doing it as in an event sourcing system. After all blockchains+smart contracts are similar to a giant state machine

> And you are right twitter can still have that clause, and they can cause they have somethign to offer (i.e. a userbase) but if the content of everyone would be somewhere else other competiors would be able to offer it and then competiion for users would tend to make those terms more accessible to those that care enough to read them.

This seems incompatible with the goal of control: instead of giving Twitter free rein to reproduce your content however, you’re giving everyone on the internet the ability to do what they want with it, completely unrestricted.

(Yes, you could DMCA then but then the blockchain is useless)