Slashdot Mirror


Is Blockchain the Most Important IT Invention of Our Age? (theguardian.com)

mspohr writes: This article makes a fairly persuasive argument for the utility of the blockchain. It discusses a wide variety of companies and government exploring blockchain to maintain secure records which cannot be altered. One interesting application is to use blockchain to maintain property records in many countries where these records are often incomplete and are easily corrupted (intentionally or unintentionally). A linked article in The Economist expands the thought and discusses changes to the blockchain to improve performance, reduce overhead and accommodate different uses. (See also this related poll.)

5 of 190 comments (clear)

  1. nope, it's still the router by Gravis+Zero · · Score: 3, Informative

    If anything is the most important IT invention of our age, it's the invention of the router. routers are the fundamental building block of what we consider to be the internet. they can be software or hardware based but they are what tie many computers together so that they can communicate quickly. without routers, bitcoin could not have even existed beyond an idea.

    --
    Anons need not reply. Questions end with a question mark.
  2. Re:answer: no by alvinrod · · Score: 4, Informative

    I don't use Bitcoin, but from what little I've read from previous stories here or elsewhere is that the scaling issue at current is due to conflicts within the community and not an inherent problem with the blockchain concept. Someone who was in favor of increasing the size even used a similar example that it would need to be larger in order to handle all of the transactions for a major credit card company.

  3. Re:answer: no by NotInHere · · Score: 4, Informative

    The great thing about the blockchain concept is that it is distributed. There is no central server you can compromise. As long as a given percentage of the miners aren't hostile, everything is fine. The idea is great, but in practice its dead. A majority of the bitcoin hashing power is provided by very few people. They of course have a high interest in bitcoin still being trusted, otherwise the bitcoin price crashes and goes close to 0$, and all their expensive rigs are worthless. But its not at all a system anymore where the "small guys" control everything.

    Bitcoin has been designed so that if you own the private keys for a wallet, nobody can steal your bitcoins. This is even provided if the blockchain gets compromised or controlled 99% by entities hostile to you. Your bitcoins remain yours. But the moment you use some website which knows the private key for the wallet, you fully trust them. And if the website gets hacked, they can of course get stolen. So its not a problem of bitcoin itself.

  4. Perl. Seriously, perl. by goombah99 · · Score: 3, Informative

    I think the answer to the question depends on what one means by "our age", youngster. But the early internet and almost all of the early bioinformatics work (which was the first science to really truly give data bases and the internet a workout.) was really built on perl. This certainly is not the case now. But in the 90s it was. And that sort of changed everything. First scientific collaboration and federated data became a whole new paridigm. The first science were no one had or cold have the whole data set or tool chain in their own lab. Perl could keep up with internet speeds and it was easy to use so the websites got built on it. And luckily for perl, bioinformatics is "all" string parsing not number crunching. So it was one tool to rule both the internet and the data.

    No one would think of doing that now. Though whenever I run into a text file reformatting issue I still reach for perl. It's basically a text based wood chipper and nothing beats it at that game in terms of getting the job done in one line.

    --
    Some drink at the fountain of knowledge. Others just gargle.
  5. Re:answer: no by thegarbz · · Score: 4, Informative

    You're right, except for the bits where you are wrong:

    So to boil it down,

    Cryptography doesn't boil down. You learn to understand it in full or you end up with a broken view of how you think it doesn't work.

    there is a parent server

    No there's not, the blockchain is distributed amongst all users, that's how you verify someone who sends you something owns it in the first place

    that is tracking all uses and exchanges of the bit of pertinent data.

    Yes

    And that can never ever get compromised.

    Unless the people who verify the data cryptographically can control more than 51% of the efforts to verify it.

    Because nobody has ever lost bitcoins?

    Correct, you can't lose bitcoins. Think of it as money that is only ever tied to your wallet. Everyone in the world knows the exact concept of that wallet. You can lose the wallet, someone can even pick it up and spend the contents, but you can never just magically lose money out of it. It has to go somewhere, and the blockchain tracks its movement.

    Sorry about the sarcasm.

    Don't be sorry, simply learn about the technology and then you won't have a need for it.