Live data from Hacker News

Ask HN: Am I going insane or is there genuinely no value in blockchain tech?

news.ycombinator.com

181–190 of 576 posts

Re: Ask HN: Am I going insane or is there genuinely no value in blockchain tech?

#181
Blockchains provide computational integrity across geographic regions and jurisdictions requiring no trusted intermediary. You can run a computation and guarantee that others running that computation are using the same inputs and will get the same result.

Even if Russia or France decide that they no longer allow Ethereum (just an example), this does not affect computations anywhere else.

This is a massive shift in power balance toward participants. No other computational platform before the blockchain has provided all these features at the same time.

Re: Ask HN: Am I going insane or is there genuinely no value in blockchain tech?

#182
post #165
post #152

Earlier quoted context omitted.

>seamlessly send value across jurisdictions I have money. How can I get some crypto? From a middleman. Need to pay fees. Then I send it to someone. Transaction fees. The receiver wants to buy groceries or pay kid's school fees, so they need to convert the crypto to money. Again fees. So lots of middlemen and fees are involved. And most of the time, One would need to provide full KYC and need to have a bank account to…

Credit cards cost 3% + $.25 per transation (doing this from memory, but I think i'm in the ballpark here). USDC to USD costs .20% + $.50 (and that's per payout, you could aggregate transactions to pay only one fee). If you use a modern chain to do the transactions, the fees are getting increasingly more trivial (like a few cents regardless of size). As scaling solutions come online, they should be even cheaper. Avala…

[deleted]

Re: Ask HN: Am I going insane or is there genuinely no value in blockchain tech?

#183

Earlier quoted context omitted.

If you’ve ever written code, and if you’ve ever written a bug, then you will understand that code as law is terrible idea, especially when it comes to finance.

^ you will understand that code as law is terrible idea, especially when it comes to finance. Why are we relying on code for controlling Safety-critical system? e.g. Nuclear Reactors, Autopilot of aircrafts, docking of two separate free-flying space vehicles, and weapon of mass destruction launch and control machines. All of them use "code", is finance more critcal than systems which are kill capable.

In the cases of those I'm familiar with, most code in the system does not need to be bug-free for safety, and the code that does is kept simple and heavily reviewed at the binary level.

For most contacts, it is not financially feasible to use the techniques developed for safety-critical software.

Re: Ask HN: Am I going insane or is there genuinely no value in blockchain tech?

#184

The sole purpose of blockchain is to prevent double spending without a trusted party Other proposed applications are mostly dumb / misguided, like immutable storage, social network posts, etc, these can be done with hashing or digital signatures alone If you have a better way to avoid double spending than blockchain folks woukd get very excited. Traditional database can’t do that (requires a trusted party)

To be more precise, the nature of trust shifts. In case of a central database, one must trust the organization running the database. In case of blockchain you need to trust the math behind it, its implementation _and_ that the network structure preserves the assumptions the math makes. This might be preferable for some but not for others.

The trust shift to a lower layer, which is always what you want to unless this adds a huge amount of overhead or complexity that leads to security issues. In our case it looks like blockchains are solving real world problems.

Re: Ask HN: Am I going insane or is there genuinely no value in blockchain tech?

#185

Earlier quoted context omitted.

If you've developed smart contracts, I'm surprised you don't consider the capability of trustless financial instruments (peer-to-peer lending and pooled lending, for example) to be pretty useful as well

If you’ve ever written code, and if you’ve ever written a bug, then you will understand that code as law is terrible idea, especially when it comes to finance.

I'm not sure this is convincing.

If there's some actual benefit, then crappy code that can be iterated is fine. Anything you do today with computer code was likely done worse in the past with worse code.

So what is the actual benefit of "peer-to-peer lending and pooled lending" that blockchain technology provides that makes it worth iterating through these early mistakes?

I'd guess the answer usually involves dodging regulations in some way. Which isn't blockchain specific, lots of 'innovations' in tech or business are basically workarounds that let you dodge taxes or regulations or exploit externalities.

Re: Ask HN: Am I going insane or is there genuinely no value in blockchain tech?

#186
post #44

The sole purpose of blockchain is to prevent double spending without a trusted party Other proposed applications are mostly dumb / misguided, like immutable storage, social network posts, etc, these can be done with hashing or digital signatures alone If you have a better way to avoid double spending than blockchain folks woukd get very excited. Traditional database can’t do that (requires a trusted party)

> The sole purpose of blockchain is to prevent double spending without a trusted party. Yes, and avoiding the trusted party makes it more inefficient by a factor of around 100,000,000 (-ish), if you consider that BTC uses around 23 GW and can do no more (5 transactions a second) than a single trusted PC could do. What are use cases were you actually need this and the high cost is worth it?

Why use bitcoin, the slowest blockchain and most inefficient blockchain, as an example? Blockchains like Sui offer basically unlimited transactions/s

Re: Ask HN: Am I going insane or is there genuinely no value in blockchain tech?

#187
post #33

Earlier quoted context omitted.

Without a single trusted party. You're trading trust for one entity for trust for many entities.

I don't think I have to trust anyone when I run my own Bitcoin node and sign transactions. What entities do you mean?

Your hardware and software vendors, and the people who secured your OS and your physical premises.

Re: Ask HN: Am I going insane or is there genuinely no value in blockchain tech?

#188
post #131

Earlier quoted context omitted.

> A private, trusted, permissioned blockchain is pointless Not at all - it's a verifiable audit log. Git is an example of exactly this.

Git is not a blockchain. An audit log doesn't need to be blockchain. The whole point of blockchain is that is is decentralized, trust-less and permission-less. You take it away and what is left?

That is largely an issue of nomenclature, but there is a school of thought that distinguishes between public, open, trust-less blockchains (which then need a consensus mechanism), and private, permissioned blockchains (which have a central authority and thus don't need a consensus mechanism).

Whether the latter has many use cases is a good question, but git certainly fits the definition.

Re: Ask HN: Am I going insane or is there genuinely no value in blockchain tech?

#189
post #33

Earlier quoted context omitted.

Without a single trusted party. You're trading trust for one entity for trust for many entities.

I don't think I have to trust anyone when I run my own Bitcoin node and sign transactions. What entities do you mean?

You have to trust the people who figured out the math, when they say "this math is secure". Then you have to trust the people who programmed that math, when they say "this code implements this math correctly". And then you have to trust the binary, unless you compiled it yourself, when it says "this binary compiles this code correctly", and finally you have to trust the machines when they say "this computer executes this binary correctly", all the while trusting youself not to have made any mistakes at any step which will quickly cost you everything you put into the system.

If you are an expert mathematician, programmer, electrical engineer, and white hat you might not have to trust anyone else. How many people are all of these though?

Re: Ask HN: Am I going insane or is there genuinely no value in blockchain tech?

#190

Blockchains provide computational integrity across geographic regions and jurisdictions requiring no trusted intermediary . You can run a computation and guarantee that others running that computation are using the same inputs and will get the same result. Even if Russia or France decide that they no longer allow Ethereum (just an example), this does not affect computations anywhere else. This is a massive shift in p…

> No other computational platform before the blockchain has provided all these features at the same time.

What about PGP/GPG?

Post reply on HN