Live data from Hacker News

Ask HN: Are there any substantial examples of blockchain solving a real problem?

news.ycombinator.com

1–10 of 192 posts

Ask HN: Are there any substantial examples of blockchain solving a real problem?

#1
There are many startups and companies involved in blockchain technology.

I’m wondering what kind of ‘significant’ problems they solve and by this is not possible with regular technology.

I have a strong sense that blockchain technology is a solution that has yet to find a relevant problem to solve.

I think the same is true for cryptocurrencies but I would like to keep those out of the discussion, if possible.

Re: Ask HN: Are there any substantial examples of blockchain solving a real problem?

#4
Some stores use it to store the production chain metadata of their products : when it was produced, by whom, etc, and make this information public. As anything stored in the blockchain can't easily be faked, it allows customers to check the authenticity of what they are buying (ie where has this product been farmed, cooked, by whom, etc).

Re: Ask HN: Are there any substantial examples of blockchain solving a real problem?

#5
post #4

Some stores use it to store the production chain metadata of their products : when it was produced, by whom, etc, and make this information public. As anything stored in the blockchain can't easily be faked, it allows customers to check the authenticity of what they are buying (ie where has this product been farmed, cooked, by whom, etc).

Cool, which stores do that?

Re: Ask HN: Are there any substantial examples of blockchain solving a real problem?

#6
I don't consider myself an expert here, but I believe there are few or no problems that only blockchain technology can solve. Rather, it's about how it solves problems.

If you solve a problem with non-blockchain technology, you will get a centralized entity of some kind. Be it a bank, a SaaS service, a social network, a database, or whatever. Sure, it can be open source, but it's still centralized in one way or another, and decisions must be made be someone. If you are the owner or have privilidged access, you may do bad things (alter data, abuse user data, increase prices, etc).

With blockchain technology, you can get around having a centralized entity. Instead, you are developing an incentive schema that allows distributed ownership and decision making, so that all participants have power and are incentivized to behave in the best interest of all.

Besides money, there are many other cases where this make sense, but is the downside of having a centralized entity really large enough to justify the downsides of blockchain (hard to develop, slow, hard to use and manage, etc)? Probably not right now, and maybe it will never get to the point.

IMO, a well-run, transparent, centralized entity can be more trustworthy than a complex technology that is potentially exploitable, buggy, you don't fully understand, and is difficult to change once to initial incentive schema is in place.

Re: Ask HN: Are there any substantial examples of blockchain solving a real problem?

#9
In a sense, git is “blockchain technology” that predates the buzzword: every commit is cryptographically hashed, including the hash(es) of its parent(s). This lets anyone verify all the involved commits back to the beginning of the chain, and is what enables the 3-way merge algorithm without a centralized server.

What it doesn’t include is any kind of proof-of-work or proof-of-identity, which some people might consider necessary for something to be “blockchain technology”.

Edit, to the downvoters. In order for me to produce better commentary on this topic in the future, I would like to know: Do you view these statements as incorrect, misleading, or simply unhelpful?

Re: Ask HN: Are there any substantial examples of blockchain solving a real problem?

#10
post #4

Some stores use it to store the production chain metadata of their products : when it was produced, by whom, etc, and make this information public. As anything stored in the blockchain can't easily be faked, it allows customers to check the authenticity of what they are buying (ie where has this product been farmed, cooked, by whom, etc).

I don’t think I get this. How does the blockchain part help this problem, over just publishing the data?
Post reply on HN