Earlier quoted context omitted.
I agree with the question: is anything really be solved here? No, not really. A db table of jpegs taken at different points in the hand off is essentially fine too. Carfax seems to so fine without blockchain. And really the bottom line is the end recipient: what recourse is there if the car shows up with too many miles?
The recourse is that the transporter doesn't get paid. Just a small adjustment to incentives massively changes the occurrence of damage to the car or anything similar. If you're arguing to put everything in a spreadsheet, or have us control the database and do without timestamping, I don't know what to say to you. Blockchain works here. Our business model isn't changing because you're saying we don't need it. Build a…
Ask HN: What are real-life useful use-cases for blockchain (not currencies)?
241–250 of 291 posts
Re: Ask HN: What are real-life useful use-cases for blockchain (not currencies)?
#242Earlier quoted context omitted.
Gmail would be just as good. Have them send you an email as part of the handoff process. Time/date/photo will be documented in a source of Truth
If you know anything about email headers, this is a bad solution. Are you suggesting that everyone has a shared Gmail account with one password? What happens when an email gets deleted?
Re: Ask HN: What are real-life useful use-cases for blockchain (not currencies)?
#243Earlier quoted context omitted.
In my country this is already fully supported: PayID will let you transfer money instantly instantly between accounts (up to some daily limit), with no fees. Similarly, an app called BeemIt, which is supported by the major banks here gives you a very similar experience, albeit with a prettier UI/UX. As it stands, there’s now no advantage that cryptocurrency offers in this space anymore IMO.
blockchain for no limit then.
If I needed to move all of my money for some reason, I’d much, much rather just go through normal channels and not have to worry about the logistical and legal issues crypto currencies incur.
Re: Ask HN: What are real-life useful use-cases for blockchain (not currencies)?
#244Earlier quoted context omitted.
In my country the government issues little pieces of paper with patriotic symbols on them that we pass to each other. Maybe im just a stick in the mud, but i always thought it worked pretty great.
Works great until the government either recalls the pieces of paper (PM Modi in India, anyone?), or institutes strict capital controls while running the printing press incessantly (Weimar Germany, Zimbabwe, Venezuela, Lebanon, just to name a few examples).
Re: Ask HN: What are real-life useful use-cases for blockchain (not currencies)?
#245I arrive late so maybe someone mentioned this already: https://www.deutsche-boerse.com/dbg-en/media/press-releases/... (Frankfurt Stock Exchange uses a blockchain as a ledger for securities lending)
Re: Ask HN: What are real-life useful use-cases for blockchain (not currencies)?
#246Earlier quoted context omitted.
To make sure I understand it correctly, the blockchain is acting as a distributed notary service, right? That definitely feels useful.
The power of a notary is that someone is legally verifying the state of the document under penalty of perjury. In this case, you don't trust the party doing the verification, by definition, and there's no second party, so I don't see what this solves. That there is an immutable log of the events is an implementation detail and could be solved with a write only DB completely independent of blockchain.
A public DTL has a public state unlike a normal DB everyone knows the complete DB and its distributed. If you write to it you can read form anyone else including your own node to verify it has in fact been written. Instead of trusting who is in control of the read only DB you trust that a no majority of nodes collude to tamper. Its important to know that there is a negative incentive to collude because almost all participant are participant in such a system because they theme self want to use an immutable ledger.
This does not apply to BTC or similar blockchains where the people (miners) in "control" (collectively) are not the primary users of the immutable ledger. Because there is a false incentive (money/block reward) to participate even if you have no interest in using the system at all.
Re: Ask HN: What are real-life useful use-cases for blockchain (not currencies)?
#247The biggest use case I have found of blockchain tech is timestamping, especially in a case where the timestamping party cannot be trusted to act honestly because of conflicting interests. I'll give you an example, from one of my startup's enterprise customers. This company needs to ensure that their high-end auto inventory remains in the same state through transport — the mileage, the car body, etc. They've had issue…
A GitHub repository would provide the same level of guarantees right? Everyone else gets read access - the transporter gets write access. They can't rewrite history, or else it gets caught on a mirror that anyone else is maintaining. Certificate Transparency gets the same guarantees as well, without using a blockchain.
Re: Ask HN: What are real-life useful use-cases for blockchain (not currencies)?
#248Timestamping documents via their hash
I know there exist uses for timestamping, but I don't know how often this actually comes up in practice. Have you ever gone to a notary to timestamp something before Bitcoin came along? The options are posting it to something like Twitter, including a newspaper headline in your cryptographic signature if you want to prove an after date rather than a before date, or indeed a notary. While I agree blockchain is a more…
Re: Ask HN: What are real-life useful use-cases for blockchain (not currencies)?
#249(Disclaimer - I believe myself to have a better idea of what a blockchain is and how it works than the average layman, but I'm certainly not an expert) Having recently completed a house purchase and waded my way through reams of paperwork in the process, I'm stunned that there's no "document provenance chain" implementation. At every stage of the process, I was presented with tens or hundreds of pages of paperwork th…
I'm not sure that you even need full version control (as in, the bit where everyone involved uses the same system) — if you just have a good diff algorithm, that would let you check what's changed since you last read the document. I've seen companies like https://draftable.com providing exactly that (seemingly targeted at lawyers and people who do this all day) and it seems to work pretty well.
Re: Ask HN: What are real-life useful use-cases for blockchain (not currencies)?
#250(Disclaimer - I believe myself to have a better idea of what a blockchain is and how it works than the average layman, but I'm certainly not an expert) Having recently completed a house purchase and waded my way through reams of paperwork in the process, I'm stunned that there's no "document provenance chain" implementation. At every stage of the process, I was presented with tens or hundreds of pages of paperwork th…