|
|
|
|
|
by ahnick
1193 days ago
|
|
How would you design an HA system that has literally 0 downtime and accessible from anywhere in the world that people can cryptographically prove ownership of a property? How would you prevent DDoS attacks of that system? Further, how would you keep costs low enough that a typical small city or township could afford said HA property system? What value is the property deed? The house has the value - what's the property deed worth? If you have the property deed, are you the house owner? |
|
When you ask a question like that I can't help but asking back: How would you design any system that has "literally 0 downtime" and why do you think it is only possible to achive it using a blockchain?
As for the second part: proving some digital data is originating from someone is what we have been doing using cryptographic signatures for quite a while now. How to do so in a stable fashion that resists changes to the original data e.g. editing, cropping, color-manipulation, pitch shifting, etc is the challenge. This is called fingerprinting.
To proove ownership of a material you just need a list of fingerprints and a reference to the entity that owns the rights. How to do reliable databases is a problem that we sort of know how to deal with in 2023.
The question is, why would you need a blockchain for that problem? The hard part is not trusting the entity that stores the data, the hard part is trusting the data that is entered into that database. And for this kind of problem the best construction we have found so far is dedicating some institution to that purpose and have copyright-holders proove their ownership of their data to that institution. But if you have an institution that you already need to trust with data entry you can also trust them with data storage or not?
Not sure how a blockchain helps when some guy claims the song I have written on another blockchain. In the end it will be governments who will have to recognize my ownership so I can sue and by that point you can safe yourself the trouble of using a blockchain in the first place.