-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
83 lines (73 loc) · 2.19 KB
/
index.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
72
73
74
75
76
77
78
79
80
81
82
83
{% extends "base.html" %} {% block main %}
<p style="margin-top: 4em">👋 I'm @ndyg!</p>
<p>I'm really glad you're here.</p>
<p>Gosh, we've made a mess of things, haven't we?</p>
<p>
I love tinkering and cobbling together
<a href="https://gist.github.com/cablehead/efbe67fb90b8dde21a7c885f91f3f75d"
>"Small Tools"</a
>. Some people call that <a href="https://utopia.rosano.ca/interoperable-visions/">interop</a>.
I'd like to work with others to craft and
<a href="https://x.com/cablelounger/status/1791511773855559887">seriously</a> use these tools to
foster <a href="https://maggieappleton.com/cozy-web">cosy communities</a> and good faith
communication, with the goal of exploring life's intricacies and uplifting everyone's journey.
</p>
<p>
Which is to say, I'd like to work with <i>you</i> to make things better. And .. what does
<a href="https://x.com/cablelounger/status/1793271556354801983"> "make things better"</a>
even mean?
</p>
<p>
If any of that resonates, you can find me in the spaces listed above—those are
where I’m most comfortable hanging out, so feel free to choose whichever works
best for you.
</p>
<h3>
<a
href="#some-of-the-things-im-thinking-about"
aria-hidden="true"
class="anchor"
id="xs-some-of-the-things-im-thinking-about"
></a
>Some of the things I'm thinking about...
</h3>
<ul>
<li>
<a href="/plantings/how-do-you-make-a-living">How do you make a living?</a>
</li>
</ul>
<h3>
<a
href="#some-of-the-things-im-working-on"
aria-hidden="true"
class="anchor"
id="xs-some-of-the-things-im-working-on"
></a
>Some of the things I'm working on...
</h3>
<div class="planting">
<div class="planting">
{% for planting in plantings %} {% include 'planting_tpl.html' %} {% endfor %}
</div>
</div>
<p>
<a href="https://cross.stream">cross.stream</a>: a communal space to hack and share:
<em>Status: TBD</em>
</p>
<ul>
<li>
User facing
<ul>
<li>Digital Garden</li>
<li>Build your own tools</li>
</ul>
</li>
<li>
Infrastructure
<ul>
<li>Stream driven development (event source)</li>
<li>Small tools (~= embrace the shell)</li>
</ul>
</li>
</ul>
{% endblock %}