• slazer2au
    link
    English
    14 months ago

    It has one legitimate use case that I can think of. Immutable audit logs, even then there are better options.

    • David GerardOPM
      link
      fedilink
      English
      84 months ago

      so in practice it actually doesn’t, and enterprise “blockchain” systems tend to evolve:

      1. do the real work in the blockchain bit
      2. do the real work in a program with an SQL database attached, claim the blockchain is for audit logs
      3. every SQL DB can produce those anyway, remove the blockchain bit entirely
      4. don’t bother removing the word “blockchain” from your marketing copy

      multiple such cases!

      • slazer2au
        link
        English
        04 months ago

        exactly, like I said, there is only 1 thing it could be used for, but there are better options for that anyway.

    • @bitchkat
      link
      English
      84 months ago

      Blockchain, the solution in search of a problem.

    • @[email protected]
      link
      fedilink
      English
      64 months ago

      Careful not to conflate things like hash trees with Blockchains. The former do get used for stuff like certificate transparency logs right now, because it is a sensible technology. Blockchains could do exactly the same thing (because they’re based on the same underlying principle), only with much more expense and waste, so there’s basically no point.