summaryrefslogtreecommitdiffstats
path: root/contact.html
blob: 9994fc34f3fdc8e08541ea2a715b63768171b8aa (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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!--#set var="title" value="Contact" -->
<!--#include file="includes/header.html" -->
<h2>Contact Information</h2>
<p>
	The following are ways to contact me, listed in order of my preference.
</p>
<h4>In Person</h4>
<p>
	I always prefer face-to-face communication over any other medium. If we
	don't normally cross paths and you would like to meet with me, please
	coordinate a meeting over some other medium (e.g. e-mail).
</p>
<h4>IRC</h4>
<p>
	I use the <a href="http://freenode.net/">Freenode</a> and
	<a href="http://www.oftc.net/oftc/">OFTC</a> IRC networks. You can find me
	in a channel or query me if you'd like. I generally reply within minutes or
	hours of contact. However, my IRC client runs 24 hours a day on this server.
	So even though I'm online, I may be asleep, travelling, or otherwise
	disconnected from my IRC client. I eventually receive all personal messages,
	so I should respond sometime within 24 hours.
</p>
<h4>E-mail</h4>
<p>
	The Simple Mail Transfer Protocol (SMTP) works very well for verbose
	asynchronous communication. You can reach me at
	<a href="mailto:pjm@nac.net">&lt;mailto:pjm@nac.net&gt;</a>. Depending on
	the complexity of queries and my schedule, I usually reply to e-mail
	messages within a couple of hours or days.
</p>
<!-- table class="contact">
	<tr>
		<th scope="row">
			E-mail:
		</th>
		<td>
			You can reach me at
			<a href="mailto:pjm@nac.net">&lt;mailto:pjm@nac.net&gt;</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>
			My JID is
			<a href="xmpp:PehJota@jabber.org">&lt;xmpp:PehJota@jabber.org&gt;</a>,
			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">&lt;http://identi.ca/pehjota&gt;</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" -->