-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcontact.html
71 lines (66 loc) · 3.06 KB
/
contact.html
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
{% extends "base.html" %}
{% block page_title %}contact{% endblock %}
{% block section %}contact{% endblock %}
{% block contents %}
<h2>Contact</h2>
<p>As is traditional, I'll invite you to contact me by email
at <a href="mailto:[email protected]?subject=madmode+contact" >[email protected]</a>,
though I share many of
<a href="http://tantek.com/log/2008/02.html#d19t2359" >Tantek's
concerns about the scalability of email</a>,
<!-- TODO: gilmore excerpt from my WDN '09 keynote -->
so consider these alternatives:</p>
<ul>
<li>
<a href="https://github.com/dckc" rel="me">dckc on github</a> Share and enjoy. Patches welcome!
<br /><small>e.g. <a href="https://github.com/dckc/madmode-blog/issues">madmode-blog issues</a></small>
<small>(<a href="/search/label/scm/">scm</a>)</small>
</li>
<li>
<a href="https://github.com/dckc/awesome-ocap/issues/22">MadMode Office Hours</a> on occasional Saturdays, or
<a href="https://github.com/Agoric/agoric-sdk/wiki/Office-Hours">Agoric Dev Office Hours</a> on Wednesdays
</li>
<li>Discord: <a href="https://discord.com/channels/585576150827532298/755164472397660313">#dev channel</a>
on <a href="https://agoric.com/discord">Agoric Discord</a></li>
<li><a rel="me" href="https://social.coop/@dckc">@[email protected]</a></li>
<li><a rel="me" href="http://twitter.com/dckc">@dckc</a> on twitter with 1000+ followers</a></li>
<li>
<a
rel="me"
href="https://www.w3.org/Search/Mail/Public/advanced_search?keywords=&hdr-1-name=subject&hdr-1-query=&hdr-2-name=from&hdr-2-query=Dan+Connolly&hdr-3-name=message-id&hdr-3-query=&period_month=&period_year=&index-type=g&index-grp=Public__FULL&type-index=&resultsperpage=20&sortby=date"
>W3C mailing lists</a
>
especially
<a href="https://lists.w3.org/Archives/Public/public-webhistory/"
>public-webhistory</a
>
</li>
<li><a rel="me" href="https://www.linkedin.com/in/connollydan/">Dan Connolly
on LinkedIn</a>: Consulting inquiries are welcome.
<br /><small><strong>Note:</strong> my contacts consist of people
I have <strong>already met</strong> or worked with in a
professional capacity. Requests from others are ignored, if not
flagged as spam.</small>
</li>
<li>
<a href="irc://irc.freenode.net/dckc,isnick"
rel="foaf-nick">dckc</a> or
<a href="irc://irc.freenode.net/DanC,isnick"
rel="foaf-nick">DanC</a>
on <a href="http://freenode.net/">FreeNode</a>, especially in
the <a href="http://www.erights.org/">#erights</a>
and <a href="http://www.w3.org/2001/sw/interest/#swig_chan">#swig</a>
channels.
</li>
<li>
<a rel="me" href="https://keybase.io/dckc">dckc on keybase</a>
<br /><a href="/keybase.txt">keybase.txt</a> connects this madmode.com site to other profiles.
</li>
<li>
<a href="https://www.codementor.io/dckc">dckc on codementor</a>
for <strong>live 1-1 sessions</strong> on web development, data
science, functional programming, computational complexity,
or strategy and management. 100+ sessons; 30+ reviews.
</li>
</ul>
{% endblock contents %}