-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
208 lines (99 loc) · 29.5 KB
/
about.html
File metadata and controls
208 lines (99 loc) · 29.5 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
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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<!-- Chrome, Firefox OS and Opera Status Bar Color -->
<meta name="theme-color" content="#FFFFFF">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.11.1/katex.min.css">
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.19.0/themes/prism.min.css">
<link rel="stylesheet" type="text/css" href="css/SourceSansPro.css">
<link rel="stylesheet" type="text/css" href="css/theme.css">
<link rel="stylesheet" type="text/css" href="css/notablog.css">
<!-- Favicon -->
<link rel="shortcut icon" href="https://www.notion.so/signed/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2Fb4ff1495-8a8b-46f5-8711-c7f543189df5%2F25fa6848-650b-47c0-8e33-65b7d63324b1%2Fshape2-1_rounded_corner.png?table=collection&id=7594986e-09be-4821-a107-14c738674417">
<style>
:root {
font-size: 20px;
}
</style>
<title>About | My name is Alex.</title>
<meta property="og:type" content="blog">
<meta property="og:title" content="About">
<meta name="description" content="About Alex.">
<meta property="og:description" content="About Alex.">
<meta property="og:image" content="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text text-anchor=%22middle%22 dominant-baseline=%22middle%22 x=%2250%22 y=%2255%22 font-size=%2280%22>👤</text></svg>">
<style>
.DateTagBar {
margin-top: 1.0rem;
}
</style>
</head>
<body>
<nav class="Navbar">
<a href="index.html">
<div class="Navbar__Btn">
<span><img class="inline-img-icon" src="https://www.notion.so/signed/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2Fb4ff1495-8a8b-46f5-8711-c7f543189df5%2F25fa6848-650b-47c0-8e33-65b7d63324b1%2Fshape2-1_rounded_corner.png?table=collection&id=7594986e-09be-4821-a107-14c738674417"></span>
<span>Home</span>
</div>
</a>
<span class="Navbar__Delim">·</span>
<a href="notablog.html">
<div class="Navbar__Btn">
<span><img class="inline-img-icon" src="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text text-anchor=%22middle%22 dominant-baseline=%22middle%22 x=%2250%22 y=%2255%22 font-size=%2280%22>📝</text></svg>"></span>
<span>Notablog</span>
</div>
</a>
<span class="Navbar__Delim">·</span>
<a href="jade.html">
<div class="Navbar__Btn">
<span><img class="inline-img-icon" src="https://www.notion.so/signed/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2F93bed342-3c61-4ff4-b1bf-83dd6fa09fdd%2Ficon_512w.png?table=block&id=65166b73-3337-4374-b13b-040ca1599593"></span>
<span>Jade</span>
</div>
</a>
<span class="Navbar__Delim">·</span>
<a href="now.html">
<div class="Navbar__Btn">
<span><img class="inline-img-icon" src="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text text-anchor=%22middle%22 dominant-baseline=%22middle%22 x=%2250%22 y=%2255%22 font-size=%2280%22>🎯</text></svg>"></span>
<span>Now</span>
</div>
</a>
<span class="Navbar__Delim">·</span>
<a href="library.html">
<div class="Navbar__Btn">
<span><img class="inline-img-icon" src="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text text-anchor=%22middle%22 dominant-baseline=%22middle%22 x=%2250%22 y=%2255%22 font-size=%2280%22>📚</text></svg>"></span>
<span>Library</span>
</div>
</a>
<span class="Navbar__Delim">·</span>
<a href="about.html">
<div class="Navbar__Btn">
<span><img class="inline-img-icon" src="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text text-anchor=%22middle%22 dominant-baseline=%22middle%22 x=%2250%22 y=%2255%22 font-size=%2280%22>👤</text></svg>"></span>
<span>About</span>
</div>
</a>
</nav>
<header class="Header">
<div class="Header__Spacer Header__Spacer--NoCover">
</div>
<div class="Header__Icon">
<span><img class="inline-img-icon" src="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text text-anchor=%22middle%22 dominant-baseline=%22middle%22 x=%2250%22 y=%2255%22 font-size=%2280%22>👤</text></svg>"></span>
</div>
<h1 class="Header__Title">About</h1>
</header>
<article id="https://www.notion.so/533db5b25de94f8096bf82423433a7e2" class="PageRoot"><div id="https://www.notion.so/24dfa0ec616b4b5a8755bc6f13d02c05" class="ColumnList"><div id="https://www.notion.so/cf163d2697d840f1ae432e1752ef6bcf" class="Column" style="width:calc((100% - var(--column-spacing) * 1) * 0.875)"><h2 id="https://www.notion.so/2a18ed126c644e41901558652c1cc5c0" class="ColorfulBlock ColorfulBlock--ColorDefault Heading Heading--2"><a class="Anchor" href="#https://www.notion.so/2a18ed126c644e41901558652c1cc5c0"><svg width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a><span class="SemanticStringArray"><span class="SemanticString">Hi, I'm </span><span class="SemanticString"><mark class="SemanticString__Fragment SemanticString__Fragment--HighlightedColor SemanticString__Fragment--ColorGreen"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold">Alex</strong></mark></span><span class="SemanticString"><mark class="SemanticString__Fragment SemanticString__Fragment--HighlightedColor SemanticString__Fragment--ColorBlue"> </mark></span><span class="SemanticString">Wang.</span></span></h2></div><div id="https://www.notion.so/3427d89fbc334e29adc361367811320b" class="Column" style="width:calc((100% - var(--column-spacing) * 1) * 0.12499999999999997)"><div id="https://www.notion.so/ca02dcbf4cbc48ef981ec109319db1b9" class="Image Image--Normal"><figure><a href="https://www.notion.so/signed/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2Fb4ff1495-8a8b-46f5-8711-c7f543189df5%2F4eb20c49-b813-4752-bc41-4fab1ae94f0a%2Fshape2-1_rounded_corner.png?width=631&table=block&id=ca02dcbf-4cbc-48ef-981e-c109319db1b9"><img src="https://www.notion.so/signed/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2Fb4ff1495-8a8b-46f5-8711-c7f543189df5%2F4eb20c49-b813-4752-bc41-4fab1ae94f0a%2Fshape2-1_rounded_corner.png?width=631&table=block&id=ca02dcbf-4cbc-48ef-981e-c109319db1b9" style="width:631px"/></a><figcaption><span class="SemanticStringArray"></span></figcaption></figure></div></div></div><h2 id="https://www.notion.so/1c848b7c4130488094c127c5c0f1f254" class="ColorfulBlock ColorfulBlock--ColorDefault Heading Heading--2"><a class="Anchor" href="#https://www.notion.so/1c848b7c4130488094c127c5c0f1f254"><svg width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a><span class="SemanticStringArray"><span class="SemanticString">Projects</span></span></h2><h3 id="https://www.notion.so/0b8ca65a497a471389a2a88dc6655fcb" class="ColorfulBlock ColorfulBlock--ColorDefault Heading Heading--3"><a class="Anchor" href="#https://www.notion.so/0b8ca65a497a471389a2a88dc6655fcb"><svg width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a><span class="SemanticStringArray"><span class="SemanticString">Highlights</span></span></h3><ul class="BulletedListWrapper"><li id="https://www.notion.so/21c284d7cc474619b208a9572227bc07" class="BulletedList"><span class="SemanticStringArray"><span class="SemanticString"><mark class="SemanticString__Fragment SemanticString__Fragment--HighlightedColor SemanticString__Fragment--ColorGreen"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold"><a class="SemanticString__Fragment SemanticString__Fragment--Link" href="jade.html">Jade</a></strong></mark></span><span class="SemanticString"> is a </span><span class="SemanticString"><a class="SemanticString__Fragment SemanticString__Fragment--Link" href="https://infinitecanvas.tools/">infinite canvas</a></span><span class="SemanticString"> app to help me explore knowledge and clarify my thinking in a non-linear way. It was hugely inspired by </span><span class="SemanticString"><a class="SemanticString__Fragment SemanticString__Fragment--Link" href="https://www.inkandswitch.com/">Ink & Switch</a></span><span class="SemanticString">’s </span><span class="SemanticString"><a class="SemanticString__Fragment SemanticString__Fragment--Link" href="https://www.inkandswitch.com/muse/">Muse</a></span><span class="SemanticString"> and </span><span class="SemanticString"><a class="SemanticString__Fragment SemanticString__Fragment--Link" href="https://x.com/aoshengran">Aosheng Ran</a></span><span class="SemanticString">’s </span><span class="SemanticString"><a class="SemanticString__Fragment SemanticString__Fragment--Link" href="https://www.semilattice.xyz/">Semilattice</a></span><span class="SemanticString">.</span></span></li><li id="https://www.notion.so/73bd6320dedb411cb6210c7c1cf2c553" class="BulletedList"><span class="SemanticStringArray"><span class="SemanticString"><mark class="SemanticString__Fragment SemanticString__Fragment--HighlightedColor SemanticString__Fragment--ColorGreen"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold"><a class="SemanticString__Fragment SemanticString__Fragment--Link" href="https://github.com/dragonman225/notablog">Notablog</a></strong></mark></span><span class="SemanticString"> is a static site generator that generates a hypertext (HTML) blog from a </span><span class="SemanticString"><a class="SemanticString__Fragment SemanticString__Fragment--Link" href="https://www.notion.so/595365eeed0845fb9f4d641b7b845726?v=47b1b731d8ba4c6a9b29bb43b45d6809">Notion table</a></span><span class="SemanticString">. </span><span class="SemanticString"><a class="SemanticString__Fragment SemanticString__Fragment--Link" href="https://dragonman225.js.org/">The blog you’re reading now</a></span><span class="SemanticString"> is an example.</span></span><ul class="BulletedListWrapper"><li id="https://www.notion.so/01760947e5574fa3837e9ef7822c48ac" class="BulletedList"><span class="SemanticStringArray"><span class="SemanticString"><span class="SemanticString__Fragment SemanticString__Fragment--Resource"><a href="notablog-stat.html"><span class="SemanticStringArray"><span class="SemanticString">Notablog Project Status</span></span></a></span></span><span class="SemanticString"> </span></span></li></ul></li><li id="https://www.notion.so/33522a8ce5c84f2d91b5b945dde59a01" class="BulletedList"><span class="SemanticStringArray"><span class="SemanticString"><mark class="SemanticString__Fragment SemanticString__Fragment--HighlightedColor SemanticString__Fragment--ColorGreen"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold"><a class="SemanticString__Fragment SemanticString__Fragment--Link" href="https://github.com/dragonman225/stm32f469-usbaudio">stm32f469-usbaudio</a></strong></mark></span><span class="SemanticString"><mark class="SemanticString__Fragment SemanticString__Fragment--HighlightedColor SemanticString__Fragment--ColorDefault"> is an embedded firmware</mark></span><span class="SemanticString"> that turns an STM32469I-Discovery development board into an USB sound card running USB Audio Class 1.0 (UAC 1.0) in the </span><span class="SemanticString"><mark class="SemanticString__Fragment SemanticString__Fragment--HighlightedBg SemanticString__Fragment--BgYellow">asynchronous mode</mark></span><span class="SemanticString">, which is capable of delivering bit-perfect high quality stereo audio (24-bit / 96 kHz max). It can be used to build high-end audio DACs that need USB input from computers.</span></span><ul class="BulletedListWrapper"><li id="https://www.notion.so/3db4e2575c89491999ade8527ad606f6" class="BulletedList"><span class="SemanticStringArray"><span class="SemanticString">Other bitrate / sample rate combinations that requires less data rate, such as 16-bit, 44.1 / 48 kHz, are also supported and switch automatically.</span></span></li><li id="https://www.notion.so/904813d68b3a4456a8f9b29649a11985" class="BulletedList"><span class="SemanticStringArray"><span class="SemanticString">Hardware volume control and mute is implemented.</span></span></li></ul></li><li id="https://www.notion.so/4f4cc6e152c246f78d009730cff8bf0c" class="BulletedList"><span class="SemanticStringArray"><span class="SemanticString"><mark class="SemanticString__Fragment SemanticString__Fragment--HighlightedColor SemanticString__Fragment--ColorGreen"><a class="SemanticString__Fragment SemanticString__Fragment--Link" href="https://github.com/dragonman225/nast"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold">NAST</strong></a></mark></span><span class="SemanticString"><mark class="SemanticString__Fragment SemanticString__Fragment--HighlightedColor SemanticString__Fragment--ColorDefault"> is a </mark></span><span class="SemanticString">block-based intermediate representation for document-like content.</span></span><ul class="BulletedListWrapper"><li id="https://www.notion.so/6fed63be3c824aea9c3e2dd432c1dae9" class="BulletedList"><span class="SemanticStringArray"><span class="SemanticString"><mark class="SemanticString__Fragment SemanticString__Fragment--HighlightedColor SemanticString__Fragment--ColorGreen"><a class="SemanticString__Fragment SemanticString__Fragment--Link" href="https://github.com/dragonman225/nast/tree/master/packages/nast-util-from-notionapi"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold">nast-util-from-notionapi</strong></a></mark></span><span class="SemanticString"> imports Notion’s JSON representation of pages to NAST.</span></span></li><li id="https://www.notion.so/b2232b831916491dbf0702a00362528b" class="BulletedList"><span class="SemanticStringArray"><span class="SemanticString"><mark class="SemanticString__Fragment SemanticString__Fragment--HighlightedColor SemanticString__Fragment--ColorGreen"><a class="SemanticString__Fragment SemanticString__Fragment--Link" href="https://github.com/dragonman225/nast/tree/master/packages/nast-util-to-react"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold">nast-util-to-react</strong></a></mark></span><span class="SemanticString"> renders NAST to React components or HTML.</span></span><ul class="BulletedListWrapper"><li id="https://www.notion.so/e61bf26c3a004cd9a95cd3b4e512bf06" class="BulletedList"><span class="SemanticStringArray"><span class="SemanticString">Demo pages: </span><span class="SemanticString"><span class="SemanticString__Fragment SemanticString__Fragment--Resource"><a href="block-test.html"><span class="SemanticStringArray"><span class="SemanticString">Blocks Demo</span></span></a></span></span><span class="SemanticString">, </span><span class="SemanticString"><span class="SemanticString__Fragment SemanticString__Fragment--Resource"><a href="complex-block-test.html"><span class="SemanticStringArray"><span class="SemanticString">Table & Gallery Demo</span></span></a></span></span><span class="SemanticString"> </span></span></li></ul></li></ul></li></ul><h3 id="https://www.notion.so/96560123bc794daaa5ee04c7c319df97" class="ColorfulBlock ColorfulBlock--ColorDefault Heading Heading--3"><a class="Anchor" href="#https://www.notion.so/96560123bc794daaa5ee04c7c319df97"><svg width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a><span class="SemanticStringArray"><span class="SemanticString">Others</span></span></h3><div id="https://www.notion.so/c3a915dc76814443a3fe6d635a6ad865" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"><span class="SemanticString"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold">Released</strong></span></span></p></div><div id="https://www.notion.so/203e7f035fbb46d7806d52ea010b2745" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"><span class="SemanticString"><mark class="SemanticString__Fragment SemanticString__Fragment--HighlightedColor SemanticString__Fragment--ColorGreen"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold"><a class="SemanticString__Fragment SemanticString__Fragment--Link" href="https://github.com/dragonman225/notionapi-agent">notionapi-agent</a></strong></mark></span><span class="SemanticString"><mark class="SemanticString__Fragment SemanticString__Fragment--HighlightedColor SemanticString__Fragment--ColorGreen"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold"> </strong></mark></span><span class="SemanticString"><mark class="SemanticString__Fragment SemanticString__Fragment--HighlightedColor SemanticString__Fragment--ColorDefault"> An unoff</mark></span><span class="SemanticString">icial API client for accessing </span><span class="SemanticString"><a class="SemanticString__Fragment SemanticString__Fragment--Link" href="http://notion.so/">Notion</a></span><span class="SemanticString"> pages in Node.js. Years before Notion opened the </span><span class="SemanticString"><a class="SemanticString__Fragment SemanticString__Fragment--Link" href="https://developers.notion.com/">public API</a></span><span class="SemanticString">, I had to reverse-engineer to the private one used by the Notion app itself—</span><span class="SemanticString"><code class="SemanticString__Fragment SemanticString__Fragment--Code">www.notion.so/api/v3</code></span><span class="SemanticString">—to build this. You can find the documentation I wrote for the private API </span><span class="SemanticString"><a class="SemanticString__Fragment SemanticString__Fragment--Link" href="https://notionapi.netlify.app/interfaces/agent.html">here</a></span><span class="SemanticString">. It could be useful if you want more low-level control or to study how Notion works.</span></span></p></div><div id="https://www.notion.so/dff3625463034e49a3d20c8b6dad99ce" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"><span class="SemanticString"><a class="SemanticString__Fragment SemanticString__Fragment--Link" href="https://github.com/dnpr"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold"><mark class="SemanticString__Fragment SemanticString__Fragment--HighlightedColor SemanticString__Fragment--ColorGreen">@dnpr (dragonman225's node package repository)</mark></strong></a></span><span class="SemanticString"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold"><mark class="SemanticString__Fragment SemanticString__Fragment--HighlightedColor SemanticString__Fragment--ColorGreen"> </mark></strong></span><span class="SemanticString"> Small and general-purpose JavaScript utilities written for my other projects.</span></span></p></div><div id="https://www.notion.so/49ec5e4356a24f61b1cc2a840d3a3003" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"><span class="SemanticString"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold">Retired</strong></span></span></p></div><div id="https://www.notion.so/f96e99850eca4481adde68df45a80fda" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"><span class="SemanticString"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold"><a class="SemanticString__Fragment SemanticString__Fragment--Link" href="https://github.com/dragonman225/bmvis">bmvis</a></strong></span><span class="SemanticString"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold"> </strong></span><span class="SemanticString"> A tool that let you easily find a bookmark by the rough time period it was added, or browse all bookmarks casually to recall what you were reading/watching.</span></span></p></div><div id="https://www.notion.so/8cc7d3ed55e24d42bec06b3a04828cd2" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"><span class="SemanticString"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold"><a class="SemanticString__Fragment SemanticString__Fragment--Link" href="https://github.com/dragonman225/ngrp">ngrp</a></strong></span><span class="SemanticString"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold"> </strong></span><span class="SemanticString">A ngspice simulation result parser for JavaScript.</span></span></p></div><div id="https://www.notion.so/acaa281128e1412d97f9437a98fdaacb" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"><span class="SemanticString"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold"><a class="SemanticString__Fragment SemanticString__Fragment--Link" href="https://github.com/dragonman225/notion-page-downloader">notion-page-downloader</a></strong></span><span class="SemanticString"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold"> </strong></span><span class="SemanticString">A tool to download a Notion page as a HTML that is customizable with CSS. </span><span class="SemanticString"><em class="SemanticString__Fragment SemanticString__Fragment--Italic">Superseded by </em></span><span class="SemanticString"><a class="SemanticString__Fragment SemanticString__Fragment--Link" href="https://github.com/dragonman225/nast/tree/master/packages/npdl"><em class="SemanticString__Fragment SemanticString__Fragment--Italic">npdl</em></a></span><span class="SemanticString"><em class="SemanticString__Fragment SemanticString__Fragment--Italic"> (WIP).</em></span></span></p></div><div id="https://www.notion.so/22fd136a67db448cb800f1365bf87101" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"><span class="SemanticString"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold"><a class="SemanticString__Fragment SemanticString__Fragment--Link" href="https://github.com/dragonman225/TimeTracker">TimeTracker</a></strong></span><span class="SemanticString"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold"> </strong></span><span class="SemanticString">An Android app that tracks time usage of tasks. Built with </span><span class="SemanticString"><a class="SemanticString__Fragment SemanticString__Fragment--Link" href="https://cordova.apache.org/">Cordova</a></span><span class="SemanticString">.</span></span></p></div><h2 id="https://www.notion.so/cdb93934a8b840798d3652da0dfdf350" class="ColorfulBlock ColorfulBlock--ColorDefault Heading Heading--2"><a class="Anchor" href="#https://www.notion.so/cdb93934a8b840798d3652da0dfdf350"><svg width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a><span class="SemanticStringArray"><span class="SemanticString">Contact</span></span></h2><div id="https://www.notion.so/107e0683741543c194eba7c66d879ba2" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"><span class="SemanticString">Email me at </span><span class="SemanticString"><strong class="SemanticString__Fragment SemanticString__Fragment--Bold">alexwang.maker+blog [at] gmail [dot] com</strong></span></span></p></div><div id="https://www.notion.so/eca83848454c49be97ee8e61cfcc150b" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"><span class="SemanticString">Participate in my open source projects on Github — </span><span class="SemanticString"><a class="SemanticString__Fragment SemanticString__Fragment--Link" href="https://github.com/dragonman225">https://github.com/dragonman225</a></span></span></p></div><div id="https://www.notion.so/55d0c9582a084d878c3eef88fe420376" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"><span class="SemanticString">Read my thoughts on Twitter/X — </span><span class="SemanticString"><a class="SemanticString__Fragment SemanticString__Fragment--Link" href="https://twitter.com/hialexwang">https://twitter.com/hialexwang</a></span></span></p></div><h2 id="https://www.notion.so/deac1a91795a4359825deace5ad52b5a" class="ColorfulBlock ColorfulBlock--ColorDefault Heading Heading--2"><a class="Anchor" href="#https://www.notion.so/deac1a91795a4359825deace5ad52b5a"><svg width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a><span class="SemanticStringArray"><span class="SemanticString">Access this website</span></span></h2><ul class="BulletedListWrapper"><li id="https://www.notion.so/975d14fb51394a9bb394b9285c0cd99b" class="BulletedList"><span class="SemanticStringArray"><span class="SemanticString">Primary: </span><span class="SemanticString"><a class="SemanticString__Fragment SemanticString__Fragment--Link" href="https://dragonman225.js.org/">https://dragonman225.js.org/</a></span></span></li><li id="https://www.notion.so/aa510d8099834e7f9459063645417466" class="BulletedList"><span class="SemanticStringArray"><span class="SemanticString">Mirror: </span><span class="SemanticString"><a class="SemanticString__Fragment SemanticString__Fragment--Link" href="https://dragonman225.netlify.app/">https://dragonman225.netlify.app/</a></span></span></li></ul><div id="https://www.notion.so/23cc3078326d438d944cb19f72a82f30" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"></span></p></div><div id="https://www.notion.so/293523f848c846b783b5811eae8ad698" class="Divider"></div><div id="https://www.notion.so/a60d197c4a854c09a303793215578c84" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"></span></p></div><div id="https://www.notion.so/7fa00f99a9fa47e5bc994d2fdc98c903" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"><span class="SemanticString"><mark class="SemanticString__Fragment SemanticString__Fragment--HighlightedColor SemanticString__Fragment--ColorGray">Last updated</mark></span><span class="SemanticString"> </span><span class="SemanticString"><span class="SemanticString__Fragment SemanticString__Fragment--Date">@2024/08/28</span></span><span class="SemanticString"> </span></span></p></div></article>
<script src="https://utteranc.es/client.js" repo="dragonman225/dragonman225.github.io"
issue-term="pathname" theme="github-light" crossorigin="anonymous" async></script>
<footer class="Footer">
<div>© My name is Alex. 2019-2024</div>
<div>·</div>
<div>Powered by <a href="https://github.com/dragonman225/notablog" target="_blank"
rel="noopener noreferrer">Notablog</a>.
</div>
</footer>
</body>
</html>