| ▲ | kayodelycaon 3 days ago |
| Well, at least AI is going to be better than the blockchain hype. No one knew what “blockchain” was, how it worked, or what could be used for. I had a very hard time explaining once you put something in the chain, you can’t easily pull it back out. If you wanted to verify documents, all you have to do is put a hash in a database table. Which we already had. It has exactly one purpose: prevent any single entity from controlling the contents. That includes governments, business executives, lawyers, judges, and hackers. The only good thing is every single piece of data can be pulled out into a different data structure once you realize your mistake. Note, I’m greatly oversimplifying all the details and I’m not referring to cryptocurrency. |
|
| ▲ | Terr_ 3 days ago | parent | next [-] |
| > has exactly one purpose: prevent any single entity from controlling the contents. I'd like to propose a different characterization: "Blockchain" is when you want unrestricted membership and participation. Allowing anybody to spin up any number of new nodes they desire us the fundamental requirement which causes a cascade of other design decisions and feedback systems. (Mining, proof-of-X, etc.) In contrast, deterring one entity from taking over can also be done with a regular distributed database, where the nodes--and which entities operate them--are determined in advance. |
| |
| ▲ | johnecheck 3 days ago | parent [-] | | Sure, blockchain development has always been deeply tied to ideas of open membership and participation. I like those ideas too. But that's a poor definition of a blockchain. A blockchain is merely a distributed ledger with certain properties from cryptography. If you spin up a private bitcoin network, it's a blockchain even if nobody else knows or cares about it. Now, are non-open blockchains at all useful? I suspect so, but I don't know of any great examples. The wide space between 'membership is determined in advance' and 'literally anyone can make a million identities at a whim' is worth exploring, IMO. | | |
| ▲ | Terr_ 3 days ago | parent | next [-] | | > A blockchain is merely a distributed ledger with certain properties from cryptography. If we charitably assume "blockchain" has some engineering meaning (and it isn't purely a word for marketing/scamming) then there's some new aspect which sets it apart from the distributed-databases we've been able to make just fine for decades. Uncontrolled participation is that key aspect. Without that linchpin, almost all the other new stuff becomes weirdly moot or actively detrimental. > If you spin up a private bitcoin network, it's a blockchain even if nobody else knows or cares about it. That's practically a contradiction in terms. It may describe the ancestry of the project, but it doesn't describe what/how it's being used. Compare: "If you make a version of Napster/Gnutella with all the networking code disabled, it's still a Peer-to-Peer file sharing client even when only one person uses it." | | |
| ▲ | mritterhoff 3 days ago | parent | next [-] | | I interpreted "private" from the comment above yours to mean membership determined by some authority. So your example doesn't hold well, because networking would still be enabled in the file sharing fork, but on a private network rather than the open internet. | |
| ▲ | johnecheck 2 days ago | parent | prev [-] | | You misunderstand. The analogy wouldn't be Napster with networking code disabled. The analogy is Napster on a LAN. Only those on the LAN can access it so it's not open to the world, but nonetheless you've still got a p2p file-sharing client. And yes. I'm using the engineering definition. I don't believe in letting a gaggle of marketers and scammers define my terms. A blockchain is a specific technology. It doesn't mean 'whatever scam is happening this week', even if said scam involves a blockchain. I don't blame you for associating blockchains with scams and fully open projects, that's undeniably what we've seen it used for. But that's not what defines a blockchain. "A scalpel can only be used for surgery" "If you use a scalpel to cut a steak, it's still a scalpel." "There must be some new aspect to scalpels! We've been able to make steak knives for decades!" | | |
| ▲ | Terr_ 2 days ago | parent [-] | | On reflection I was incorrect to mention Napster, which (at least in its most-popular incarnation) was still centralized for indexing and searching, with P2P only for bulk file data. Please pretend said "Gnutella" alone. > The analogy is [the P2P application] on a LAN. The analogy is the P2P application where regular clients can only discover a Special Master Client that must be running on a fixed IP, which only permits connections if you have credentials for a user-account arranged in advance. In each case, the system's centerpiece feature is being voided, but that feature is different between them. 1. For "Blockchain", the centerpiece is unrestricted participation. (Other decentralization is an indirect effect.) 2. For P2P file sharing, the centerpiece is how nobody needs to run an expensive/vulnerable central server, but it wasn't a contradiction in terms to have a private peer-network. |
|
| |
| ▲ | 3 days ago | parent | prev [-] | | [deleted] |
|
|
|
| ▲ | quantum_state 3 days ago | parent | prev | next [-] |
| let's use the term xype for anything being hyped without a good reason .. :-) |
|
| ▲ | inkyoto 3 days ago | parent | prev | next [-] |
| > No one knew what “blockchain” was, how it worked, or what could be used for. Not the blockchain itself, but the concept of an immutable, append only, tamper-proof ledger underpinning it is a very useful one in many contexts where the question of authenticity of datasets arises – the blockchain has given us a ledger database. The ledger database is more than just a hash as it also provides a cryptographic proof that the data is authentic via hash chaining, no ability to delete or modify a record, and the entire change history of any record. All these properties make the ledger databases very useful in many contexts, especially the ones where official documents are involved. |
| |
| ▲ | Ekaros 2 days ago | parent | next [-] | | I often feel that immutability is very much over-rated and goes against real word. Lot of legal system is build on reverting things. Thus things being harder to revert is not actually desirable property. | | |
| ▲ | inkyoto 2 days ago | parent [-] | | No. Official and legal records detest the in place changes, love a full history of changes, and also love to walk the entire history of changes back. You do not have to convince me, you can talk to the state auditors instead to get their perspective. Consider two simple and common scenarios (there are more): citizenship certificates and the recognition of prior learning. 1. Citizenship – the person with the name of Joanna Doe in the birth certificate was issued with a citizenship certificate in the same name. As time goes by, Joanna Doe changes the legal name to Joanna Smith; the citizenship certificate is reissued with the new legal name. We do not want to truly update the existing record in the citizenship database and simply change Doe -> Smith as it will create a mismatch with the name in the birth certificate. If we use a ledger database, an update operation will create a new revision of the same record and all subsequent simple query operations will return the latest updated revision with the new name. The first revision, however, will still be retained in the table's cryptographically verifiable audit/history log. Why should we care? Because Joanna Smith can accidentally throw their new citizenship certificate away and later they will want to renew their passport (or the driver's licence). The citizenship certificate may be restored[0] by presenting the birth certificate in the original name and the current or expired passport, but the passport is in the new name. From a random system's point of view, Joanna Doe and Joanna Smith are two distinct individuals with no apparent link between them. However, the ledger database can provide proof that it is the same person indeed because the unabridged history of name changes is available, it can be queried and relied upon. 2. Recognition of prior learning – a person has been awarded a degree at institution A. Credits from Institution A contributed to a degree at Institution B. The degree at B is revoked due to issues with source evidence (i.e. Institution A). The ledger database makes such ripple effects deterministic – a revocation event at B triggers rules that re-evaluate dependent awards and enrolments at partners, with a verifiable trail of who was notified and when. If Institution A later corrects its own records, Institution B and downstream bodies can attach a superseding record rather than overwrite, preserving full lineage. The entire drama unfolded will always be available. 2½. Recognition of prior learning (bonus) – an employer verified the degree on the hiring date. Months later it is revoked. The employer can present a ledger proof that, on the hiring date, the credential existed and was valid. It reduces dispute risk and supports fair-use decisions such as probation reviews rather than immediate termination. All this stuff is very real and the right tech stack (i.e. the ledger DB) reduces the complexity tremendously. [0] Different jurisdictions have different rules but the procedure is more or less similar amongst them. |
| |
| ▲ | kstrauser 3 days ago | parent | prev | next [-] | | For all that stuff, I like the blockchain implementation known as "git". | | |
| ▲ | inkyoto 3 days ago | parent [-] | | I have heard an argument for git before, and it is a viable fit for some use cases. The problem, however, stems from the fact that the git commit history can be modified, which automatically disqualifies git in many other use cases, e.g. official government-issued documents, financial records, recognition of prior learning, and similar – anywhere where the entire, unabridged history of records is required. | | |
| ▲ | kstrauser 3 days ago | parent [-] | | It can't without destroying every subsequent commits' digest, unless you find a way to generate commits with identical SHA digests. | | |
| ▲ | inkyoto 3 days ago | parent [-] | | There is no such a thing as «subsequent commits» in git. Commits in git are non-linear and form a tree[0][1]. A commit can be easily deleted without affecting the rest of the tree. If the git commit represent a subtree with branches dangling off it, deleting such a commit will delete the entire subtree. Commits can also be moved around, detached and re-attached to other commits. [0] https://www.baeldung.com/ops/git-objects-empty-directory#2-g... [1] https://www.baeldung.com/ops/git-trees-commit-tree-navigatio... | | |
| ▲ | kstrauser 3 days ago | parent [-] | | True but irrelevant. You can't remove a commit in a way that someone else with a copy of the repo can't detect, in exactly the same way and for the same reason that you can't remove a blockchain entry without making instantly obviously to later items. | | |
| ▲ | inkyoto 3 days ago | parent [-] | | Very much relevant. The definition of the ledger database includes immutability of datasets as a hard constraint[0][1]. The mere fact that the git commit history can be altered automatically disqualifies git from being an acceptable alternative to the ledger database in highly regulated environments. If strict compliance is not a hard requirement (open source project are the prime example), git can be used to prove provenance, provided you trust the signer’s public key or allowed signers file. [0] https://www.techtarget.com/searchCIO/definition/ledger-datab... [1] https://www.moderntreasury.com/learn/ledger-database | | |
| ▲ | kstrauser 3 days ago | parent [-] | | It is immutable in exactly the same way. The git commit history cannot by altered, except in the same sense that you could manually edit the backing store of a blockchain to alter the data, and with the same consequence that the alteration would be instantly noticeable in either case. | | |
| ▲ | inkyoto 2 days ago | parent [-] | | I respectfully disagree. Consider a leaf commit (or a leaf which is a subtree of commits). I am a person with nefarious intentions, and I delete the leaf commit, forcefully expire the reflogs, or force garbage collect them. At that point, there is no longer remaining evidence in git that the commit ever existed. If git were to be used to record a history of criminal offences, I would be able to single-handedly delete the last offence by running «git reflog expire --expire=now --all» followed by «git gc --aggressive --prune=now». Ledger databases, on the other hand, do not have the «delete» operation. The «update» operation does not factually update the document/record and creates a new revision instead (just as git does), whilst retaining a full history of updates to the document/record. This is the fundamental difference. | | |
| ▲ | kstrauser 2 days ago | parent [-] | | If you're running a blockchain on a single node, it's exactly like running Git on that single node. You can mutate the data locally, even with something as simple as reverting to a backup. Voila, it never happened. If you're running Git on multiple nodes, it's exactly like running a blockchain on multiple nodes. You can mutate your own local copy, but that doesn't mutate mine, and the set of commits is functionally identical to the union of commits from every node. You can't delete a commit without deleting it from every clone. |
|
|
|
|
|
|
|
| |
| ▲ | Blockingto 2 days ago | parent | prev | next [-] | | Blockchain did not give us that. It only moved the goal post. As long as you can't guarauntee that the data you put onto a blockchain is trustworth in the first place, whatever you put on a blockchain is not 'tamper-proof'. Therefore the ONLY thing you can handle on a blockchain 'tamper-proof' is stuff only existing on the blockchain itself. Which means basically nothing. And there is a second goal post which was moved: the ignorance about a blockchain being 'tamper-proof'. 51% attack are real, you don't know if a country just owns and controls a lot of nodes and the latest rumor: NSA was involved in blockchain creation. You don't know if something is hidden in the system which gives one entity an edge over others. | |
| ▲ | phonon 3 days ago | parent | prev | next [-] | | Yes, that kind of database was so in demand, the AWS version, "Amazon Quantum Ledger Database" was hugely successful. Oh wait, it was a flop and is being shut down.... | | |
| ▲ | inkyoto 3 days ago | parent [-] | | No snark required. Whatever the reason for discontinuing QLDB was, it has been replaced with the pgAudit[0] Postgres extension in AWS. I did look into using QLDB for a project involving the management of financial records about 4 years ago and found it to be a somewhat unwieldy to use document database. Demand for ledger databases is strong in the government and elsewhere where compliance is a non-negotiable. Microsoft have their own on the offer[1] as well. [0] https://www.pgaudit.org/ [1] https://learn.microsoft.com/en-us/sql/relational-databases/s... |
| |
| ▲ | mvdtnz 2 days ago | parent | prev | next [-] | | > but the concept of an immutable, append only, tamper-proof ledger underpinning it is a very useful one Which is why blockchains have become such a ubiquitous technology. They're literally everywhere. Can't swing a cat without hitting a blockchain nowadays. | | |
| ▲ | inkyoto a day ago | parent [-] | | You have responded to the wrong comment. I have presented a case that concerns ledger databases, not the blockchains. If one doesn't understand the difference between the two, it is probably a good idea to refrain from chiming in. |
| |
| ▲ | 3 days ago | parent | prev [-] | | [deleted] |
|
|
| ▲ | Analemma_ 3 days ago | parent | prev | next [-] |
| My monkey jpegs are surely going back up! Just have to keep hodling. |
| |
| ▲ | gerdesj 3 days ago | parent [-] | | I've lost track of my memes. Should I be locking up the green crayons or my daughters? | | |
| ▲ | krapp 3 days ago | parent | next [-] | | A lot of y'all still don't get it. https://x.com/JuiceSimpsons/status/1523551892432953345 | | |
| ▲ | gerdesj 3 days ago | parent [-] | | "monkey jpegs": NFT "hodl" - I think r/WallStreetBets came up with that. Perhaps not - its too ubiquitous, similar to teh. r/WSB did originate the eating green crayons thing along with smooth brain monkeys etc I simply mixed and matched and riffed in an old school "lock up your daughter" meme. Sorry, I don't have a Spongebob illustration. I do words. | | |
| |
| ▲ | bradgessler 3 days ago | parent | prev [-] | | You should be driving your Lambo on the moon. |
|
|
|
| ▲ | xyst 3 days ago | parent | prev [-] |
| [flagged] |