1
0
mirror of https://gitlab.com/Anson-Projects/projects.git synced 2025-08-02 03:21:32 +00:00

fixed header tags to be semantic html

This commit is contained in:
2022-01-07 15:10:27 -07:00
parent f572819e6b
commit 71309a86e3
8 changed files with 10969 additions and 44 deletions

View File

@@ -56,7 +56,7 @@ pre > code.sourceCode > span > a:first-child::before { text-decoration: underlin
}
code span.al { color: #ad0000; } /* Alert */
code span.an { color: #5e5e5e; } /* Annotation */
code span.at { color: #20794d; } /* Attribute */
code span.at { } /* Attribute */
code span.bn { color: #ad0000; } /* BaseN */
code span.bu { } /* BuiltIn */
code span.cf { color: #007ba5; } /* ControlFlow */
@@ -77,7 +77,7 @@ code span.kw { color: #007ba5; } /* Keyword */
code span.op { color: #5e5e5e; } /* Operator */
code span.ot { color: #007ba5; } /* Other */
code span.pp { color: #ad0000; } /* Preprocessor */
code span.sc { color: #20794d; } /* SpecialChar */
code span.sc { color: #5e5e5e; } /* SpecialChar */
code span.ss { color: #20794d; } /* SpecialString */
code span.st { color: #20794d; } /* String */
code span.va { color: #111111; } /* Variable */
@@ -85,6 +85,28 @@ code span.vs { color: #20794d; } /* VerbatimString */
code span.wa { color: #5e5e5e; font-style: italic; } /* Warning */
</style>
<style>
div.csl-bib-body { }
div.csl-entry {
clear: both;
}
.hanging div.csl-entry {
margin-left:2em;
text-indent:-2em;
}
div.csl-left-margin {
min-width:2em;
float:left;
}
div.csl-right-inline {
margin-left:2em;
padding-left:1em;
}
div.csl-indent {
margin-left: 2em;
}
</style>
<!--radix_placeholder_meta_tags-->
<title>Notes on Nano</title>
@@ -110,7 +132,7 @@ code span.wa { color: #5e5e5e; font-style: italic; } /* Warning */
<!--/radix_placeholder_meta_tags-->
<meta name="citation_reference" content="citation_title=Ripple “guilty of fraud,” but not securities law violations: Messari’s Selkis;citation_publication_date=2021;citation_author=Anjali Jain"/>
<meta name="citation_reference" content="citation_title=Ripple guilty of fraud, but not securities law violations: Messaris Selkis;citation_publication_date=2021;citation_author=Anjali Jain"/>
<meta name="citation_reference" content="citation_title=Shiba inu ecosystem"/>
<meta name="citation_reference" content="citation_title=Quantifying decentralization;citation_publication_date=2017;citation_publisher=Earn.com;citation_author=Balaji S. Srinivasan"/>
<meta name="citation_reference" content="citation_title=NanoLooker representatives"/>
@@ -120,7 +142,7 @@ code span.wa { color: #5e5e5e; font-style: italic; } /* Warning */
<meta name="citation_reference" content="citation_title=CoinGecko"/>
<meta name="citation_reference" content="citation_title=Bitcoin Energy Consumption"/>
<meta name="citation_reference" content="citation_title=Coinbase - How to send crypto"/>
<meta name="citation_reference" content="citation_title=Nano’s Network Flooded With Spam, Nodes Out of Sync;citation_publication_date=2021;citation_author=Colin Harper"/>
<meta name="citation_reference" content="citation_title=Nanos Network Flooded With Spam, Nodes Out of Sync;citation_publication_date=2021;citation_author=Colin Harper"/>
<!--radix_placeholder_rmarkdown_metadata-->
<script type="text/json" id="radix-rmarkdown-metadata">
@@ -1276,7 +1298,10 @@ code span.wa { color: #5e5e5e; font-style: italic; } /* Warning */
// hoverable references
$('span.citation[data-cites]').each(function() {
var refHtml = $('#ref-' + $(this).attr('data-cites')).html();
var refs = $(this).attr('data-cites').split(" ");
var refHtml = refs.map(function(ref) {
return "<p>" + $('#ref-' + ref).html() + "</p>";
}).join("\n");
window.tippy(this, {
allowHTML: true,
content: refHtml,
@@ -1447,8 +1472,8 @@ code span.wa { color: #5e5e5e; font-style: italic; } /* Warning */
</script>
<!--/radix_placeholder_distill-->
<script src="notes-on-nano_files/header-attrs-2.7/header-attrs.js"></script>
<script src="notes-on-nano_files/jquery-1.11.3/jquery.min.js"></script>
<script src="notes-on-nano_files/header-attrs-2.11/header-attrs.js"></script>
<script src="notes-on-nano_files/jquery-3.6.0/jquery-3.6.0.min.js"></script>
<script src="notes-on-nano_files/popper-2.6.0/popper.min.js"></script>
<link href="notes-on-nano_files/tippy-6.2.7/tippy.css" rel="stylesheet" />
<link href="notes-on-nano_files/tippy-6.2.7/tippy-light-border.css" rel="stylesheet" />
@@ -1495,18 +1520,20 @@ code span.wa { color: #5e5e5e; font-style: italic; } /* Warning */
</div>
<div class="d-article">
<h1 id="the-current-state-of-crypto">The Current State of Crypto</h1>
<h2 id="the-current-state-of-crypto">The Current State of Crypto</h2>
<p>In 2021 news about cryptocurrency has been dominated by <em>meme coins</em>. It is without a doubt that the crypto bull runs of 2021 have been thanks to the hype around coins with zero utility besides the ability to rapidly shoot up in value due to carefully constructed tokenomics<a href="#fn1" class="footnote-ref" id="fnref1" role="doc-noteref"><sup>1</sup></a>. Unfortunately, the hype surrounding coins with actual utility has been disappointingly low in 2021.</p>
<p>The current narrative of the most influential coins is that bitcoin will change financial infrastructure and keep governments from taking our freedom. Ethereum will be the backbone for everything from the internet, to art, to the mortgage on your house. The rest of the top 10 (and most of the top 100) coins by market cap are either smart-contract platforms with little community gunning for Ethereums spot or meme coins promising valuations that challenge the wealth of the economy of the world.</p>
<h1 id="return-of-the-utility">Return of the Utility</h1>
<p>The current narrative of the most influential coins is that Bitcoin will change financial infrastructure and keep governments from taking our freedom. Ethereum will be the backbone for everything from the internet, to art, to the mortgage on your house. The rest of the top 10 (and most of the top 100) coins by market cap are either smart-contract platforms with little community gunning for Ethereums spot or meme coins promising valuations that challenge the wealth of the economy of the world.</p>
<h2 id="return-of-the-utility">Return of the Utility</h2>
<p>The coin I want to talk about is Nano (XNO). As of writing, it is ranked #175 by market capitalization. Nano does one thing and executes it perfectly: being a currency. The current market capitalization is far lower than other coins with similar amounts of development and community. Ethereum has a vibrant ecosystem where usage causes more usage. <a href="https://twitter.com/domothy/status/1462988092848156677/photo/1">The figure here illustrates this nicely.</a> The only way to increase demand for Nano and increase the price is to get it used for everyday transactions which would make the limited supply more scarce. Currencies have so much more to offer the world than just stores of value that can shoot up in price, and I think Nano is the perfect example of that. A coin of pure utility.</p>
<!-- ![Data from [@kraken_deposit] and [@coingecko]](caps.svg) -->
<div class="l-body-outset">
<embed
type="text/html"
src="caps.html"
width="100%"
style="height: 60vh"
/>
</div>
<figcaption>
Data from <span class="citation" data-cites="kraken_deposit">(<a href="#ref-kraken_deposit" role="doc-biblioref"><span>“Kraken”</span> 2021</a>)</span> and <span class="citation" data-cites="coingecko">(<a href="#ref-coingecko" role="doc-biblioref"><span><span>CoinGecko</span></span> n.d.</a>)</span>
</figcaption>
@@ -1579,10 +1606,10 @@ Data from <span class="citation" data-cites="kraken_deposit">(<a href="#ref-krak
</tbody>
</table>
</div>
<h1 id="what-is-nano">What is Nano</h1>
<h2 id="what-is-nano">What is Nano</h2>
<p><strong>Nano is fast</strong> because it uses a block-lattice architecture. This means that there is no concept of block times which are the limiting factor for most cryptocurrencys transaction time. Every wallet has a unique blockchain, and each “block” only contains a single transaction. Since the block is only needed when a transaction is made, wallets can pre-mine a block and hold onto the proof of work. Since each wallet manages its blockchain and proof of work, nodes only need to worry about the balance of each wallet. This enables transactions to be instantly propagated to the network, and the nodes that govern the network only keep track of the balance of each wallet.</p>
<p><strong>Nano is free</strong> to transact because it does not rely on paying miners for proof of work, and it is designed to be efficient so running a node is cheap and does not require support from the network. Bitcoin requires 1900 kWh of power for a single transaction<a href="#fn10" class="footnote-ref" id="fnref10" role="doc-noteref"><sup>10</sup></a>, whereas Nano is only 0.111 Wh per transaction<a href="#fn11" class="footnote-ref" id="fnref11" role="doc-noteref"><sup>11</sup></a> which is a difference of about 17 million percent.<a href="#fn12" class="footnote-ref" id="fnref12" role="doc-noteref"><sup>12</sup></a> There are many arguments that no one will run the nodes required to keep the Nano network healthy without proper incentives. Nano can work around this by keeping the requirements to run a Node very low so that the indirect benefits of running a node far outweigh the costs of the hardware. Companies will likely run nodes since running a node will be cheaper than paying transaction fees for other payment methods. The Nano whitepaper goes into great detail about the types of nodes.</p>
<h1 id="why-isnt-nano-mainstream">Why isnt Nano Mainstream</h1>
<h2 id="why-isnt-nano-mainstream">Why isnt Nano Mainstream</h2>
<p>Most cryptocurrencies have features that directly benefit other users or network maintainers from being used. Transaction fees fed back into the coins ecosystem are a great way to create feedback loops that generate more use for a coin. The incentive structure for Nano is much less direct but arguably much more potent. Established players in the cryptocurrency and payment processor world benefit significantly from having transactions go through them. To single out Coinbase, they have a feature where you can transfer crypto between any other member on the platform instantly and free<a href="#fn13" class="footnote-ref" id="fnref13" role="doc-noteref"><sup>13</sup></a>. This proprietary feature could create a walled garden that Nano threatens to dismantle.</p>
<p>It would be unfair to suggest that Nanos problems are from big established players fighting innovation. Nanos most vital features also make it susceptible to spam attacks. Since there is no fee and the network supports dividing 1 Nano into 30 decimal places, attackers can spam the network by sending trace amounts of Nano to random addresses. The ability to send these dust transactions creates a ton of stress on the network and has even ground Nano to a halt in the past<a href="#fn14" class="footnote-ref" id="fnref14" role="doc-noteref"><sup>14</sup></a>. However, the network did perform better than most had hoped, and the spam attack worked as an excellent verification of Nanos capabilities. Since then, the development team has focused on solutions to ensure that the issue doesnt occur again. It is worth noting that although Nano is feeless, it is not free. So, while sending Nano does not cost any Nano, it does cost computation, so attacks on the network are still costly.</p>
<hr />