-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnotes.html
More file actions
62 lines (62 loc) · 4.17 KB
/
notes.html
File metadata and controls
62 lines (62 loc) · 4.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#5271ff">
<meta name="referrer" content="no-referrer">
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'none'; style-src 'self' 'unsafe-inline'; img-src 'self'; font-src 'self'; object-src 'none'; base-uri 'self'; frame-ancestors 'none'; form-action 'self'">
<link rel="canonical" href="https://cyphertoshi.com/notes"/>
<meta name="robots" content="index, follow">
<meta name="description" content="Insights, guides, and notes from CypherToshi covering privacy, cryptography and more."/>
<meta name="author" content="Tech1k">
<title>CypherToshi's Notes</title>
<link rel="shortcut icon" href="/assets/favicon.png?v=3"/>
<link rel="manifest" href="/site.webmanifest"/>
<link rel="apple-touch-icon" href="/assets/icon.png?v=1"/>
<meta property="og:title" content="CypherToshi"/>
<meta property="og:description" content="Insights, guides, and notes from CypherToshi covering privacy, cryptography and more."/>
<meta property="og:type" content="website"/>
<meta property="og:image" content="https://cyphertoshi.com/assets/og-banner.png?v=1"/>
<meta property="og:image:width" content="1200"/>
<meta property="og:image:height" content="630"/>
<meta property="og:url" content="https://cyphertoshi.com/notes"/>
<meta property="og:site_name" content="CypherToshi"/>
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://cyphertoshi.com/assets/og-banner.png?v=1"/>
<meta name="twitter:title" content="CypherToshi's Notes"/>
<meta name="twitter:description" content="Insights, guides, and notes from CypherToshi covering privacy, cryptography and more."/>
<link rel="alternate" type="application/rss+xml" title="CypherToshi RSS" href="/rss.xml"/>
<link rel="stylesheet" href="/assets/style.css?v=6">
</head>
<body>
<div id="main">
<h1>CypherToshi's Notes</h1>
<p><i>Insights, guides, and notes from CypherToshi covering privacy, cryptography and more.</i></p>
<div class="center">
<h3>
<a href="/">Home</a> |
<a href="/links">Links</a> |
<a href="/notes" id="curpage">Notes</a> |
<a href="/tools">Toolkit</a> |
<a href="/contact">Contact</a>
</h3>
</div>
<hr/>
<section>
<h2>Notes (<a href="/rss.xml">RSS</a>)</h2>
<ul>
<li id="listlink"><a href="/docs/scalability-constraints-of-bitcoin.pdf" target="_blank" rel="noopener">Scalability Constraints of Bitcoin (PDF)</a> – A technical analysis of Bitcoin's scalability limitations.</li>
<li id="listlink"><a href="/posts/op-return-limits" target="_blank" rel="noopener">OP_RETURN Size Limits</a> – Thoughts on Bitcoin Core PR #32359 and OP_RETURN Size Limits.</li>
<li id="listlink"><a href="/posts/openalias-wallets" target="_blank" rel="noopener">OpenAlias Supported Wallets</a> – A living list of wallets that support OpenAlias.</li>
<li id="listlink"><a href="/posts/genesis" target="_blank" rel="noopener">Genesis</a> – Welcome to CypherToshi's Notes.</li>
</ul>
</section>
<br/>
<hr/>
<footer>
<p style="text-align:center;">An initiative started April 15, 2025 by <a href="https://tech1k.com" target="_blank" rel="noopener">Tech1k</a>. This site is <a href="https://github.com/Tech1k/cyphertoshi.com" target="_blank" rel="noopener">open-source</a>, with code under <a href="https://github.com/Tech1k/cyphertoshi.com/blob/master/LICENSE" target="_blank" rel="noopener">MIT</a> and words under <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="noopener">CC BY 4.0</a>.</p>
</footer>
</div>
</body>
</html>