-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (53 loc) · 3 KB
/
index.html
File metadata and controls
62 lines (53 loc) · 3 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
<html>
<head>
<title>Home | rjwebb.github.io</title>
<link rel="stylesheet" type="text/css" href="style/style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<div class="bg-mask"></div>
<div id="content">
<h1 class="icon-text">Hi, I'm Bob <a href="https://github.com/rjwebb"><img
src="./style/GitHub_Invertocat_Black_Clearspace.svg" height="40em" /></a>
</h1>
<div id="html-day-banner">On 2nd August 2025, I participated in <strong><a
href="https://html.energy/html-day/2025/index.html">HTML day</a></strong> - a worldwide celebration
of
the expressive and liberatory power of writing HTML. <strong><a href="./html_day_2025/">You can visit the
website I created here</a></strong>.
</div>
<p>
I currently work at <a href="https://canvas.xyz/">canvas.xyz</a>, investigating new web technology. Most of
my time has been spent on <a href="https://github.com/canvasxyz/canvas">Canvas</a>, a framework for building
decentralised web applications on top of <a
href="https://joelgustafson.com/posts/2023-05-04/merklizing-the-key-value-store-for-fun-and-profit">merkle
trees</a> and libp2p. More recently, we've built a <a href="https://distill.org/">tool</a> for
analysing your Twitter archive with LLMs (and those of others, on <a
href="https://www.community-archive.org/">Community Archive</a>).
</p>
<hr />
<div>
<h3>Thoughts</h3>
<ul>
<li><a href="thoughts/2025-02-07.html">Learning is Monotonic</a></li>
<li><a href="thoughts/2025-01-08.html">Happy (belated) New Year! (2025)</a> </li>
<li><a href="thoughts/2024-12-28.html">"Systems ideas that sound good but
almost never work"</a>
</li>
<li><a href="thoughts/2024-12-16.html">Nintendo DS homebrew notes</a></li>
<li><a href="thoughts/2024-10-21.html">21st October, 2024</a></li>
<li><a href="thoughts/2024-10-12.html">long books and .epub files</a></li>
<li><a href="thoughts/2022-05-20.html">basic esbuild react</a></li>
<li><a href="thoughts/2022-05-10.html">saved by html</a></li>
<li><a href="thoughts/2021-01-01.html">interests, circa 2021</a></li>
<li><a href="thoughts/2020-12-01.html">how i update this website</a></li>
<li><a href="thoughts/2020-10-15.html">dwm</a></li>
<li><a href="thoughts/2020-09-22.html">things i will always be bad at</a></li>
<li><a href="thoughts/2020-09-20.html">this weekend, tennis</a></li>
<li><a href="thoughts/2020-09-16.html">virtue</a></li>
<li><a href="thoughts/2020-09-15.html">fill factor</a></li>
</ul>
</div>
</div>
</body>
</html>