social stories

This commit is contained in:
Garry Ing 2021-04-18 13:59:21 -04:00
parent 5862e5cf1e
commit a2c7eb4fb1
No known key found for this signature in database
GPG Key ID: 3B379B1F2193CC3E
3 changed files with 23 additions and 4 deletions

View File

@ -11,6 +11,11 @@ layout: default
Created on {{ page.date_created | date: "%B %-d, %Y" }}
{% endif %}
</time>
{% else %}
<time class="ml3 flex-auto" datetime="{{ page.date | date_to_xmlschema }}">{% if page.type != 'pages' %}
Created on {{ page.date | date: "%B %-d, %Y" }}
{% endif %}
</time>
{% endif %}
<time datetime="{{ page.last_modified_at | date_to_xmlschema }}">{% if page.type != 'pages' %}
Last updated on {{ page.last_modified_at | date: "%B %-d, %Y" }}

14
_notes/social-stories.md Normal file
View File

@ -0,0 +1,14 @@
---
date: 2021-04-18
---
**What is it that you hope to explore during your residency?**
We are exploring the protocols, languages, and material of the internet as a place for experimentation and practice. The exploration is based on composing multiple histories of the internet into a collective resyndicatable [[digital public garden|digital garden]] to weave the examples, narratives, and ideas together as a contribution to the [[Field Guide to the Digital Real]]. We are interested in how this garden can serve as a site for [micro] world-making as we repurpose the existing internet through our practice.
**Can you provide a great, existing example (that we can share with audiences who may be unfamiliar with this line of thinking/work)?**
- <https://github.com/ournetworks>: the conference Dawn, myself, and friends, have been organizing. We've had great talks/workshops/happenings that weave network protocols and materially. Our GitHub org is where we organize openly
- <https://handbook.hypha.coop/>: [[Hypha]]'s (living) handbook that gives a sense of how we work and operate through online spaces
- <https://pmvabf.org/>: Printed Matters Virtual Art Book Fair. We think their shift to virtual this year was really neat to experience. They had a lot of support from folks and created an experience that feels unique and "of-the-net" instead of directly replicating the in-person event. We were also are thinking about https://www.anarchistbookfair.ca/tablers-2020/
- <http://designforthe.net/workshops/ascii/>: A workshop Mindy Seu hosted as part of A-B-Z-TXT. Pulling together concrete poetry and typewriter art, to create imaginary internet dwellings
- <http://contemporary-home-computing.org/turing-complete-user/>: Essay from Olia Lialina expanding on the concept of General Purpose Users

View File

@ -2,6 +2,10 @@
color: var(--foreground-text);
}
.links-foreground-text a:hover {
text-decoration: none;
}
.no-underline-hover:hover,
.no-underline-hover:focus {
text-decoration: none;
@ -152,10 +156,6 @@
padding-left: 1.75em;
}
ul {
list-style: circle;
}
img {
max-width: 100%;
height: auto;