• Alphane Moon@lemmy.world
    link
    fedilink
    English
    arrow-up
    14
    ·
    edit-2
    15 days ago

    By this point, I think it’s pretty obvious that blockchain doesn’t have any good use cases beyond financial speculation and scams/fraud.

    • slazer2au@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      arrow-down
      3
      ·
      15 days ago

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

      • David Gerard@awful.systemsOPM
        link
        fedilink
        English
        arrow-up
        8
        ·
        15 days 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@lemmy.world
          link
          fedilink
          English
          arrow-up
          2
          arrow-down
          2
          ·
          15 days ago

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

      • rook@awful.systems
        link
        fedilink
        English
        arrow-up
        7
        ·
        13 days 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.

  • cupcake@awful.systems
    link
    fedilink
    English
    arrow-up
    10
    ·
    15 days ago

    In capital markets infrastructure low latency and high throughput are the 2 core design principles of any system. Blockchain manages to violate both; how anyone could have thought this is “the future” is beyond me. I still hear all too often “ya blockchain (or cryptocurrency) doesn’t work now but I’m sure it’ll be great and useful eventually!”

    Why oh why are people so attached to this proven failed tech idea? I’ll throw it the smallest of bones and say maybe a distributed ledger with cryptographic proofs has some very specific minor use case, but even if that maybe is true for one thing why is it shoved everywhere it doesn’t belong?

  • corbin@awful.systems
    link
    fedilink
    English
    arrow-up
    7
    ·
    14 days ago

    In enterprise computing, “smart contracts” are called “database triggers” or “stored procedures.” They’re a nightmare, because they’re very hard to reason about or maintain, and they’re prone to unexpected and spooky effects.

    It occurs to me that the situation’s even more dire than this single-node description. If everything’s in one database, then yes, a smart contract is effectively a stored procedure. But it can be worse! Imagine e.g. an MMORPG where city centers or dungeons are disconnected from the regional map to prevent overload. A smart contract might need to synchronize data between two databases, e.g. a dungeon and a surrounding region, to maintain correctness.