Ask HN: Should I Learn Blockchain?
I am half way learning it, through the MIT lectures. But, most of the reddit is against it. I asked a question on reddit about it and many were against it. I sometimes feel that might me true and what i am learning might me totally useless in the future. Should i really continue or leave it?
14 comments
[ 4.0 ms ] story [ 43.4 ms ] threadI don't believe it is the next big thing that will change the world though.
I've revisited the "Web3" concept lately because I've gotten involved in the Fediverse and it seems to me that it is missing a universal system for authentication. To add new services to the Fedi it seems fundamental there should be single sign-on so I can log in and prove I am a certain person on mastodon.social.
The traditional way to do this put the server in charge and I guess I would trust mastodon.social as much as I would trust Facebook or Google but there will always be people running small servers who are dishonest who might reset my password and steal my account.
So the "Web3" concept where I have cryptographic keys and some immutable database that verifies those keys is appealing to me, but (1) it is so tied up with scams and I think the whole idea of "ownership" bothers people, it seems something like a timeshare scam or Amway or
https://en.wikipedia.org/wiki/Enclosure
and (2) boy people hate managing their own cryptographic keys, I mean Che Guevara was one of the most disciplined revolutionaries in the world but he reused his one time pads so they tracked him down and put a bullet in him. I look at how people have really struggled with gpg, whenever I have published some open source project to maven or something I've always made up a new set of keys because I lost the keys I made three years ago when I published another project.
Something like "Web3" that is low resource consumption, cheap to run, still secure and doesn't have all the bullshit, grifters, ugly apes, and all that might appeal to me but people will still hate managing keys
https://www.youtube.com/watch?v=15RTC22Z2xI
The best use-case I've heard is adversarial companies who need to cooperate on a project and share data. However, in real life, they don't need blockchains because if a party can't be trusted to share data then they don't meet the minimum requirements to participate in the project.
Real life has incentives that mitigate the need for blockchains to the degree that the overhead isn't worth it.
It's a solution in search of a problem.
For smaller transactions where it doesn't make sense to run a credit check, there are other systems in place that would still need to be in place in some form even if all the transactions were recorded on a blockchain.
Like chargebacks as you mention. They're a consumer protection process that some unethical consumers abuse. The chargeback process can be initiated for stated reasons that are not related to how the transaction was recorded or stored.
Let's say the shady buyer can't dispute the monetary part of a transaction because it's on a black chain. They can still request a chargeback because they claim the product or service is not as expected.
The process and evidence to fight that would look like how it currently does. The blockchain doesn't solve the problem.
For the parts it can help with, those are already handled with well established processes. Transactions are stored and kept. Receipts are retained. The blockchain would add overhead without much real world gain.
The benefits of not having Visa as the moral police. The potential privacy. Removing the fear /cost around chargebacks make this a very useful application.
Blockchain has good uses. Adoption / implementation are the challenges that must be overcome.
I think to understand the human / sociological aspects, you should grok the underlying tech, even if you don't plan to use it. Maybe not at a detailed implementation level. Like understanding how people use ETH to spin up their own coins is a good level of abstraction to understand. (i.e.-why are ETH and BTC different.)
And I would love for all the eCos / Mark Miller / Nick Szabo e-contracts stuff to be useful someday.
|
No.
Look into the core infrastructure layer. It incorporates generally useful, interesting topics that are hard problems to solve, including: computer science, cryptography, game theory, distributed systems, p2p networks, finance (tokenomics), social engineering, etc. There’s a lot you can learn from that alone, and you can always apply it elsewhere. Plus, most of the industry is open source, which helps with the learning aspect.
The more interesting protocols and applications imo are in the “DePIN” space (physical infra networks), which take advantage of web3’s permissionless nature (open identity framework with cryptographic, payments, consensus-based rules, run your own nodes, etc.). These can be built on top of chains like Ethereum or totally standalone blockchains. Plenty of companies are building things like decentralized satellite imaging, weather data, compute, storage, IoT, renewables, etc. Admittedly, it’s still very early; the user/dev experience is subpar, but abstractions will continue to improve things (e.g., no common user should need to worry about private keys).
The difference here with traditional web2 infra is that web3’s incentivized p2p network allows applications to take more of a crowdsourced approach, in a sense. Users can contribute but also earn for their contributions through protocol fees or reward mechanisms, which helps scale a protocol itself while—in the long term—changing how data moves on the internet.
Also—slight tangent, but calling blockchains a database is a misnomer. For example, Ethereum is a global state machine that provides shared state & execution, allowing anyone to run arbitrary programs on it. There is definitely (expensive) data storage as part of this, so you can only store a limited amount of data using smart contracts. Also, databases process data a bit differently and more efficiently. The native query features for blockchains (RPC calls) are nothing like that of a database (e.g., SQL), to the point where new networks on top of blockchains are built solely for indexing and querying that data (Tableland, The Graph, etc.).
And of course—there are other benefits like censorship resistance, but the tech itself is more intriguing!
Now, as others said you will probably never want to use a blockchain so you may not have to go too deep into the topic.