<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>kaid</title>
        <link>https://paragraph.com/@kaid</link>
        <description>undefined</description>
        <lastBuildDate>Thu, 03 Sep 2026 00:34:04 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[Bitcoin vs. Blockchain]]></title>
            <link>https://paragraph.com/@kaid/bitcoin-vs-blockchain</link>
            <guid>a6QnhcniVd7iP90y826v</guid>
            <pubDate>Tue, 23 Nov 2021 14:48:32 GMT</pubDate>
            <description><![CDATA[Blockchain technology was first outlined in 1991 by Stuart Haber and W. Scott Stornetta, two researchers who wanted to implement a system where document timestamps could not be tampered with. But it wasn’t until almost two decades later, with the launch of Bitcoin in January 2009, that blockchain had its first real-world application. The Bitcoin protocol is built on a blockchain. In a research paper introducing the digital currency, Bitcoin’s pseudonymous creato referred to it as “a new elect...]]></description>
            <content:encoded><![CDATA[<p>Blockchain technology was first outlined in 1991 by Stuart Haber and W. Scott Stornetta, two researchers who wanted to implement a system where document timestamps could not be tampered with. But it wasn’t until almost two decades later, with the launch of Bitcoin in January 2009, that blockchain had its first real-world application.</p><p>The Bitcoin protocol is built on a blockchain. In a research paper introducing the digital currency, Bitcoin’s pseudonymous creato referred to it as “a new electronic cash system that’s fully peer-to-peer, with no trusted third party.”2</p><p>The key thing to understand here is that Bitcoin merely uses blockchain as a means to transparently record a ledger of payments, but blockchain can, in theory, be used to immutably record any number of data points. As discussed above, this could be in the form of transactions, votes in an election, product inventories, state identifications, deeds to homes, and much more. </p><p>Currently, there are tens of thousands of projects looking to implement blockchains in a variety of ways to help society other than just recording transactions. For example, to use blockchains as a way to vote securely in democratic elections. The nature of blockchain’s immutability means that fraudulent voting would become far more difficult to occur. For example, a voting system could work such that each citizen of a country would be issued a single cryptocurrency or token. Each candidate would then be given a specific wallet address, and the voters would send their token or crypto to whichever candidate&apos;s address they wish to vote for. The transparent and traceable nature of blockchain would eliminate the need for human vote counting as well as the ability of bad actors to tamper with physical ballots.</p><h2 id="h-blockchain-vs-banks" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Blockchain vs. Banks</h2><p>Blockchains have been heralded as being a disruptive force to the finance sector, and especially with the functions of payments and banking. Banks and decentralized blockchains are, however, vastly different.</p><p>To see how a bank differs from blockchain, let’s compare the banking system to Bitcoin’s implementation of blockchain.</p>]]></content:encoded>
            <author>kaid@newsletter.paragraph.com (kaid)</author>
        </item>
        <item>
            <title><![CDATA[ digital information]]></title>
            <link>https://paragraph.com/@kaid/digital-information</link>
            <guid>WR1E9cxAiWawRCjXW6BR</guid>
            <pubDate>Tue, 23 Nov 2021 14:48:08 GMT</pubDate>
            <description><![CDATA[Blockchain technology achieves decentralized security and trust in several ways. First, new blocks are always stored linearly and chronologically. That is, they are always added to the “end” of the blockchain. After a block has been added to the end of the blockchain, it is extremely difficult to go back and alter the contents of the block unless a majority of the network has reached a consensus to do so. That’s because each block contains its own along with the hash of the block before it, a...]]></description>
            <content:encoded><![CDATA[<p>Blockchain technology achieves decentralized security and trust in several ways. First, new blocks are always stored linearly and chronologically. That is, they are always added to the “end” of the blockchain. After a block has been added to the end of the blockchain, it is extremely difficult to go back and alter the contents of the block unless a majority of the network has reached a consensus to do so. That’s because each block contains its own along with the hash of the block before it, as well as the previously mentioned time stamp. Hash codes are created by a that turns digital information into a string of numbers and letters. If that information is edited in any way, the hash code changes as well.</p><p>Let’s say a hacker, who also runs a node on a blockchain network, wants to alter a blockchain and steal cryptocurrency from everyone else. If they were to alter their own single copy, it would no longer align with everyone else&apos;s copy. When everyone else cross-references their copies against each other, they would see this one copy stand out and that hacker&apos;s version of the chain would be cast away as illegitimate. </p><p>Succeeding with such a hack would require that the hacker simultaneously control and alter 51% or more of the copies of the blockchain so that their new copy becomes the majority copy and thus, the agreed-upon chain. Such an attack would also require an immense amount of money and resources as they would need to redo all of the blocks because they would now have different timestamps and hash codes. </p><p>Due to the size of many cryptocurrency networks and how fast they are growing, the cost to pull off such a feat would probably be insurmountable. Not only would this be extremely expensive, but it would also likely be fruitless. Doing such a thing would not go unnoticed, as network members would see such drastic alterations to the blockchain. The network members would then off to a new version of the chain that has not been affected. This would cause the attacked version of the token to plummet in value, making the attack ultimately pointless as the bad actor has control of a worthless asset. The same would occur if the bad actor were to attack the new fork of Bitcoin. It is built this way so that taking part in the network is far more economically incentivized than attacking it.</p>]]></content:encoded>
            <author>kaid@newsletter.paragraph.com (kaid)</author>
        </item>
        <item>
            <title><![CDATA[computers ]]></title>
            <link>https://paragraph.com/@kaid/computers</link>
            <guid>BUKbQUc0YqmJvYeLDLRm</guid>
            <pubDate>Tue, 23 Nov 2021 14:47:37 GMT</pubDate>
            <description><![CDATA[magine that a company owns a server farm comprised of 10,000 computers use to maintain a database holding all of its client&apos;s account information. This company owns a warehouse building that contains all of these computers under one roof and has full control of each of these computers and all the information contained within them. This, however, provides a single point of failure. What happens if the electricity at that location goes out? Or its internet connection is severed? What if it...]]></description>
            <content:encoded><![CDATA[<p>magine that a company owns a server farm comprised of 10,000 computers use to maintain a database holding all of its client&apos;s account information. This company owns a warehouse building that contains all of these computers under one roof and has full control of each of these computers and all the information contained within them. This, however, provides a single point of failure. What happens if the electricity at that location goes out? Or its internet connection is severed? What if it burns to the ground? What if a bad actor erases everything with a single keystroke? In any case, the data is lost or corrupted.</p><p>What a blockchain does, is to allow the data held in that database to be spread out among several network nodes at various locations. This not only creates redundancy, but also maintains the fidelity of the data stored therein: if somebody tries to alter a record at one instance of the database, the other nodes would not be altered and so would prevent a bad actor from doing so. If one user tampers with Bitcoin’s record of transactions, all other nodes would cross-reference each other and easily pinpoint the node with the incorrect information. This system helps to establish an exact and transparent order of events. This way, no one node within the network can alter information held within it.</p>]]></content:encoded>
            <author>kaid@newsletter.paragraph.com (kaid)</author>
        </item>
    </channel>
</rss>