-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
110 lines (91 loc) · 3.55 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="https://avatars.githubusercontent.com/u/63845509?v=4">
<title>Bithiah Koshy</title>
<link href="https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,700;1,400&display=swap"
rel="stylesheet" />
<link rel="icon" type="image/x-icon" href="https://avatars.githubusercontent.com/u/63845509">
<style>
body {
font-family: "EB Garamond", serif;
font-size: 20px;
/* Increased font size */
line-height: 1.6;
color: #333;
max-width: 800px;
margin: 0 auto;
padding: 20px;
background-color: #ffff;
/* Changed background color */
}
.back-button {
display: inline-block;
background-color: #f0f0f0;
color: #333;
text-decoration: none;
font-weight: regular;
font-family: Arial, sans-serif;
}
.description {
background-color: #f9f9f9;
padding: 20px;
margin: 20px 0;
}
h1 {
font-size: 48px;
/* Increased font size */
font-weight: normal;
}
.authors {
font-style: italic;
}
ul {
list-style-type: none;
padding: 0;
}
li {
margin-bottom: 10px;
}
.menu-button {
display: inline-block;
padding: 10px 20px;
background-color: #333;
color: #fff;
text-decoration: none;
font-weight: bold;
font-family: Arial, sans-serif;
}
a {
color: inherit; /* Links will not be blue */
font-weight: normal; /* Links will not be bold by default */
}
a:hover {
font-weight: bold; /* Links will be bold when hovered over */
}
</style>
</head>
<body>
<h1 style="text-align: center;">bithiah koshy</h1>
<p style="text-align: center;">writing and researching on the design of systems</p>
<p><b><i>Stablecoins</i></b>: Writing interesting <a href="https://x.com/stablesmusings">stuff</a> on it</p>
<p><b><i>Arweave</i></b>: Scribe at <a href="https://www.communitylabs.com/">Community Labs</a>, promoting blockchain
resource coordination</p>
<p><b><i>Research</i></b>: Ad hoc research editor at <a href="https://shoalresearch.xyz/">Shoal Research</a> and <a href="https://research.2077.xyz/">2077 Research</a> (I <a href="https://x.com/2077Research/status/1868702981228839312">joined</a>, <a href="https://x.com/StablesMusings/status/1871414454812061776">left</a>, joined again) </p>
<p><b><i>Lightning Network</i></b>: wip</p>
<b><i>Other writing</i></b>: <a href="https://bithiah.notion.site/Bithiah-s-Writing-11036112212c80419531c3427aa0d602">Past
work</a>, <a href="https://convergentlines.substack.com/">personal substack</a>
<p><b><i>Mozilla:</i></b> <a href="https://wiki.mozilla.org/Support/TCP-ETP">TCP/ETP project</a>, added to <a
href="https://www.mozilla.org/credits/">about:credits</a></p>
<p>Currently learning mechanism + market design.</p>
<p>Topics of interest: stablecoins, crypto payment systems, chain abstraction, and infra. </p>
<hr>
<p>Based in Melbourne, Australia and currently on gap year. In my spare time, I do <a
href="https://bithiah.notion.site/Hobbies-11036112212c809c93f2d1fed1064a49?pvs=74">other things</a>.</p>
<p>Feel free to DM on <a href="https://twitter.com/bithiahkoshy">twitter</a> or <a href="https://t.me/bithiahk">telegram</a>.</p>
<hr>
<p style="font-size: smaller;">What's my dream/mission? To make crypto payments simple to use yet privacy preserving.</p>
</body>
</html>