-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
107 lines (103 loc) · 3.72 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
<!--
jon atack
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>jon atack</title>
<meta charset="utf-8">
<base target="_blank">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="/style.css" />
</head>
<body>
<div id="content">
<div id="right">
<div class="list">
<ul>
<li>
<a href="/" target="_self">home</a>
</li>
<li>
<a href="articles" target="_self">articles</a>
</li>
<li>
<a href="bitcoin.pdf" target="_self">bitcoin white paper</a>
</li>
<li>
<a href="contact" target="_self">contact</a>
</li>
<li>
<a href="donate" target="_self">donate</a>
</li>
<li>
</li>
<li class="small">
style:<br>
<a href="https://basicbitch.software" class="small" target="_blank">basicbitch.software</a>
</li>
</ul>
</div>
<div class="namecap">
<a href="/" target="_self"> jon <br>atack</a>
</div>
</div>
<div id="entry_block">
<div class="entry">
<div class="date">Last updated: 11 July 2024</div>
<div class="body">
<div>
<p>
I'm concerned about human rights and freedom, decentralization
of power, individual empowerment, privacy and self-sovereignty.
</p>
<p>
Bitcoin and open source software play a key part in striving for
these causes around the world that are increasingly important
every day.
</p>
<p>
Bitcoin isn't perfect. Among other things, it needs further
decentralization, continued vigilance, review, bug-fixing,
updates, maintenance, and improved robustness, performance,
privacy, scaling, documentation and user experience.
</p>
<p>
As a contributor to
<a href="https://github.com/bitcoin/bitcoin"
target="_blank" rel="nofollow">Bitcoin Core</a>
since 2019 and
<a href="https://github.com/bitcoin/bips"
target="_blank" rel="nofollow">BIPs</a>
maintainer since 2024, I pursue a long-term, evergreen role of help and
service, hopefully with a measure of kindness, wisdom and
forbearance.
</p>
<p>
My time is invested in reviewing and context-packing the changes
to these projects, observing the process closely, and reading or
reviewing most of the opened and merged pull requests.
</p>
<p>
The idea is to help move improvements forward, catch bugs
or breaking changes, and be able to help maintain the project.
I propose
<a href="https://github.com/bitcoin/bitcoin/commits?author=jonatack"
target="_blank" rel="nofollow">fixes</a>
to the
<a href="https://github.com/bitcoin/bitcoin/graphs/contributors"
target="_blank" rel="nofollow">code</a>
as well.
</p>
<p>
See my <a href="articles" target="_self">articles</a> for more
about contributing to and running Bitcoin Core.
</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>