While blockchain is well defined, it in itself is not a product but a technology. I think what the other commenter is getting at is that simply saying something “is blockchain” means very little because what the blockchain does depends on the implementation, so when used in marketing it’s just a nebulous buzzword that doesn’t actually describe the product. Same with terms like cloud, AI, virtual reality, etc.
Comment on Please Stop
Knock_Knock_Lemmy_In@lemmy.world 8 months agoBlockchain is pretty well defined.
Git doesn’t have update rules that are only valid if signed by a particular private key.
HiddenLayer5@lemmy.ml 8 months ago
Knock_Knock_Lemmy_In@lemmy.world 8 months ago
Yes. There were a lot of companies selling “blockchain base” solutions where blockchain wasn’t really needed in the solution at all.
Then it was Metaverse based solutions. (I would argue VR is well defined)
Now it’s AI solutions.
But I think “cloud” is now post that marketing phase, and blockchain is heading that way.
saigot@lemmy.ca 8 months ago
Please share a source! I can’t find anything as robust as a whitepaper (the bitcoin whitepaper doesn’t use the term).
NIST informally defines it as:
Which git certainly meets this.
IBM defines it as:
Which git meets.
Knock_Knock_Lemmy_In@lemmy.world 8 months ago
Git is hash linked, not cryptographicly linked. Only cryptographicly valid changes are allowed to blockchain state. All data can be modified in git.
Yes. IBMs definition is bad and could equally apply to git. They’ve totally forgotten about the private key aspect.
I’ll see if I can source a better definition online, but make no promises.
saigot@lemmy.ca 8 months ago
Oh a 3rd definition, that definitely hurts the case that blockchain is vague ill defined term. If it were a well-defined term, there would be whitepapers defining it like merkle trees or bitcoin. Blockchain is just a marketing term defined by businesses, not scientists and thus is vague and variable.
I also don’t think your definition is a very good definition. Do you think git fundamentally changed when it moves from sha1 to sha256? Or are you referring to the fact that the payloads of cryptocurrency’s blockchain is required to be signed (just like you can optionally require git commits to be signed)? I don’t think that’s fundamental to blockchain either.
No. You can’t modify the chain in git. Each commit is an immutable snapshot of the repository. To change history you have to create a new hash and then broadcast that to everyone that they should stop using the old one. Depending in how your network is setup you may onky have to convince a centralized server, or you might have to convince 51% of the actors on your network or you may just choose to only form a network that agrees with you. You could alter bitcoin’s blockchain too, but you’d need 51% of the network to agree with you.
Knock_Knock_Lemmy_In@lemmy.world 8 months ago
The phrases used to describe the technology to the public may change, but the technolgical approach doesn’t
There are hundreds of blockchain whitepapers, all of which link blocks of data via hash functions and only accept state changes if they are valid and cryptographicaly signed.
If we were discussing web3 or Metaverse then you may have a point. But no-one in tech is confused about what blockchain is anymore.
No.
Yes. Exactly this.
Optionally is the key word. Blockchain transactions must be signed, and they must be accepted as following the blockchain rules by validators.
Find me a blockchain that doesn’t require signed transactions to make state changes.
I didn’t say anything about modify the chain.
A commit can contain any data it likes. A commit to a blockchain is highly restricted.
uis@lemm.ee 8 months ago
Hash is cryptographic function.
Knock_Knock_Lemmy_In@lemmy.world 8 months ago
A hash function doesn’t check if a signature is valid. Neither does git. Blockchain does check.
dev_null@lemmy.ml 8 months ago
How does it “certainly meet it”? There is no consensus mechanism in git, new blocks are not replicated across the network, there is no network at all, git works offline. You can replicate changes with remotes but there is no “git network” in any similar sense. And conflicts are definitely not resolved automatically.
That’s 3 ways it doesn’t meet the definition. You could maybe stretch the meaning of a network to make it 2.