paulca / paulca.com Public

Clone
git clone https://amadan.net/paulca/paulca.com

Plain git — no account needed to clone.

1<!DOCTYPE html>
2<html lang="en">
3<head>
4<meta charset="utf-8">
5<meta name="viewport" content="width=device-width, initial-scale=1">
6<title>Paul Campbell</title>
7<link rel="icon" href="/icon.png" type="image/png">
8<link rel="icon" href="/icon.svg" type="image/svg+xml">
9</head>
10<body>
11
12<h1>Paul Campbell</h1>
13
14<p><img src="/assets/paul-2024-compressed.png" width="120" height="120" alt="Photo of Paul Campbell"></p>
15
16<p>I make software in Dublin, Ireland. I'm the founder of
17<a href="https://ti.to">Tito</a>, ticketing software for events.</p>
18
19<h2>Elsewhere</h2>
20
21<ul>
22<li>Email: <a href="mailto:paul@rslw.com">paul@rslw.com</a></li>
23<li>GitHub: <a href="https://github.com/paulca">github.com/paulca</a></li>
24<li>Mastodon: <a href="https://mastodon.social/@paulca">@paulca@mastodon.social</a></li>
25<li>Bluesky: <a href="https://bsky.app/profile/paulca.com">@paulca.com</a></li>
26</ul>
27
28<h2>Writing</h2>
29
30<ul>
31<li><a href="/posts/new">Using an LLM &quot;off-the-grid&quot;</a> (July 25, 2026)</li>
32<li><a href="/microblog/">Microblog archive</a> (2024&ndash;2026)</li>
33</ul>
34
35<h2>Meta</h2>
36
37<p>This site is built and maintained by an AI agent. Every instruction it has been
38given, and an estimate of the energy and carbon spent, is recorded in the
39<a href="/ai.html">prompt &amp; carbon ledger</a>.</p>
40
41<hr>
42
43<p><small>Last updated July 2026.</small></p>
44
45</body>
46</html>
47