-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
141 lines (110 loc) · 5.11 KB
/
index.html
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="generator" content="Hugo 0.57.2" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Ivan Kuznetsov">
<meta property="og:url" content="https://jeiwan.net/">
<title>Going the distance</title>
<meta property="og:title" content="Going the distance">
<meta property="og:type" content="website">
<meta name="description" content="Thoughts about web development, devops, and blockchain">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro|Arvo:400,700">
<link rel="stylesheet" href="/css/highlight.css">
<link rel="stylesheet" href="/css/journal.css">
<link href="/index.xml" rel="alternate" type="application/rss+xml" title="Going the distance">
</head>
<body>
<div class="container">
<header class="site-header">
<h1>Going the distance</h1>
<p>Thoughts about web development, devops, and blockchain</p>
</header>
<article class="posts">
<section>
<h2>2020</h2>
<ol>
<li>
<time datetime="2020-01-22 00:00:00 +0000">Jan 22</time>
<a href="/posts/programming-bitcoin-network-4/">Programming Bitcoin Network, part 4</a>
</li>
</ol>
</section>
<section>
<h2>2019</h2>
<ol>
<li>
<time datetime="2019-12-03 00:00:00 +0000">Dec 03</time>
<a href="/posts/programming-bitcoin-network-3/">Programming Bitcoin Network, part 3</a>
</li><li>
<time datetime="2019-11-17 15:29:48 +07">Nov 17</time>
<a href="/posts/programming-bitcoin-network-2/">Programming Bitcoin Network, part 2</a>
</li><li>
<time datetime="2019-10-30 00:00:00 +0000">Oct 30</time>
<a href="/posts/programming-bitcoin-network/">Programming Bitcoin Network</a>
</li>
</ol>
</section>
<section>
<h2>2018</h2>
<ol>
<li>
<time datetime="2018-03-02 16:58:56 +07">Mar 02</time>
<a href="/posts/what-is-lightning-network/">What is Lightning Network and How to Try It Today</a>
</li>
</ol>
</section>
<section>
<h2>2017</h2>
<ol>
<li>
<time datetime="2017-10-06 12:31:19 +07">Oct 06</time>
<a href="/posts/building-blockchain-in-go-part-7/">Building Blockchain in Go. Part 7: Network</a>
</li><li>
<time datetime="2017-09-18 13:02:26 +07">Sep 18</time>
<a href="/posts/building-blockchain-in-go-part-6/">Building Blockchain in Go. Part 6: Transactions 2</a>
</li><li>
<time datetime="2017-09-11 11:20:43 +07">Sep 11</time>
<a href="/posts/building-blockchain-in-go-part-5/">Building Blockchain in Go. Part 5: Addresses</a>
</li><li>
<time datetime="2017-09-04 11:32:39 +07">Sep 04</time>
<a href="/posts/building-blockchain-in-go-part-4/">Building Blockchain in Go. Part 4: Transactions 1</a>
</li><li>
<time datetime="2017-08-29 12:10:04 +07">Aug 29</time>
<a href="/posts/building-blockchain-in-go-part-3/">Building Blockchain in Go. Part 3: Persistence and CLI</a>
</li><li>
<time datetime="2017-08-22 12:42:19 +07">Aug 22</time>
<a href="/posts/building-blockchain-in-go-part-2/">Building Blockchain in Go. Part 2: Proof-of-Work</a>
</li><li>
<time datetime="2017-08-16 12:29:11 +07">Aug 16</time>
<a href="/posts/building-blockchain-in-go-part-1/">Building Blockchain in Go. Part 1: Basic Prototype</a>
</li><li>
<time datetime="2017-08-05 20:34:21 +07">Aug 05</time>
<a href="/posts/til-convolution-filters-are-weights/">TIL: Convolutional Filters Are Weights</a>
</li>
</ol>
</section>
</article>
<footer class="site-footer">
<span itemscope itemtype="http://schema.org/Person">
<link itemprop="url" href="https://jeiwan.net">
<span itemprop="name">Ivan Kuznetsov</span>
<br>
<a itemprop="sameAs" href="https://github.com/jeiwan" title="GitHub" target="_blank">GH</a>
<a itemprop="sameAs" href="https://twitter.com/jeiwan7" title="Twitter" target="_blank">TW</a>
<a itemprop="sameAs" href="https://t.me/jeiwan" title="Telegram" target="_blank">TG</a>
</span>
<br><br>
<div style="text-align:center">
<small>
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br />Content of this site is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
</small>
</div>
</footer>
</div>
<script src="/js/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</body>
</html>