<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:media="http://search.yahoo.com/mrss/"><channel><title><![CDATA[Distributed Innovation]]></title><description><![CDATA[Innovation for all]]></description><link>https://distributedinnovation.co/</link><image><url>https://distributedinnovation.co/favicon.png</url><title>Distributed Innovation</title><link>https://distributedinnovation.co/</link></image><generator>Ghost 3.35</generator><lastBuildDate>Tue, 07 Apr 2026 18:29:59 GMT</lastBuildDate><atom:link href="https://distributedinnovation.co/rss/" rel="self" type="application/rss+xml"/><ttl>60</ttl><item><title><![CDATA[What is data visualization ?]]></title><description><![CDATA[Data visualization is a branch of data science, which is the extraction of knowledge from data. In fact, we have been doing data visualization since we were little without even knowing it.]]></description><link>https://distributedinnovation.co/what-is-data-visualization/</link><guid isPermaLink="false">6230726e6bda92016818bfcc</guid><category><![CDATA[data]]></category><category><![CDATA[data visualization]]></category><dc:creator><![CDATA[Jef]]></dc:creator><pubDate>Tue, 15 Mar 2022 11:07:12 GMT</pubDate><media:content url="https://images.unsplash.com/photo-1634117622592-114e3024ff27?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=MnwxMTc3M3wwfDF8c2VhcmNofDV8fGdyYXBoc3xlbnwwfHx8fDE2NDczNDE1OTc&amp;ixlib=rb-1.2.1&amp;q=80&amp;w=2000" medium="image"/><content:encoded><![CDATA[<!--kg-card-begin: markdown--><img src="https://images.unsplash.com/photo-1634117622592-114e3024ff27?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwxMTc3M3wwfDF8c2VhcmNofDV8fGdyYXBoc3xlbnwwfHx8fDE2NDczNDE1OTc&ixlib=rb-1.2.1&q=80&w=2000" alt="What is data visualization ?"><p>Data visualization is a branch of data science, which is the extraction of knowledge from data. In fact, we have been doing data visualization since we were little without even knowing it. The graphical representation of mathematical functions that we did at school was already data visualization, because it consisted in associating a graphical representation to a set of data to make them more readable. Data visualization is therefore the science of representing a large amount of data in graphic form to make it more intelligible. Extrapolating the reasoning, the brain can be considered as the first expert in data visualization, because it associates a set of physical data, in this case light waves, in a graphic representation of shapes, colors, gradations, to constitute the vision.<br>
Below, a diagram extracted from Wikipedia, which situates data visualization among the data sciences:<br>
<img src="https://upload.wikimedia.org/wikipedia/commons/4/44/DataScienceDisciplines.png" alt="What is data visualization ?"></p>
<h2 id="graphs">Graphs</h2>
<p>Concretely, there is a set of graphs that allow to channel data, to extract the most important information. The most crucial aspect of data visualization is to find the graph that is best suited to the type of data observed. Some graphs allow to represent static data, others dynamic data. Finally, some are intended for temporal data. Let's take a look at a few graphs.</p>
<h3 id="thehistogramaclassicforstatisticians">The histogram, a classic for statisticians</h3>
<p>Each column corresponds to a class, and allows to arrange the values of a variable. Simple, visual, efficient, indestructible.<br>
Below, the number of penalties taken by soccer players:</p>
<p><img src="https://distributedinnovation.co/content/images/2022/03/penalties-joueurs-foot.png" alt="What is data visualization ?"></p>
<h3 id="thesankeydiagramidealforflows">The sankey diagram, ideal for flows</h3>
<p>The Sankey diagram is a flow diagram where the width of the arrows is proportional to the flow itself. It was originally used to show the use and loss of energy in systems. The graph below shows for example the energy sources in the UK, and their uses:</p>
<p><img src="https://distributedinnovation.co/content/images/2022/03/sankey-energy-uk.png" alt="What is data visualization ?"></p>
<p>In a more original way, the Frenchman Charles Minard initially used this graph to represent the number of Napoleonic troops, during the Russian campaigns:</p>
<p><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/29/Minard.png/1920px-Minard.png" alt="What is data visualization ?"></p>
<h3 id="thearcdiagramtoidentifyrelationshipsbetweenelements">The arc diagram, to identify relationships between elements</h3>
<p>The arc diagram is an original way to represent relationships between elements. Here is an example, which allows you to see the relationships between the Stark family and the Lannister family in the Game of Throne series:<br>
<img src="https://distributedinnovation.co/content/images/2022/03/arc-diagramm-Game-Of-Throne.png" alt="What is data visualization ?"></p>
<p>Or also, with the arcs on both sides:<br>
<img src="https://distributedinnovation.co/content/images/2022/03/arc-diagramm-Game-of-Throne-2.png" alt="What is data visualization ?"></p>
<h3 id="theproportionalmaportreemap">The proportional map or treemap</h3>
<p>A diagram that presents square surfaces, in order to identify proportions. This diagram is very useful to have a representation of orders of magnitude. It is particularly used to represent the occupation of the memory on a computer.<br>
Below is a representation of the proportions of the groups of musical instruments, according to the type of orchestra:</p>
<p><img src="https://distributedinnovation.co/content/images/2022/03/treemap-orchestra.png" alt="What is data visualization ?"></p>
<h3 id="hexagonalbiningofdata">Hexagonal bining of data</h3>
<p>The data are grouped in hexagons. The colors allow to quantify the importance of each hexagon. A drawing is better than long speeches, below, the shots of the basketball player Kobe Bryant represented according to the position in relation to the basket:<br>
<img src="https://distributedinnovation.co/content/images/2022/03/hexagonal-bining-shot-Kobe-Brian.png" alt="What is data visualization ?"></p>
<h3 id="thegantdiagram">The Gant diagram</h3>
<p>The essential diagram for all project managers, to represent the evolution of activities over time. As an example, here is the Gant chart of the Italian presidents and prime ministers over time:<br>
<img src="https://distributedinnovation.co/content/images/2022/03/President-Prime-minister-Italy.png" alt="What is data visualization ?"></p>
<h3 id="heatmaporheatmap">Heatmap or heat map</h3>
<p>A representation by &quot;heat zone&quot; of the most frequented regions. This can be used to represent the frequency of use of letters according to language:<br>
<img src="https://distributedinnovation.co/content/images/2022/03/heatmap-letters.png" alt="What is data visualization ?"></p>
<h3 id="sunburstchart">Sunburst Chart</h3>
<p>A more advanced version of the pie chart that allows to represent hierarchies and proportions. Below, we can see the frequency of aromas in the wine:<br>
<img src="https://distributedinnovation.co/content/images/2022/03/wine-flavors-1.png" alt="What is data visualization ?"></p>
<h2 id="tools">Tools</h2>
<p>There are many tools to build data visualization graphs like Excel, Power BI, Google Charts, D3js, Tableau, etc. And these tools are increasingly used to process the billions of data in our time. If you want to know more in the next articles about data visualization, <a href="https://distributedinnovation.substack.com">subscribe to the newsletter</a>!</p>
<!--kg-card-end: markdown-->]]></content:encoded></item><item><title><![CDATA[This cover of the Economist inaugurates a new era]]></title><description><![CDATA[On September 18, 2021, The Economist, the British business newspaper, placed an illustration of Alice in Wonderland on its front page to talk about decentralized finance. What is decentralized finance? And why does this Economist cover herald a new era? ]]></description><link>https://distributedinnovation.co/the-economist-rabbit-hole-defi/</link><guid isPermaLink="false">614dfc983fff7d70ae1a46c0</guid><category><![CDATA[blockchain]]></category><category><![CDATA[DeFi]]></category><category><![CDATA[decentralized finance]]></category><category><![CDATA[bitcoin]]></category><category><![CDATA[uniswap]]></category><dc:creator><![CDATA[Jef]]></dc:creator><pubDate>Fri, 24 Sep 2021 16:31:02 GMT</pubDate><media:content url="https://images.unsplash.com/photo-1624685088175-0bf8b42c78ad?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=MnwxMTc3M3wwfDF8c2VhcmNofDR8fHJhYmJpdCUyMGhvbGV8ZW58MHx8fHwxNjMyNTAwOTMz&amp;ixlib=rb-1.2.1&amp;q=80&amp;w=2000" medium="image"/><content:encoded><![CDATA[<!--kg-card-begin: markdown--><img src="https://images.unsplash.com/photo-1624685088175-0bf8b42c78ad?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwxMTc3M3wwfDF8c2VhcmNofDR8fHJhYmJpdCUyMGhvbGV8ZW58MHx8fHwxNjMyNTAwOTMz&ixlib=rb-1.2.1&q=80&w=2000" alt="This cover of the Economist inaugurates a new era"><p><img src="https://pbs.twimg.com/media/E_aqMuqVcAcKorc?format=jpg&amp;name=900x900" alt="This cover of the Economist inaugurates a new era"></p>
<p>On September 18, 2021, The Economist, the British business newspaper, placed an illustration of Alice in Wonderland on its front page to talk about decentralized finance. What is decentralized finance? And why does this Economist cover herald a new era?</p>
<h2 id="decentralizedfinanceoraliceinwonderland">Decentralized Finance, or Alice in Wonderland</h2>
<p>Decentralized finance, or DeFi, is a new kind of finance, which draws its strength from the use of blockchain technology. Indeed, most financial technologies today are centralized. All transactions must be verified by central actors. The best known of these actors are banks, but there are many others, such as central depositories, stock exchanges, insurers, etc. These central actors usually get paid in the following way: every time there is a transaction, they take a commission.<br>
With blockchain and decentralized finance, these central actors, as we know them, are no longer involved!<br>
Blockchain is a technology that was born with Bitcoin, and it is still evolving. The blockchain is a register distributed among several computers in the world, and on which transactions are recorded. There is the Bitcoin blockchain, but there are many others, including the Ethereum blockchain. The latter has allowed a boom in possible use cases, because on the Ethereum blockchain, it is possible to develop applications, known as decentralized applications, which run on computers distributed throughout the world.</p>
<h2 id="thenewkingsoftheworld">The new kings of the world</h2>
<p>In 2018, the decentralized application Uniswap was created. Uniswap is the first major decentralized finance app. This decentralized app is revolutionizing finance, plain and simple. In centralized finance, all transactions go through central players. In decentralized finance, all transactions go through the blockchain, and what is revolutionary is that all the participants in the blockchain can play the role of central players, and therefore recover commissions on transactions. On Uniswap, it becomes possible to deposit bitcoins and to be remunerated in return. The bitcoins will serve as a liquidity reserve, and will be automatically managed by the blockchain. This is one of the applications of decentralized finance, but many others have been created since. Sushiswap, AAVE, Venus, Compound... are all decentralized applications that are revolutionizing their field.</p>
<p><img src="https://www.economist.com/img/b/1000/563/90/sites/default/files/images/2021/09/articles/main/20210918_ldd001.jpg" alt="This cover of the Economist inaugurates a new era"></p>
<h2 id="wonderland">Wonderland</h2>
<p>Alas, like everything that glitters, decentralized finance has a dark side. Behind the wonderland, some people take advantage of the excitement to fleece others, with mechanisms often inspired by the Ponzi pyramid. But despite the unfortunate scams, the technological revolution is real. And The Economist recognizes that decentralized finance could be the beginning of a revolution, as the internet was in its time. In 2015, The Economist was able to identify the blockchain technology revolution behind bitcoin, in a famous piece:</p>
<p><img src="https://www.economist.com/img/b/600/789/90/sites/default/files/print-covers/20151031_cuk400.jpg" alt="This cover of the Economist inaugurates a new era"></p>
<p>At a time when bitcoin was considered the currency of the Dark Web, The Economist wisely identified the revolutionary technology of blockchain.</p>
<p>6 years later, this technology is producing decentralized finance, which could shake up multi-century old banks. And that's why this Economist cover story ushers in a new era of complex competition between centralized and decentralized finance.</p>
<p>To receive the articles, <a href="https://distributedinnovation.co/subscribe/">subscribe to the newsletter</a>:</p>
<p>To access the training catalog, <a href="https://distributedinnovation.co/academy/">click here</a>.</p>
<h2 id="sources">Sources</h2>
<p><a href="https://www.economist.com/briefing/2021/09/18/adventures-in-defi-land">https://www.economist.com/briefing/2021/09/18/adventures-in-defi-land</a></p>
<p><a href="https://www.economist.com/leaders/2021/09/18/the-beguiling-promise-of-decentralised-finance">https://www.economist.com/leaders/2021/09/18/the-beguiling-promise-of-decentralised-finance</a></p>
<!--kg-card-end: markdown-->]]></content:encoded></item><item><title><![CDATA[No-code, another buzzword?]]></title><description><![CDATA[You may have heard of no-code, or you may already be practicing it. But what is no-code? And if it is no-code, why do some people proclaim themselves as "no-coders", and thus able to code no-code?]]></description><link>https://distributedinnovation.co/no-code-another-buzzword/</link><guid isPermaLink="false">61422d473fff7d70ae1a466f</guid><category><![CDATA[code]]></category><category><![CDATA[no code]]></category><dc:creator><![CDATA[Jef]]></dc:creator><pubDate>Wed, 15 Sep 2021 17:32:45 GMT</pubDate><media:content url="https://images.unsplash.com/photo-1526649661456-89c7ed4d00b8?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=MnwxMTc3M3wwfDF8c2VhcmNofDJ8fG5vJTIwY29kZXxlbnwwfHx8fDE2MzE3MjY0ODk&amp;ixlib=rb-1.2.1&amp;q=80&amp;w=2000" medium="image"/><content:encoded><![CDATA[<!--kg-card-begin: markdown--><img src="https://images.unsplash.com/photo-1526649661456-89c7ed4d00b8?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwxMTc3M3wwfDF8c2VhcmNofDJ8fG5vJTIwY29kZXxlbnwwfHx8fDE2MzE3MjY0ODk&ixlib=rb-1.2.1&q=80&w=2000" alt="No-code, another buzzword?"><p>You may have heard of no-code, or you may already be practicing it. But what is no-code? And if it is no-code, why do some people proclaim themselves as &quot;no-coders&quot;, and thus able to code no-code?</p>
<h2 id="codethenlowcodenocode">Code then low-code / no-code</h2>
<p>Before no-code, other tools allowing to develop applications easily existed.<br>
In fact, the different programming languages are already a simplification of the computer language. Indeed, computers use, for the most part, a binary language to communicate, made of 0 and 1, because it is the simplest way to define the &quot;on&quot; or &quot;off&quot; state of the communication signals of a computer. It is almost impossible for a human to write binary code directly, understandable by the computer. To create applications, developers write lines of code in human-understandable programming languages, which are quite different from the computer's binary code. So how can this language be understood by the computer? The programming language written by the developers is translated into a language understandable to the computer, the machine language. This translation is done by a computer program; generally this program is called the compiler.<br>
To illustrate, we have two worlds, the human world and the machine world. Human developers write code in a programming language they can understand, and then this computer code is translated into the language of the machine so that it can execute the instructions of the machine.<br>
There are a multitude of programming languages that developers can use: Java, C++, Python, Swift... But mastering these programming languages requires years of study.<br>
This is why no code or low code tools have appeared and are gaining ground.<br>
A tool like Excel for example, can be considered as a precursor of no-code, because it allows to perform complex operations, or even to launch applications with macros.<br>
But no-code tools go further. It is a set of software, which allows to deploy applications, without writing a line of code in programming language. No-code tools use intuitive and pleasant interfaces to make the development of an application accessible to everyone. Most no-code tools are built on the following principle: &quot;What You See Is What You Get&quot; <em>(WYSIWYG)</em>. What is seen on the screen is the final rendering of the application.<br>
It is now possible to do almost anything with no-code. Be it a website, an android or ios application, a webapp, a marketplace. The only limit is imagination.<br>
From a cost point of view, no-code applications usually work on a Saas (Software as a service) model, i.e., an online use by subscription.<br>
Here are some examples of no-code tools: Bubble, Zappier, Adalo, Glide, Airtable... We will see them in more detail later.<br>
No-coders are therefore computer programmers of a new generation, who are able to use several no-code tools, to create applications quickly. No-coders can also develop prototype applications in no-code, which will then be developed in &quot;real&quot; code.</p>
<h2 id="examplesofnocodeprojects">Examples of no-code projects</h2>
<p>Recently, startups have been able to launch only with no-code tools, without any computer programmer.</p>
<p>Let's mention for example :</p>
<p><strong>Comet.co</strong><br>
This is a marketplace to connect freelancers with potential clients<br>
This platform was developed using Bubble.io. In 2018 Comet.co raised 14 million euros.</p>
<p><strong>New York City</strong><br>
In 2020, New York City used a no-code tool, Unqork, to develop a platform to collect information about Covid. Again, no code allows for solutions to be deployed in a short time to meet urgent needs.</p>
<h2 id="conclusion">Conclusion</h2>
<p>No-code is a new technological tool, whose history is just beginning to be written. If you want to know the rest of the story, or find out about Distributed Innovation's trainings, <a href="https://distributedinnovation.co/subscribe/">subscribe</a> to the newsletter.</p>
<!--kg-card-end: markdown--><p><a href="https://distributedinnovation.co/subscribe/">Subscribe here</a></p>]]></content:encoded></item><item><title><![CDATA[What financial services could DeFi replace ?]]></title><description><![CDATA[DeFi is a set of financial services, which use blockchain technology to achieve its goals. Most of the DeFi projects are based on the Ethereum blockchain, which explains the strong rise of the token...
#blockchain #DeFi #decentralized]]></description><link>https://distributedinnovation.co/defi-financial-services/</link><guid isPermaLink="false">603e4c163fff7d70ae1a460a</guid><category><![CDATA[blockchain]]></category><category><![CDATA[DeFi]]></category><category><![CDATA[decentralized]]></category><dc:creator><![CDATA[Jef]]></dc:creator><pubDate>Tue, 02 Mar 2021 14:42:59 GMT</pubDate><media:content url="https://distributedinnovation.co/content/images/2021/03/annie-spratt-Jr8byYZmTTU-unsplash-4.jpg" medium="image"/><content:encoded><![CDATA[<!--kg-card-begin: markdown--><img src="https://distributedinnovation.co/content/images/2021/03/annie-spratt-Jr8byYZmTTU-unsplash-4.jpg" alt="What financial services could DeFi replace ?"><p>Recently, DeFi, or decentralized finance, has made a breakthrough. As seen in a <a href="https://distributedinnovation.co/bitcoin-money-aggregates/">previous article</a>, the scope of Bitcoin can be compared to monetary aggregates. However, in this comparison, we have not mentioned DeFi.<br>
<strong>What about DeFi?</strong></p>
<h2 id="briefdefinition">Brief definition</h2>
<p>DeFi is a set of financial services, which use blockchain technology to achieve its goals. Most of the DeFi projects are based on the Ethereum blockchain, which explains the strong rise of the token. Since a few months, the Binance Smart Chain blockchain, which is a blockchain powered by the Binance crypto-currency exchange platform, also proposes many DeFi projects.</p>
<p>Thus, the DeFi makes it possible, among other things, to lend or borrow, either directly to other people or indirectly.<br>
In the DeFi, it is notably possible to lend both Bitcoins and Dollars, or both Bitcoins and Euros, in exchange for a reward in the form of an interest rate. This loan allows the marketplace to have sufficient liquidity to operate; when a person lends his Bitcoins and Euros, he &quot;stakes&quot; his Bitcoins in exchange for a reward, which comes from the commissions that are taken from each exchange in the marketplace.</p>
<p>A word of caution is in order, however, because among these DeFi projects, many promise everything, with ROI that sometimes allow the stake to be multiplied by 10. As often, when new territories of innovation are discovered, it is &quot;Far West&quot;, and the scams are numerous. This was the case in the early days of the web, for example. But these numerous scams must not hide the potential of the innovation in question, and the DeFi, once rid of its youthful crooks, will profoundly change investment and finance.</p>
<h2 id="defiandaggregates">DeFi and aggregates</h2>
<p>As mentioned above, &quot;staking&quot; is one of the possibilities that allow to lend crypto-currencies, being remunerated, and it is thus an investment in the universe of decentralized finance, as savings accounts would be in traditional finance.</p>
<p>If we go back to the monetary aggregates mentioned in the <a href="https://distributedinnovation.co/bitcoin-money-aggregates/">previous article</a>, the DeFi therefore occupies the place of the M2 aggregate, which corresponds to investments such as ssavings accounts, etc.</p>
<p><img src="https://distributedinnovation.co/content/images/2021/03/Schema-aggregate-bitcoin-defi-EN-1.png" alt="What financial services could DeFi replace ?"></p>
<p>DeFi exploits the possibilities of smart contracts for financial services; these smart contracts were introduced thanks to the development of the Ethereum blockchain, and they allow, simply put, to register a contract in the blockchain, and to make sure that it is executed automatically. For example, the insurance company AXA had developed an airplane delay insurance, which was connected to the arrival times of the various flights, and which could automatically compensate an insured person, without the latter having to take any steps. Intelligent contracts also exist for setting up loans, and they are contributing to the growth of DeFi.</p>
<h2 id="blockchainandfinancialservices">Blockchain and financial services</h2>
<p>Little by little, blockchain technology is therefore gaining ground and offering increasingly sophisticated financial services. These financial services can be mapped in the same way as monetary aggregates. Like the information technologies that appeared before it, blockchain technology, slowly but surely, is transforming interactions, and in particular, financial interactions. The financial sector, a pioneer of the blockchain, has understood this for several years, but despite this lucid anticipation, the tempo could very quickly accelerate...</p>
<p><a href="https://distributedinnovation.co/">distributedinnovation.co</a></p>
<p><span>Photo by <a href="https://unsplash.com/@anniespratt?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText">Annie Spratt</a> on <a href="https://unsplash.com/?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText">Unsplash</a></span></p>
<!--kg-card-end: markdown-->]]></content:encoded></item><item><title><![CDATA[What financial services could Bitcoin replace?]]></title><description><![CDATA[If Bitcoin were to be adopted on a large scale, what place would it take, and what services would become obsolete as a result of this adoption?]]></description><link>https://distributedinnovation.co/bitcoin-money-aggregates/</link><guid isPermaLink="false">601bc2f93fff7d70ae1a45c1</guid><category><![CDATA[bitcoin]]></category><category><![CDATA[blockchain]]></category><category><![CDATA[money]]></category><dc:creator><![CDATA[Jef]]></dc:creator><pubDate>Thu, 04 Feb 2021 09:58:11 GMT</pubDate><media:content url="https://images.unsplash.com/photo-1591994843349-f415893b3a6b?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=MXwxMTc3M3wwfDF8c2VhcmNofDJ8fGJpdGNvaW58ZW58MHx8fA&amp;ixlib=rb-1.2.1&amp;q=80&amp;w=2000" medium="image"/><content:encoded><![CDATA[<!--kg-card-begin: markdown--><img src="https://images.unsplash.com/photo-1591994843349-f415893b3a6b?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MXwxMTc3M3wwfDF8c2VhcmNofDJ8fGJpdGNvaW58ZW58MHx8fA&ixlib=rb-1.2.1&q=80&w=2000" alt="What financial services could Bitcoin replace?"><p>Many people criticize Bitcoin for its electricity consumption, which is often compared to that of entire countries. It is true that the blockchain technology based on proof of work, which is used by Bitcoin consumes a lot of energy. But there is a preliminary step, which few people talk about, and which Bitcoin's critics tend to avoid or simplify.<br>
This preliminary step is to ask the question: if Bitcoin were to be adopted on a large scale, what place would it take, and what services would become obsolete as a result of this adoption?</p>
<h2 id="bitcointhatelectroniccash">Bitcoin, that electronic cash</h2>
<p>Let's go back to sources. In the abstract of the white paper at the origin of Bitcoin, Satoshi Nakamoto defines it as follows:</p>
<blockquote>
<p><em>A purely peer-to-peer version of electronic cash would allow online payments to be sent directly from one party to another without going through a financial institution.</em></p>
</blockquote>
<p>Then in conclusion:</p>
<blockquote>
<p><em>We have proposed a system for electronic transactions without relying on trust.</em></p>
</blockquote>
<p>Or, as stated more explicitly in the introduction :</p>
<blockquote>
<p><em>What is needed is an electronic payment system based on cryptographic proof instead of trust, allowing any two willing parties to transact directly with each other without the need for a trusted third party.</em></p>
</blockquote>
<p>Created in the 2000s, Bitcoin is therefore proposed as a solution for Internet payments, which were growing rapidly at that time. Let's insist a little on its characteristics:</p>
<ul>
<li>it is a means of electronic payment</li>
<li>payments are made from person to person, without going through a financial institution (trust in these institutions is replaced by cryptographic proof)</li>
<li>Another interesting property that results from this is that anyone can create a Bitcoin wallet, which plays the same role as a current account in the real world.</li>
</ul>
<p>So, if tomorrow Bitcoin were to become widespread - let's say it is capable of doing so, and the number of transactions is not a limit - it would be used for all payments on the Internet, and by extension, for all electronic payments in everyday life, i.e. credit card payments and transfers. It would thus play the role that money plays in electronic payments, with the possibility of creating an electronic bank account, via the bitcoin wallet. But how to clearly delimit this perimeter?</p>
<h2 id="moneymasses">Money masses</h2>
<p>In order to delimit this perimeter, it is necessary to compare what is comparable. The currencies present in the different countries of the world give us a good element of comparison.<br>
The quantity of money in a country or an economic zone constitutes the money supply, and economists divide this money supply into aggregates, aggregates that delimit the different attributions of this money.<br>
To be more concrete, in the case of the euro zone, the money supply is as follows:</p>
<p><img src="https://distributedinnovation.co/content/images/2021/02/Schema-aggregate-monetary-base-EN.png" alt="What financial services could Bitcoin replace?"></p>
<p>The purpose here is not to provide a detailed explanation of the currency, but simply to provide a comparison.</p>
<p>The most common form of money is <strong>M1</strong>; it includes bills and coins in circulation - cash - and current accounts - sight deposits.</p>
<p>The <strong>monetary base</strong>, on the other hand, refers to money that was created directly by the central bank. The management of money is central bank main mission.</p>
<p>Next comes the money supply <strong>M2</strong>; this is the addition of term deposits or notice deposits, which we know more simply as savings accounts.</p>
<p>Finally <strong>M3</strong> adds instruments that are negotiable on the money markets, but which will not interest us in this article.</p>
<p><strong>What does this have to do with Bitcoin, you may ask?</strong></p>
<p>Well, as we have seen in the previous paragraph, Bitcoin is a digital currency that allows payments to be made from person to person. Bitcoins are generated by the Bitcoin algorithm for the miners, which are the computers that make up its network, and which must be paid for their work.</p>
<p>The Bitcoin network thus allows 3 functions:</p>
<ul>
<li>the creation of money,</li>
<li>person-to-person payment,</li>
<li>and setting up portfolios (or wallets) that are the equivalent of bank accounts.</li>
</ul>
<p>In the functioning of the money that we use every day, these 3 functions are ensured by the central bank for the creation of money, by the commercial banks for the creation of current accounts, and finally by the banking network for payments between people.<br>
In order to make the comparison between the official system and the Bitcoin ecosystem comparable, we remove bills and coins from the perimeter, because the Bitcoin network does not allow the edition of bills or coins on a large scale, even if there are initiatives here and there.</p>
<p>We therefore arrive at the following diagram, which allows us to compare the current perimeters of the money supply with that of Bitcoin</p>
<p><img src="https://distributedinnovation.co/content/images/2021/02/Schema-aggregate-bitcoin-EN.png" alt="What financial services could Bitcoin replace?"></p>
<p>If Bitcoin were to be used on a large scale, and assuming that it is technically possible, it could replace the role played by the central bank in the creation of money, the commercial banks in maintaining current accounts, and the banking network in person-to-person payments. This is still a colossal prospect!</p>
<p><strong>The Bitcoin network is therefore comparable to the monetary aggregate M1 + the monetary base - coins and banknotes.</strong></p>
<p>Of course, this comparison remains crude, and the roles of the different actors are not so simple to define. But this comparison then provides a basis for work, especially when it comes to calculating Bitcoin's energy consumption, for example. For we can then refer to the equivalent that performs the same function for the official currency.</p>
<p>Keep this comparison in mind, it will be useful in future articles on the energy consumption of bitcoin.</p>
<!--kg-card-end: markdown-->]]></content:encoded></item><item><title><![CDATA[Is being first to innovate an advantage?]]></title><description><![CDATA[ ]]></description><link>https://distributedinnovation.co/being-first-innovate/</link><guid isPermaLink="false">5fa202103fff7d70ae1a4501</guid><category><![CDATA[social network]]></category><dc:creator><![CDATA[Jef]]></dc:creator><pubDate>Wed, 04 Nov 2020 01:32:27 GMT</pubDate><media:content url="https://distributedinnovation.co/content/images/2020/11/cover-social-media.jpg" medium="image"/><content:encoded><![CDATA[<!--kg-card-begin: markdown--><h2 id="intheyears2000thissocialnetworkvaluedatoverhalfabilliondollars">In the years 2000, this social network valued at over half a billion dollars</h2>
<img src="https://distributedinnovation.co/content/images/2020/11/cover-social-media.jpg" alt="Is being first to innovate an advantage?"><p>In 2005, a famous social network, with more than 25 million users, was bought out for more than 580 million dollars. The platform was famous, and the number of users was growing continuously. You think it's Facebook? Well, it's not. Several social networks existed before Facebook, including one with a bright future. It had started with a niche user base by targeting its customers, and then word of mouth did its job, so its reputation was growing.<br>
However, this social network, which was among the first to make a breakthrough, was about to lose its lead by trying to go too fast.</p>
<h2 id="beingfirstreally">Being first, really?</h2>
<p>Is it enough to be first to succeed? Perhaps you've already launched an innovative or daring project, thinking that you had to go fast and be the first. Or maybe you want to launch a project, but you tell yourself that the market is already taken, that competitors are already there, so there's no point in getting started. In fact, it is not enough to be the first, and there is no fatality for the second.</p>
<h2 id="the2rulestorespect">The 2 rules to respect</h2>
<p>This social network, bought for more than half a billion dollars in 2005, is MySpace. Everything had started well for MySpace. Drawing inspiration from emerging social networks, it offered a more complete experience, and was based on the community of musicians, who, at the time could not get started without creating their MySpace account. But with success, MySpace made several choices, which proved decisive for its future. And here are the lessons we can learn from them:</p>
<h3 id="1putthecustomeratthecenterofeverything">1) Put the customer at the center of everything</h3>
<p>MySpace had a great innovation in its hands, &quot;the social network&quot;. But instead of developing this innovation, the site wanted to earn cash very quickly - too quickly. A 3-year advertising partnership was signed with Google, pushing MySpace to multiply ads on the site. Meanwhile, Facebook was pushing the logic of social networking, offering an enhanced experience with a notification wall, allowing users to know in real time their friends' activity, all without ads, at least at first...</p>
<p>Let's go back to March 2007 (screenshots from the very good site <a href="https://web.archive.org/">Wayback Machine</a> :</p>
<p>The MySpace homepage was the following:</p>
<p><img src="https://distributedinnovation.co/content/images/2020/10/myspaceaccueil.png" alt="Is being first to innovate an advantage?"></p>
<p>The Facebook homepage was the following:</p>
<p><img src="https://distributedinnovation.co/content/images/2020/10/facebookaccueil.png" alt="Is being first to innovate an advantage?"></p>
<p>The contrast between the two sites is striking:</p>
<ul>
<li>Facebook is <strong>clear</strong> and <strong>simple</strong> compared to MySpace</li>
<li>On the Facebook site, the promise is clear: <strong>&quot;connect with people &quot;</strong> and &quot;share information&quot;, while MySpace only says &quot;a place for friends&quot;.</li>
</ul>
<p>Pushing the logic of the social network, the great strength of Facebook compared to MySpace was also to propose to users and developers to co-construct the site. Any user could now create a specific group to share his or her interests, whether these interests were sports, music, literature, etc... On MySpace, the user had to join a category predefined by the site in order to find passionate people. The experience was therefore much less interesting, and above all much less personalized. Finally, Facebook developed a platform, to allow developers to offer applications. While MySpace made all the applications itself. It goes without saying that with this strategy, MySpace did not benefit at all from the leverage that the social network could bring.</p>
<p>This is what your profile on MySpace looked like in 2007 (image from <a href="https://www.reddit.com/r/nostalgia/comments/bnthap/logging_into_myspace_in_2007/">Reddit</a>)<br>
<img src="https://distributedinnovation.co/content/images/2020/10/myspaceprofil.jpg" alt="Is being first to innovate an advantage?"></p>
<p>And on Facebook (image from <a href="https://www.shareaholic.com/blog/happy-facebook-ipo-day-10-screenshots-of-the-old-facebook-designs/">Shareaholic</a>)<br>
<img src="https://distributedinnovation.co/content/images/2020/10/facebookprofil.jpg" alt="Is being first to innovate an advantage?"></p>
<ul>
<li>Facebook offers a <strong>wall</strong> with recent activities of friends</li>
<li>Facebook has no ads while MySpace offers <strong>un-targeted advertising</strong>.</li>
</ul>
<h3 id="2oncethecustomerisservedhelpyourselfto">2) Once the customer is served, help yourself to</h3>
<p>As we said, Facebook didn't have any ads at the beginning, it was only later that the site made very targeted ads, and therefore much more interesting both for advertisers, and for users who were offered useful ads. Thanks to these targeted ads, advertisers were now sure to reach their customers. You wanted to target people who love shoes, and who live in Paris? Facebook allowed you - and still allows you - to send advertising to such people. And the craziest part is that most users were happy to receive such an ad, because it was in line with their tastes.</p>
<h2 id="dontbethefirstbethebest">Don't be the first, be the best</h2>
<p>If MySpace was the first large-scale social network, Facebook was the first social network in people's minds. On Facebook, you could create communities with groups, you could create applications, you could share photos easily. The very good book &quot;The 22 Laws of Marketing&quot; by Al Ries and Jack Trout says it in its third law, you have to <strong>win the first place in the minds</strong>. Once the minds are conquered, people will think that you were the first to innovate. This is the case with Facebook; most people think it was the first social network. <strong>Don't be the first, be the best</strong>.</p>
<p>To receive Distributed Innovation content, <a href="https://distributedinnovation.co/subscribe/">subscribe to private emails.</a></p>
<p><img src="https://distributedinnovation.co/content/images/2020/10/top.jpg" alt="Is being first to innovate an advantage?"></p>
<!--kg-card-end: markdown-->]]></content:encoded></item></channel></rss>