Most active commenters
  • idiotsecant(5)
  • gitfan86(3)
  • (3)
  • tata71(3)
  • agentultra(3)

←back to thread

622 points ColinWright | 27 comments | | HN request time: 0.003s | source | bottom
Show context
pavlov ◴[] No.30079513[source]
> 'Some people use the term "Web 3.0" to refer only to decentralized blockchain-based networks without considering that all personal websites have essentially the same goals, be they on the regular Internet or on the new blockchain networks. Those who use the term "web 3.0" seem to have forgotten that self-hosted personal websites that run on home servers and are accessible over the regular Internet are inherently decentralized. Unfortunately, despite common goals, some on today's old Internet are hostile to blockchain technology. I am not sure why.'

What goals does today's crypto-token-powered "web 3" vision share with the old Internet? It's not enough to say "well it's decentralized" and do a handwave.

Consider the NFT exploration Moxie Marlinspike did recently:

https://moxie.org/2022/01/07/web3-first-impressions.html

This is essentially a system that lets you buy DRM'd metadata that points to servers owned by a corporation funded by billions of VC dollars, and transactions are recorded on a ledger that spends more power than the entire country of Finland. The only purpose of these activities is to speculate on prices of these make-believe digital assets.

None of these things have anything to with the old Internet: cargo cult DRM, billion-dollar VC funding, enormous energy waste, artificial scarcity where none is needed.

That website on dial-up was slow because of real physical constraints, not artificial constraints erected to make VCs richer at the expense of the planet's ecosystem.

replies(9): >>30079755 #>>30079764 #>>30079765 #>>30079780 #>>30079856 #>>30079891 #>>30080030 #>>30080090 #>>30080132 #
1. idiotsecant ◴[] No.30079764[source]
It's worth noting that there is a core of people doing real work in crypto who are not trying to peddle NFTs or other sleight of hand rungpulls designed to separate the gullible from their money.

Ethereum, for example, is full of people building interesting things like off-chain low-cost trading using non-interactive zero knowledge proofs and actively working to make crypto less energy intensive and more useful. They don't want to sell you an NFT and it's not part of some elaborate rugpull- There are plenty of examples of people doing this important work because they legitimately believe that a world where fiat control is divorced from the levers of governmental power is a positive change.

There are also, of course, people trying to use those achievements as part of a weird shell game where the end result is giving gullible strangers nothing in exchange for something. That's sort of the human condition.

replies(6): >>30079836 #>>30079853 #>>30079924 #>>30079934 #>>30080231 #>>30080329 #
2. gitfan86 ◴[] No.30079836[source]
Yes there are people with 100% good intentions working in this space. There were also people with 100% good intentions working at Theranos.
replies(3): >>30079868 #>>30080040 #>>30080176 #
3. dleslie ◴[] No.30079853[source]
So long as fraud and theft remain crimes, then Governments will still exert control over currency; fiat or not.
4. ◴[] No.30079868[source]
5. josht ◴[] No.30079924[source]
This. IMHO, those who criticize crypto tend to experience the fallacy of incomplete evidence (aka "cherry picking" [0]).

[0] https://en.wikipedia.org/wiki/Cherry_picking

6. sprkwd ◴[] No.30079934[source]
> off-chain low-cost trading using non-interactive zero knowledge proofs

As a layman, I’m not touching crypto until I know what this means.

replies(3): >>30080008 #>>30080117 #>>30080165 #
7. bsamuels ◴[] No.30080008[source]
Seems a little silly since one wouldn't expect most laymen to understand how TLS works, but enjoy: https://blog.ethereum.org/2016/12/05/zksnarks-in-a-nutshell/
replies(1): >>30080057 #
8. tata71 ◴[] No.30080040[source]
With the obvious exception that...it's impossible to fork an entity like Theranos when they become sufficiently evil such that the community no longer believes in their direction.
replies(1): >>30080178 #
9. tata71 ◴[] No.30080057{3}[source]
https://www.reddit.com/r/loopringorg/comments/qz3bj5/zk_proo...

Yes, it's too complicated right now (so was https://www.!).

10. ◴[] No.30080117[source]
11. drdeca ◴[] No.30080165[source]
1) "knowledge proof" : proving that you have some information . E.g. suppose I claim that a graph can be colored with only 3 colors. I can prove that I know a coloring for the graph with 3 colors, by presenting you with that graph.

2) "zero knowledge" : Suppose I want to prove to you (or at least, give you very strong evidence) that I know a 3-coloring for the graph, but I don't want to give you any information about how to color the graph with 3 colors.

This can be done in a way where I first randomly permute the 3 colors, and then commit to a particular coloring without showing you anything about it (e.g. I give each node on the graph a random salt, and show you the hash of (the color and the salt appended) for each node ), and ask you to pick any two nodes of the graph. I reveal the color and salt for those two nodes, and you can check that they make the hash I said they did. If the two nodes are connected by an edge, then the colors I give have to be different (if they are the same then my proof is invalid and you shouldn't believe my claim that I have a coloring of the graph with 3 colors.)

By repeating this process many times (each time I randomly permute the colors/names-of-the-colors, and make a new commitment about each node), and each time you choose a random pair of (adjacent) vertices, then, if I didn't actually have a coloring of it with 3 colors, there's a high chance you would eventually find that the pairs you asked me to reveal, have the same color. So, if we keep doing this, and I'm telling the truth, eventually you should have strong evidence that I have a coloring for it, but without you getting any information about that coloring (other than that it is one) (because by permuting the colors each time, the only info you get about the nodes you asked about, is that the colors are different, which is already implied by it being a coloring.)

So, that would be a zero knowledge proof that I know how to color that graph using only 3 colors, with no 2 nodes having the same color.

(of course, the thing with coloring graphs is just an example, one which is relatively easy to give a protocol for.)

3) "non-interactive" : accomplishing the same sort of thing, except instead of us sending many messages back and forth like in what I described above, instead, I just do one computation (using the knowledge I have), and then I give you the output of that computation, and you can check that with some algorithm, and the algorithm says "yep" if I gave you a good output, and "nope" if I gave you a bad output, and, if I had the info I claim to have and used it for the input to my computation, then you will always get the result "yep", while if I don't have the info I claim to have, then the probability that I succeed in giving you a good output, one which would make your program say "yep", is negligible.

__

Hopefully that helps make the idea more clear?

You might be wondering why this idea is applicable to cryptocurrency stuff?

A number of reasons. Being able to prove that you have some information that satisfies a given property, without revealing the information, is fairly powerful.

12. hunterb123 ◴[] No.30080176[source]
You're proving his point, there are also people with good/bad intentions working in "web2" and everywhere for that matter.

Don't criticize the tech, criticize the individual bad actors, like you did with Theranos.

One of the main talking points "web3" critics yell is "scams!", like they don't exist elsewhere.

If you do want to criticize the tech, leave the moral crusade out of it and say technically what is wrong with it, so we can have a technical debate about the feature in question.

replies(2): >>30080255 #>>30080256 #
13. IncRnd ◴[] No.30080178{3}[source]
Well, Theranos was a fork of existing, well-understood blood testing methodology. It was a house of cards built out of lies and falsehoods in order to enrich the founder and associates.

Exactly like crypto often is.

replies(1): >>30081243 #
14. Miner49er ◴[] No.30080231[source]
You can't trust Ethereum at all. When it comes to picking between their principles, and money, they'll always pick money. This is all shown by the hard fork when the DAO was was "hacked". The code was supposed to be law, until it meant they lost some money.
replies(2): >>30083446 #>>30094952 #
15. gitfan86 ◴[] No.30080255{3}[source]
The tech is great. I'm a huge fan of all crypto use cases that actually exist today and are actually used by people and don't involve money laundering or accidental Ponzi schemes.
16. kravens_last ◴[] No.30080256{3}[source]
It's not an issue of simply having scams. The issue is that, by its very nature, the ratio of scams to legitimate functional work is likely 1 million to 1, and the entire ecosystem does not only revel in this, but actively encourages even more scam-like behavior. This all stems from blockchain as a concept's decision of baking in valuation to EVERYTHING.

It's the purest distillation of the "greater fool theory" in human history.

I'd rebuke your framing of leaving the morality of it aside. The more valid framing of a debate for new technology should be to prove that there are non scam-like applications of the technology that are superior to currently existing ones.

replies(1): >>30095009 #
17. agentultra ◴[] No.30080329[source]
> There are plenty of examples of people doing this important work because they legitimately believe that a world where fiat control is divorced from the levers of governmental power is a positive change.

Regardless of their intentions this is a bad idea and deserves every line of criticism it receives.

Governance, law, and financial regulation exist for reasons that programmers have no place or reason to replace.

Wether they wish it or not there is a centralization of authority that will happen. In Ethereum’s case either the oligarchs with the most money will set the rules, or more likely, actual governments with armies and the ability to enforce laws will.

replies(1): >>30095108 #
18. tata71 ◴[] No.30081243{4}[source]
"www companies are just a way for VCs to make money faster. "
replies(1): >>30088264 #
19. theelous3 ◴[] No.30083446[source]
Yep. That fork was a big fat juicy dead canary. Absolutely infinitely worse.
20. ◴[] No.30088264{5}[source]
21. idiotsecant ◴[] No.30094952[source]
Ok... I'm just pointing out interesting developments in the space and not interested in a tribal crypto slapfight of the kind that is beneath the typical level of HN decorum so I'll just ask when you say 'they' reverted the network who do you suppose you're talking about?

It was the people participating in the network.

'They' decided on a course of action by doing what most of the people in the system thought was correct. That sounds to me like a feature rather than a bug. At the time the consensus was that the network was young and brittle and breaking things was expected and an 'undo' was appropriate, as evidenced by the fact that a small number of people didn't think it was a good idea, tried to fork the chain to test that sentiment, and pretty quickly faded into obscurity.

Any distributed system that relies on trusting a consensus of individuals will be vulnerable to the majority of those individuals deciding something you don't want them to decide. That's how consensus works (in Ethereum as well as any other crypto BTW) The reason crypto works is that once you hit a certain scale most of the users are interested in keeping the network working. The ETH DAO was an interesting time when ETH was enough of a 'toy' that dev environment stuff like the community agreeing to undo 'oopsies' was conceivable. For better or worse (probably better) ETH is no longer a 'toy' and those mechanisms for undos don't really work anymore.

22. idiotsecant ◴[] No.30095009{4}[source]
'blockchain' doesn't have any point of view on whether something should be 'NFT'-ized or not - it's just a technology. That's like saying FTP encourages child pornography because it can be used to transfer files.

As in most things, the culprit is not technology, it's people. It's entirely possible to ignore the clear rugpulls and scams and just focus on the technically interesting parts. Quite a lot of people are quietly doing just that while everyone else is busy trying to scam each other and/or be religiously opposed to what amounts to a distributed database synchronization mechanism.

replies(1): >>30095360 #
23. idiotsecant ◴[] No.30095108[source]
>Regardless of their intentions this is a bad idea and deserves every line of criticism it receives.

That's a fair criticism, even if I don't agree with it. I don't think it's possible to imagine a world where consensus is shared widely enough that 'mutually assured destruction' of the financial network prevents transaction censorship, particularly when zero knowledge based networks allow validation of network transactions without knowledge of who is transacting, what transaction is taking place, or when it might occur.

>Governance, law, and financial regulation exist for reasons that programmers have no place or reason to replace.

I don't think anyone is suggesting that governance, law, or financial regulation should go away. Those things seem important. The governments of the world can enforce those things like they always have. They just lose the ability to manufacture more money when it's time to fight a new war or pay off one special interest or another (but only if most of the people participating in that society buy into the idea that the government is not a good steward of that power)

Imagine a world where the people ruled by a government have some say in whether they're doing a good job with monetary policy or not. I certainly don't have that today - I get to punch the 'RED GUY' or 'BLUE GUY' button on my voting ticket but neither of them are particularly interested in changing something that fundamental.

replies(1): >>30095947 #
24. gitfan86 ◴[] No.30095360{5}[source]
git is a distributed crypto chain technology. No one is saying it is a scam. It isn't the tech that people are calling a scam.
25. agentultra ◴[] No.30095947{3}[source]
> particularly when zero knowledge based networks allow validation of network transactions without knowledge of who is transacting, what transaction is taking place, or when it might occur.

Sounds great if you want to buy things law enforcement would be interested in tracking down.

> Those things seem important.

Understatement of the year.

> Imagine a world where the people ruled by a government have some say in whether they're doing a good job with monetary policy or not.

Assuming you live in the US, then you do -- it's called democracy.

But giving power to a handful of rich people and asking them to make monetary policy is an oligarchy and it's not a good idea.

replies(1): >>30101846 #
26. idiotsecant ◴[] No.30101846{4}[source]
>But giving power to a handful of rich people and asking them to make monetary policy is an oligarchy and it's not a good idea.

Oh geez, we should probably stop doing that then.

replies(1): >>30105170 #
27. agentultra ◴[] No.30105170{5}[source]
Agreed.

This is what I mean about giving a bunch of programmers/developers the power to choose new forms of governance/financial infrastructure.

These are social structures that affect everyone and shouldn't be given to developers no matter how well-meaning they are.