blob: 072b47e8bdb47a9d3e7424f683737ec461b390d2 (
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
|
<!--#include file="includes/header.html" -->
<h2>Contact Information</h2>
<table class="contact">
<tr>
<th scope="row">
E-mail:
</th>
<td>
You can reach me at
<a href="mailto:pjm@nac.net"><mailto:pjm@nac.net></a>.
I try to respond to messages within a few days,
depending on my schedule and priorities.
</td>
</tr>
<tr>
<th scope="row">
IRC:
</th>
<td>
I use <a href="http://freenode.net/">the Freenode IRC
network</a>, where my nickname is "pehjota". If you need
to, you can query me there. I leave my client connected
all the time, and I'm often away from my workstation, so
I might not reply for at least a few hours.
</td>
</tr>
<tr>
<th scope="row">
XMPP/Jabber:
</th>
<td>
I have an XMPP ID, but I rarely have my XMPP client
running as few people contact me this way. If you'd like
to talk to me over XMPP, you should first let me know
via some other communication medium.
</td>
</tr>
<tr>
<th scope="row">
Microblogging:
</th>
<td>
You can also find me using the free and federated
StatusNet microblogging software. My profile is at
<a href="http://identi.ca/pehjota"><http://identi.ca/pehjota></a>.
</td>
</table>
<p>
Note that I only use standardized protocols for communication. I
only use client software that respects my freedom as a computer
user, as should you.
</p>
<!--#include file="includes/footer.html" -->
|