blob: 82f2457eec02383dd2fbafcc2843b125f92dbeff (
plain) (
blame)
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
|
<!DOCTYPE html>
<title>Causal Agency</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
html {
font-family: monospace;
color: var(--ansi15);
background-color: var(--ansi0);
}
body {
max-width: 80ch;
margin: 2em auto;
padding: 0 1ch;
}
h1 {
font-size: inherit;
font-weight: inherit;
margin: 1em 0 0;
}
p {
margin: 0 0 1em 4ch;
}
a {
color: var(--ansi12);
text-decoration: none;
}
a:visited {
color: var(--ansi13);
}
pre {
border: 1px dashed var(--ansi8);
}
hr {
visibility: hidden;
}
/* include:scheme.css */
</style>
<p>
Hi.
I make mostly IRC software in C.
I like FreeBSD and OpenBSD
but also the GPL.
You can find me in
<a href="ircs://chat.freenode.net:6697/#ascii.town">#ascii.town</a>
on freenode
or send mail to june@.
<p>
<a href="https://git.causal.agency">code</a>
--
<a href="https://text.causal.agency">words</a>
<h1><a href="https://git.causal.agency/pounce/about">pounce</a></h1>
<p>
multi-client IRC bouncer
<h1><a href="https://git.causal.agency/catgirl/about">catgirl</a></h1>
<p>
artisanal IRC client
<p>
demo: <a href="ssh://chat@ascii.town">ssh chat@ascii.town</a>
<p>
<!-- include:catgirl.html -->
<h1><a href="https://git.causal.agency/litterbox/about">litterbox</a></h1>
<p>
full-text search IRC logger
<h1><a href="https://git.causal.agency/scooper/about">scooper</a></h1>
<p>
web interface for litterbox
<h1><a href="https://git.causal.agency/catsit/about">catsit</a></h1>
<p>
process supervisor
<hr>
<h1><a href="https://git.causal.agency/imbox/about">imbox & git-fetch-email</a></h1>
<p>
IMAP to mbox
<h1><a href="https://git.causal.agency/notemap/about">notemap</a></h1>
<p>
mirror notes to IMAP
<hr>
<h1><a href="https://ascii.town/explore.html">torus</a></h1>
<p>
collaborative ASCII art
<p>
<a href="ssh://torus@ascii.town">ssh torus@ascii.town</a>
--
<a href="https://git.causal.agency/torus">src</a>
<p>
<!-- include:torus.html -->
<h1>play</h1>
<p>
2048 over SSH
<p>
<a href="ssh://play@ascii.town">ssh play@ascii.town</a>
--
<a href="https://git.causal.agency/play">src</a>
<p>
<!-- include:play.html -->
<hr>
<h1><a href="https://git.causal.agency/cards/about">cards</a></h1>
<p>
CARDS.DLL loader for SDL
<h1><a href="bin/scheme.html">scheme</a></h1>
<p>
earthy terminal colours
<p>
<a href="scheme.png">palette</a>
<!-- include:scheme.html -->
<h1><a href="bin/">bin</a></h1>
<p>
other little tools
|