Please don’t auto downvote before reading.

A little bit ago some asked a question about why the hate of the blockchain, and that got me thinking if there even was a legitimate use case where the blockchain would be beneficial, but I couldn’t think of one outside maybe some sort of decentralized bank, but before I knew I was thinking it would instantly turn into some crypto scheme and strapped it, because crypto currencies are a scam on every level – and no they aren’t private or secret as some think either.

So I wanted to ask the community. Instead of using the blockchain for crypto, is there a better use where the blockchain could benefit society?

  • General_Effort@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    5 hours ago

    Probably nothing, but that depends on your definition. Let’s look at the technicalities.

    You have a number of crypto transactions that are bundled together into a block. Then you compute a hash - a checksum - for this block. If the data changes, then the checksum no longer matches. The trick that makes it a chain is to include the checksum of the previous block in the next block.

    If someone manipulates the transaction history, they need to recalculate the checksum to match. But then they also need to change the following block and recalculate its checksum and so on.

    This is a pruned down version of a Merkle Tree, which was thought up ~50 years ago. It doesn’t have to be a chain. You can allow a block to have more than 1 succeeding block; making a fork. Blockchains are one use of that data structure. Wikipedia lists some others. Git, for example, also uses this.

    The bitcoin maker knew to use this trick when he needed it. When Torvalds wrote git a few years before that, he also knew to use it.

    When you ask about Blockchain specifically rather than Merkle Trees, you greatly limit what can be done with it. So there aren’t a lot of uses left. Most people would say that a Blockchain is more than just a limited Merkle Tree. When you add in those features, you make it even more specific to the original application. So you are probably left with just crypto.

  • UnfortunateShort@lemmy.world
    link
    fedilink
    arrow-up
    7
    arrow-down
    3
    ·
    12 hours ago

    Cryptography based Banking
    There are lots of good reasons to not base money transfers on arbitrary numbers that you need to keep track of. Right now, banks have to make sure themselves that a transaction is legitimate and may never lose record of it, otherwise money just disappears to someone’s damage. With a blockchain, you get a hard proof a transaction took place. Whether that’s to proof you paid for something or for law enforcement to know you bribed a certain someone, I firmly believe it’s better than what we do now. If my bank told me tomorrow I have no money or claimed I spend it all on terrorism, I would be in a pretty bad spot.

    Ownership and Track Records
    We live in a time of misinformation and AI generated bs. With the help of a blockchain, you can keep track of who posted something first, i.e who has the copyright or started some false information campaign, and also who generally spreads bs. This of course also works the other way around: Who has a good track record and posts trustworthy news or original content? And again, you wouldn’t necessarily have to rely on a single institution to play nice, not delete content etc. Although admittedly, it’s much more complicated this case, because you have to expect bad actors much more than in banking. Banking is infrastructure, this can be a lot of things (science and/or opinion and/or legal stuff…).

  • assassinatedbyCIA@lemmy.world
    link
    fedilink
    arrow-up
    8
    arrow-down
    4
    ·
    edit-2
    13 hours ago

    No

    Fine, I’ll elaborate a little more.

    Blockchain generates typically with huge cost and inefficiency a decentralised ledger of events. If you are going to use a blockchain you need to ask yourself tow questions. 1. Do I need a decentralised ledger/record of events and, 2. Am I willing to put up with the huge increase in costs for creating said ledger.

    In my opinion there is nothing that satisfies these two requirements. Blockchains can not remain decentralised for anything that interacts with the physical world as some needs to input the data in the blockchain. This requires you to trust a party destroying any notion of decentralisation (i.e. if an entity can control what goes into a blockchain then it really isn’t decentralised).

    Following from this if you are willing to accept and trust a centralised actor to control what enters your blockchain why not trust them to manage your ledger. It would be simpler and easier than using a blockchain.

    Finally, as for digital goods that don’t interact with the physical world. Why do you want to introduce a decentralised scarcity? It’s a silly idea. Either you own the intellectual property and you decide who has a license to use your digital goods (in which case you don’t need a blockchain) or you leverage some of the best attributes of the digital world and you leave the good to be freely copied, downloaded and used. A blockchain is just a wasteful unnecessary exercise at that point.

    Basically there’s no legitimate use case for blockchain. The best proof of this is just how little real world adoption blockchain technology has in the real world. It’s as old as the iPhone and yet I don’t know a single person who uses it to get things done in their day to day lives. If it had a use we would have found it already.

  • tyler@programming.dev
    link
    fedilink
    arrow-up
    33
    arrow-down
    2
    ·
    1 day ago

    Let’s first state what the blockchain states it is:

    • immutable
    • public
    • decentralized

    Let’s say that you’re a user who wants to use the blockchain to manage something outside of the digital world with it. You create your product, and begin advertising it. No matter what this product is, it cannot affect the physical world. This means that immutability is a problem. The real world has mistakes. If a person sells their car, they need to hand over cash in the real world. How does that knowledge make it onto the chain? Same for a house, etc. Any object that has a transaction in the real world has to have an authority that manages whether that object has actually changed hands. So for the simplest use case, the chain has already failed.

    Let’s talk about the next one: public. Nobody wants their transactions public. You don’t want votes to be public. The blockchain is not anonymous, no matter what anyone claims, because every record is tracked you can eventually deanonymize anyone if you wanted to. So this one is just a bald-faced lie and something not to be desired in any situation. The point here was to make it so that you can be decentralized and the public can be the ones to police others users of the chain, so let’s talk about how it’s fundamentally impossible for a chain to actually result in a decentralized world.

    The blockchain is not actually decentralized. If you want to handle money in most countries on earth, you have regulatory bodies that govern everything about your operations. That means if you want to write an app like Shopify that someone can use to pay with bitcoin on a website, even if you are not selling something physical, you are still governed by a central body. Not only this, but once you want to sell something physical, you have to extract your money through a physical bank in the real world, which is also governed by the same regulatory bodies. This was immediately known as a problem in the early days of bitcoin and other cryptocurrencies, and it is still a problem today. This problem is not solvable as long as governments exist.

    Funnily enough, each one of these elements does have use by itself! For example, distributed databases have been around for decades, and are the basis for much of the tech you use today. There are even immutable databases that are in use in many industries to keep an immutable record of what happened. AWS is sunsetting it now, but their QLDB was exactly that. CQRS with Event Sourcing is another implementation of the same idea. Finally, any government service or company could make records public if they want to. In fact many already do, for example home ownership records. If you own a house, that information is not private.

    Putting something on the blockchain is no more than a move to make sure whomever owns that crypto gets more money out than they put in. If an actual use case existed for this tech, it would have been used decades ago when it was first invented (the blockchain was actually invented in the 80s by cryptographer David Chaum, decades before Satoshi invented Bitcoin and it was even discussed in Satoshi’s whitepaper).

    I can talk for hours about how each element of the blockchain is just either a grift to extract money from others OR a cynical, incorrect outtake on how the real world functions. If you want that, let me know.

    • Fushuan [he/him]@lemm.ee
      link
      fedilink
      English
      arrow-up
      1
      arrow-down
      1
      ·
      edit-2
      2 hours ago

      Besides other refutations, I’m going to refute the fact that blockchain requires those three points.

      Block chain is a shared incremental ledger in it’s essence. Since its inception banking systems have adopted it to have shared ledgers between them to manage transactions between them in a secure way, without fear that the ledger has been tampered by some bad actor of the other bank, since the history of transactions is shared in a way that can’t be tampered without alerting both parties.

      So yeah, that. Banks adopted it pretty quickly to be used in transactions. The way you describe immutability is incorrect, you can mutate the current state into the next one, you just can’t mutate past transactions. This example is very much not public, just shared between two private individuals, so not public either. I guess you can call it decentralised too.

      You keep calling it “the block chain”, when blockchain is just a name for a technology, a chain of blocks of information condensed incrementally in the next block, that’s it. You are thinking too hard about it.

      Edit:

      Funnily enough, each one of these elements does have use by itself! For example, distributed databases have been around for decades, and are the basis for much of the tech you use today

      Decentralised != distributed, a biiig !=. Decentralised implies that there’s no main/master node coordinating operations, there’s no main authority. whereas in distributed systems, the ones you mentioned anyway, there’s always a main node coordinating what worker nodes do, worker nodes act on what the main node, there’s a very clear authority role.

    • Cocodapuf@lemmy.world
      link
      fedilink
      arrow-up
      1
      arrow-down
      1
      ·
      edit-2
      11 hours ago

      No matter what this product is, it cannot affect the physical world.

      I’m going to go ahead and refute this claim.

      Blockchains can be used to affect the physical world because blockchains can be used to transmit information. One example would be if the result of a blockchain transaction is sharing important information with a user, say a password, account number, or access token.

      But there’s also the more obvious case, you can use financial blockchains to send money. If a system is designed to work with that currency, then it will presumably work with that currency. You could for instance design a vending machine to take Bitcoin, if it receives a certain amount of currency to a certain address, it dispenses a snack. Yes, there is an authority that manages this vending machine, but that’s unavoidable in any case. No matter what the scenario is, someone needs to own the machine and manage maintenance and supply for it.

      • tyler@programming.dev
        link
        fedilink
        arrow-up
        2
        ·
        4 hours ago

        Your example isn’t a blockchain, it’s just an example of an immutable database with a linked list structure. A blockchain has to have all three elements, else it’s just a previous technology that is already in use and has been for decades. Immutable databases already existed. Public ledgers already existed. Cryptographically hashed databases and audit tables already existed (CQRS with event sourcing is an example of this).

        Your examples around affecting the physical world still are not accurate. If the blockchain has a contract in it that says “dispense a snack” then it’s completely dependent on what happens in the real world. Maybe the snack doesn’t dispense, maybe there isn’t a snack to dispense, maybe the user tricks the machine into thinking it didn’t dispense a snack so it dispenses two. There is no way for the blockchain to validate the results of reality. It’s just not possible. The entire premise of the blockchain is that you can remove authority, remove government, remove all this in between and just have users validate each other. It’s just not possible. It completely ignores reality.

    • athairmor@lemmy.world
      link
      fedilink
      arrow-up
      5
      arrow-down
      2
      ·
      1 day ago

      Nice explanation, thanks. I would read more.

      Do you also have brief, pointed argument against crypto/blockchain that you use in casual conversation? The subject comes up fairly frequently and I know it’s all bullshit but I usually struggle to explain why. What key points would you make to people who might be starting to get seduced by the hype or who are already sucked in?

      • tyler@programming.dev
        link
        fedilink
        arrow-up
        2
        ·
        4 hours ago

        What the other person said is good, but two of the simplest things to say are “this tech already existed and was in use for decades, and doesn’t require the massive energy waste that blockchain does” or “blockchain is designed around distrust in everyone. If you distrust everyone then why are you doing business with them?”

      • ignirtoq@fedia.io
        link
        fedilink
        arrow-up
        6
        arrow-down
        1
        ·
        1 day ago

        Not OP, but in my circles the simplest, strongest point I’ve found is that no cryptocurrency has a built-in mechanism for handling mistakes. People are using these systems, and people make mistakes. Without built in accommodations, you’re either

        1. Creating real risk for anyone using the system, because each mistake is irrecoverable financial loss, and that’s pretty much the definition of financial risk, or
        2. Encouraging users to subvert the system in its core functionality in order to accommodate mistakes, which undermines the entire system and again creates risk because you don’t really know how anything is going to work with these ad hoc side systems

        Either way, crypto is just more costly to use than traditional systems when you properly factor those risks. So the only people left using it are those who expect greater rewards to offset all that additional risk, which are just speculators and grifters.

        • Cocodapuf@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          3 hours ago

          I completely agree with your post except for the last part.

          Either way, crypto is just more costly to use than traditional systems when you properly factor those risks.

          This all depends on the risks involved in the traditional systems you’re comparing the cryptocurrency to. Traditional systems are exposed to some kind of risk that cryptos aren’t. For example, with cryptocurrency your account can’t be seized or frozen by authorities, be them governments or banks. With some cryptocurrencies you are also at much lower risk of hyperinflation (or inflation in general).

          In many cases the risk involved in using cryptocurrencies will outweigh the risk posed by traditional finance, but that’s not true in all cases. In some parts of the world, the risks involved in traditional finance are significant…

    • SkyNTP@lemmy.ml
      link
      fedilink
      arrow-up
      8
      arrow-down
      7
      ·
      edit-2
      1 day ago

      Nobody wants their transactions public.

      This is a broad generalization that is easily refutable. Examples:

      • Property titles
      • Political campaign contributions
      • Supply chain certifications, to fight consumer fraud and counterfeitting.

      Frankly, you say you can talk for hours on the subject, but I don’t think that hours of thought has been given to the subject.

      • tyler@programming.dev
        link
        fedilink
        arrow-up
        1
        ·
        4 hours ago

        I haven’t talked to anybody that wants those things public, so yeah I can still claim that. Those things are public, but that does not mean people want them public. I have spent hundreds of hours debating people on blockchain tech, including as part of a previous job. Please do continue to try to refute me though.

      • Ceedoestrees@lemmy.world
        link
        fedilink
        arrow-up
        1
        arrow-down
        2
        ·
        edit-2
        51 minutes ago

        I’m pretty blockchain neutral. I took an interest in it at one point, did some graphics work for a few companies so I learned the ropes. So yeah, I agree with the statement that OP’s making a few leaps in logic.

        There are a lot of corrupt as fuck companies working in blockchain because of a weird cryptobro need to reinvent the wheel of finance, but blockchain is still kinda neat. Sending funds internationally is easier, in my experience. Moving funds across borders can be a pain in the ass through a bank if you don’t do it often - with crypto it’s a few clicks.

        This is from my old crypto knowledge before I stopped working with those folks, but there was a company in africa that launched a mesh network that spanned across multiple countries, using crypto as both the payment and the fee for spreading the signal or using it. Then there were at least a couple cases of people securing control of personal, sensitive media by tokenizing it as an NFT - which I understand was done as a faster and cheaper alternative to copyrighting internationally.

        Again, I can not state enough how not a crypto bro I am, because it seems like standing in the middle of the road makes me too block-chain friendly for the internet. I’ve been involved peripherally to a few things that made me go “Huh, that’s actually pretty cool.”

  • BougieBirdie@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    28
    arrow-down
    1
    ·
    1 day ago

    The most attractive part about blockchain is the decentralized ledger showing each transaction made.

    I feel like greater minds than mine could come up with a way to use that to fight government corruption. Every transaction is a matter of public record.

    I doubt it’s really a practical solution though. Each transaction makes each subsequent transaction more computationally expensive. Plus all these vendors and contractors and everything are accustomed to fiat currency. Likely, they’d just immediately exchange it for cash.

    This of course doesn’t tackle the issue of under-the-table corruption where you invite a senator out for lunch and kickbacks. I’m also sure that the government would want to maintain their own ledger, or that conniving people will find a way to cook the books anyway.

    • disguy_ovahea@lemmy.world
      link
      fedilink
      arrow-up
      11
      arrow-down
      2
      ·
      1 day ago

      Thank you. I’ve been saying for years that blockchain should replace government records for all public domain applications.

    • Jo Miran@lemmy.ml
      link
      fedilink
      arrow-up
      4
      arrow-down
      2
      ·
      1 day ago

      The most attractive part about blockchain is the decentralized ledger showing each transaction made.

      This is probably the key thing. Let’s say that you wanted to purchase a home in Turkey but you live in Canada (just play along). A transaction on the blockchain can show a verified transfer of funds, record the purchase and act as proof of ownership.

      As you mentioned, the big issue is computational expense.

      • DaseinPickle@leminal.space
        link
        fedilink
        arrow-up
        7
        arrow-down
        2
        ·
        1 day ago

        But is this actually a problem. Does people go around now and need proof that they bought some property?

        To me it seems like blockchain is a solution looking for problems that doesn’t really exist.

        • Cocodapuf@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          12 hours ago

          But is this actually a problem. Does people go around now and need proof that they bought some property?

          Yeah, all the time, obviously. That’s literally what a receipt is. If people did not need to prove that they owned things, then receipts, titles and deeds wouldn’t exist.

        • fluxion@lemmy.world
          link
          fedilink
          English
          arrow-up
          2
          arrow-down
          2
          ·
          1 day ago

          Palestinians commonly have to defend their home ownership to settlers claiming their land but i doubt blockchain would help even if it was around long enough to record such a thing. American Indians are another obvious case of “but it’s written right here …” where blockchain probably wouldn’t help.

      • BougieBirdie@lemmy.blahaj.zone
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 day ago

        Yeah, my original thought was that you could see a record to show that a public works contract put forth by Politician Joe and awarded to ABC Roadwork Inc, and then later you’d see that most of the contract money ended up in Joe’s cousin’s investment account.

        And again, I don’t think it’s foolproof because ABC would just immediately convert everything into cash to pay their vendors. But it’s still nice to think about alternatives even if we know they might be impractical because hey, that’s how we come up with better alternatives.

        • Acamon@lemmy.world
          link
          fedilink
          arrow-up
          4
          ·
          1 day ago

          If we’re imaging a world where corporations and governments would agree to this level of accountability, wouldn’t it be eaiser to just make certain financial transactions into public records?

          Currently we consider some things public records (registering a company y, the voting roll) and other things private (income and taxes, bank transactions). If there was the will to chnage things we could just make the financial records of all elected government officials and corporations with government contracts automatically publically accessible. This doesn’t need block chain, a law could be passed deeming these “in the public interest” such that banks would have no grounds to refuse a request from journalists or any citizens to access them.

          This would be a lot simpler and cheaper than block chain. But its unlikely to happen for the same reason that block chain won’t be used for this either.

          • Ceedoestrees@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            14 hours ago

            The only counterpoint I can think of is that the distributed ledger is much harder to fuck with than a physical or digital archive with a couple backups.

          • BougieBirdie@lemmy.blahaj.zone
            link
            fedilink
            English
            arrow-up
            1
            ·
            1 day ago

            Sure, I suppose any public record is a public record. And you’re right, as much as I’d love to see it and it’d be good for the world, I don’t imagine it happening in my lifetime.

            I suppose either way an unscrupulous person might find a way to launder their money.

    • FrankLaskey@lemmy.ml
      link
      fedilink
      English
      arrow-up
      1
      arrow-down
      2
      ·
      1 day ago

      I believe alternative methods of validating blocks (series of transactions) such as Proof-of-stake, instead of the vastly more computation and energy-intensive proof-of-work that Bitcoin uses would largely address the issue of computational expense. There are other methods of increasing efficiency and speed of processing as well such as the use of more efficient ‘layer 2’ mechanisms for processing blocks. I remember reading about these and their implementation when I was researching cryptocurrencies out of curiosity. I believe Ethereum and some others have largely implemented these. The decentralized applications aspect of Eth was super interesting to me as well. Basically, you can program software to run on the blockchain which can make it nearly impossible to shut down by a centralized authority so long as the network is sufficiently decentralized. Some of the programmable money (so-called decentralized finance or ‘DeFi’) apps are pretty interesting as well in terms of enabling more people to utilize the more complex financial instruments that Wall Street firms have been using for years. Of course, a lot of that has turned into a Wild West of scams and ‘rug pulls’, not to mention massive targets for hackers who try to exploit vulnerabilities to steal millions so buyer beware for sure.

  • Admiral Patrick@dubvee.org
    link
    fedilink
    English
    arrow-up
    22
    arrow-down
    4
    ·
    1 day ago

    I’m going to say “no”, at least in the practical sense.

    Before “AI” was the current hype, there was an equally annoying “Blockchain all the things” hype (and associated cryptobros partially fueling it). Aside from the various crypto scams, I’m not entirely sure if/where it found its niche. The fact that everything today isn’t running on blockchain like the hype of yesteryear predicted is pretty solid evidence that it wasn’t all that it was cracked up to be.

  • pound_heap@lemm.ee
    link
    fedilink
    arrow-up
    16
    arrow-down
    5
    ·
    1 day ago

    Private transactions, despite what people here are saying. Let me explain:

    1. Privacy is not equal to anonymity. The latter is much harder to achieve.

    2. There is Monero, a crypto made specifically for anonymity. It’s not very convenient to use, but it is preserving anonymity with multiple measures.

    3. Even Bitcoin, which is not built for that purpose, is private enough. It depends on how you use it.

    4. Deanonimization in general happens when you link your transaction with personal identifying information, but you can reduce your exposure by following certain opsec rules. I see this situation is better than traditional banking where your transactions are always not anonymous, and privacy is only protected by the bank itself. Data leaks happen, governments can get to your transaction info via legal means, but with crypto you have more options to protect yourself.

    • shortwavesurfer@lemmy.zip
      link
      fedilink
      arrow-up
      8
      arrow-down
      4
      ·
      1 day ago

      I strongly advocate for the exclusive use of Monero and even sell physical items shipped to your home with Monero directly. For this exact reason.

  • whaleross@lemmy.world
    link
    fedilink
    arrow-up
    16
    arrow-down
    2
    ·
    1 day ago

    I’d say in theory it could be used something like public records of proof for ownership of immaterial or intellectual property and the transfer thereof. Say the rights to music, writing, digital art and whatnot. Like the essence of NFT without the hyped up crypto bro speculation and pump’n’dump.

    The difficulty would be to get it recognized as legally valid and the bigger difficulty that as there is no central authority there is also nobody being able to rectify fraud or user mistakes. If you implement central authority it’s basically just any old list of transactions with some extra crud so then the question would be why even bother.

      • whaleross@lemmy.world
        link
        fedilink
        arrow-up
        6
        arrow-down
        1
        ·
        1 day ago

        In theory in a perfect world without scams or mistakes it could be useful but then again why would you need it in a perfect world.

        • Ceedoestrees@lemmy.world
          link
          fedilink
          arrow-up
          1
          arrow-down
          1
          ·
          edit-2
          14 hours ago

          Weirdly enough, despite the hype of NFTs, that’s what they were being used for in the background of the bullshit.

          Small artists were and still are using it to sell their work internationally, where they can tailor their own contracts that people, by default, agree to by purchasing.

          They were used by people to control and verify their ownership of sensitive digital media as well.

          • lurklurk@lemmy.world
            link
            fedilink
            arrow-up
            2
            ·
            13 hours ago

            Only the NFTs didn’t do anything of the kind, unless backed up by actual legal contracts in which case the NFT was pointless, and you could just have had the legal contracts

            The only reason it had a brief flash in the pan was that it was an attractive grift for speculators betting there were greater fools, and when the fools ran out so did the NFTs

            • Ceedoestrees@lemmy.world
              link
              fedilink
              arrow-up
              1
              ·
              53 minutes ago

              There were scams going on, still are, and it was a fomo bubble thay rightfully burst. I mean, any industry has a scummy side to it and crypto, unfortunately, makes it easy to scam.

              But NFTs are still being used for their original purpose, I’m not defending them, that’s just a thing that’s happening.

              Over the last few years courts in at least a few countries have decided to recognize the contracts as legally binding proof of ownership. England, Singapore and China that I know of. I remember a couple cases coming up in Mexico and the United States but couldn’t find much well-sourced information on the follow up.

  • slazer2au@lemmy.world
    link
    fedilink
    English
    arrow-up
    15
    arrow-down
    2
    ·
    1 day ago

    It’s not even good as a bank. On the other thread you mentioned I commented that blockchain is an immutable ledger visible to everyone. That is a nightmare for privacy reasons.

    Audit logs is genuinely the only application I see it may be good for, but we have other systems that have a smaller environmental and technical impact making them a better fit than blockchain.

    • lennybird@lemmy.world
      link
      fedilink
      English
      arrow-up
      6
      arrow-down
      1
      ·
      1 day ago

      I remember exploring how it could be a way to secure digital Democratic elections. Any thoughts on this?

      • lurklurk@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        13 hours ago

        It’s all the bad idea of regular digital elections, with the additional stupid of being more public, complex and wasteful

      • Draghetta@lemmy.world
        link
        fedilink
        arrow-up
        7
        arrow-down
        1
        ·
        1 day ago

        Forever immutably recording who voted what, I really can’t see a way for that to go wrong

        • Voyajer@lemmy.world
          link
          fedilink
          arrow-up
          3
          ·
          1 day ago

          “who” in your sentence doesn’t necessarily need to identify an individual depending on implementation.

        • lennybird@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          arrow-down
          1
          ·
          edit-2
          1 day ago

          What’s so scary about that? While the reason seems obvious, I ask because if you know what sort of sophisticated voter identification models the parties have right now, they can easily ascertain your voting history with 90%+ accuracy and predict fairly well who you’ll vote for in the future anyway.

          I was just thinking of this recently but if Trump utilized his immunity to the fullest extent and we descend into Kristallnacht territory, these voter models would be how they began purging, “the enemy from within.”

          So given we already are at that point, then maybe the benefits of such a ledger could outweigh the cons.

          • Lumidaub@feddit.org
            link
            fedilink
            arrow-up
            2
            ·
            15 hours ago

            I’m just here to tell you that this is a very US centric view. I’m not from the US and, outside of random internet posts, there are no records of any of my political associations, past or present, and I’ve voted in all local and national elections for >20 years. Seeing as extremist forces are unfortunately currently gaining power over here, I REALLY wouldn’t want any type of public record even hinting at who exactly I’ve been voting for.

            • lennybird@lemmy.world
              link
              fedilink
              English
              arrow-up
              1
              ·
              edit-2
              10 hours ago

              Ironically, you’re accepting fascism is here by preventing us from advancing with a more secure election system that would permit a more responsible, accessible digital voting, are you not?

              You’re holding us back for fear of what could be.

              Even in the wake of what already is a practical reality as I showed.

  • dwt@feddit.org
    link
    fedilink
    Deutsch
    arrow-up
    2
    arrow-down
    5
    ·
    15 hours ago

    I like git, most used version control system around these days. The way in which commits are hashed is very much a blockchain.

    I also like public timestamp services, which are also often implemented as a blockchain

  • ERROR: Earth.exe has crashed@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    10
    arrow-down
    8
    ·
    1 day ago

    The “Blockchain” technology is gonna become crucial in the future of AI and Deepfakes.

    Since videos, and especially still images can be faked. They would be treated just like witness testimonies, evidence that can be falsified.

    What I think will happen is that people would have to use live internet connection to verify a video.

    So what happens is that whenever a video is recorded, there will be a “blockchain verify” feature in the camera settings, when enabled either the video feed or the hash of the packets of video data is sent to a blockchain network where it gets timestamped and stored permanently on the blockchain.

    The network would consist of various nodes that ideally aren’t government run. Think like the ACLU, EFF, or Journalists, or people who independently want to join the network. Each would run their own node independently.

    So any time theres suspicion that a video may be faked, the courts can just ask the network to send their own copy of the blockchain, if theres a consensus, then the video can be proven to have been created at the time that is timestamped. So there’s no way of creating a fake video evidence after an incident since you wont have the timestamp on the blockchain.

    • lurklurk@lemmy.world
      link
      fedilink
      arrow-up
      5
      ·
      13 hours ago

      The blockchain is always “gonna become crucial” in lots of things, depending on whatever looks popular at the moment, yet it never does because it is obviously a bad idea.

      It’s a grift, and if you’re not an active grifter, you are the mark

    • vrighter@discuss.tchncs.de
      link
      fedilink
      arrow-up
      6
      ·
      17 hours ago

      who pays to maintain the network? This is not a cryptocurrency, whoever does the mining needs to be paid for their spent resources, and it won’t happen automatically

      • Ceedoestrees@lemmy.world
        link
        fedilink
        arrow-up
        3
        ·
        15 hours ago

        That’s a good point, people make nodes because the incentive helps make sure there are enough servers on the network to keep it secure.

        However, back in the days before blockchain we had SETI. So a case could be made that people will volunteer resources for something that mutually benefits them. Protecting ourselves from doctored media and deepfakes would be a pretty good incentive.

        Then again, there are a lot of different cryptos tied to tasks already - like using phones as nodes in a mesh network, using a decentralized search engine, learning about crypto itself, etc. If blockchain turned out to be a good way to verify media, there could be a pay off for joining the distributed ledger.

      • trolololol@lemmy.world
        link
        fedilink
        arrow-up
        2
        arrow-down
        1
        ·
        16 hours ago

        Because the fewer servers the more trust you need in the servers owners. And the trust is not limited by intentions, it’s also limited to their ability to not be compromised by private or state sponsored hackers.

    • Object@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      4
      ·
      edit-2
      21 hours ago

      How does this protect the blockchain from someone just uploading hashes of AI generated video though?

      • ERROR: Earth.exe has crashed@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        3
        arrow-down
        2
        ·
        21 hours ago

        It doesn’t prevent every falsification. It makes it much harder.

        Say the incident is a car crash. And assuming dash cams also get this blockchain feature. The car crash already happened and you cant fake a video afterwards that make it look like the other person hit you first. And if you try to preemptively fake a video, you cant know every possible roads, roadsigns, nearby cars, or what vehicle the other person is driving, basically you cant predict everything that was on the scene before the incident occurs.

        Imagine if you hit a truck at 5 PM heading west on Road 27 and on the intersection on Road 52. You’d have to know beforehand the road that the incident will occur on, the position of the sun (its 5PM and you’re heading west, remember), the road signs, how wide the road is and how many lanes, the fact that the other vehicle is a truck, what the truck looks like, etc.

        I mean you have to create so many fake vehicle collision videos then when an incident happens, you’d have to hope one of the ones you faked matches the situation, then quickily find the video and send it to the blockchain.

        Not to mention, the other person could have a dashcam video without any discrepencies. And any slight discrepency on your faked video would make court believe the other recording more than yours.

        I mean its not impossible fake something. But its hard to do it before something happens.

        • trolololol@lemmy.world
          link
          fedilink
          arrow-up
          4
          arrow-down
          1
          ·
          16 hours ago

          It still doesn’t prevent me from making a camera that generated ai with timestamps, real block chain, and instead of capturing pixels from lens, generates then from a prompt that says " politician bribes etc etc"

  • A_Union_of_Kobolds@lemmy.world
    link
    fedilink
    arrow-up
    8
    ·
    1 day ago

    Its only real use is as dark money. Which isn’t always a bad thing - there are a lot of activists in oppressive countries who rely on bitcoin donations, Anarchist Black Cross comes to mind.

    But, as you said, it’s not really as “dark” as people think.

    I seem to recall someone developing a “game” that was based on the blockchain but used to crowdsource protein folding models or something like that? I could be mixing two memories though. I could see how the concept could possibly be implemented for something like that, but I wonder if it couldn’t be handled more energy-efficiently by like a single quantum computer doing calculus.

  • AbouBenAdhem@lemmy.world
    link
    fedilink
    English
    arrow-up
    6
    ·
    edit-2
    1 day ago

    The general category of potential use case is when you want some information to be public, undeletable, and outside of corporate or government control.

    While I can’t think of a compelling use case at the moment (other than whistleblowers, maybe), given the direction our corporations and government are going it seems like the sort of thing that might become increasingly useful in the near future.

  • magic_lobster_party@fedia.io
    link
    fedilink
    arrow-up
    4
    ·
    1 day ago

    A blockchain is just a list of records. You put data in it, and you have some script that ensures the data is internally valid. For example, with cryptocurrencies you can’t allow a transaction that causes a balance to be less than 0. A blockchain containing such transaction is invalid.

    This is nothing particular. You can do this with most data records.

    What’s unique about blockchain is that if you have two blockchains, both are internally valid but have records that disagree with each other, then you have a way to decide entirely by yourself which one you should prefer. For example, with Bitcoin you choose the blockchain with most “work”. No need to ask some third party about which one you should prefer.

    And that’s where it falls apart. These situations are rare. There might be a few niche cases. I haven’t heard of any use case that’s particularly convincing to me.