| 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 | <link rel="alternate" type="application/rss+xml" title="Paul Campbell" href="/feed.xml"> |
| 10 | </head> |
| 11 | <body> |
| 12 | |
| 13 | <h1>Paul Campbell</h1> |
| 14 | |
| 15 | <p><img src="/assets/paul-2024-compressed.png" width="120" height="120" alt="Photo of Paul Campbell"></p> |
| 16 | |
| 17 | <p>I make software in Dublin, Ireland. I'm the founder of |
| 18 | <a href="https://ti.to">Tito</a>, ticketing software for events.</p> |
| 19 | |
| 20 | <h2>Elsewhere</h2> |
| 21 | |
| 22 | <ul> |
| 23 | <li>Email: <a href="mailto:paul@rslw.com">paul@rslw.com</a></li> |
| 24 | <li>Keymail: <a href="mailto:paul@keymail.dev">paul@keymail.dev</a></li> |
| 25 | <li>GitHub: <a href="https://github.com/paulca">github.com/paulca</a></li> |
| 26 | <li>Mastodon: <a href="https://mastodon.social/@paulca">@paulca@mastodon.social</a></li> |
| 27 | <li>Bluesky: <a href="https://bsky.app/profile/paulca.com">@paulca.com</a></li> |
| 28 | </ul> |
| 29 | |
| 30 | <h2>Writing</h2> |
| 31 | |
| 32 | <ul> |
| 33 | <li><a href="/blog/ai-as-accessibility/">AI as accessibility</a> (July 30, 2026)</li> |
| 34 | <li><a href="/blog/memories-of-glen-hansard/">Memories of Glen Hansard</a> (July 29, 2026)</li> |
| 35 | <li><a href="/blog/ai-as-augmentation/">AI as augmentation</a> (July 26, 2026)</li> |
| 36 | <li><a href="/blog/using-an-llm-off-the-grid/">Using an LLM "off-the-grid"</a> (July 25, 2026)</li> |
| 37 | <li><a href="/microblog/">Microblog archive</a> (2024–2026)</li> |
| 38 | <li><a href="/feed.xml">RSS feed</a></li> |
| 39 | </ul> |
| 40 | |
| 41 | <h2>Meta</h2> |
| 42 | |
| 43 | <p>The initial version of this site was set up by |
| 44 | <a href="https://claude.com/claude-code">Claude Code</a>; the plan for ongoing |
| 45 | maintenance is to use open-source models running on private hardware. Every |
| 46 | instruction the agents have been given, and an estimate of the energy and |
| 47 | carbon spent, is recorded in the <a href="/ai.html">prompt & carbon |
| 48 | ledger</a>. There is also a <a href="/faq/">FAQ</a>.</p> |
| 49 | |
| 50 | <hr> |
| 51 | |
| 52 | <p><small>Last updated <a href="https://amadan.net/paulca/paulca.com">August 2026</a>.</small></p> |
| 53 | |
| 54 | |
| 55 | </body> |
| 56 | </html> |
| 57 | |