blob: 44848059825f52072756ef9ecd5311eba472429f (
plain)
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
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Weblog — tjp.lol</title>
<meta name="description" content="Weblog posts by tjp.">
<link rel="stylesheet" href="../style.css">
<link rel="alternate" type="application/atom+xml" title="tjp.lol" href="../feed.xml">
</head>
<body>
<div class="wrap">
<header class="site">
<h1 class="brand"><a href="../index.html">~tjp<span class="cur"> $_</span></a></h1>
<nav class="main">
<a href="../weblog/index.html" aria-current="page">weblog</a>
<a href="../notes/index.html">notes</a>
<a href="../projects/index.html">projects</a>
<a href="../about/index.html">about</a>
<a href="../feed.xml">rss</a>
</nav>
</header>
<main>
<section class="intro">
<p>Longer-form writing. Most of these are migrating over from my Gemini capsule, so dates reflect the original posting. <a href="../feed.xml">Subscribe via RSS</a>.</p>
</section>
<section>
<h2 class="sec">2026</h2>
<ul class="posts">
<li><time datetime="2026-06-30">2026-06-30</time><a href="moving-off-gemini.html">Moving my weblog off Gemini (without leaving it)</a></li>
<li><time datetime="2026-05-18">2026-05-18</time><a href="moving-off-gemini.html">A static site generator in 100 lines of bash</a></li>
<li><time datetime="2026-04-02">2026-04-02</time><a href="moving-off-gemini.html">Syncthing is the personal cloud I actually wanted</a></li>
<li><time datetime="2026-02-14">2026-02-14</time><a href="moving-off-gemini.html">Notes on green-thread concurrency in Python</a></li>
<li><time datetime="2026-01-09">2026-01-09</time><a href="moving-off-gemini.html">The quiet case for plain HTML</a></li>
</ul>
</section>
<section>
<h2 class="sec">2025</h2>
<ul class="posts">
<li><time datetime="2025-11-22">2025-11-22</time><a href="moving-off-gemini.html">A year of writing in plain text</a></li>
<li><time datetime="2025-09-03">2025-09-03</time><a href="moving-off-gemini.html">Reading the CPython source for fun</a></li>
<li><time datetime="2025-07-15">2025-07-15</time><a href="moving-off-gemini.html">Why I still like Makefiles</a></li>
</ul>
</section>
</main>
<footer>
<div class="ring">
<span>webring:</span>
<a href="#">← prev</a><a href="#">rand</a><a href="#">next →</a>
</div>
<p>hand-written in slc · ©2026 tjp · <a href="../feed.xml">feed</a></p>
</footer>
</div>
</body>
</html>
|