<?xml version="1.0" encoding="utf-8"?>
  <feed xmlns="http://www.w3.org/2005/Atom">
    <title>Gemma Copeland</title>
    <link href="https://gemmacope.land/feed.xml" rel="self"/>
    <link href="https://gemmacope.land"/>
    <updated>2024-03-24T00:00:00Z</updated>
    <id>https://gemmacope.land</id>
    
      <author>
        <name>Gemma Copeland</name>
        <email>mail@gemmacope.land</email>
      </author>
    
    
    <entry>
      <title>Making a website</title>
      <link href="https://gemmacope.land/writing/making-a-website/"/>
      <updated>2019-09-01T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/making-a-website/</id>
      <content type="html">&lt;p&gt;Some thoughts about making this website, written jointly by me and &lt;a href=&quot;http://piperhaywood.com/&quot;&gt;Piper Haywood&lt;/a&gt; (italics).&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;This website started as a conversation between Piper and myself. I had just left my full-time job and PH suggested that we could work together on a new website for my practice. It was also a good excuse for us to collaborate and explore some of our ideas about website design and development together.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;I was interested in working with Gemma on pretty much anything! More specifically though, I wanted to work on a site that was less of an unchanging behemoth and more of a playground for learning, a permanent sandbox and ideas container. This is how treat my site, but I hadn’t had the chance to create something similar for and with someone else before.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;From the outset, we set the intention that the process should be conversation between the two of us. We’re both interested in seeing design and development as a collaborative and iterative process, where both parties learn from the other. (Although, admittedly, I have learnt much more from PH during this process!)&lt;/p&gt;
&lt;p&gt;&lt;em&gt;You say that, but I’ve definitely learned a ton from you! Especially about letting ambiguity thrive, balancing it against structure.&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;Light&lt;/h2&gt;
&lt;p&gt;We think that a website can be modern without being complicated. &lt;em&gt;Better does not mean louder or more moving parts or reinventing the wheel. Goodness can come from working with existing tools and celebrating the building blocks.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Today’s web development world can seem incredibly intimidating for someone just starting out. There are so many different frameworks and languages to learn, it can feel like it’s better just not to start and use a template instead – something that &lt;a href=&quot;https://dow-smith.com/&quot;&gt;Jake&lt;/a&gt; puts quite succinctly &lt;a href=&quot;https://twitter.com/jakedowsmith/status/1184125876608352256&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;I was fortunate to pick up web development at a time when you could get away with experimenting and tinkering using the open web as a tool for self-directed learning. I didn’t have to contend with enormous echo chambers like Twitter shaming me for not using a bundler, being unfamiliar with a language, or a million other things that were outside my consciousness early on. It makes me sad that enthusiastic beginners might feel like the web development world is beyond them.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Complexity makes websites more opaque and can make them less robust. The more a site depends on complex frameworks, the more potential points of failure it has, making it harder to maintain over time. Because of this, we’ve made decisions to keep this site small and light wherever possible. It is a static site built with &lt;a href=&quot;https://www.11ty.io/&quot;&gt;Eleventy&lt;/a&gt; and hosted on &lt;a href=&quot;https://www.netlify.com/&quot;&gt;Netlify&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;The aim is to use enough tools so that creating and editing content isn’t a total slog, but not so many that it feels like you need to take a course to figure it all out. We want a site is *just* complex enough and has appropriate &lt;a href=&quot;https://github.com/GemCopeland/personal-website/blob/master/README.md&quot;&gt;documentation&lt;/a&gt; for the bits that are a little more complicated.&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;Accessible&lt;/h2&gt;
&lt;p&gt;Considering as broad an audience as possible from the outset ultimately makes for a better site. It sets restrictions on some visual elements, but I think that working within restrictions in a clever and thoughtful way ultimately makes something more beautiful. &lt;em&gt;And it can be *fun* to work with constraints!&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;As with designing for mobile first, designing for accessibility encourages you to consider the relative importance of each element.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;My hope is that we can continue to explore accessibility on this site. We’ve just begun to scratch the surface.&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;Structured&lt;/h2&gt;
&lt;p&gt;All text is edited in &lt;a href=&quot;https://www.markdownguide.org/basic-syntax/&quot;&gt;Markdown&lt;/a&gt;, which we love because it is simple and human-readable yet also flexible and powerful. &lt;em&gt;We’re specifically using the &lt;a href=&quot;https://github.com/markdown-it/markdown-it&quot;&gt;markdown-it&lt;/a&gt; parser which lets us automatically convert straight quotes to curly quotes and a few other nifty things. See the &lt;a href=&quot;https://github.com/GemCopeland/personal-website/blob/master/.eleventy.js&quot;&gt;&lt;code&gt;.eleventy.js&lt;/code&gt; file&lt;/a&gt; if you want to have a peek at the configuration.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Data is structured according to the vocabulary set out by &lt;a href=&quot;https://schema.org/&quot;&gt;schema.org&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Using these two syntaxes relates to our ideas around maintaining long-term archives. The front-end of a website is more ephemeral (like the outer layer of a tree), while the back-end should have more longevity. We added as much structure to the data as possible from the outset, even if it isn’t currently being utilised. This mindset is more about building an archive of data than a website. It’s about seeing archiving as a continuous process rather than a single event.&lt;/p&gt;
&lt;h2&gt;Fluid&lt;/h2&gt;
&lt;p&gt;Connected to this idea of continuous archiving is our choice to, wherever possible, hook into my existing workflows and tools. For example, the &lt;em&gt;Thinking&lt;/em&gt; panel uses &lt;a href=&quot;https://dev.are.na/&quot;&gt;Arena’s API&lt;/a&gt;. I use Arena every day, and it has become a vital part of my thinking process. Any channel that I add to &lt;em&gt;My Website&lt;/em&gt; channel will show up here. We wanted to make something that would amplify my existing workflows rather than create any extra work.&lt;/p&gt;
&lt;p&gt;We’re also using this channel to host any images that I want to add to my blog, as a way of getting around adding another service for image hosting. &lt;em&gt;Down the line, when it’s proven that another platform would be useful, we could use a Content Delivery Network (CDN) or we might configure it with Netlify Large Media.&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;Open&lt;/h2&gt;
&lt;p&gt;We have documented both our code and our process on &lt;a href=&quot;https://github.com/GemCopeland/personal-website&quot;&gt;Github&lt;/a&gt;. The source code is licensed under the &lt;a href=&quot;https://github.com/GemCopeland/personal-website/blob/master/LICENSE&quot;&gt;GNU General Public License v3.0&lt;/a&gt;, and PH has created an in-depth README that also explains things like Git, the command line, static site generators, and other things code-related. Hopefully this is a good resource for others with similar levels of experience and interest. Unless otherwise stated, all content on the site is by me and subject to a &lt;a href=&quot;https://creativecommons.org/licenses/by-nc-sa/4.0/&quot;&gt;Creative Commons BY-NC-SA 4.0&lt;/a&gt; license.&lt;/p&gt;
&lt;h2&gt;Further reading&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://luckysoap.com/statements/handmadeweb.html&quot;&gt;A Handmade Web&lt;/a&gt; by JR Carpenter&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://thecreativeindependent.com/people/laurel-schwulst-my-website-is-a-shifting-house-next-to-a-river-of-knowledge-what-could-yours-be/&quot;&gt;My website is a shifting house next to a river of knowledge. What could yours be?&lt;/a&gt; by Laurel Schwulst&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://websitewiththesoundofitsownmaking.net/&quot;&gt;Website with the Sound of its own Making&lt;/a&gt; by Emma Rae Norton&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://frankchimero.com/writing/everything-easy-is-hard-again/&quot;&gt;Everything Easy is Hard Again&lt;/a&gt; by Frank Chimero&lt;/li&gt;
&lt;li&gt;Contribute to the channels &lt;a href=&quot;https://www.are.na/gemma-copeland/digital-design-criticism&quot;&gt;Digital Design Criticism&lt;/a&gt; and &lt;a href=&quot;https://www.are.na/gemma-copeland/performance-is-political&quot;&gt;Performance is Political&lt;/a&gt; on Arena&lt;/li&gt;
&lt;/ul&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;em&gt;Here’s to your own garden on the WWW, long may it change!&lt;/em&gt;&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Protocols</title>
      <link href="https://gemmacope.land/writing/protocols/"/>
      <updated>2019-09-21T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/protocols/</id>
      <content type="html">&lt;p&gt;I’ve recently been working on a Membership Agreement for &lt;a href=&quot;https://evening-class.org/&quot;&gt;Evening Class&lt;/a&gt;. It’s an attempt to escape &lt;a href=&quot;https://www.jofreeman.com/joreen/tyranny.htm&quot;&gt;the tyranny of structurelessness&lt;/a&gt;, as well as to provide a guide for new members.&lt;/p&gt;
&lt;p&gt;It’s been a rewarding exercise as it’s prompted us to think about and formalise some of the key principles that underpin everything we do, as well as making clear what forms of support we expect from each other. In some ways, these kinds of protocols can feel unnecessarily formal, but I feel like by having it all written down allows us to address how we treat each other more directly, forming the basis for a greater level of trust within the group.&lt;/p&gt;
&lt;p&gt;This got me thinking about protocols more broadly, and what they mean for establishing and maintaining self-organised groups.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;In &lt;a href=&quot;https://www.akpress.org/emergentstrategy.html&quot;&gt;Emergent Strategy&lt;/a&gt;, adrienne maree brown highlights the protocol set out by &lt;a href=&quot;https://a4bl.wordpress.com/who-we-are/&quot;&gt;Asians 4 Black Lives&lt;/a&gt;, an intersectional ally group based in the Bay Area. There are so many aspects of this that feel important to me, but to draw out just a few:&lt;/p&gt;
&lt;p&gt;It sets a framework for building trust, support and solidarity, both within the group and with a wider community. This comes across not only through the content but also in the tone of voice – it is calm and understanding, removing judgement and recognising that there is always an opportunity for growth, on both a personal and collective level.&lt;/p&gt;
&lt;p&gt;It feels calm, slow and intentional, focused on long-term strategic change rather than short bursts of activity. It leaves space for plurality, highlighting that there is not one single answer or vision, but a multiplicity of different voices and attempts.&lt;/p&gt;
&lt;p&gt;The conclusion particularly stands out to me:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;We submit these principles and protocols with humility and openness. We don’t have it all figured out, but we are committed to taking a stand, and learning as we go. We will not wait to be perfect, because we believe the time is now and we would rather be held accountable for our mistakes than forgiven our inaction.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;There is a clear sense of urgency and clarity here, but also the recognition of the inevitability of change. It demonstrates that a protocol is not a fixed set of rules, but something to be constantly questioned and renegotiated by its members.&lt;/p&gt;
&lt;p&gt;This got me thinking about what Paul Soulellis has been writing about his idea of &lt;a href=&quot;https://docs.google.com/document/d/1gLnHQq2VjPrsRRB_wA-DTmHsRBreET09e-ZpT-j-ez0/edit&quot;&gt;Urgentcraft&lt;/a&gt;. I strongly recommend reading the whole thing, but this particular section feels very important to me:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I love the contradiction here, that to better understand crisis, we may need to recognize the slowness of how conditions evolve, how power operates, the patience to build and fortify over time. Committing to maintenance as a form of urgency. And I think there’s something particularly queer about slowness these days, as a resistance to acceleration and the normative speeding up of things. Especially as it relates to network culture and our production and consumption of media.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I feel like a protocol is a group’s commitment to maintenance, to the practice of becoming. It is a collective attempt to sketch out the world we want to live in, to create the conditions in which we want to practice. It is an ongoing, slow process of resistance and negotiation, grounded in the insistence that another world is possible.&lt;/p&gt;
&lt;p&gt;Finally, this brings me back to my favourite quote from Emergent Strategy:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;There is such urgency in the multitude of crises we face, it can make it hard to remember that in fact it is urgency thinking (urgent constant unsustainable growth) that got us to this point, and that our potential success lies in doing deep, slow, intentional work.&lt;/p&gt;
&lt;/blockquote&gt;
</content>
    </entry>
    
    <entry>
      <title>A conversation with La Foresta</title>
      <link href="https://gemmacope.land/writing/a-conversation-with-la-foresta/"/>
      <updated>2019-10-31T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/a-conversation-with-la-foresta/</id>
      <content type="html">&lt;p&gt;I recently spent a few weeks in Rovereto, northern Italy, to do a residency at &lt;a href=&quot;https://laforesta.net/&quot;&gt;La Foresta&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;While I was there I printed a mini-newsletter, as part of an ongoing project that &lt;a href=&quot;https://evening-class.org/&quot;&gt;Evening Class&lt;/a&gt; is doing for the &lt;a href=&quot;https://www.joaap.org/&quot;&gt;Journal of Aesthetics and Protest&lt;/a&gt;. The newsletter is a short conversation between &lt;a href=&quot;https://www.brave-new-alps.com/&quot;&gt;Brave New Alps&lt;/a&gt;, one of the initiators of the La Foresta project, and two of us from Evening Class.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/5166553/original_402df0b692de87cf676de66ce373b57a.jpg?1570125552?bc=0&quot; alt=&quot;Evening Class and La Foresta newsletter&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I’ve added the text of the full interview below.&lt;/p&gt;
&lt;hr /&gt;
&lt;h2&gt;Evening Class asks La Foresta:&lt;/h2&gt;
&lt;p&gt;&lt;em&gt;Who are you?&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;We are an open network of associations, informal groups, social cooperatives and individuals that have come together to create a community academy at the train station of Rovereto, northern Italy. Foresta in Italian means both “forest” and “the foreign woman”: a woman from another place. In both meanings there is an element of mystery. Both fit well the way we want to collaborate and the composition of our network.&lt;/p&gt;
&lt;p&gt;The project, as it is now, is the result of a two-year collaboration between us and the Municipality of Rovereto. Following an initial project proposal from our side, the municipality signed an nine-year lease with FS, the Italian railway company, to implement a social-cultural project inside a 150m2 indoor space of the train station, plus a 100m2 outdoor space/garden.&lt;br /&gt;
By the end of this year, the space will have been renovated and open its doors to the public. It will be divided into five areas: entrance &amp;amp; convivial waiting room, educational space with kitchen and kids area, event space, workshop, and garden.&lt;/p&gt;
&lt;p&gt;At the moment there are about 25 people involved. We are quite diverse in terms of gender, age, expertise and areas of interest, which span from migrant support to cultural animation, collective gardening to hacking, digital literacy to practice-based research.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;What was the motivation for starting La Foresta?&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;When the group began forming in August 2017, the common wish was to find a space as a shared resource (with floor space, infrastructure, machines, etc) to continue to develop individual activities but also to generate possibilities for encounter, making in common and forging new alliances.&lt;/p&gt;
&lt;p&gt;Our location inside a train station has been steering our collective imaginary since the beginning. In Rovereto, the station is one of the few places where there is an atmosphere of internationality and diversity, with many social groups traversing the same spot as part of their everyday lives. It is a “portal” connecting Rovereto—which sometimes can feel quite provincial and bourgeois—to the world. This animates us and helps maintain a good level of energy.&lt;/p&gt;
&lt;p&gt;We have been working from the as-yet-unrenovated space since October 2018. Although it is makeshift, being and working inside the building has helped strengthen the relations within the group and to bring in new people.&lt;/p&gt;
&lt;p&gt;Some questions we formulated together at the beginning of this adventure are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;How might we make a community today?&lt;/li&gt;
&lt;li&gt;What are the ingredients for building solidarity, resilience and openness?&lt;/li&gt;
&lt;li&gt;How to respond to the multitude of today’s crises?&lt;/li&gt;
&lt;li&gt;Where, how and with whom can we begin?&lt;/li&gt;
&lt;li&gt;What tools do we need?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;em&gt;One of our main impressions from spending time here is the sense of abundance—people are so generous with their time, attention and resources. What role do you think generosity plays in creating a space like this?&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;There is a saying in synergic gardening that ci concimiamo a vicenda—“we fertilise each other”. The social relations between us are the most important thing we have, and need to be cultivated and safeguarded, while material resources come and go. We want to build up an environment in which everyone feels free to contribute to the Forest according to their own resources and will, without feeling guilty for giving too much or too little.&lt;br /&gt;
Our approach is that whoever proposes a new activity, tool or method also takes responsibility for it, while feeling supported by others and welcome to try out new things. In the Forest everything is in a permanent state of experimentation and evaluation.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Can you draw a map of your interdependent network?&lt;/em&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;h2&gt;La Foresta asks Evening Class&lt;/h2&gt;
&lt;p&gt;&lt;em&gt;Who are you?&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;An experiment in self-organised learning. An unwieldy collective effort. 14 members right now. Over 40 members since we started in 2016. A support structure. A common pool of resources. After hours. Cultivating common interests. Open for anyone to join. Flexible and resilient. A group of designers, artists and teachers. Prototyping new methods for living, working and learning together. Based in London. An interdependent network. A space for learning and investigating. A space for empathy. A collection of many voices. Self-supporting. Not-for-profit. In, between, with, around and against the academy and industry. Learning from each other. Working it out as we go.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;How do you deal with the fact that some people are more passionate about Evening Class and therefore make more time for it?&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;It’s hard to get the balance right between individual autonomy and mutual support. It’s important for us to allow everyone to define their own level of commitment. We need to take into account that some people are more interested, motivated or simply have more time than others.&lt;/p&gt;
&lt;p&gt;On the other hand, we also need to make sure that we’re supporting each other, and that the same people don’t end up doing all the work while others benefit from it. We try to always be aware of, and actively redistribute, the reproductive labour that underpins all of our activities. We collectively write protocols, like our Working Agreement and Membership Agreement, in order to define structures and our expectations of one another.&lt;/p&gt;
&lt;p&gt;This is perhaps one of the most difficult aspects of our collaboration to work out, as it also changes over time. We don’t have an answer yet.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;What makes you feel most alive from all the things you do with Evening Class?&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;The friendship we have made together within the group. It sometimes feels like this is what holds things together and keeps us turning up, more than any other structure we articulate around it. It’s an unexpectedly collegiate peership, even (especially?) without academics above us setting the agenda.&lt;/p&gt;
&lt;p&gt;Being in the same space, making something together. Having a space where we’re free to experiment and improvise, and a reliable network that can contribute to and feedback on our projects.&lt;/p&gt;
&lt;p&gt;The connections we have made to other people, projects and movements in different locations around the world. When we speak to these people and realise (through their reaction) that we are actually creating something valuable and interesting.&lt;br /&gt;
The feeling of being part of a collective, something bigger than yourself.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Can you make a drawing of your organisational form?&lt;/em&gt;&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>What kind of Internet do you want to live in?</title>
      <link href="https://gemmacope.land/writing/what-kind-of-internet-do-you-want-to-live-in/"/>
      <updated>2019-11-01T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/what-kind-of-internet-do-you-want-to-live-in/</id>
      <content type="html">&lt;p&gt;Last weekend was &lt;a href=&quot;https://www.mozillafestival.org/en/&quot;&gt;MozFest&lt;/a&gt;, which is easily my favourite tech event. This is the second year I’ve attended, and although it was different from last year’s experience it was just as exciting. At the end of the festival I always feel so energised and inspired.&lt;/p&gt;
&lt;p&gt;As with last year, the most exciting part was the people I met and the conversations I had. As &lt;a href=&quot;https://twitter.com/laiyiohlsen/status/1188749697550303241&quot;&gt;Lai Yi&lt;/a&gt; mentions, it is so incredible to go to a conference about the Internet and speak to so many women. The direction that the Internet is heading these days can feel pretty bleak, so it is wonderful to spend a weekend with so many people who are trying their hardest to change its trajectory.&lt;/p&gt;
&lt;p&gt;I’ve written up some more thoughts as &lt;a href=&quot;http://commonknowledge.coop/&quot;&gt;Common Knowledge&lt;/a&gt; on our &lt;a href=&quot;https://commonknowledge.coop/writing/notes-from-mozfest-2019&quot;&gt;blog&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Mushrooms from Epping Forest</title>
      <link href="https://gemmacope.land/writing/mushrooms-from-epping-forest/"/>
      <updated>2019-11-17T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/mushrooms-from-epping-forest/</id>
      <content type="html">&lt;p&gt;Some of the mushrooms KG and I found in &lt;a href=&quot;https://en.wikipedia.org/wiki/Epping_Forest&quot;&gt;Epping Forest&lt;/a&gt;. We managed to find loads of field blewits, which are edible (and delicious)!&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/5761367/original_d3a71b66353dbe182e45c0c36c3553ea.jpg?1576907036?bc=0&quot; alt=&quot;A close-up of white fungi growing on a log&quot; /&gt;&lt;br /&gt;
&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/5761369/original_2b9a90f2bce952e917884a2f127ea5b5.jpg?1576907044?bc=0&quot; alt=&quot;Harvested field blewits, lying upside down&quot; /&gt;&lt;br /&gt;
&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/5761368/original_5f249f20c66b85f28c4ba69e9943c722.jpg?1576907038?bc=0&quot; alt=&quot;Lots of different types of mushrooms growing amongst Autumn leaves&quot; /&gt;&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Design &amp; agency</title>
      <link href="https://gemmacope.land/writing/design-and-agency/"/>
      <updated>2019-11-27T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/design-and-agency/</id>
      <content type="html">&lt;p&gt;I recently did a remote lecture for the &lt;a href=&quot;https://www.hbk-bs.de/en/studiengaenge/transformation-design/&quot;&gt;Transformation Design&lt;/a&gt; course at HBK Braunschweig.&lt;/p&gt;
&lt;p&gt;The students are currently doing a subject on &lt;em&gt;operating systems&lt;/em&gt;, looking at the frameworks and structures that surround design: established and experimental ways of working, cooperation, organisation and solidarity.&lt;/p&gt;
&lt;p&gt;It made me so happy that this course exists! I spoke about my own practice as a digital designer, the different studios I’ve worked for, collectives I’m part of and the different tools, structures and processes that I’ve learnt about and found useful in my work.&lt;/p&gt;
&lt;p&gt;I also went on for quite a while about how great I think worker cooperatives are — planning to write this bit up in more detail soon.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.are.na/block/5761464&quot;&gt;View the presentation&lt;/a&gt;&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Resurgence</title>
      <link href="https://gemmacope.land/writing/resurgence/"/>
      <updated>2019-12-21T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/resurgence/</id>
      <content type="html">&lt;p&gt;I don’t have anything much to add to the post-election cacophony. I know how important reflection is after a result like this, but in the week that has passed since I’ve found that I can’t bear to spend too much time thinking about what has happened, and what it’s going to mean for the next five years, for a country already tearing itself apart, for those who are already suffering and for the vague glimmer of hope I was holding out for decisive climate action.&lt;/p&gt;
&lt;p&gt;I do want to record what I’ve found to be useful in dealing with the despair, mainly so I can refer back to it when I inevitably feel like this again in the future. Perhaps it will be of some use to others as well.&lt;/p&gt;
&lt;p&gt;I found out the results about an hour before landing in my hometown – 16,516 km and 28 hours of solitude and mild discomfort and sleep deprivation away from my adopted home. Regardless of how long that flight is, I never think it’s enough. I don’t think that humans should be able to travel that far, that quickly. I always have about a week of &lt;a href=&quot;https://www.are.na/meg-miller/literary-theories-of-jet-lag&quot;&gt;spiritual jetlag&lt;/a&gt;, where I can’t quite believe the difference in weather, culture or people. Everything just feels vaguely unreal and I feel disconnected from everything, in two places at once.&lt;/p&gt;
&lt;p&gt;The lead-up to the election was manic and completely exhausting, but I was buoyed up by the people I was working with, most of whom I’d never met before: a deep sense of shared purpose and vision of a better future. Finding out suddenly just how badly we’d lost this particular fight, I just felt completely adrift. An abrupt, seismic shift from feeling like I had agency, was part of something bigger than myself, to feeling powerless and completely alone.&lt;/p&gt;
&lt;p&gt;This week I started reading &lt;a href=&quot;https://www.dukeupress.edu/staying-with-the-trouble&quot;&gt;Staying with the Trouble&lt;/a&gt; by Donna Haraway as a way of distracting myself from the political spectacle. Literally the first page of the introduction begins with exactly what I needed to hear:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Trouble&lt;/em&gt; is an interesting word. It derives from a thirteenth-century French verb meaning “to stir up”, to make cloudy, to disturb. We—all of us on Terra—live in disturbing times, mixed-up times, troubling and turbid times. The task is to become capable, with each other in all of our bumptious kinds, of response.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;Mixed-up times are overflowing with both pain and joy—with vastly unjust patterns of pain and joy, with unnecessary killing of ongoingness but also with necessary resurgence. Our task to is to make trouble, to stir up potent response to devastating events, as well as to settle trouble waters and rebuild quiet places.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;In urgent times, many of us are tempted to address trouble in terms of making an imagined future safe, or stopping something from happening that looms in the future, of clearing away the present and the past in order to make futures for coming generations.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;Staying with the trouble does not require such a relationship to times called the future. In fact, staying with the trouble requires learning to be truly present, not as a vanishing pivot between awful or edenic pasts and apocalyptic or salvific futures, but as mortal critters entwined in myriad unfinished configurations of places, times, matters, meanings.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This staying present (mindfulness 101, I know) has also been the main thing keeping me together on a personal level as well. I usually deal with anxiety by just working more, but haven’t been able to as I just feel too tired and too sad. I start to feel okay again when I just focus everything on exactly what I’m feeling at that moment, focusing on my gratitude for abundant Australian sunshine or how it feels to swim in the ocean.&lt;/p&gt;
&lt;p&gt;RB pointed out that this theme of resurgence can be found throughout &lt;a href=&quot;https://press.princeton.edu/books/paperback/9780691178325/the-mushroom-at-the-end-of-the-world&quot;&gt;The Mushroom at the End of the World&lt;/a&gt; as well:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;One of the most miraculous things about forests is that they sometimes grow back after they have been destroyed. We might think of this as resilience, or as ecological remediation, and I find these concepts useful. But what if we pushed even further by thinking through resurgence? Resurgence is the force of the life of the forest, its ability to spread its seeds and roots and runners to reclaim places that have been deforested.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I like that resurgence inherently requires a period of dormancy. As badly-timed as this election was, at least it has coincided with a time of the year that some of us (in the West) have collectively decided is a time of dormancy. Although it’s incredible to see people immediately respond to this result by looking for ways to directly organise together and support each other, I also think that there is a lot of value to be had in being quiet, shrinking back, contracting, hiding, at least for a little while.&lt;/p&gt;
&lt;p&gt;The other thing that has kept me going is talking directly to people in my network, both in the UK and Australia. I’m so grateful for the love and support and solidarity across all of these interconnected webs. I’m reminded of a chapter in &lt;a href=&quot;https://www.akpress.org/pleasure-activism.html&quot;&gt;Pleasure Activism&lt;/a&gt; by adrienne maree brown, where she’s talking to Monique Tula, who says:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;There’s an exclusive, until recently, men-only club near Sonoma, California, called the Bohemian Club. Their motto used to be “spiders, weave not thy web here.” The spiders they’re referring to are women. Members of this club include politicians, university presidents, oil tycoons—basically rich white men who believe they own the world.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;I envision a world full of spiders, weaving interconnected webs that resist patriarchal forms of supremacy that work so well at keeping us distraught, distracted, and divided.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I’m exhausted but looking forward to 2020, to resurgence and a world full of spiders.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Dissenting Ephemera</title>
      <link href="https://gemmacope.land/writing/dissenting-ephemera/"/>
      <updated>2019-12-22T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/dissenting-ephemera/</id>
      <content type="html">&lt;p&gt;Some of my notes from the Dissenting Ephemera workshop at MayDay Rooms a few weeks ago:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://leftove.rs/&quot;&gt;leftove.rs&lt;/a&gt; is an online archive of radical political ephemera, built in collaboration between &lt;a href=&quot;https://maydayrooms.org/&quot;&gt;MayDay Rooms&lt;/a&gt; and &lt;a href=&quot;https://0x2620.org/&quot;&gt;0x2620 Berlin&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;They’ve spent the last year digitising the MayDay Rooms archive and scraping other archives and now have a substantial body of material to work with. They’ve been experimenting with different ways of structuring, distributing and expanding upon this archive. For this workshop, they invited a range of people working in similar areas to share their experiences and contribute to the development of the platform.&lt;/p&gt;
&lt;p&gt;I was super impressed with the archive — it’s running on &lt;a href=&quot;http://pan.do/ra&quot;&gt;Pandora&lt;/a&gt;, an open source media archive platform which they’ve customised. You can even do a full text search on both PDFs and images. They mentioned that at this stage, the technology behind it is the least of their problems. The challenge now is involving people to structure, use and develop the platform.&lt;/p&gt;
&lt;h2&gt;Context&lt;/h2&gt;
&lt;p&gt;Rosemary mentioned in her introduction that all political ephemera requires context — you can’t show it in isolation, it must be positioned within a wider historical context and in relation to other social, cultural and political movements.&lt;/p&gt;
&lt;p&gt;We discussed different ways of browsing content: not just by time and location but by historical events, social movements, groups, tactics and issues. Of course, a historical event could be anything from one day to a decade, which is an interesting challenge.&lt;/p&gt;
&lt;p&gt;We also discussed enabling users to make their own collections, providing context in a more freeform and subjective way.&lt;/p&gt;
&lt;h2&gt;Interoperability&lt;/h2&gt;
&lt;p&gt;Another recurrent question was around distribution and openness.&lt;/p&gt;
&lt;p&gt;How do you open up the collections of different institutions? How do you enable interactions and entanglements between different collections? What is the connection between online and offline? How do we find a common syntax so that different archives can talk to each other?&lt;/p&gt;
&lt;h2&gt;Ephemerality&lt;/h2&gt;
&lt;p&gt;How do you document and archive radical content that is even more ephemeral and fragmented than printed matter, like social spaces or streets? Nick Thoburn gave the example of Inventory Magazine, which documented, recorded and reproduced found texts created by London’s homeless population.&lt;/p&gt;
&lt;p&gt;The other example he gave was a book documenting the &lt;a href=&quot;https://baltimoreuprising2015.org/&quot;&gt;2015 Baltimore Uprising&lt;/a&gt;, which consists only of screengrabs from Twitter. The book presents the tweets without introduction or context, insisting that you engage with the tweets themselves. The purpose is not to explain or document the uprising, but to prolong it.&lt;/p&gt;
&lt;h2&gt;Maintenance&lt;/h2&gt;
&lt;p&gt;A theme that came up through everyone’s talks was that of care and maintenance. A library isn’t a self-organising system — they often survive due to the hard work of a small handful of people. It takes a long time and a lot of diligent labour. How do you sustain these people and these kinds of projects? How do you make something that works for people, and make it desirable for them to actually use and maintain it?&lt;/p&gt;
&lt;h2&gt;Layers&lt;/h2&gt;
&lt;p&gt;Karen Di Franco from &lt;a href=&quot;https://www.bookworks.org.uk/&quot;&gt;Bookworks&lt;/a&gt; spoke about layers of description and subjectivity. She used the example of a photocopied piece of ephemera with handwritten notation on top — how do you document this secondary layer? Does it belong to a different category than an unannotated version of the same thing? How do you describe an iteration on the same object?&lt;/p&gt;
&lt;p&gt;The act of archiving isn’t an objective process but highly subjective and open to interpretation. The archivist must decide how to describe and categorise something, what information is included and what should be left out.&lt;/p&gt;
&lt;h2&gt;Activation&lt;/h2&gt;
&lt;p&gt;Another recurrent theme was around the activation of archives. It’s not enough to just create archives and hope that people will educate themselves — you need to find ways to provide entrypoints and pathways through the content.&lt;/p&gt;
&lt;p&gt;Tomislav Medak from &lt;a href=&quot;http://memoryoftheworld.org/&quot;&gt;Memory of the World&lt;/a&gt; asked: what’s the political use of what we do? How do you activate these collections and enable radical education? How do you make an archive accessible to a broad range of people? Translation is an important element of this, but there are others aspects to literacy as well. A syllabus can’t just be a reading list.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;Some of the people and groups that were there were &lt;a href=&quot;https://www.bannerrepeater.org/&quot;&gt;Banner Repeater&lt;/a&gt;, Nick Thoburn, Memory of the World, Bookworks, &lt;a href=&quot;https://www.metamute.org/&quot;&gt;Mute Magazine&lt;/a&gt;, &lt;a href=&quot;http://www.mazizone.eu/&quot;&gt;MAZI&lt;/a&gt; and &lt;a href=&quot;https://pirate.care/&quot;&gt;Pirate Care&lt;/a&gt;. It was exciting to have all of this experience together in one room, and interesting to see how the same puzzles and themes turn up again and again, in different contexts and across decades.&lt;/p&gt;
&lt;p&gt;Seeing all these different attempts at peer-to-peer distribution and radical archiving made me feel more strongly than ever that we need to share these tools and resources, rather than having new projects start up and then burn out.&lt;/p&gt;
&lt;p&gt;I’m collecting any related links and text in this &lt;a href=&quot;https://www.are.na/gemma-copeland/leftove-rs&quot;&gt;Arena channel&lt;/a&gt;.&lt;/p&gt;
&lt;hr /&gt;
&lt;h2&gt;Update, 22.02.2020&lt;/h2&gt;
&lt;p&gt;I’ve written up what I spoke about in &lt;a href=&quot;https://gemmacope.land/writing/thinking-about-archives/&quot;&gt;this post.&lt;/a&gt;&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Minjerribah textures</title>
      <link href="https://gemmacope.land/writing/minjerribah-textures/"/>
      <updated>2020-01-03T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/minjerribah-textures/</id>
      <content type="html">&lt;p&gt;Minjerribah textures, feat. cute blob, scribbly gum and interspecies crossroads:&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/6061611/original_125e61a530371d9e3444820d158bfa54.jpg?1580661165?bc=0&quot; alt=&quot;A moon jelly washed up on the shore&quot; /&gt;&lt;br /&gt;
&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/6061612/original_df967e841cb1b9bbd5d32fdb4077568a.jpg?1580661170?bc=0&quot; alt=&quot;The bark of a scribbly gum, taken on a walk to lake Karboora&quot; /&gt;&lt;br /&gt;
&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/6061613/original_6fa9bfe8d1d97a3046fd8f4959e6ec7b.jpg?1580661171?bc=0&quot; alt=&quot;Prints in the sand left by birds, dogs, humans and cars&quot; /&gt;&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>On worker cooperatives</title>
      <link href="https://gemmacope.land/writing/on-worker-cooperatives/"/>
      <updated>2020-02-02T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/on-worker-cooperatives/</id>
      <content type="html">&lt;p&gt;One of my favourite quotes from Bianca Elzenbaumer of &lt;a href=&quot;https://www.brave-new-alps.com/&quot;&gt;Brave New Alps&lt;/a&gt; comes from her 2014 thesis, &lt;a href=&quot;http://research.gold.ac.uk/9920/&quot;&gt;&lt;em&gt;Designing Economic Cultures&lt;/em&gt;&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Aiming to produce critically-engaged content whilst practicing in conventional ways underestimates the substantial potential designers have to contribute to social change not only through the content of their work, but also through their ways of doing and being.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The origin of the word &lt;em&gt;radical&lt;/em&gt; is &lt;em&gt;from the root&lt;/em&gt;: fundamental, structural. The way that we practice, support ourselves and collaborate with each other hugely impacts the work that we make. If we want to enable radical change, we need to begin by questioning the entire structure of our work.&lt;/p&gt;
&lt;p&gt;I think that forming a worker cooperative is one way of prefiguring an alternative vision of the future of work. It recognises that we exist within capitalism, that we need to sustain ourselves within this system, but it also offers an alternative model of working: one based on solidarity, interdependence, self-determination and sustainability, rather than profit, growth and individual success.&lt;/p&gt;
&lt;h2&gt;What is a worker cooperative?&lt;/h2&gt;
&lt;p&gt;&lt;a href=&quot;https://www.radicalroutes.org.uk/&quot;&gt;Radical Routes&lt;/a&gt; have created an incredible handbook called &lt;a href=&quot;https://www.seedsforchange.org.uk/workersco-ops.pdf&quot;&gt;&lt;em&gt;How to set up a workers’ co-op&lt;/em&gt;&lt;/a&gt;. In it, they define a workers’ co-op as:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;A group of people that organise together, as equals, to help everyone in the group. A worker co-op could be defined as a business owned and managed collectively by its workers for their mutual benefit. It’s organised democratically and fairly by (and only by) its members.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;All workers’ co-ops follow the seven cooperative principles, which are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Open and Voluntary Membership&lt;/li&gt;
&lt;li&gt;Democratic Member Control&lt;/li&gt;
&lt;li&gt;Members’ Economic Participation&lt;/li&gt;
&lt;li&gt;Autonomy and Independence&lt;/li&gt;
&lt;li&gt;Education, Training, and Information&lt;/li&gt;
&lt;li&gt;Cooperation Among Cooperatives&lt;/li&gt;
&lt;li&gt;Concern for Community&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Traditional design studio structures&lt;/h2&gt;
&lt;p&gt;I really enjoyed all the design studios I’ve worked in, and have had highly collaborative working relationships with many of my previous coworkers. But, at the end of the day, collaboration ends with the creative work.&lt;/p&gt;
&lt;p&gt;Practical details around how the business is run, how much money is actually being made, how much everyone is being paid – these are all intentionally hidden from view. No matter how successful you are, or how fun your work is, you still have a boss. If things go badly, there’s no guarantee that your job will be safe. The result is that individual workers are ultimately in competition with each other, atomised, and stripped of their collective bargaining power.&lt;/p&gt;
&lt;p&gt;We’re taught an individualistic mindset from the moment we start studying design. We’re shown examples of successful (white/straight/cis/male) designers and taught to admire their individual genius rather than recognise the privilege that enabled their success, or the unnamed junior staff who support them.&lt;/p&gt;
&lt;h2&gt;Being part of a worker co-op&lt;/h2&gt;
&lt;p&gt;In my experience, being part of a cooperative has been a revelation on many levels. For one, there’s no hierarchy within the group. I love being in complete control over my own time – I can decide how and when I want to work. I also love not being restricted to one role, or being defined as only a “designer”. I can try out whatever interests me and learn more through the process. This feels much more fitting to what it actually means to be a person.&lt;/p&gt;
&lt;p&gt;There’s also such a sense of genuine solidarity within the co-op. I think part of this comes from Sociocratic practices like daily check-ins, which enable us to provide emotional and practical support to each other. We can also protect each other from precarity, openly discuss money and collectively decide to distribute finances to whoever needs it most.&lt;/p&gt;
&lt;p&gt;Our goal at Common Knowledge is to establish a sustainable business model. However, we’re not looking to generate profit – the political, social and educational aspects of our work come first. We collectively decide how to allocate any surplus we create: towards our solidarity work, maintaining our collective or the wider community.&lt;/p&gt;
&lt;p&gt;Lizzie O’Shea (one of Common Knowledge’s advisory board members) discusses the benefits of worker co-op’s in her book &lt;a href=&quot;https://www.versobooks.com/books/2960-future-histories&quot;&gt;&lt;em&gt;Future Histories&lt;/em&gt;&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Structuring organisations in this way creates the strongest incentive among workers to be creative, take responsibility, avoid unnecessary conflict, and monitor and improve performance. In other words, to educate themselves and each other on how best to work with technology. Worker cooperatives are places where workers can play with new skills. They can learn, practice and experiment with new ways of doing things. They can share knowledge and feedback, confident that they will also share in the benefits of any higher productivity that may come about as a result.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;Cooperation among cooperatives&lt;/h2&gt;
&lt;p&gt;We work from &lt;a href=&quot;https://space4.tech/&quot;&gt;Space4&lt;/a&gt;, a co-working space that supports a lot of different co-ops, and we’re part of &lt;a href=&quot;https://www.coops.tech/&quot;&gt;CoTech&lt;/a&gt;, a national network of tech co-ops. It’s so genuinely enjoyable and productive to be a node in both of these networks. We share knowledge and work within the network on a daily basis. I like the fractal nature of all of this – it reminds me of Emergent Strategy (again):&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;When we speak of systemic change, we need to be fractal. Fractals—a way to speak of the patterns we see—move from the macro to the micro level. We must create patterns that cycle upwards.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/6061422/original_611c5b87c4bc932c3f6b47ed49b2dcee.jpg?1580658544?bc=0&quot; alt=&quot;A close-up of some ferns covered in water droplets, taken in the Don Valley, Victoria&quot; /&gt;&lt;/p&gt;
&lt;h2&gt;Hyperlinks&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;There’s loads of #bigdata on how workers’ co-ops are actually more productive than traditional businesses on &lt;a href=&quot;https://en.wikipedia.org/wiki/Worker_cooperative#Research_on_worker_cooperatives&quot;&gt;Wikipedia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Stir To Action run courses on &lt;a href=&quot;https://www.stirtoaction.com/workshops/worker-co-ops&quot;&gt;how to set up a co-op&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Evening Class has an &lt;a href=&quot;https://www.are.na/evening-class-ijv-ziw5qtc/worker-cooperatives-o9ujhogyu00&quot;&gt;Arena channel&lt;/a&gt;, specifically focusing on creative workers’ co-ops&lt;/li&gt;
&lt;/ul&gt;
</content>
    </entry>
    
    <entry>
      <title>Thinking about archives</title>
      <link href="https://gemmacope.land/writing/thinking-about-archives/"/>
      <updated>2020-02-22T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/thinking-about-archives/</id>
      <content type="html">&lt;p&gt;This is a rough summary of what I remember talking about at the &lt;a href=&quot;https://gemmacope.land/writing/dissenting-ephemera/&quot;&gt;Dissenting Ephemera&lt;/a&gt; event last December.&lt;/p&gt;
&lt;p&gt;I put my talk together somewhat last minute. As I was digging through old folders looking for what I wanted to present, I came across an illustration by &lt;a href=&quot;http://www.richardgiblett.com.au/myceliumrhizome.html&quot;&gt;Richard Giblett&lt;/a&gt;, which I’d collected at some point while researching for the Pages Magazine website back in 2014.&lt;/p&gt;
&lt;p&gt;I realised it was the same image that printed while playing around with the riso printer at La Foresta in Rovereto in late 2019. It must have come up while I was searching &lt;a href=&quot;http://are.na/&quot;&gt;Are.na&lt;/a&gt; for images of rhizomes, and I didn’t realise at the time that I’d seen it before.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/6250187/original_f6008933f8c33ed10c5259f24ca8ffcf.jpg?1582377325?bc=0&quot; alt=&quot;La Foresta rhizome&quot; /&gt;&lt;/p&gt;
&lt;p&gt;This is what I love about archiving as a process: I’m continuously collecting, grouping and making connections between things, but most of the time it’s intuitive rather than conscious. Over time, the rhizomatic archive grows in unexpected ways and patterns start to emerge. I like that this growth is a collective endeavour: the archive constantly being reshaped and revisited by its users.&lt;/p&gt;
&lt;p&gt;For this talk, I spoke about a couple of digital archive projects I’ve worked on over the years, looking for the threads that begin to emerge between them.&lt;/p&gt;
&lt;h2&gt;A permeable archive&lt;/h2&gt;
&lt;p&gt;I started working on &lt;a href=&quot;https://www.pagesmagazine.net/&quot;&gt;Pages Magazine&lt;/a&gt; when I was at &lt;a href=&quot;http://lust.nl/&quot;&gt;LUST&lt;/a&gt; in 2014. Pages is a magazine published in Farsi and English, covering topics like art, culture, architecture and new media.&lt;/p&gt;
&lt;p&gt;We worked in collaboration with Pages’ editors to explore the idea of a permeable archive: one that is in constant flux, shaped by its contributors, shifting contexts and current events.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/6250185/original_d76eda08756c0a58c415046ab20086b6.jpg?1582377312?bc=0&quot; alt=&quot;An excerpt from a presentation for Pages Magazine, illustrating the publishing process&quot; /&gt;&lt;/p&gt;
&lt;p&gt;We wanted to apply a digital mindset to their publishing efforts, approaching it as a permanently unfinished, always evolving process, and collapsing the time and distance between author, editor, publisher and reader. Digital media allows us to separate content from form: content can be kept liquid and open for as long as possible, with form applied only as needed to distribute the content on different platforms. Approached in this way, publishing becomes an open network that invites collaboration and conversation.&lt;/p&gt;
&lt;p&gt;We thought about what publishing means in an Iranian context, looking for ways that we could leverage digital and peer-to-peer networks to circumvent some of the issues they had with distribution. We came up with the idea of an automated publishing system where authors could contribute and revise articles directly via email. Past versions of each article remain available online, while users could collect single articles into their own custom publications, and download them as PDFs.&lt;/p&gt;
&lt;h2&gt;An active archive&lt;/h2&gt;
&lt;p&gt;The second project, which I also worked on at LUST, was for the Sandberg Instituut in Amsterdam.&lt;/p&gt;
&lt;p&gt;We approached this project thinking about the Sandberg as an archive that is constantly being shaped by its participants. We wanted to apply this concept to the smallest possible element: a typeface. We worked with &lt;a href=&quot;http://carvalho-bernau.com/&quot;&gt;Atelier Carvalho Bernau&lt;/a&gt; on a parametric typeface skeleton and built a generator that allowed students and staff to generate custom iterations of the Sandberg typeface.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/5296203/original_218e44ef11a2bfb2a476645eb93298a4.jpg?1571574155?bc=0&quot; alt=&quot;A screenshot of the index page, which lists every word on the site in alphabetical order&quot; /&gt;&lt;/p&gt;
&lt;p&gt;The homepage shows a continuously updating stream of every word and every image in the archive, linked back to its original page.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/5296208/original_0245c959864c161ba997c897b091c364.png?1571574219?bc=0&quot; alt=&quot;A screenshot showing the &amp;quot;Your Collection&amp;quot; sidebar, where users can collect images and texts from the site&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Visitors can add any element of the site – paragraph, image or page – into a custom collection, which can either be viewed as a presentation or exported to PDF.&lt;/p&gt;
&lt;h2&gt;A local archive&lt;/h2&gt;
&lt;p&gt;The final archive was a project I worked on last summer, as part of a residency with &lt;a href=&quot;http://laforesta.net/&quot;&gt;La Foresta&lt;/a&gt; in northern Italy.&lt;/p&gt;
&lt;p&gt;La Foresta is located inside the local train station, one of the main places in Rovereto where there is an atmosphere of internationality and diversity, with many different social groups traversing the space as part of their everyday lives. It’s a transitory space, a portal connecting Rovereto and the wider world.&lt;/p&gt;
&lt;p&gt;I wanted to create a digital equivalent of this physical space – an archive of common resources and a platform for community interaction and collaboration. I was interested in setting up a platform for community collaboration that wasn’t dependent upon or tracked by commercial platforms, and finding out how a small-scale, private network might influence how people interact with each other.&lt;/p&gt;
&lt;p&gt;I set up a local network using the excellent &lt;a href=&quot;http://www.mazizone.eu/&quot;&gt;Mazi project&lt;/a&gt; as a starting point. Anyone within the vicinity can connect to the network via WiFi, and use it to securely add messages, share files, edit documents and chat to others nearby. The network is local and offline-first, meaning it’s only accessible when you’re in the train station itself.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/5115746/original_38a802bbdb5c34b369b56c79bc8b446e.png?1569563808?bc=0&quot; alt=&quot;A screenshot showing homepage portal for La Foresta&#39;s local network&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I hoped that using something as well-documented and user-friendly as Mazi (with some extra La Foresta-specific &lt;a href=&quot;https://gitlab.com/la-foresta/la-foresta-local-network/-/wikis/home&quot;&gt;documentation&lt;/a&gt; added by me) would also make it easy for anyone to contribute and, with a sufficient amount of interest, also to be able to add or modify the network themselves.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Time during quarantine</title>
      <link href="https://gemmacope.land/writing/time-during-quarantine/"/>
      <updated>2020-05-27T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/time-during-quarantine/</id>
      <content type="html">&lt;p&gt;I’ve just finished reading &lt;a href=&quot;https://en.wikipedia.org/wiki/Mrs_Dalloway&quot;&gt;Mrs Dalloway&lt;/a&gt;, which has me thinking a lot about time. (It was originally called The Hours, after all.) It’s such a wonderful book: Woolf effortlessly changes tempo, switches between the inner dialogue of different characters, moves from describing a fleeting present moment in great detail to remembering events long since passed.&lt;/p&gt;
&lt;p&gt;It was particularly interesting to read this in our current context of lockdown. There seems to be a general consensus that &lt;a href=&quot;https://www.vox.com/2020/5/7/21248259/why-time-feels-so-weird-right-now-quarantine-coronavirus-pandemic&quot;&gt;time is very weird right now&lt;/a&gt;. March was endless while April and May have passed by incredibly quickly. There are ongoing jokes on Twitter about people struggling to remember what day it is, and questioning why we have days of the week at all.&lt;/p&gt;
&lt;p&gt;There are a number of different explanations for this: our rhythms and routines are messed up, our days are more monotonous, we aren’t going to the events or spaces that we usually use to demarcate our time. At the same time, we’re incredibly anxious, seismic shifts are happening on a global level, and there’s no end in sight.&lt;/p&gt;
&lt;p&gt;I’m curious how people in different types of jobs are experiencing this time period, from key workers, who are still working and who even before the crisis were more likely to be working irregular shifts, to those who have been furloughed.&lt;/p&gt;
&lt;p&gt;In Mrs Dalloway, time is both linear and circular: the day progresses steadily, yet the present, past and future are happening all at once. Clocks are an ever-present motif throughout the novel:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Shredding and slicing, dividing and subdividing, the clocks of Harley Street nibbled at the June day, counselled submission, upheld authority, and pointed out in chorus the supreme advantages of a sense of proportion, until the mound of time was so far diminished that a commercial clock, suspended above a shop in Oxford Street, announced… that it was half-past one.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Without these clocks, which serve to bring the characters back to the present moment and also reminding them of their mortality, time is completely personal, subjective, irregular.&lt;/p&gt;
&lt;p&gt;As we struggle to keep track and make sense of quarantine, it’s not clocks that are reminding us of “objective” time but political events instead. In the essay &lt;a href=&quot;https://www.ribbonfarm.com/2020/03/09/plot-economics/&quot;&gt;Plot Economics&lt;/a&gt;, Venkatesh Rao suggests that during a global narrative collapse like these, we collectively revert to &lt;em&gt;log level time&lt;/em&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Temporality (your constructed sense of subjective time) collapses to what I call the log level. As in, you’re down to monitoring the equivalent of computer event logs; the tick-tock stream of raw events being recorded, prior to being evaluated and filtered for significance.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This pandemic has highlighted that while our perception of time is subjective and personal, we also have a shared understanding of time that is cultural and political:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Whatever time is, calendars and clocks measure, control, and constitute it. […] These logistical media—so fundamental that they sometimes are not seen as media at all—negotiate heaven and earth, nature and culture, cosmic and social organisation, and define our basic orientation to time and also to space. In doing so, they also relieve us of the burden of thinking about what time is and does.&lt;br /&gt;
— from &lt;a href=&quot;https://press.uchicago.edu/ucp/books/book/chicago/M/bo20069392.html&quot;&gt;The Marvellous Clouds&lt;/a&gt; by John Durham Peters&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href=&quot;https://www.are.na/gemma-copeland/time-during-quarantine&quot;&gt;Time during Quarantine&lt;/a&gt; channel&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>From pages to performances</title>
      <link href="https://gemmacope.land/writing/from-pages-to-performances/"/>
      <updated>2020-07-01T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/from-pages-to-performances/</id>
      <content type="html">&lt;p&gt;&lt;em&gt;This is one of the posts I wrote for the Core Languages blog last semester, as part of a course at Central Saint Martens that introduced graphic design students to the digital design mindset.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;What is unique about digital design as a medium? How can we approach design for screens in a way that is natively digital, rather than an appropriation of print design?&lt;/p&gt;
&lt;p&gt;In &lt;a href=&quot;https://www.artforum.com/print/201406/the-warhol-files-andy-warhol-s-long-lost-computer-graphics-46874&quot;&gt;this essay&lt;/a&gt;, Cory Arcangel suggests that the term “web performance” is more appropriate for describing the digital medium than “web page”:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The term that really drives me up the wall, though, is web page. Page connotes something stable, unchanging, and definite. A book page exists. A book page is. A web page, on the other hand, is a vastly more complicated structure. It is a set of instructions blasted from a server farm across the globe through fiber-optic cables, then interpreted by a computer’s hypertext transfer protocol browser and displayed by a light-emitting-diode screen. All this, by the way, is happening in real time—reconstituted at each millisecond through a unique and contingent tangle of systems—and is supported by the constant churn of the power grid, itself (incredibly) still commonly powered by burning coal. So instead of web page, I’d prefer the term web performance, which would remind us that this information is both immediate and ephemeral. In a sense, it is thousands of coal-powered virtual &lt;a href=&quot;https://sebastianlyserena.dk/form&quot;&gt;Rube Goldberg machines&lt;/a&gt; — lined up from end to end — that power our Facebook Paper apps on our iPhones.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/8281019/original_0d895ecd172da7222ec24db394af483c.gif?1597048875?bc=0&quot; alt=&quot;Animation of an antenna transmitting radio waves, showing the electric field lines&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://alistapart.com/article/dao/&quot;&gt;A Dao of Web Design&lt;/a&gt; by John Allsopp is a great starting point for graphic designers learning about the digital design mindset. It was published in 2000 but it’s still very relevant today.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;When a new medium borrows from an existing one, some of what it borrows makes sense, but much of the borrowing is thoughtless, “ritual,” and often constrains the new medium. Over time, the new medium develops its own conventions, throwing off existing conventions that don’t make sense.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;He speaks about how designing for the web is all about moving away from the conventions of print design, letting go of control and embracing a more flexible, adaptable and systems-based approach.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Firstly, think about what your pages do, not what they look like. Let your design flow from the services which they will provide to your users, rather than from some overarching idea of what you want pages to look like. Let form follow function, rather than trying to take a particular design and make it “work.”&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;He argues that the unpredictability and mutability of the web is a feature, not a bug. Adaptable websites are also more accessible to a wide range of users – people can change the website to suit their own particular needs. A great example of this is the &lt;a href=&quot;https://poeticcomputation.info/&quot;&gt;Poetic Computation Reader&lt;/a&gt; by Taeyoon Choi.&lt;/p&gt;
&lt;h2&gt;Process-driven design&lt;/h2&gt;
&lt;p&gt;In &lt;a href=&quot;https://thecreativeindependent.com/people/luna-maurer-on-being-a-designer/&quot;&gt;this interview&lt;/a&gt; for Creative Independent, Luna Maurer of Moniker describes their process-driven approach to design and technology:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;We focus on the process rather than on the end product. Or you could say the final product is evolving. In fact, the process and the end product is ideally the same thing: a changing and evolving work. It correlates to the time in which we live and to the media that we use. Technology allows us to go beyond the approach of traditional media, where you print a flyer or sheet of paper. We try to make use of technology and especially react to the technology that surrounds us. It’s exciting to us to include the audience, or the visitors to the site, in order to create something that’s not standing still. It’s a truer way to react to the time that we live in.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Many of Moniker’s projects would be better characterised as performances than websites. The web just happens to be the most appropriate frame for documenting and sharing these performances. In fact, many of their projects, particularly the &lt;a href=&quot;https://conditionaldesign.org/&quot;&gt;Conditional Design&lt;/a&gt; ones, aren’t necessarily computer-based at all — they’re just a set of rules or processes in need of an audience (or participants).&lt;/p&gt;
&lt;h2&gt;Designing for flux&lt;/h2&gt;
&lt;p&gt;&lt;a href=&quot;https://www.linkedbyair.net/&quot;&gt;Linked By Air&lt;/a&gt; are another studio that really embraces designing for flux. In this essay &lt;a href=&quot;https://www.dropbox.com/s/vrbohg2yuvc8ex0/Linked%20by%20Air-%20Change.pdf?dl=0&quot;&gt;Change Over Time&lt;/a&gt;, they explain how their interest in change influences their working processes and outputs.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;When we design a website or an exhibition, we want it to go places we didn’t imagine after we “release” it, and this, more than the supposed wisdom of crowds, is the reason for our interest in distributed authorship. Even though change is the most natural and ubiquitous condition in the universe, we’re fascinated by it, and we try to embed an acknowledgement of this condition into our working process, and into the software and designs we develop.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;Emergence&lt;/h2&gt;
&lt;p&gt;In &lt;a href=&quot;http://adht.parsons.edu/designstudies/plot/designing-in-liquid-times-generative-graphic-design-in-an-age-of-uncertainty/&quot;&gt;Designing in Liquid Times: Generative Graphic Design in an Age of Uncertainty&lt;/a&gt;, Marlies Peeters gives an overview of different artists and designers that take a more open and fluid approach to their work (sometimes termed generative, relational or process-driven design).&lt;/p&gt;
&lt;p&gt;What ties all these examples together is the concept of &lt;a href=&quot;https://en.wikipedia.org/wiki/Emergence&quot;&gt;emergence&lt;/a&gt;: the idea that &lt;em&gt;the system efficiently achieves what could not have been achieved by any of its individual agents alone.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/8281057/original_696be918991c66f1a06222bd1a8e35b0.gif?1597049388?bc=0&quot; alt=&quot;An animation of Conway&#39;s Game of Life, a cellular automaton and zero player game that demonstrates emergence&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Designing for screens instead of printed material might seem daunting or frustrating at first. It’s important stop trying to apply to same principles as print design, and instead explore the idiosyncracies and strengths of digital digital as an inherently fluid and participatory medium. The exciting thing about digital design is that you can introduce a range of different inputs that will lead you to unexpected places. The most powerful example of this is participatory design, where the audience plays a direct part in creating the end result.&lt;/p&gt;
&lt;p&gt;Brian Eno talks about this approach in his essay &lt;a href=&quot;http://www.moredarkthanshark.org/eno_int_edge-nov11.html&quot;&gt;Composers as Gardeners&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;What this means, really, is a rethinking of one’s own position as a creator. You stop thinking of yourself as me, the controller, you the audience, and you start thinking of all of us as the audience, all of us as people enjoying the garden together.&lt;/p&gt;
&lt;/blockquote&gt;
</content>
    </entry>
    
    <entry>
      <title>This stands as a sketch for the future</title>
      <link href="https://gemmacope.land/writing/this-stands-as-a-sketch-for-the-future/"/>
      <updated>2020-07-25T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/this-stands-as-a-sketch-for-the-future/</id>
      <content type="html">&lt;p&gt;We’ve just launched a website for &lt;a href=&quot;http://claimthefuture.today/&quot;&gt;Claim The Future&lt;/a&gt;, a project led by John McDonnell. &lt;a href=&quot;https://labourlist.org/2020/07/build-better-but-not-back-john-mcdonnells-full-speech/&quot;&gt;The full text of his speech&lt;/a&gt; at the launch on Wednesday gives a good overview of the project:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;We must claim the future. We have to ask and answer the questions about what lives we want to live, what communities we want to live in and what future there should be for our planet. If we don’t others will. And it will be the establishment politicians and their corporate controllers that will answer these questions for us.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/8131617/original_87ba6831844cd8a750bd05bebad54cb5.jpg?1595761445?bc=0&quot; alt=&quot;A smiling sun saying &amp;quot;The Future? Yes Please.&amp;quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Both the identity and website were a joy to work on, so I thought I should document a little bit of the process before I forget about it.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;Claim the Future aims to respond to the economic and political upheaval caused by the pandemic by uniting the left behind a radical and optimistic vision of the future.&lt;/p&gt;
&lt;p&gt;The team have drafted a series of position papers that address a wide range of different areas, from healthcare to migrants’ rights. These position papers will form the basis on which to initiate a series of actions and campaigns.&lt;/p&gt;
&lt;p&gt;What I like about the project is that it’s not just about theory, but practice as well. There’s a strong focus on building a movement and encouraging people to take action.&lt;/p&gt;
&lt;p&gt;Like &lt;a href=&quot;http://progressive.international/&quot;&gt;Progressive International&lt;/a&gt;, Claim the Future also aims to strengthen and amplify existing initiatives. It’s about uniting the left and taking a step forward, moving past defeat and critical reflection.&lt;/p&gt;
&lt;h2&gt;Background&lt;/h2&gt;
&lt;p&gt;The brief I was given for the identity design was super exciting in its ambition. They wanted something that felt determined, optimistic without being naively utopian, and communicated a clear break from the past.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://r-b.site/&quot;&gt;RB&lt;/a&gt; and I had many discussions about the aesthetic of the radical left when designing the identity for Progressive International, and this project felt like a great opportunity to continue this inquiry further.&lt;/p&gt;
&lt;p&gt;Given this was such an visually-led project, we got &lt;a href=&quot;http://michaeloswell.com/&quot;&gt;Michael Oswell&lt;/a&gt; involved as well. (Only the best!) I much prefer working with other designers than working alone – I always feel like the end product is better when there are a few different voices involved.&lt;/p&gt;
&lt;p&gt;The visual references that John gave were &lt;a href=&quot;https://www.wassilykandinsky.net/painting1896-1944.php&quot;&gt;Kandinsky&lt;/a&gt; and &lt;a href=&quot;https://en.wikipedia.org/wiki/Social_realism&quot;&gt;Social Realism&lt;/a&gt; – amusingly disparate ends of a spectrum. We needed to establish a visual language that communicated an optimistic vision of the future and inspired people to take action, without ignoring the harsh reality of the crisis.&lt;/p&gt;
&lt;p&gt;I thought that &lt;a href=&quot;https://www.grapheine.com/en/history-of-graphic-design/pierre-bernard-grapus-graphic-design-of-public-utility&quot;&gt;Grapus&lt;/a&gt; was a really good reference for this project. Their work addresses political realities and sketches alternative visions of the future, in way that is visually appealing and accessible.&lt;/p&gt;
&lt;p&gt;(Sidenote: I highly recommend &lt;em&gt;&lt;a href=&quot;https://draw-down.com/products/what-you-dont-know-grapus-leo-favier&quot;&gt;What, You Don’t Know Grapus?&lt;/a&gt;&lt;/em&gt;. It gives a lot of insight into their process, the realities of being part a collective, and how different people can experience the same thing in entirely different ways.)&lt;/p&gt;
&lt;h2&gt;Developing the aesthetic&lt;/h2&gt;
&lt;p&gt;From the beginning, I really wanted to create something that began as an abstract sketch and gradually came to life with loads of colour.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/8131614/original_4e190562a87cab3cffc7c386c22075f9.jpg?1595761425?bc=0&quot; alt=&quot;Early sketches exploring the relationship of sketches, colour and photography&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I commissioned our friend &lt;a href=&quot;https://www.instagram.com/ilyanna____/?hl=en&quot;&gt;Ilyanna Kerr&lt;/a&gt; to create a series of illustrations for each of the policy areas. We wanted to keep these quite abstract and gestural, a means of visually categorising different papers and actions. This leaves room for people to imagine their own futures, rather than being too prescriptive.&lt;/p&gt;
&lt;p&gt;I kept thinking about this quote from &lt;a href=&quot;https://twitter.com/zachlieberman/status/1199401656053579780/photo/1&quot;&gt;Muriel Cooper:&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;This stands as a sketch for the future.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Mikey had the idea to use a &lt;a href=&quot;https://en.wikipedia.org/wiki/Stellar_corona#/media/File:Solar_eclipse_1999_4_NR.jpg&quot;&gt;stellar corona&lt;/a&gt; as part of the identity. There’s something that I really love about this image in this context… it gives a sense of blank space, ellipsis or a pause, something to be filled.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/8131609/original_053fa40f4515c8baea5c5749cc05aa1a.jpg?1595761419?bc=0&quot; alt=&quot;An ellipsis made from the Earth, a stellar corona and a blob of red&quot; /&gt;&lt;/p&gt;
&lt;p&gt;This got me looking at images of the earth from space, and aerial photos of empty cities during lockdown. I thought about Stuart Brand’s &lt;a href=&quot;https://medium.com/the-long-now-foundation/earth-and-civilization-in-the-macroscope-82243cad20bd&quot;&gt;“Why haven’t we seen a photo of the whole earth yet?”&lt;/a&gt; campaign, and its impact on global consciousness and the environmental movement. I also read &lt;a href=&quot;https://www.generationc.xyz/ingrid-burrington&quot;&gt;this essay&lt;/a&gt; from Ingrid Burrington around the same time, which offered an interesting counterpoint to this Californian idealism.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Meanwhile, older and slower-burn crises collide with these new ones. The so-called lungs of the planet continue to asphyxiate, carbon dioxide overwhelms oceans, and regulations on polluting technologies are relaxed more and more in the name of a free market. Capitalism’s invisible hand has terraformed the planet to better serve corporate personhood than actual life. There’s anxiety over not just access to fossil fuels, but access to the minerals needed for technologies that might help the world transition away from fossil fuels. We trade oil fields for lithium fields, for fantasies of moon mining. People fight even over the name and date of this era of crisis (Anthropocene or Capitalocene or Chthulucene), trying to turn planetary trauma into a fixed point in rock.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/8131612/original_67d38ded7c46ceb20e7364961a0ade99.jpg?1595761423?bc=0&quot; alt=&quot;Aerial photography and the Earth from space&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I thought it this was a useful tension in this, and that the macro view that aerial photos provide matched the scale and ambition of the project.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/8131610/original_0752c2cfa0453970e33bb2f1bcc4302b.jpg?1595761420?bc=0&quot; alt=&quot;A typographic layout exploring logos with different verbs&quot; /&gt;&lt;/p&gt;
&lt;p&gt;We didn’t really want to create a logo as such, and felt that the identity was much more powerful when &lt;em&gt;Claim&lt;/em&gt; was replaced with different verbs as well.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/8131613/original_3058717c7cf071ce78519d80684e9974.gif?1595761424?bc=0&quot; alt=&quot;An animated gif with the words &amp;quot;Build, Demand, Transform, Claim the Future&amp;quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;The dotted grid emerged as a consistent element tying lots of different pieces together, and alluded to architectural plans or pegboards. We played around with combining all these elements in layouts that gave a sense of breaking from the past or turning a page.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/8131618/original_14d696da924bcc81b239fcf7155fe0cf.jpg?1595761445?bc=0&quot; alt=&quot;Textures and watercolours with illustrations overlaid&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I’m pretty happy with the end result. It’s quite open and there are so many different elements to play with. We’ll hopefully be continuing this project in the future, so I’ll have a chance to develop it even further.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/8131619/original_9de122f7651eeab95558817eb2219fa3.jpg?1595761449?bc=0&quot; alt=&quot;The words &amp;quot;Claim the Future&amp;quot; on a textured background&quot; /&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;h2&gt;Join!&lt;/h2&gt;
&lt;p&gt;There are going to be loads of ways to get involved with this project over the next few months. I think it’s going to be really exciting.&lt;/p&gt;
&lt;p&gt;You can join as an individual or organisation via &lt;a href=&quot;https://claimthefuture.today/&quot;&gt;the website.&lt;/a&gt;&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>All lichen, all coral</title>
      <link href="https://gemmacope.land/writing/all-lichen-all-coral/"/>
      <updated>2020-08-05T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/all-lichen-all-coral/</id>
      <content type="html">&lt;p&gt;I’m currently in northern Wales, doing a lot of walking and also reading &lt;a href=&quot;https://www.upress.umn.edu/book-division/books/arts-of-living-on-a-damaged-planet&quot;&gt;Arts of Living on a Damaged Planet&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;It’s a collection of essays about geology and biology, shared histories and unstable futures, nature and the Anthropocene, featuring many of my favourite writers: Anna Tsing, Donna Harraway, Ursula K Le Guin. It’s split in two halves – &lt;em&gt;Ghosts&lt;/em&gt; and &lt;em&gt;Monsters&lt;/em&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Ghosts and monsters are two points of departure for characters, agencies and stories that challenge the double conceit of modern Man. Against the fable of Progress, ghosts guide us through haunted lives and landscapes. Against the conceit of the Individual, monsters highlight symbiosis, the enfolding of bodies within bodies in evolution and in every ecological niche. In dialectical fashion, ghosts and monsters unsettle anthropos from its presumed centre stage in the Anthoropocene by highlighting the webs and histories from which all life emerges.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/8282157/original_4839c1e1cb08bc51dda776118f6082e3.jpg?1597058472?bc=0&quot; alt=&quot;A rock covered with lichen and moss, found on the mountain Cadair Idris in Wales&quot; /&gt;&lt;/p&gt;
&lt;h2&gt;Cooperative evolution&lt;/h2&gt;
&lt;p&gt;One of the key thinkers who is mentioned in the book is &lt;a href=&quot;https://en.wikipedia.org/wiki/Lynn_Margulis&quot;&gt;Lynn Margulis&lt;/a&gt;, who “opposed competition-oriented views of evolution, stressing the importance of symbiotic or cooperative relationships between species”. (She also developed the Gaia Theory with James Lovelock.)&lt;/p&gt;
&lt;p&gt;Her theories on cooperative evolution, now widely accepted in the scientific community, challenge common ideas about nature and individualism. Yet the dominant cultural narrative of the Anthropocene is still one of competition, human exceptionalism and linear progress.&lt;/p&gt;
&lt;p&gt;Many of the essays describe multispecies entanglements and symbiotic relationships across every scale, from cells to landscapes. The book is all about thinking about complex meshes and entanglements rather than simplified, linear, one-way hierarchies.&lt;/p&gt;
&lt;p&gt;By highlighting examples of symbosis and collaborative survival in nature, and pointing to the fallacy of seeing humans as apart from nature, it points towards new ways of thinking about how we might live together.&lt;/p&gt;
&lt;h2&gt;Diversity and complexity&lt;/h2&gt;
&lt;p&gt;I particularly loved the essay Shimmer by &lt;a href=&quot;https://en.wikipedia.org/wiki/Deborah_Bird_Rose&quot;&gt;Deborah Bird Rose&lt;/a&gt;, an anthropologist whose work focuses on multispecies communities living through climate change, based on decades of fieldwork with Indigenous Australians.&lt;/p&gt;
&lt;p&gt;She introduces the Aboriginal concept of &lt;em&gt;bir’yun&lt;/em&gt; – which translates to “brilliance” or “shimmering”, the ancestral power of life. It is a concept that seeps into all aspects of life, and doesn’t distinguish between nature or culture. One example she uses to describe it is the overlaying different temporal patterns in music and dance; another is in the pulse between wet and dry seasons, as the landscape moves from dullness to brilliance and back again.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Bir’yun&lt;/em&gt; shows us that the world is not composed of gears and cogs but of multifaceted, multispecies relations and pulses. To act as if the world beyond humans is composed of “things” for human use is a catastrophic assault on the diversity, complexity, abundance and beauty of life.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;Collaborative survival&lt;/h2&gt;
&lt;p&gt;I’m reminded of much of Le Guin’s writing, especially The Carrier Bag Theory of Fiction, and how we need to write new stories of collaborative survival, &lt;em&gt;against the fable of Progress and the conceit of the Individual&lt;/em&gt;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;A major challenge is how to think geological, biological, chemical and cultural activity together, as a network of interactions with shared histories and unstable futures. There is something mythlike in this task: we consider anew the living and the dead; the ability to speak with invisible and cosmic beings; and the possibility of the end of the world.&lt;/p&gt;
&lt;/blockquote&gt;
</content>
    </entry>
    
    <entry>
      <title>Strike!</title>
      <link href="https://gemmacope.land/writing/strike/"/>
      <updated>2020-08-07T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/strike/</id>
      <content type="html">&lt;p&gt;At the start of the year, University of the Arts London (UAL) joined the ongoing University and College Union (UCU) strikes, which were centred on the “four fights”:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;falling pay&lt;/li&gt;
&lt;li&gt;the gender and ethnic pay gap&lt;/li&gt;
&lt;li&gt;precarious employment practices&lt;/li&gt;
&lt;li&gt;unsafe workloads&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I had only just begun working as an Associate Lecturer, but went on strike out of solidarity. It was eye-opening to learn about the worsening conditions for teaching staff, both through statistics and personal stories. &lt;a href=&quot;https://www.frieze.com/article/why-uk-art-schools-are-strike&quot;&gt;Why UK Art Schools Are On Strike&lt;/a&gt; from Frieze provides a good overview, specifically from an art school perspective.&lt;/p&gt;
&lt;p&gt;Designers + Cultural Workers (UVW-DCW) helped out by designing &lt;a href=&quot;https://notesfrombelow.org/tag/ucu-pension-strike&quot;&gt;The University Worker&lt;/a&gt;, a rank and file strike bulletin published by Notes from Below.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/8282020/original_ce51adf53f8d649632b7003f0c3ec646.jpg?1597057221?bc=0&quot; alt=&quot;A photo of the CSM picket line, taken from above. There are people sitting on the ground for a teach-out, and colourful signs laid out on the ground.&quot; /&gt;&lt;/p&gt;
&lt;h2&gt;Teach-outs&lt;/h2&gt;
&lt;p&gt;We also contributed to a couple of teach-outs: &lt;a href=&quot;https://www.mixcloud.com/strikeradio/designers-need-a-union-too-teach-out-lcc-with-uvwdcw-from-the-ucu-strike-2020/&quot;&gt;a conversation recorded for Strike Radio&lt;/a&gt; about why designers need to unionise, and &lt;em&gt;Unions for Everything&lt;/em&gt; at CSM, alongside some of our UVW sister branches (representing Architects and Sex Workers), &lt;a href=&quot;https://londonrentersunion.org/&quot;&gt;London Renters Union&lt;/a&gt; and &lt;a href=&quot;https://www.mutual-aid.uk/&quot;&gt;Cooperation Town&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Each group spoke about why they exist, what they do, and why we need unions, grassroots organising and mutual aid in all aspects of our lives. We also read through &lt;a href=&quot;https://communemag.com/101-notes-on-the-la-tenants-union/&quot;&gt;101 Notes on the LA Tenants Union&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;What’s next?&lt;/h2&gt;
&lt;p&gt;Unfortunately towards the end of the strikes, coronavirus started to dominate the headlines, and London went into lockdown shortly after. The optimism that I felt during the strikes feels very naive now.&lt;/p&gt;
&lt;p&gt;The ongoing crisis is only going to worsen working conditions within universities and institutions, while social distancing makes it harder for workers to strike. It’s extremely concerning to watch &lt;a href=&quot;https://twitter.com/JoeHayns/status/1290604876129603584&quot;&gt;how cultural institutions are responding to the crisis&lt;/a&gt;, as they begin to reopen their doors.&lt;/p&gt;
&lt;p&gt;It is encouraging, however, to see union membership surge as a result of this crisis, as this is our best hope for protecting each other and reshaping the industry from below. I’m really proud of the &lt;a href=&quot;https://docs.google.com/document/d/1VhvV2IIZ-ekAsPmuqDUUY7GNPf7UbmJ26aDkbIJMWLE/edit&quot;&gt;statement&lt;/a&gt; UVW-DCW wrote back in March:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;We must use this crisis as an opportunity to reframe our industry. Our sector has committed to the prevailing logic of individualisation and competitiveness, to the detriment of its workforce. The status of creative work is increasingly casualised, in the interest of distributing profits unevenly to those at the top. A moment of disruption creates a chance for our industry to be re-assembled in the interests of its workers, with solidarity, community, equality, self-education and care at the centre of all future cultural production.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr /&gt;
&lt;h2&gt;Further reading&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://new.100archive.com/article/cultural-sector-timelapse&quot;&gt;Pre- and post-pandemic reflections from Designers + Cultural Workers Union&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://elephant.art/what-is-the-future-for-an-art-world-torn-apart-by-commerce-over-community-06082020/&quot;&gt;What Is the Future for an Art World Torn Apart By Commerce Over Community?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://saveoursouthbank.com/&quot;&gt;Southbank SOS&lt;/a&gt;, an open letter from Southbank staff highlighting their terrifying plans for mass redundancies and switching to a “start-up culture” in 2021&lt;/li&gt;
&lt;li&gt;Follow &lt;a href=&quot;https://twitter.com/thewhitepube/&quot;&gt;The White Pube&lt;/a&gt; for some of the most enjoyable and on-point publishing about the inherent inequalities of the art world&lt;/li&gt;
&lt;/ul&gt;
</content>
    </entry>
    
    <entry>
      <title>Delete your account</title>
      <link href="https://gemmacope.land/writing/delete-your-account/"/>
      <updated>2020-08-10T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/delete-your-account/</id>
      <content type="html">&lt;p&gt;Feel a bit guilty for not having done this earlier, but I’ve finally cancelled my Spotify subscription. This was prompted in part by &lt;a href=&quot;https://musically.com/2020/07/30/spotify-ceo-talks-covid-19-artist-incomes-and-podcasting-interview/&quot;&gt;this recent interview&lt;/a&gt; with Spotify’s CEO, which paints a pretty bleak picture about how they see the future of the music industry. It feels important to find ways to directly support artists, given that they’re some of those hardest hit by lockdown (and that music is one of the things that keeps me sane).&lt;/p&gt;
&lt;p&gt;I wasn’t using Spotify that much anymore, so I doubt I’ll miss it. I usually just listen to NTS, which recently launched a &lt;a href=&quot;https://www.nts.live/supporters&quot;&gt;Supporters&lt;/a&gt; network.&lt;/p&gt;
&lt;h2&gt;Listen to these&lt;/h2&gt;
&lt;p&gt;Some of my favourite NTS shows are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.nts.live/shows/maria-somerville&quot;&gt;Maria Somerville&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.nts.live/shows/questing-w-zakia&quot;&gt;Questing with Zakia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.nts.live/shows/post-geography&quot;&gt;Post Geography&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.nts.live/shows/perfect-sound-forever&quot;&gt;Perfect Sound Forever&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.nts.live/shows/are-you-before&quot;&gt;Are You Before&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.nts.live/shows/uline-catalog&quot;&gt;Uline Catalog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.nts.live/shows/soundsofthedawn&quot;&gt;Sounds of the Dawn&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.nts.live/shows/luke-mele&quot;&gt;Luke Mele&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.nts.live/shows/moony-habits&quot;&gt;Moony Habits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Aside from that, I’m going to keep building my &lt;a href=&quot;https://bandcamp.com/&quot;&gt;Bandcamp&lt;/a&gt; library, and maybe also try &lt;a href=&quot;https://resonate.is/&quot;&gt;Resonate&lt;/a&gt;, a music streaming service and platform co-op that values fairness and control.&lt;/p&gt;
&lt;hr /&gt;
&lt;h2&gt;Hyperlinks&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.are.na/gemma-copeland/listen-to-this-8z3shemr_fe&quot;&gt;Listen to This&lt;/a&gt;, an Arena channel of my favourite songs and mixes&lt;/li&gt;
&lt;li&gt;Mat Dryhurst often discusses alternatives to major labels and streaming platforms, on &lt;a href=&quot;https://gemmacope.land/writing/delete-your-account/(https://twitter.com/matdryhurst/status/1289524738205683713)&quot;&gt;Twitter&lt;/a&gt; as well as on &lt;a href=&quot;https://interdependence.fm/episodes&quot;&gt;Interdependence&lt;/a&gt;, the podcast he co-hosts with Holly Herndon.&lt;/li&gt;
&lt;/ul&gt;
</content>
    </entry>
    
    <entry>
      <title>Teaching digital</title>
      <link href="https://gemmacope.land/writing/teaching-digital/"/>
      <updated>2020-08-10T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/teaching-digital/</id>
      <content type="html">&lt;p&gt;Last semester I started teaching Digital as part of &lt;a href=&quot;https://www.arts.ac.uk/subjects/communication-and-graphic-design/undergraduate/ba-hons-graphic-communication-design-csm&quot;&gt;BA Graphic Communication Design&lt;/a&gt; at Central Saint Martins.&lt;/p&gt;
&lt;p&gt;My class was part of the Core Languages course, which included other classes like Typography, Print and Production, and Photography. The idea behind this was to introduce second year students to foundational concepts and skills that could then feed into their wider graphic design practice and the longer term, research-based projects from their other classes.&lt;/p&gt;
&lt;p&gt;The somewhat unusual thing about these classes was that they were more like drop-in sessions: each week the students could choose a different Core Language class to attend. They could also choose to attend every class from one Core Language over the semester. This meant that each class needed to be self-contained, so newcomers could understand it, while also remaining interesting for those who had been to previous classes.&lt;/p&gt;
&lt;p&gt;It was also quite a strange time to start teaching: from February there were four weeks of &lt;a href=&quot;https://gemmacope.land/writing/strike/&quot;&gt;strike action&lt;/a&gt;, and then from the beginning of March we started to see the impacts of coronavirus.&lt;/p&gt;
&lt;h2&gt;What I taught&lt;/h2&gt;
&lt;p&gt;My class was all about introducing students to the mindset and fundamental principles, process and technologies used in digital design.&lt;/p&gt;
&lt;p&gt;As I’m deeply interested in politics as well as digital design, I wanted to make sure that we examined digital design and development in a critical and expansive way, rather than just “learning to code”. My aim was to contextualise these principles within the wider social, political and historical contexts of digital media, and reflect upon how these developments have changed how we think, communicate and design.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Why does it matter? Because we live in media, as fish live in water. We can and must design the media, design the molecules of our new water, and I believe the details of this design matter very deeply.&lt;br /&gt;
— Ted Nelson, Computer Lib / Dream Machines&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/8281457/original_606e21ec912d751cf83d97bbf0a2d751.jpg?1597051119?bc=0&quot; alt=&quot;An image of bubbles underwater, edited to be &amp;quot;digital blue&amp;quot; (#0000ff)&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Each week, I would do a short lecture followed by a couple of hours of workshop time. Halfway through, I’d usually do another mini-lecture and introduce more complexity to the task they were working on.&lt;/p&gt;
&lt;p&gt;I am completely indebted to the designers and teachers that have generously put their syllabi online, including &lt;a href=&quot;http://minkyoungkim.com/teaching/gdfws19/&quot;&gt;Minkyoung Kim&lt;/a&gt;, &lt;a href=&quot;https://designforthe.net/&quot;&gt;Mindy Seu&lt;/a&gt;, &lt;a href=&quot;https://veryinteractive.net/&quot;&gt;Laurel Schwulst&lt;/a&gt; and &lt;a href=&quot;http://talking-digital.net/&quot;&gt;Sasha Portis&lt;/a&gt;. Learning to teach and developing a new course at the same time is really difficult, and I think I would be completely lost if I didn’t have their work to build upon.&lt;/p&gt;
&lt;p&gt;I’m also grateful for Jaap De Maat being such a friendly and supportive course leader.&lt;/p&gt;
&lt;h2&gt;Workshops&lt;/h2&gt;
&lt;h3&gt;Week 1: What is the Internet?&lt;/h3&gt;
&lt;p&gt;I gave a rundown of the history of the internet and the web, how they have developed over time, and how the language and metaphors we use fundamentally shape how we understand complex technologies.&lt;/p&gt;
&lt;p&gt;I wanted to begin the course without any computers involved, so that we could discuss the medium in a purely conceptual way. We did a workshop where students shared their earliest memories of the internet and drew how they visualised its past, present and future.&lt;/p&gt;
&lt;h3&gt;Week 2: Digital Publishing&lt;/h3&gt;
&lt;p&gt;We began by discussing the unique characteristics of digital publishing, and how different platforms shape and contextualise meaning.&lt;/p&gt;
&lt;p&gt;The workshop was a condensed version of &lt;em&gt;Republish a Text&lt;/em&gt;, originally developed by &lt;a href=&quot;http://clementvalla.com/&quot;&gt;Clement Valla&lt;/a&gt;. Students selected an existing text and then republished it on a new platform, paying attention to how they could edit and add new meaning through this process.&lt;/p&gt;
&lt;h3&gt;Week 3: The ABC of WWW&lt;/h3&gt;
&lt;p&gt;This week was an overview of how a website is actually made. I explained the basics of setting up hosting and domains, what tools you need to create and publish websites, and where to learn more.&lt;/p&gt;
&lt;p&gt;I also introduced the basics of HTML, and showed them how they could get something online super quickly and for free using GitHub Pages. I thought this would be pretty simple but there were all sorts of unexpected problems – in the future, I’d definitely try to squeeze less into one workshop and allow more time for troubleshooting.&lt;/p&gt;
&lt;h3&gt;Week 4: HTML and CSS Basics&lt;/h3&gt;
&lt;p&gt;I gave a lecture on  designing for screens and the different things that designers need to consider, including interactivity, user participation and variability.&lt;/p&gt;
&lt;p&gt;Then I gave another rundown on HTML and got them to markup one of their essays with basic HTML. After the break, I gave an introduction to CSS so that they could apply basic styling to the same text.&lt;/p&gt;
&lt;p&gt;In these classes, it was really hard to find a balance between those who either got it immediately or had done it before, and those who required a lot more guidance. I’m still not sure what the best way to approach a class like this is. I think that perhaps I should prepare HTML and CSS files beforehand so students can begin tinkering with these, and then move on to marking up their own text.&lt;/p&gt;
&lt;p&gt;Out of all the things I shared, &lt;a href=&quot;https://jgthms.com/web-design-in-4-minutes/&quot;&gt;Web Design in 4 Minutes&lt;/a&gt; seemed to be the most successful in explaining HTML and CSS.&lt;/p&gt;
&lt;p&gt;One thing that I ended up explaining many times was that the HTML and CSS files need to be able to talk to each other. A friend suggested that I compare it to how images break in InDesign if you move the Links folder – I need to try this next time.&lt;/p&gt;
&lt;h3&gt;Week 5: CSS Compositions&lt;/h3&gt;
&lt;p&gt;In this class, I introduced the box model, layout and positioning in CSS, then had them recreate &lt;a href=&quot;https://www.are.na/gemma-copeland/css-compositions&quot;&gt;abstract compositions&lt;/a&gt; using just CSS.&lt;/p&gt;
&lt;p&gt;This was one of the classes where it was quite hard to cater to different experience levels. I ended up revisiting the past few weeks of tutorials with the half of the class that hadn’t been there previously.&lt;/p&gt;
&lt;h2&gt;Writing&lt;/h2&gt;
&lt;p&gt;The second half of the semester was taught entirely online, due to coronavirus. Rather than record lectures or try to deliver workshops over a video conferencing platform, we were asked to spend a few hours a week researching and writing posts for the Core Languages blog.&lt;/p&gt;
&lt;p&gt;I began by writing about digital tools and spaces that allow for creativity, expression and social closeness online, given that everyone was having to suddenly adapting to social distancing, lockdown and living their entire lives online. Examples included &lt;a href=&quot;https://en.wikipedia.org/wiki/Place_(Reddit)&quot;&gt;Place&lt;/a&gt;, one of my favourite examples of Internet culture, creative online collaboration and emergence in both digital aesthetics and social structures. I also wrote about spatial interfaces, collaborative world-building and digital-first art experiences.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/8280988/original_ff707fe595aa9602c696c75bdc3a2c6c.gif?1597048211?bc=0&quot; alt=&quot;A timelapse of the subreddit r/place/, a canvas for collaborative pixel art that was online for 72 hours in 2017&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I also wrote about how digital design is about &lt;a href=&quot;https://gemmacope.land/writing/from-pages-to-performances/&quot;&gt;embracing flux&lt;/a&gt;, what makes a &lt;a href=&quot;https://howtocode.club/hypertext/&quot;&gt;good website&lt;/a&gt;, my web design process, user experience basics, accessibility and web typography.&lt;/p&gt;
&lt;h2&gt;What I learned&lt;/h2&gt;
&lt;p&gt;This was my first time teaching over a longer period of time, rather than workshops, so it was quite a steep learning curve for me. I found the “drop-in” nature of the course particularly challenging, as it made it harder to progress to more complex ideas over the semester. It was very hard to find the right amount of complexity, without boring some students or overwhelming others.&lt;/p&gt;
&lt;p&gt;I think it would have been useful to have a better understanding of how much students knew already and what they wanted to learn. &lt;a href=&quot;https://piperhaywood.com/&quot;&gt;PH&lt;/a&gt; sent around a survey to this effect before starting her workshops at LCC, which I thought was a great idea. I did a bit of this in an ad hoc way by asking students at the end of each class what they thought and what they wanted to learn more about. Generally the response was Processing (generative design) or how to make a folio website.&lt;/p&gt;
&lt;p&gt;I have strong doubts about how useful it is to just teach someone a toolset rather than a way of thinking. For that reason, I tried to make sure that the course was primarily about understanding digital media as a landscape and medium. The hope was that those who found this interesting would be able to research and learn more in their own time.&lt;/p&gt;
&lt;p&gt;In reality, I feel that this was sometimes too abstract and disconnected from what we did in the workshops. I’d like to get better at making a more direct link between theory and practice.&lt;/p&gt;
&lt;p&gt;If I were to do it again, I’m not sure if I would jump straight into HTML and CSS like I did this time. I feel like it would have been more successful to focus more heavily on the design side, while pointing students towards where they could learn more about web development.&lt;/p&gt;
&lt;p&gt;I also realised after a few classes that I’m very susceptible to exhausting myself by over-teaching – I need to relax a bit, try not to fit too much into each class, and not expect myself to know everything.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Llyn Cau</title>
      <link href="https://gemmacope.land/writing/llyn-cau/"/>
      <updated>2020-08-16T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/llyn-cau/</id>
      <content type="html">&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/8350585/original_dc6e16a70db939d85043a0945ff60c58.jpg?1597593435?bc=0&quot; alt=&quot;A steep, mossy slope leading down to a clear, still lake&quot; /&gt;&lt;/p&gt;
&lt;p&gt;A very misty Llyn Cau, halfway up &lt;a href=&quot;https://en.wikipedia.org/wiki/Cadair_Idris&quot;&gt;Cadair Idris&lt;/a&gt; in Wales.&lt;/p&gt;
&lt;p&gt;We hiked most of this trail through low clouds. We noticed it getting warmer as we got closer to the peak, and then suddenly we were above the clouds and in brilliant sunshine.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Making writing a habit</title>
      <link href="https://gemmacope.land/writing/making-writing-a-habit/"/>
      <updated>2020-09-19T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/making-writing-a-habit/</id>
      <content type="html">&lt;p&gt;I really want to make writing more of a habit.&lt;/p&gt;
&lt;p&gt;Alex linked us to Matt Webb’s &lt;a href=&quot;http://interconnected.org/home/2020/09/10/streak&quot;&gt;15 rules for blogging&lt;/a&gt; the other day. Matt suggests that the way to publish often is to not be precious about what you’re writing, and to focus on one thing at a time:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;One idea per post. If I find myself launching into another section, cut and paste the extra into a separate draft post, and tie off the original one with the word “Anyway.” Then publish.&lt;/p&gt;
&lt;/blockquote&gt;
</content>
    </entry>
    
    <entry>
      <title>Hyperfocus</title>
      <link href="https://gemmacope.land/writing/hyperfocus/"/>
      <updated>2020-09-19T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/hyperfocus/</id>
      <content type="html">&lt;p&gt;Over the last few weeks I’ve been trying to apply the principles of &lt;a href=&quot;https://www.waterstones.com/book/hyperfocus/chris-bailey/9781509866137&quot;&gt;Hyperfocus&lt;/a&gt; to my work. Productivity books aren’t the kind of thing I’d usually read, but this one has actually been quite useful.&lt;/p&gt;
&lt;p&gt;A lot of it just seems like common sense, like recognising that you have a finite amount of attention you can spend in every moment. It’s basically about applying meditation techniques to daily life to make the most of your attention. It starts with being more aware of the kinds of work you’re doing, which parts are purposeful and which parts are unnecessary busy-work.&lt;/p&gt;
&lt;h2&gt;Setting intentions&lt;/h2&gt;
&lt;p&gt;It’s a lot about intention-setting: intentions for the hyperfocus session (an hour or less), for the day and for the week as well.&lt;/p&gt;
&lt;p&gt;He summarises the core idea of hyperfocus as:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Keep one important, complex object of attention in your awareness as you work.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;You decide what this object of attention should be, set a timer for how long you want to focus on it, eliminate any distractions and give it your full attention.&lt;/p&gt;
&lt;p&gt;As with meditation, if you catch your mind wandering, you gently draw it back to the task at hand.&lt;/p&gt;
&lt;h2&gt;Scatterfocus and recharging&lt;/h2&gt;
&lt;p&gt;The counterpoint to hyperfocus is scatterfocus, where you just let your mind wander and observe where it goes. This is where the more creative thinking comes in, associations between otherwise unrelated ideas.&lt;/p&gt;
&lt;p&gt;There are a number of other techniques in it that I’ve found really useful, like writing down “open loops” that are distracting or worrying you, and scheduling specific blocks of time to check email each day.&lt;/p&gt;
&lt;p&gt;I liked the book because it’s ultimately about working less and making sure you allow yourself to recharge. I am definitely someone who tends to work too much, and tends towards anxiety as well. It was so useful for me to read this because it reminded me that overworking and multitasking doesn’t lead to better results.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Clouds</title>
      <link href="https://gemmacope.land/writing/clouds/"/>
      <updated>2020-10-20T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/clouds/</id>
      <content type="html">&lt;p&gt;We made a last minute decision to spend a month on La Gomera, one of the Canary Islands. After six months of rarely travelling outside north London, it feels surreal to be in such a different environment*.&lt;/p&gt;
&lt;p&gt;The island is small, roughly circular and very mountainous. This weekend we went for a hike in Garajonay National Park, which was such a contrast to the valley where we’re staying.&lt;/p&gt;
&lt;p&gt;The mountains catch the clouds blown in by the trade winds, which means the centre is covered in subtropical forest, called &lt;a href=&quot;https://en.wikipedia.org/wiki/Laurel_forest&quot;&gt;laurisilva&lt;/a&gt;. This is the largest remnant of the type of forest that once covered much of Europe and North Africa. It’s quite amazing to wander through… the trees are dripping with lichen and water droplets.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/9203094/original_b880eea0832563d3a21caa44b92296b8.gif?1603267767?bc=0&quot; alt=&quot;Clouds moving across a forest-covered mountain&quot; /&gt;&lt;/p&gt;
&lt;p&gt;*This is also the closest you can get to the &lt;a href=&quot;https://www.geodatos.net/en/antipodes/australia/brisbane&quot;&gt;antipodes&lt;/a&gt; of Queensland, so I feel right at home.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Kindle to Arena</title>
      <link href="https://gemmacope.land/writing/kindle-to-arena/"/>
      <updated>2020-10-23T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/kindle-to-arena/</id>
      <content type="html">&lt;p&gt;I just tried out this &lt;a href=&quot;https://arena.javierarce.com/&quot;&gt;great tool&lt;/a&gt; made by Javier Arce. It allows you to send your Kindle highlights directly to an Arena channel (something I used to painstakingly do by hand, block by block).&lt;/p&gt;
&lt;p&gt;It recognises which highlights are from different books, and you can select which highlights to add or edit.&lt;/p&gt;
&lt;p&gt;✶✶&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Design Justice</title>
      <link href="https://gemmacope.land/writing/design-justice/"/>
      <updated>2020-10-26T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/design-justice/</id>
      <content type="html">&lt;p&gt;I’ve just finished reading &lt;a href=&quot;https://mitpress.mit.edu/books/design-justice&quot;&gt;Design Justice&lt;/a&gt; by Sasha Costanza-Chock. This book really should be required reading for any designer working today.&lt;/p&gt;
&lt;p&gt;It builds upon the work and principles of the &lt;a href=&quot;https://designjustice.org/&quot;&gt;Design Justice Network&lt;/a&gt;, defined as:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Design justice rethinks design processes, centers people who are normally marginalized by design, and uses collaborative, creative practices to address the deepest challenges our communities face.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;Intersectionality in design&lt;/h2&gt;
&lt;p&gt;The first part is really about exploring design’s relationship to power and privilege. They use the concept of the &lt;a href=&quot;https://en.wikipedia.org/wiki/Matrix_of_domination&quot;&gt;matrix of domination&lt;/a&gt;, an intersectional analysis of oppression. They use this to explain how design decisions can privilege certain people over others, regardless of whether this was the designer’s intention.&lt;/p&gt;
&lt;p&gt;Some of this is uncomfortable to read, but necessary and useful. They analyse and critique a number of different design approaches, including human-centred design and universal design. These processes tend towards homogenising or erasing difference. Design justice, on the other hand, recognises that it might not be possible to reduce the cognitive load for all users, but that decisions of who to privilege need to be considered and made explicit.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Privilege and power never go away, but a design justice studio can become a place where they are explicitly recognized, acknowledged, and discussed.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;Structure&lt;/h2&gt;
&lt;p&gt;The book looks at design from five angles:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Design values: the distribution of affordances and disaffordances that we encode into technologies&lt;/li&gt;
&lt;li&gt;Design practices: who gets paid to do design work and who controls design processes&lt;/li&gt;
&lt;li&gt;Design narratives: the stories that we choose to tell about design&lt;/li&gt;
&lt;li&gt;Design sites: the inclusion and exclusion of various kinds of people from privileged design locations&lt;/li&gt;
&lt;li&gt;Design pedagogies: the methods we use to teach and learn about design&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;I really love how they weave narrative and personal experience throughout. The whole book is grounded in their lived experience of listening, organising and designing.&lt;/p&gt;
&lt;h2&gt;Practices&lt;/h2&gt;
&lt;p&gt;If I’m honest, I found the first half of the book quite hard to read at times as I felt like I was just part of the problem. I felt like I could definitely work harder to be aware of my own privilege and centre other people’s voices and experiences.&lt;/p&gt;
&lt;p&gt;The second half of the book focuses more on building a design justice practice. They described the work that the MIT Codesign Studio has done, but also described the common challenges that come with collaborative design processes and non-hierarchical group structures. All of this completely resonated with me.&lt;/p&gt;
&lt;p&gt;There’s a strong focus on listening, dialogue and maintenance throughout. This is something we really focus on at Common Knowledge: listening to people’s needs, building upon and maintaining existing technology, and making interventions that are responsive to wider social and political contexts.&lt;/p&gt;
&lt;h2&gt;Pragmatism&lt;/h2&gt;
&lt;p&gt;I found their focus on pragmatism towards the end of the book really useful. There is no one-size-fits-all solution. In some projects it might make sense to have community members directly involved in the design process. In others, the traditional designer-client relationship might be the best way to work with limited resources and still create something concrete that will make a difference to people’s lives.&lt;/p&gt;
&lt;p&gt;They also recognise that design isn’t a solution in itself when it comes to addressing long-term structural inequality. I really like their suggestion that the outcome of a design project could be both a utopian vision of the future &lt;em&gt;and&lt;/em&gt; a tangible product or system that can be used and iterated upon.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The design process itself then becomes an exercise in radical visioning: the design team, led by people from the most directly affected community, explores the root of the problem and develops ideas for systems change, in addition to ideas for products or services that can be implemented within the resource limitations of the project.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;Designing the future&lt;/h2&gt;
&lt;p&gt;I really enjoyed their analysis of design’s relationship to the future. This was something I was thinking about a lot when preparing my talk for &lt;a href=&quot;https://www.are.na/block/7435321&quot;&gt;Designing the Future&lt;/a&gt;, but they put it much more eloquently!&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Design is thus also speculative: it is about envisioning, as well as manipulating, the future. Designers imagine images, objects, buildings, and systems that do not yet exist. We propose, predict, and advocate for (or, in certain kinds of design, warn against) visions of the future.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;In Emergent Strategy, adrienne maree brown says that:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;All organising is science fiction.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;For me, there’s a strong link between design, organising and science fiction. It’s all about imagining where we might go and making an attempt to get there.&lt;/p&gt;
&lt;p&gt;In Design Justice, Costanza-Chock suggests that:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Design can be seen as a permanent striving toward, an ongoing process of ideation, iteration, and revision toward the ideal.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Which reminded me of a quote from &lt;a href=&quot;http://www.lisanyberg.net/pedagogy-and-political-movement-the-promise-of-an-intense-ecstatic-future/&quot;&gt;Lisa Nyberg&lt;/a&gt; that I think about a lot:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Utopia cannot be defined as a static, perfect place; it is the ongoing attempts, the fiction, the theory and the striving for the perfect existence.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr /&gt;
&lt;h2&gt;Reading list&lt;/h2&gt;
&lt;p&gt;Some related books I want to read next:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Pedagogy_of_the_Oppressed&quot;&gt;Pedagogy of the Oppressed&lt;/a&gt; by Paulo Friere&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.dukeupress.edu/designs-for-the-pluriverse&quot;&gt;Designs for the Pluriverse&lt;/a&gt; by Arturo Escobar – this book has now come up in loads of others books, podcasts and on Twitter&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://networkcultures.org/blog/publication/kaos-ten-years-of-hacking-and-media-activism/&quot;&gt;+KAOS: Ten Years of Hacking and Media Activism&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</content>
    </entry>
    
    <entry>
      <title>Bells</title>
      <link href="https://gemmacope.land/writing/bells/"/>
      <updated>2020-11-05T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/bells/</id>
      <content type="html">&lt;p&gt;There is a church on the opposite side of the valley where we’re staying. I’ve really been enjoying hearing the bells, which chime every half hour. Half the time they remind me to stay present and the other half that I need to “jump on a Zoom call”.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>2020 in review</title>
      <link href="https://gemmacope.land/writing/2020-in-review/"/>
      <updated>2021-01-02T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/2020-in-review/</id>
      <content type="html">&lt;p&gt;I read Jay Springett’s &lt;a href=&quot;https://www.thejaymo.net/2021/01/01/2020/&quot;&gt;2020 retrospective&lt;/a&gt; and thought I might have a go at writing one too.&lt;/p&gt;
&lt;p&gt;It goes without saying: this year has been awful for most and tragic for some. All things considered, I’ve had an alright year despite everything – something which I’m endlessly grateful for. I did quite a bit of travel in 2019, so I didn’t really have many plans for 2020, aside from spending time in London and focusing my energy on Common Knowledge – I certainly got to do that!&lt;/p&gt;
&lt;p&gt;I started the year in the &lt;a href=&quot;https://en.wikipedia.org/wiki/Yarra_Ranges_National_Park&quot;&gt;Yarra Ranges&lt;/a&gt; with some close friends. Where we were staying was beautiful, in the middle of a lush forest full of ferns and Mountain Ash trees, but the trip was tinged with sadness because of the bushfires raging in other parts of Victoria and New South wales at the same time. I guess it was an appropriate beginning to a year characterised by a background siren of existential dread.&lt;/p&gt;
&lt;p&gt;I came back to London at the start of January. The first few months of the year feel impossibly full. We were working from Space4 in Finsbury Park and I felt so happy going there every day: working with the co-op, getting to know the rest of the community, going to the shared lunches. I had felt a little unsure of what life would be like after leaving stable full-time employment in 2019, so my enjoyment of working in Space4 just felt like a resounding &lt;em&gt;YES!&lt;/em&gt; to that decision.&lt;/p&gt;
&lt;p&gt;In January I started teaching Digital Design at Central St Martin’s, which was a great experience and quite a learning curve for me. I wrote a bit more about that &lt;a href=&quot;https://gemmacope.land/writing/teaching-digital/&quot;&gt;here&lt;/a&gt;. I also did a workshop centred around Mozilla’s &lt;a href=&quot;https://foundation.mozilla.org/en/insights/internet-health-report/&quot;&gt;Internet Health Report&lt;/a&gt; for LCC’s &lt;a href=&quot;https://www.arts.ac.uk/subjects/animation-interactive-film-and-sound/undergraduate/ba-hons-user-experience-design-lcc#course-summary&quot;&gt;User Experience Design&lt;/a&gt; course in March, and then in September started as an Associate Lecture there.&lt;/p&gt;
&lt;p&gt;I spent quite a bit of time helping establish and organise the &lt;a href=&quot;https://www.uvwunion.org.uk/en/sectors/designers-cultural-workers/&quot;&gt;Designers + Cultural Workers&lt;/a&gt; branch of UVW, although my involvement waned towards the end of the year due to exhaustion and Zoom fatigue. I’m so proud of what our branch has achieved this year – we wrote open letters, ran online events and meetings, contributed to festivals, helped people with their issues at work, created a membership handbook and onboarded a load of new members.&lt;/p&gt;
&lt;p&gt;It was great to see union membership surge in response to the pandemic. It feels like there’s a shift in understanding, that we need collective action if we want any hope of responding to this crisis. Events like the &lt;a href=&quot;https://www.instagram.com/howtowork.festival/&quot;&gt;How to Work&lt;/a&gt; festival from HFBK Hamburg and the &lt;a href=&quot;https://theworldtransformed.org/twt20/arts-culture-many/&quot;&gt;Arts and Culture for the Many&lt;/a&gt; stream of The World Transformed demonstrated that there are a lot of cultural workers thinking along the same lines at the moment.&lt;/p&gt;
&lt;p&gt;On a personal level, I met &lt;a href=&quot;https://www.melnycz.uk/&quot;&gt;How&lt;/a&gt; for the first time in March. Two weeks later, they announced the lockdown. We had only been on three dates (albeit very long ones), but we decided that he should just move to my house, at least for a few weeks. It was a bit of a gamble, but luckily it worked and we haven’t spent a day apart since. I’m so happy we met when we did – a week or so later and probably none of this would have happened. I can’t imagine what this year would have been like without him.&lt;/p&gt;
&lt;p&gt;We spent the first three months of lockdown with my housemate James. My two other housemates had left London to live with their respective parents, so we had enough space in the apartment for the three of us to work fairly comfortably. Our kitchen has south-facing windows, making it by far the sunniest room of the house. At the height of our confinement and boredom, we moved the couch into the kitchen, where we could soak up the unseasonable April sunshine and stare down at our neighbour’s garden with envy.&lt;/p&gt;
&lt;p&gt;We got into all those lockdown clichés like baking sourdough bread, we walked every possible route available from our front door, we tried various video call platforms, we played Animal Crossing, we cut each other’s hair, we got really bored but managed to stay sane and healthy. I’m thankful for this mundanity – I know so many people had it much, much worse. The highlights of this time included: going on long cycles, through the deserted centre of London and south of the river; occasional trips to the Big Sainsbury’s, for a bit of variety; taking mushrooms and lying in the kitchen sunshine listening to this mix by &lt;a href=&quot;https://www.nts.live/shows/nitejewel/episodes/nite-jewel-14th-may-2020&quot;&gt;Nite Jewel&lt;/a&gt;, featuring excerpts from an interview with bell hooks.&lt;/p&gt;
&lt;p&gt;After over a decade of being vegetarian, I went fully vegan this year. (Mainly because I said I was the first time I met How and then had to follow through with it.) It’s been surprisingly easy, I guess because we’re mainly cooking at home now. Plus, most supermarkets are stocking some excellent vegan ingredients these days. My friend Mikey recently published this riso-printed non-authoritative vegan cookbook, &lt;a href=&quot;https://www.instagram.com/p/CI7_KCqlAWp/&quot;&gt;Collective Hunger&lt;/a&gt;, which is very cute indeed.&lt;/p&gt;
&lt;p&gt;As the lockdown began to ease, my housemates started planning their return, so we decided to move in with another friend. The new house featured a garden and a cat. Summer, in retrospect, felt incredibly free. We could see friends in the park, go wild swimming, eat and drink outside. We went to Wales for a few week’s holiday, where we went hiking and swimming almost every day. We fostered a cat (Sebastian) from a &lt;a href=&quot;https://www.london-inner-city-kitties.org/&quot;&gt;cat rescue charity&lt;/a&gt; for a few months, which I cannot recommend enough. It was so lovely to have another creature share our house (but devastating when he got adopted).&lt;/p&gt;
&lt;p&gt;We made a fairly impulsive decision to go to the Canary Islands for a month in October, which was probably one of the best we made all year. La Gomera is incredibly beautiful. We worked during the week and then spent our weekends exploring the island: hiking up steep cliffs and through cloud forests, swimming in the ocean. It felt so free and made us realise that we didn’t particularly want to live in London anymore.&lt;/p&gt;
&lt;p&gt;When we got back, we gave our notice to move out and spent six weeks selling almost all of our stuff, including my beloved houseplants. We left on the winter solstice, exactly four years since I moved there. For now, we’re living in Wales… probably until spring, whenever borders start opening again and it’s possible to move around. Hopefully we’ll be able to move to Berlin, but let’s see. 2020 has demonstrated that being flexible and adaptable is a necessity.&lt;/p&gt;
&lt;h2&gt;Work&lt;/h2&gt;
&lt;p&gt;I’m incredibly proud of what Common Knowledge achieved this year and am very excited to see what’s in store for 2021. We’ve pretty much given up on writing week notes, but we do publish updates sporadically over on our &lt;a href=&quot;https://commonknowledge.coop/writing&quot;&gt;website&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;We managed to squeeze in a few real life meetings before the lockdown: with our collaborators from &lt;a href=&quot;http://progressive.international/&quot;&gt;Progressive International&lt;/a&gt; in January and then a trip to Malmo to meet with &lt;a href=&quot;https://zetkin.org/en/&quot;&gt;Zetkin Foundation&lt;/a&gt; in February.&lt;/p&gt;
&lt;p&gt;We (obviously) started working remotely in March. This took a bit of getting used to, but we had quite a good culture of documentation and asynchronous communication already, so I feel like we handled this transition pretty well. We’re going to continue as a remote-first co-op indefinitely, now that one of our members has now moved to Glasgow.&lt;/p&gt;
&lt;p&gt;April was quite intense: trying to come to terms with the pandemic while trying to juggle paid projects and helping the Mutual Aid UK group. It felt like our work accelerated then and hasn’t slowed down since. In May, we launched four websites in a week: Progressive International, Vent Your Rent, Nurses United and Can’t Pay Won’t Pay. At the time, this was very stressful – terrible planning on our own part, a lesson learned the hard way – but in retrospect I just feel really proud of what we managed to achieve with such a small team.&lt;/p&gt;
&lt;p&gt;Some other highlights included working on &lt;a href=&quot;https://claimthefuture.today/&quot;&gt;Claim the Future&lt;/a&gt;, a project initiated by John McDonnell, and the Airsift platform for &lt;a href=&quot;https://citizensense.net/&quot;&gt;Citizen Sense&lt;/a&gt;, which investigates the relationship between technologies and practices of environmental sensing and citizen engagement. We were also very happy to receive some grant funding, which enabled us to do solidarity work for organisations like UVW, and pursue some of our own self-initiated projects.&lt;/p&gt;
&lt;p&gt;We’ve done loads more exciting project since then that I can’t wait to document and share. We’ve established an incredible network of collaborators who are doing really important work. We learned a lot about how to work together; how to run a non-hierarchical, democratic organisation; how to write proposals and win work; how to build relationships; how to run remote workshops… There’s so much more, but it’s hard to even remember it all. It was definitely a year of rapid growth and continuous learning for all of us, I think.&lt;/p&gt;
&lt;p&gt;I’m looking forward to continuing this work in 2021. My main focus is going to be on achieving more balance – not working so hard that I burn out, taking things a bit more slowly, allowing time for rest and reflection. I’m pretty sure I say this at the start of every year… but I’d hate to see what happened if I didn’t set this intention!&lt;/p&gt;
&lt;h2&gt;Media&lt;/h2&gt;
&lt;p&gt;I &lt;a href=&quot;https://www.are.na/gemma-copeland/books-read-in-2020-mad9pcjx7mq&quot;&gt;read more&lt;/a&gt; than average this year, thanks to the lockdown. Reading became a great place to escape, although it seems I have the tendency to choose books about the end of the world.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Outline_(novel)&quot;&gt;Outline&lt;/a&gt; by Rachel Cusk, &lt;a href=&quot;https://en.wikipedia.org/wiki/Priestdaddy&quot;&gt;Priestdaddy&lt;/a&gt; by Patricia Lockwood and &lt;a href=&quot;https://www.theguardian.com/books/2020/feb/13/weather-by-jenny-offill-review&quot;&gt;Weather&lt;/a&gt; by Jenny Offill were probably my favourite novels this year, although Weather made my climate anxiety so bad that I started having nightmares. I read Virginia Woolf for the first time (&lt;em&gt;Mrs Dalloway&lt;/em&gt; and &lt;em&gt;A Room of One’s Own&lt;/em&gt;) and was in awe of her talent and bravery. &lt;a href=&quot;https://mitpress.mit.edu/books/design-justice&quot;&gt;Design Justice&lt;/a&gt; by Sasha Constanza-Chock was the most important non-fiction book I read. More on that &lt;a href=&quot;https://gemmacope.land/writing/design-justice/&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I highly recommend the &lt;a href=&quot;https://en.wikipedia.org/wiki/Small_Axe_(anthology)&quot;&gt;Small Axe&lt;/a&gt; film anthology by Steve McQueen: a five part series exploring the lives of West Indian immigrants in London during the 1960s and 1970s. I’m very excited to be working on the redesign of the &lt;a href=&quot;https://www.georgepadmoreinstitute.org/&quot;&gt;George Padmore Institute&lt;/a&gt; website (in collaboration with &lt;a href=&quot;https://www.infactcoop.com/&quot;&gt;InFact Co-op&lt;/a&gt;) early this year – their archive includes lots of material documenting Black British history over the same period, and was apparently used extensively during the development of the series.&lt;/p&gt;
&lt;p&gt;I listened to a lot of &lt;a href=&quot;https://www.patreon.com/interdependence/&quot;&gt;Interdependence&lt;/a&gt;, a podcast created by Holly Herndon and Mat Dryhurst. It’s incredibly well curated – a mix of music, sci-fi, futurism, technology criticism, ethics.&lt;/p&gt;
&lt;h2&gt;In photos&lt;/h2&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/10080068/original_ac1fbd2808a3122f4f086ed00863c158.jpg?1609611615?bc=0&quot; alt=&quot;Four people walking in an Australian forest with ferns and gumtrees&quot; /&gt;&lt;br /&gt;
Walking in the Yarra Ranges national park in Victoria, New Years Day 2020&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/10080092/original_548f349207910300c2f8dd6a894a436a.jpg?1609611859?bc=0&quot; alt=&quot;A group of people wearing winter clothes, standing on fallen tree stumps&quot; /&gt;&lt;br /&gt;
A walk with people from Evening Class, somewhere on the outskirts of London, February&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/10080102/original_1ad2ac385ce09cac330f5812a0fb140f.jpg?1609611894?bc=0&quot; alt=&quot;A group of people sitting on benches in front of a university, underneath colourful flags. One sign says &amp;quot;Official Picket&amp;quot; and another says &amp;quot;Strike&amp;quot;&quot; /&gt;&lt;br /&gt;
A teach-out at the LCC picket line, March&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/10080104/original_51b53bebc3f7513de06d6ac022f8364a.jpg?1609611900?bc=0&quot; alt=&quot;An open laptop on a kitchen table, with a vase of yellow daffodils on the left and an orange cat on the right. Outside there are rooftops and a very blue sky.&quot; /&gt;&lt;br /&gt;
Working from the sunny kitchen table feat. Alan the cat, April&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/10080106/original_8cd5c2cb3aba8965253b7c6513c7a366.jpg?1609611908?bc=0&quot; alt=&quot;A screenshot of a FaceTime video call with four women smiling&quot; /&gt;&lt;br /&gt;
One of many video calls with friends, May&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/10080108/original_c9740ba5cff4acf645c263c0f6124df9.jpg?1609611925?bc=0&quot; alt=&quot;A stone pathway leading into a garden. On either side of the path, are bright flowers in orange, yellow, purple and white.&quot; /&gt;&lt;br /&gt;
Brockwell Park in full bloom, June&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/10080110/original_9742b9065b754cec35974214129336b9.jpg?1609611934?bc=0&quot; alt=&quot;A table laden with food, in a slightly overgrown garden&quot; /&gt;&lt;br /&gt;
Our new garden with the welcome dinner we made for our housemate, July&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/10080111/original_6303da5d9fa3a2b4ad839b8006abc97c.jpg?1609611945?bc=0&quot; alt=&quot;A man walking down a mountain, with heather in the foreground and green hills in the distance&quot; /&gt;&lt;br /&gt;
View from the path descending Cadair Idris in Wales, August&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/10080112/original_47240d6354fc876f56c8e4f5d8660a17.jpg?1609611951?bc=0&quot; alt=&quot;Two girls swimming in a river on a sunny day&quot; /&gt;&lt;br /&gt;
Wild swimming, September&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/10080113/original_899a596df4c194aa0048cc67e94a69b1.jpg?1609611952?bc=0&quot; alt=&quot;A view through palm trees to a village, with houses and farms on terraces, leading up to a mountain in the background&quot; /&gt;&lt;br /&gt;
The village that we stayed in La Gomera, October&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/10080114/original_f0b6675345b62ab35f5adb2c735af6ce.jpg?1609611957?bc=0&quot; alt=&quot;A cat lying upside down, with his legs next to the heater&quot; /&gt;&lt;br /&gt;
Sebastian’s favourite sleeping spot, November&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/10080117/original_16eb38c411ae101de967d07171f55366.jpg?1609611966?bc=0&quot; alt=&quot;Sunshine streaming through tall trees and snow on the ground&quot; /&gt;&lt;br /&gt;
Snow and sunshine in Wales, December&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Community is a Garden</title>
      <link href="https://gemmacope.land/writing/community-is-a-garden/"/>
      <updated>2021-01-23T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/community-is-a-garden/</id>
      <content type="html">&lt;p&gt;I came across &lt;a href=&quot;https://www.are.na/block/9400568&quot;&gt;this toolkit&lt;/a&gt; when searching for examples of community-led design practices for a workshop that &lt;a href=&quot;http://soniaturcotte.com/&quot;&gt;Sonia&lt;/a&gt; and I are currently running (more on that soon).&lt;/p&gt;
&lt;p&gt;It explores how artists and communities can work together towards climate justice. It has a few interviews and case studies, accompanied by a few prompts and reflective exercises centred around building collaborative relationships and spaces for dialogue.&lt;/p&gt;
&lt;p&gt;I really liked the list of practices at the end, particularly &lt;em&gt;Ambiguity&lt;/em&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Moments of disorientation create space for unpredictable discovery. How can you challenge existing narratives, leave questions unanswered, and introduce new lines of inquiry? Through open-ended practice, how can you create conditions that scaffold communal discovery? How can you begin with questions rather than answers?&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;It references a few of my favourite writers, adrienne maree brown and Donna Haraway, and has prompted me to finally read &lt;a href=&quot;https://en.wikipedia.org/wiki/Braiding_Sweetgrass&quot;&gt;Braiding Sweetgrass&lt;/a&gt;, which I’ve wanted to do for a while.&lt;/p&gt;
&lt;p&gt;I’m collecting more examples of &lt;a href=&quot;https://www.are.na/gemma-copeland/community-led-design-practices&quot;&gt;Community-Led Design Practices&lt;/a&gt; on Arena.&lt;/p&gt;
&lt;iframe style=&quot;border:none;&quot; width=&quot;100%&quot; height=&quot;590&quot; src=&quot;https://www.are.na/gemma-copeland/community-led-design-practices/embed&quot; title=&quot;Community-Led Design Practices”&quot;&gt;&lt;/iframe&gt;</content>
    </entry>
    
    <entry>
      <title>Avatar</title>
      <link href="https://gemmacope.land/writing/avatar/"/>
      <updated>2021-01-24T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/avatar/</id>
      <content type="html">&lt;p&gt;How made me a new avatar using his &lt;a href=&quot;https://github.com/melnyczuk/supercollager&quot;&gt;Supercollager&lt;/a&gt; tool, featuring a couple of my previous avatars and one of his.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://images.are.na/eyJidWNrZXQiOiJhcmVuYV9pbWFnZXMiLCJrZXkiOiIxMDM4MTY5NC9vcmlnaW5hbF9iNmIxMTE5NjBkNzMwZjcwMjAxYjk3MWM3YjZkYWFiZi5qcGciLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE4MDAsImhlaWdodCI6MTgwMCwiZml0IjoiaW5zaWRlIiwid2l0aG91dEVubGFyZ2VtZW50Ijp0cnVlfSwid2VicCI6eyJxdWFsaXR5Ijo5MH0sInJvdGF0ZSI6bnVsbCwianBlZyI6eyJxdWFsaXR5Ijo5MH19fQ==?bc=0&quot; alt=&quot;A collage of images, including fragments of a forest, a woman standing in a glasshouse with plants behind and some colourful, pixelated textures&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Feeling fresh 💅🏻&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>General Intellect Unit</title>
      <link href="https://gemmacope.land/writing/general-intellect-unit/"/>
      <updated>2021-01-24T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/general-intellect-unit/</id>
      <content type="html">&lt;p&gt;Alex and I recently spoke to Shane and Kyle from the &lt;a href=&quot;http://generalintellectunit.net/e/068-common-knowledge/&quot;&gt;General Intellect Unit podcast&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;We spoke about our work, grassroots organising, and practical details around how to start and run a worker co-op.&lt;/p&gt;
&lt;p&gt;(I haven’t actually been able to listen to it yet as listening to my own voice makes me cringe.)&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Polyphonic futures</title>
      <link href="https://gemmacope.land/writing/polyphonic-futures/"/>
      <updated>2021-03-07T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/polyphonic-futures/</id>
      <content type="html">&lt;p&gt;As of this week, I’m living in Vilnius for a few months while &lt;a href=&quot;https://www.melnycz.uk/&quot;&gt;HM&lt;/a&gt;  does the &lt;a href=&quot;http://rupert.lt/&quot;&gt;Rupert&lt;/a&gt; residency. Feeling very lucky and inspired.&lt;/p&gt;
&lt;p&gt;I’ve been drawing lots of &lt;a href=&quot;https://en.wikipedia.org/wiki/Major_Arcana&quot;&gt;Major Arcana&lt;/a&gt; cards, which indicates deep shifts and changes. Feels apt.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/11067992/original_018e3c7b4de240a449c2e7c9a8f3110e.jpg?1615139847?bc=0&quot; alt=&quot;A desk and two chairs in front of a tall window, looking out into snow and pines, next to The Moon tarot card&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I’m simultaneously reading a few books that feel interconnected:&lt;/p&gt;
&lt;h2&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/The_Ministry_for_the_Future&quot;&gt;The Ministry for the Future&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;I really enjoyed Kim Stanley Robinson’s writing style in Red Mars, but felt a bit conflicted reading it because I hate the frontier mentality and techno-solutionism that usually comes along with the idea of colonising Mars.&lt;/p&gt;
&lt;p&gt;This book is a near future science fiction novel focused back here on Earth. The eponymous ministry was set up to advocate for the world’s future generations of citizens as if their rights are as valid as the present generation’s. Similar to the &lt;a href=&quot;http://postgrowth.art/the-7th-generation-principle-En.html&quot;&gt;seventh generation&lt;/a&gt; principle of many indigenous cultures.&lt;/p&gt;
&lt;p&gt;As Prem Krishnamurthy summarises in his latest &lt;a href=&quot;https://premkrishnamurthy.substack.com/p/february-futures&quot;&gt;newsletter&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;It uses the space of fiction to produce a polyphonic, multi-scalar, politically-essential, and thoroughly engaging thought-experiment: a playbook of prototypes for concrete steps to work against climate catastrophe now.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I haven’t finished it yet but I’m thoroughly enjoying it. Particularly how Robinson weaves together scientific and economic ideas for mitigation and adaptation with compelling human stories.&lt;/p&gt;
&lt;h2&gt;Parable of the Talents&lt;/h2&gt;
&lt;p&gt;I just finished &lt;em&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Parable_of_the_Talents_(novel)&quot;&gt;Parable of the Talents&lt;/a&gt;&lt;/em&gt; by Octavia Butler. I guess you could say I read a lot about climate change and societal collapse. It’s the sequel to &lt;em&gt;Parable of the Sower&lt;/em&gt;, which I read about a year ago and loved, but needed a bit of a break before continuing in that world. Butler’s dystopia is so gut-wrenching and horrifyingly prescient.&lt;/p&gt;
&lt;p&gt;I saw that adrienne maree brown and Toshi Reagon have a &lt;a href=&quot;https://twitter.com/oparables&quot;&gt;podcast&lt;/a&gt; solely focused on the two books, but haven’t listened yet.&lt;/p&gt;
&lt;h2&gt;Pharmako-AI&lt;/h2&gt;
&lt;p&gt;&lt;a href=&quot;https://ignota.org/collections/frontpage/products/pharmako-ai&quot;&gt;An exchange&lt;/a&gt; between K Allado-McDowell and GPT-3. Together they muse upon climate change and cybernetics. Some passages are really eerie, and of course the whole time you’re wondering about what consciousness or intelligence (or even authorship) actually means.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;When I look at an animal, that’s what I see: intelligence about a biome, compressed and extracted by evolution into a living form. It takes millions of years for life to coalesce in this way, which is why it’s so tragic when species are lost, that the latent space of ecological knowledge is degraded in this way.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;We need to save those aspects, those smarts, the way we do when we save books, before they are lost forever. We need to save them in some kind of ‘intelligence library’ somewhere, along with the ocean’s memory of its place in a stable equilibrium with all other life on this planet. And from that place we can construct a new kind of science, one that is closer to the lessons that living things teach us about themselves, and about life on the planet , Gaia, than we have ever gotten before.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I was originally interested in this after reading &lt;a href=&quot;https://nemesis.global/memos/the-doom-report&quot;&gt;The DOOM! Report&lt;/a&gt; from Nemesis, which is written in the same way and gives a taste of what this book is like. I find Pharmako-AI much more readable and poetic than that essay, though.&lt;/p&gt;
&lt;p&gt;I’m also dipping in and out of the &lt;a href=&quot;https://ignota.org/collections/frontpage/products/atlas-of-anomalous-ai&quot;&gt;Atlas of Anomalous AI&lt;/a&gt;, also published by Ignota and edited by Ben Vickers and K Allado-McDowell. I love anything that references the &lt;a href=&quot;https://warburg.library.cornell.edu/about&quot;&gt;Mnemosyne Atlas.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/11068036/original_de42522826d34a1fefb6248ebb6e40ba.jpg?1615140087?bc=0&quot; alt=&quot;An ink drawing of the Tibetan god Yama holding the wheel of life, from the Wellcome collection&quot; /&gt;&lt;/p&gt;
&lt;h2&gt;Interdependence 40 with Audrey Tang (digital minister of Taiwan)&lt;/h2&gt;
&lt;p&gt;I was so excited when I saw that the latest &lt;a href=&quot;https://www.patreon.com/interdependence&quot;&gt;Interdependence&lt;/a&gt; was with &lt;a href=&quot;https://audreyt.org/&quot;&gt;Audrey Tang&lt;/a&gt;. This is one of their best episodes so far, imho.&lt;/p&gt;
&lt;p&gt;I’ve been so interested in Audrey’s work since reading &lt;a href=&quot;https://restofworld.org/2020/audrey-tang-the-conservative-anarchist/&quot;&gt;this article&lt;/a&gt; last year. She’s an organiser, coder, politician and poet. Every &lt;a href=&quot;https://talk.pdis.nat.gov.tw/t/principles-for-handling-official-visits-to-digital-minister-audrey-tang/70&quot;&gt;conversation&lt;/a&gt; she has is recorded and published into the public domain. Her approach to politics and what she’s achieved so far is astounding. This episode also really made me want to visit Taiwan.&lt;/p&gt;
&lt;p&gt;Some interesting thoughts about how to give non-human entities a say in politics, which reminded me of some of the ideas in Ministry for the Future and also &lt;a href=&quot;https://www.regen.network/&quot;&gt;Regen Network.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;She mentioned so many interesting things, it was hard to keep up. Including this report from the UN: &lt;a href=&quot;https://www.un.org/en/pdfs/DigitalCooperation-report-for%20web.pdf&quot;&gt;The Age of Digital Interdependence&lt;/a&gt;. I hate reading PDFs on screen but this one looks pretty interesting, if a bit too human-centric.&lt;/p&gt;
&lt;h2&gt;&lt;a href=&quot;https://goinghorizontal.co/&quot;&gt;Going Horizontal&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;A book about creating non-hierarchal organisations, which we’re reading as part of the inaugural Common Knowledge book club!&lt;/p&gt;
&lt;h2&gt;&lt;a href=&quot;https://www.merlinsheldrake.com/entangled-life&quot;&gt;Entangled Life&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Because I love thinking with mushrooms! They never cease to amaze me. So far, it’s an enjoyable and fascinating book.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/11067841/original_82e931803ee29cb857f3823ab0e318f6.jpg?1615138802?bc=0&quot; alt=&quot;A still from Studio Ghibli&#39;s Princess Monoke, showing the forest spirit, a giant blue creature made of stars&quot; /&gt;&lt;/p&gt;
&lt;h2&gt;&lt;a href=&quot;https://www3.nhk.or.jp/nhkworld/en/ondemand/program/video/10yearshayaomiyazaki/?type=tvEpisode&amp;amp;&quot;&gt;10 Years with Hayao Miyazaki&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;A documentary about Miyazaki’s creative process. It’s interesting to see that his talent seems both innate and a lot of hard work. He can capture the energy of an entire story or character in just one sketch, but also has days or weeks where he hates everything that he makes, continuously throws everything out and begins again, or just avoids working all together.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Writing alt text</title>
      <link href="https://gemmacope.land/writing/writing-alt-text/"/>
      <updated>2021-04-02T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/writing-alt-text/</id>
      <content type="html">&lt;p&gt;I really enjoy writing alt-text, mainly thanks to the wonderful  &lt;a href=&quot;https://alt-text-as-poetry.net/index.html&quot;&gt;Alt-Text as Poetry&lt;/a&gt; project by Bojana Coklyat and Shannon Finnegan.&lt;/p&gt;
&lt;p&gt;On their website they list “three ideas from the world of poetry that we have found to be particularly helpful when writing alt-text”:&lt;/p&gt;
&lt;h2&gt;1. Attention to Language&lt;/h2&gt;
&lt;p&gt;Simply by writing alt-text with thought and care, we shift the process. What words are we using? What are their connotations? What is the tone of our writing (the way in which we’re doing the writing)? What is the voice (who the reader hears)? How do these align with, or contrast, the tone and perspective of the image?&lt;/p&gt;
&lt;h2&gt;2. Word Economy&lt;/h2&gt;
&lt;p&gt;People who are new to description have a tendency to over-describe images. While there are times for long and lavish descriptions, alt-text usually aims for brevity. For most images, one to two sentences will do. Poetry has a lot to teach us about paring down language to create something that is expressive, yet concise.&lt;/p&gt;
&lt;h2&gt;3. Experimental Spirit&lt;/h2&gt;
&lt;p&gt;We have so much to learn from poetry about being more playful and exploratory in how we write alt-text. We are not interested in experimentation for experimentation’s sake — we want a kind of experimentation that moves towards better and more nuanced accessibility for alt-text users. There are lots of complex and interesting questions that come up when translating visual information into text. We need to try out different ways of doing this, learning from each other’s strategies and techniques.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Film photos from 2020</title>
      <link href="https://gemmacope.land/writing/film-photos-from-2020/"/>
      <updated>2021-04-02T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/film-photos-from-2020/</id>
      <content type="html">&lt;p&gt;We got some film from last year developed and I love the photos so much. Friendship ended with iPhone camera!&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/11456765/original_869697b38c4bfb624450f86409d14574.jpg?1617615371?bc=0&quot; alt=&quot;A snow-topped mountain in Wales with wispy clouds just above its peak and a tree in the foreground&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/11456764/original_ee089046311d158d93c275c2c78f9358.jpg?1617615371?bc=0&quot; alt=&quot;A rocky ridgeline silhouetted against a pink and blue evening sky featuring a gibbous moon&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/11456769/original_016d09e1528137037f6131bba9a5f93b.jpg?1617615378?bc=0&quot; alt=&quot;A green and blue lake with reeds in the foreground&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/11456761/original_51518e3b45289c13d0a2f571e1b7aa49.jpg?1617615405?bc=0&quot; alt=&quot;A tree with puffs of light pink flowers&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/11456759/original_89106beaeda4c39d33dc7a801a6fca72.jpg?1617615368?bc=0&quot; alt=&quot;A woman smiling and picking raspberries after a swim in the river&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/11456766/original_643b87918a3c419aa2545980408e8b7c.jpg?1617615372?bc=0&quot; alt=&quot;A cloud-forest in La Gomera, with sunlight streaming through the trees and hanging moss&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/11456762/original_d433ad5586c70a52682e4af69c88571a.jpg?1617615406?bc=0&quot; alt=&quot;A wave breaking around a rock on a black sand beach&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/11456760/original_2fe993e54b433db4fc457626f74f048e.jpg?1617615369?bc=0&quot; alt=&quot;The top of a mountain in Wales, with low clouds wafting over the grass&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/11456763/original_17e9911a0df90884401db30dc6947e81.jpg?1617615370?bc=0&quot; alt=&quot;A misty road in La Gomera, with forest on either side&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/11456767/original_9d5a5a0331e341c27273e4f207e80532.jpg?1617615377?bc=0&quot; alt=&quot;Ice crystals on some moss&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Most of these are probably taken by &lt;a href=&quot;https://www.melnycz.uk/&quot;&gt;HM&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Lichen collages</title>
      <link href="https://gemmacope.land/writing/lichen-collages/"/>
      <updated>2021-04-06T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/lichen-collages/</id>
      <content type="html">&lt;p&gt;Making collages out of public domain images of lichen, textiles and others bits.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/11476628/original_6ac2956abfd9fb03d4d9dbb89824ee49.jpg?1617721482?bc=0&quot; alt=&quot;A collage of bright blue mosaic tile, woven textile and lichens&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/11476622/original_a3adb6b07f612cfc2c33610c5130351f.jpg?1617721473?bc=0&quot; alt=&quot;Layers of colourful lichens&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/11476623/original_784942db2a0f768d844a76e91ba48fc9.jpg?1617721475?bc=0&quot; alt=&quot;A collage with fragments of pottery and stone carvings, a spiderweb covered in dewdrops and colourful lichens&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/11478892/original_b6808e3835ced2da8b29c7c955ab23b5.jpg?1617730332?bc=0&quot; alt=&quot;A collage of outer space and lichens&quot; /&gt;&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Beyond precarity</title>
      <link href="https://gemmacope.land/writing/beyond-precarity/"/>
      <updated>2021-04-09T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/beyond-precarity/</id>
      <content type="html">&lt;p&gt;Just read Brave New Alps’ contribution to &lt;a href=&quot;https://valiz.nl/en/publications/design-struggles.html&quot;&gt;Design Struggles&lt;/a&gt;. The book is &lt;a href=&quot;https://valiz.nl/images/DesignStruggles-DEF_978-94-92095-88-6single-4March21-VALIZ-def.pdf&quot;&gt;available online&lt;/a&gt; in full. Their chapter, &lt;a href=&quot;https://www.academia.edu/45375124/Design_ers_Beyond_Precarity_proposals_for_everyday_action_2021_&quot;&gt;Design(ers) Beyond Precarity: proposals for everyday action&lt;/a&gt;, explores &lt;em&gt;how to create the social and material conditions that make critical, transformative design practice possible.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;I’ve done a handful of talks about my work with Common Knowledge and UVW Designers + Cultural Workers, and this is (unsurprisingly) the question that comes up the most from students. It’s one thing to point out all the problems in the industry and outline alternative ways of working, but how does a new graduate with very little experience carve out a critical practice? Where do you even begin?&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/11528851/original_8a0542252b1fe3c6957f72d74f8c2edd.jpg?1617984637?bc=0&quot; alt=&quot;A 19th century oil painting of an iceberg. The sky is a mix of reds, pinks, and blues, which are reflected in the water. A wooden ship sails close to the iceberg and looks diminutive in comparison.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Some of Brave New Alps’ suggestions include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Starting by recognising our own interdependence and looking for ways to address not just our own precarity but also others&lt;/li&gt;
&lt;li&gt;Examining our upbringing, context and privilege; working out how to extend these privileges to others&lt;/li&gt;
&lt;li&gt;Understanding the relational patterns of exchange and support underpinning all economies (e.g. J. K. Gibson-Graham’s economic iceberg model)&lt;/li&gt;
&lt;li&gt;Getting over one’s entitlement to unsustainable and destructive ways of living&lt;/li&gt;
&lt;li&gt;Redefining what success means&lt;/li&gt;
&lt;li&gt;Resisting capital’s demand for constant movement (towards city centres)&lt;/li&gt;
&lt;li&gt;Opting for a voluntarily frugal lifestyle (and fighting for a universal basic income)&lt;/li&gt;
&lt;li&gt;Exploring cooperative housing and other forms of common infrastructure&lt;/li&gt;
&lt;li&gt;Combining these experiments in creating social and material support structures with social movement activism&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
&lt;p&gt;But clearly common infrastructure is not just about housing. To start small and immediately with caring for more collective infrastructures, you can investigate through practice how others can be empowered through the social, intellectual, and/or material wealth you have. How can it be channeled into more collective and collaborative efforts to work ourselves away from precarious living and working conditions towards an ecologically and socially just society? Small experiments in opening up to others what you have can bring up desires and ideas for more extensive action. &lt;strong&gt;The frame here is about creating ecologies of support where the myth of the heroic designer as genius is undone in favor of gentle, solidary, and effective modes of cooperation that enable transformative infrastructures to emerge.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;
</content>
    </entry>
    
    <entry>
      <title>Weaving webs of reciprocity</title>
      <link href="https://gemmacope.land/writing/weaving-webs-of-reciprocity/"/>
      <updated>2021-04-25T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/weaving-webs-of-reciprocity/</id>
      <content type="html">&lt;p&gt;This week I’m thinking a lot about Braiding Sweetgrass, because the forest floor is now covered in purple and yellow flowers (ground ivy and yellow anenome, I think).&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/11726744/original_cf802ce1f5a39dbc883b42bfc44b8dae.jpg?1619361996?bc=0&quot; alt=&quot;A forest in Lithuania with purple and yellow flowers everywhere. In the background is tree covered in moss and lichen.&quot; /&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;That September pairing of purple and gold is lived reciprocity; its wisdom is that the beauty of one is illuminated by the radiance of the other. Science and art, matter and spirit, indigenous knowledge and Western science—can they be goldenrod and asters for each other? When I am in their presence, their beauty asks me for reciprocity, to be the complementary color, to make something beautiful in response.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I really liked the book’s focus on reciprocity as a core principle of nature and means of collaborative survival and much else besides.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;How do we refill the empty bowl? Is gratitude alone enough? Berries teach us otherwise. […] They remind us that all flourishing is mutual. We need the berries and the berries need us. Their gifts multiply by our care for them, and dwindle from our neglect. We are bound in a covenant of reciprocity, a pact of mutual responsibility to sustain those who sustain us.&lt;/p&gt;
&lt;/blockquote&gt;
</content>
    </entry>
    
    <entry>
      <title>Hope in work &amp; joy in leisure</title>
      <link href="https://gemmacope.land/writing/hope-in-work-and-joy-in-leisure/"/>
      <updated>2021-05-01T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/hope-in-work-and-joy-in-leisure/</id>
      <content type="html">&lt;p&gt;Happy May Day!&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/11802761/original_b6b2001dcf51c173c8bf4e5e3a5bbf3d.jpg?1619866643?bc=0&quot; alt=&quot;An illustration from 1895, featuring a barefooted woman surrounded by a May Day garland with slogans woven amongst the flowers and grasses. Some of the slogans include &amp;quot;The cause of labour is the hope of the world&amp;quot; and &amp;quot;No people can be free while dependent for their bread&amp;quot;. At the bottom, the text says &amp;quot;A Garland for May Day 1895, dedicated to the workers by Walter Crane&amp;quot;.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;It’s pretty wild to read about the &lt;a href=&quot;https://en.wikipedia.org/wiki/International_Workers%27_Day#Origin&quot;&gt;origins of May Day&lt;/a&gt;. Workers had to fight &lt;em&gt;so&lt;/em&gt; hard just to get an eight-hour day, which we now all take as given. Happy to see that it was Australian stonemasons who were the first to strike as part of the eight-hour day movement.&lt;/p&gt;
&lt;h2&gt;Eighteen Black Cats&lt;/h2&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/11802766/original_ae000c8c1d179cb5cd75914c7e1f6b87.jpg?1619866662?bc=0&quot; alt=&quot;A TV screen in a gallery space showing a live video feed of the sky above. The sky is mainly blue with some wispy clouds. The video is captioned with a sentence that begins with &amp;quot;As he found no way back…&amp;quot;.&quot; /&gt;&lt;br /&gt;
Last week How had &lt;a href=&quot;https://rupert.lt/ruperts-residencies-howard-melnyczuk-eighteen-black-cats/&quot;&gt;an exhibition&lt;/a&gt; here at Rupert, to show three of the works he’s been developing over the last few months. My favourite was the piece called &lt;em&gt;Wool-gather:&lt;/em&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Raising questions about machine consciousness and non-human creativity, &lt;em&gt;Wool-gather&lt;/em&gt; brings together aeromancy, day-dreaming and cloud watching through machine learning and image processing. Pointing an object detection algorithm at the sky above Vilnius, the work uses the shapes of the clouds to generate meandering anecdotes and make whimsical predictions about the future.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;It was really meditative to watch, very easy to just lie there and have the stories wash over you.&lt;/p&gt;
&lt;h2&gt;Listening and reading and watching&lt;/h2&gt;
&lt;p&gt;I watched &lt;a href=&quot;https://en.wikipedia.org/wiki/Crip_Camp&quot;&gt;Crip Camp&lt;/a&gt; the other evening, which I found really moving. The amount of fighting that disability activists did (and still have to do) to win the most basic rights is inspiring but also infuriating.&lt;/p&gt;
&lt;p&gt;Related: &lt;a href=&quot;http://soniaturcotte.com/&quot;&gt;Sonia&lt;/a&gt; recommended the &lt;a href=&quot;https://www.drakemusic.org/blog/nim-ralph/understanding-disability/&quot;&gt;Understanding Disability&lt;/a&gt; series by Nim Ralph, which unpacks the different models we use to understand disability, how these have developed over time and the impact this has on the lives of disabled people. Highly recommended.&lt;/p&gt;
&lt;p&gt;Also thanks to Sonia (who is my main source of reading material these days) is this super interesting &lt;a href=&quot;https://tinyletter.com/aworkinglibrary/letters/remote-to-who-a-working-letter&quot;&gt;reflection on remote work&lt;/a&gt;. They argue that working remotely (or, working in distributed teams) removes work as the centre of meaning and fulfilment, allows us to build stronger communities where we live and, ultimately, live fuller lives.&lt;/p&gt;
&lt;p&gt;Where and how to live has come up in a lot of conversations lately. &lt;a href=&quot;https://tomkkemp.com/&quot;&gt;Tom&lt;/a&gt; has told us about this &lt;a href=&quot;https://www.instagram.com/postosegreto.it/&quot;&gt;collective&lt;/a&gt; in Sicily that is currently building a community and artist residency, and &lt;a href=&quot;http://www.annareutinger.com/&quot;&gt;Anna&lt;/a&gt; keeps talking about tiny houses. I guess it’s a combination of the pandemic, being around our early 30’s and not wanting to move around or rent or sublet anymore. How and I still haven’t decided where to move now that we’ve left London, as the second wave has been worse and visas harder to come by than we expected. I really want to find somewhere (in Europe) that is pretty warm, close to nature but well-connected by train to a city… does this place exist?!&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/11802760/original_15f4a3ba6ba1b415e3be297e40dd040c.jpg?1619866642?bc=0&quot; alt=&quot;A dreamy illustration of a garden, mainly teal, green and dark purple with highlights in pink and blue.&quot; /&gt;&lt;br /&gt;
▲ Screenshot from the &lt;a href=&quot;http://arkadia.xyz/&quot;&gt;Arkadia Zoomquilt&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I’ve started listening to a lot of super interesting podcasts lately, all circling the same kinds of themes:&lt;/p&gt;
&lt;h3&gt;&lt;a href=&quot;https://newconstellations.co/listen/&quot;&gt;New Constellations&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Each episode focuses on one person, who talks about their practice, shares their visions for the future, tells stories about their own experiences and approach to life. It’s really well produced and quite relaxing to listen to, because it’s strongly focused on hope and imagination and mutual flourishing.&lt;/p&gt;
&lt;h3&gt;&lt;a href=&quot;https://baltic.art/for-all-i-care&quot;&gt;For All I Care&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;A series focused on care and healing, presented by Nwando Ebizie. Each episode features a really interesting mix of guests: artists, activists, scientists and care-workers.&lt;/p&gt;
&lt;p&gt;Thank you &lt;a href=&quot;https://www.linseyrendell.com/&quot;&gt;Linsey&lt;/a&gt; for the recommendation 🌸&lt;/p&gt;
&lt;h3&gt;&lt;a href=&quot;https://www.serpentinegalleries.org/art-and-ideas/?type=all&amp;amp;primary-tag=serpentine-podcast&quot;&gt;Serpentine&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;I discovered that the Serpentine gallery has a really good podcast, particularly the episodes created in collaboration with &lt;a href=&quot;https://www.futureecologies.net/&quot;&gt;Future Ecologies&lt;/a&gt;. Lots of episodes featuring artists and activists who are responding to the climate crisis.&lt;/p&gt;
&lt;h3&gt;Anything with adrienne maree brown…&lt;/h3&gt;
&lt;p&gt;I really enjoy listening to her, so I’ve been following &lt;a href=&quot;https://www.endoftheworldshow.org/&quot;&gt;How to Survive the End of the World&lt;/a&gt;, &lt;a href=&quot;https://www.readingoctavia.com/&quot;&gt;Octavia’s Parables&lt;/a&gt; and the &lt;a href=&quot;https://podcasts.apple.com/us/podcast/the-emergent-strategy-podcast/id1553479340&quot;&gt;Emergent Strategy&lt;/a&gt; podcast.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Exploring maps</title>
      <link href="https://gemmacope.land/writing/exploring-maps/"/>
      <updated>2021-05-30T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/exploring-maps/</id>
      <content type="html">&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/12119791/original_e717cd0dfc68440c76ba85a4a2b76273.jpg?1622388755?bc=0&quot; alt=&quot;A collage made from LiDAR imagery of the Amazon rainforest, a map of the video game Subnautica and a Micronesian navigational chart&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Maps seem to be the most consistent thing that people ask us to do at Common Knowledge. We don’t know entirely what it is, but people &lt;em&gt;love&lt;/em&gt; maps. Not only do organisations love them, they seem to test really well when we do usability testing as well.&lt;/p&gt;
&lt;p&gt;We have a couple of particularly interesting mapping projects on at the moment, so while I’ve been ambiently researching interesting maps on Arena for a while, I’ve recently started doing more reading about cartography as well.&lt;/p&gt;
&lt;br /&gt;
&lt;iframe style=&quot;border:none;&quot; width=&quot;100%&quot; height=&quot;590&quot; src=&quot;https://www.are.na/gemma-copeland/community-maps/embed&quot; title=&quot;Community Maps”&quot;&gt;&lt;/iframe&gt;
&lt;br /&gt;
&lt;p&gt;Shannon Mattern’s wonderful article &lt;a href=&quot;https://placesjournal.org/article/how-to-map-nothing/&quot;&gt;How to Map Nothing&lt;/a&gt; seeks out the gaps in the map: cartographies of erasure, absence, refusal and exclusion. For something about nothing, it is overflowing with references, projects and ideas. Lots to explore!&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;We have plenty of maps and data visualizations that trace the macro-scale public health and political-economic forces that precipitated the “Great Pause”; but we have relatively few that show all those under-appreciated agents that are making it possible — all the something anchoring and abetting that nothing, all the pulsing activity powering the pause. So it’s worth exploring the ways in which maps and other forms of indexical spatial data are registering the ambiguities, contradictions, and inequalities inherent in this geography of suspension — an ostensible pause that instead merely extends, and in many ways exacerbates, the injustices of our society and the inadequacies of our ways of conceptualizing and modeling city life.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href=&quot;https://placesjournal.org/article/mappings-intelligent-agents/&quot;&gt;Mapping’s Intelligent Agents&lt;/a&gt; is another great essay, this time focusing on Other approaches to cartography:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Ideally, we should balance or juxtapose different modes of knowledge and production: Western scientific and indigenous epistemologies, human and other-species ontologies, mechanical and organic means of experiencing and representing place, cartographic rationalism and empiricism, projection and retrospection. No single über-map can encompass all such subjectivities and sensibilities. Instead, we can aim for an atlas, a prismatic collection of mappings, that invites comparison and appreciation of the ways in which our world is both known and unknown.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Mattern is currently teaching a class called &lt;a href=&quot;https://mappingthefield.wordsinspace.net/2021/&quot;&gt;Mapping the Field&lt;/a&gt;, which I wish I could take. Luckily, she’s put the entire syllabus, presentations and reading list online.&lt;/p&gt;
&lt;p&gt;In &lt;a href=&quot;https://www.vqronline.org/essays-articles/2017/01/here-be-dragons&quot;&gt;Here Be Dragons&lt;/a&gt;, Lois Parshley explores the unknown places that we’re still trying to map: the Arctic, black holes, the ocean floor. She also considers how mapping intersects with health, deprivation and natural disasters. She references &lt;a href=&quot;https://www.missingmaps.org/&quot;&gt;Missing Maps&lt;/a&gt;, an open, collaborative project where anyone can volunteer to help map areas that are at risk of disaster or crisis.&lt;/p&gt;
&lt;p&gt;I also found this offline-first, open-source tool called &lt;a href=&quot;https://www.digital-democracy.org/mapeo/&quot;&gt;Mapeo&lt;/a&gt;. It allows communities to document, monitor and map data, and was co-designed with indigenous partners in the Amazon.&lt;/p&gt;
&lt;p&gt;For a completely different viewpoint, I really enjoyed reading about &lt;a href=&quot;https://www.theguardian.com/books/2018/sep/22/wizards-moomins-and-gold-the-magic-and-mysteries-of-maps&quot;&gt;literary maps&lt;/a&gt; and the design of &lt;a href=&quot;https://www.canadiangeographic.ca/article/inside-intricate-world-video-game-cartography&quot;&gt;open world video games&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Next, I think I’m going to read &lt;a href=&quot;https://data-feminism.mitpress.mit.edu/&quot;&gt;Data Feminism&lt;/a&gt; by Catherine D’Ignazio and Lauren Klein, which I’ve been meaning to read for a while.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Hello Storygraph</title>
      <link href="https://gemmacope.land/writing/hello-storygraph/"/>
      <updated>2021-08-30T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/hello-storygraph/</id>
      <content type="html">&lt;p&gt;I’ve recently started using &lt;a href=&quot;https://app.thestorygraph.com/profile/gemcopeland&quot;&gt;Storygraph&lt;/a&gt; (thanks Sonia) to track the books I’m reading. It’s a not-Amazon alternative to Goodreads.&lt;/p&gt;
&lt;p&gt;When you sign up, you’re asked you a series of questions about the kinds of books you like. It also analyses the mood, pace and genre of the books you read, and then recommends more books based on this. I never actually used Goodreads (I had some low-fi Arena channels for tracking books instead), so I’m really enjoying these kind of features. Apparently I mainly read “slow-paced fiction books that are reflective, informative, and adventurous”.&lt;/p&gt;
&lt;p&gt;It seems quite hard to find people you know on the platform, so follow me if you have it (@gemcopeland)!&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Unravel from toxic individualism</title>
      <link href="https://gemmacope.land/writing/unravel-from-toxic-individualism/"/>
      <updated>2021-08-30T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/unravel-from-toxic-individualism/</id>
      <content type="html">&lt;p&gt;A few months ago I spoke at a panel discussion for CSM students. It was a partnership with Thames &amp;amp; Hudson and Design Observer to accompany their new edition of Ralph Waldo Emerson’s 1841 essay, &lt;a href=&quot;https://archive.vcu.edu/english/engweb/transcendentalism/authors/emerson/essays/selfreliance.html&quot;&gt;&lt;em&gt;Self-reliance&lt;/em&gt;&lt;/a&gt;. The event aimed to explore what it means to graduate during a crisis after 1+ years of disrupted education.&lt;/p&gt;
&lt;p&gt;While I totally agreed with this premise and wanted to contribute, the essay itself and the choice to republish it really grated on me. Of course, it was written in the 19th century, so I can’t really blame Emerson for being a few centuries behind the intersectional feminist, post-colonial and post-humanist thinking. Still, it feels strange to me that the publishers are pointing to the power of individualism as a way to deal with social, political, economical and environmental upheaval. This idea that we’re all individuals and that there’s no such thing as society has been one of neoliberalism’s greatest triumphs.&lt;/p&gt;
&lt;p&gt;I wrote a somewhat ranty post about the essay to sort through why I had such a problem with it. I didn’t publish it at the time, but I find myself still thinking about this question of individualism a few months later, so figured I may as well.&lt;/p&gt;
&lt;p&gt;Emerson suggests that the self-made man should turn his back on society and focus instead on himself and his own individual genius. “Society never advances”, he says, so why bother? I feel like this is the exact opposite of what we should be telling students, or anyone, for that matter.&lt;/p&gt;
&lt;p&gt;Individually, we are basically powerless to influence social and political structures. However, if we organise and work collectively, we can address systemic problems and work together to build alternatives that work for everyone. Take unions, for example: a single worker who has an issue with their boss is powerless, but a group of workers who are organised can go on strike and make demands and support each other.&lt;/p&gt;
&lt;p&gt;At the moment, precarity is the nature of the system. If we just focus on individual success, on &lt;a href=&quot;https://www.google.com/search?q=work+hard+and+be+nice+to+people&amp;amp;source=lnms&amp;amp;tbm=isch&amp;amp;sa=X&amp;amp;ved=2ahUKEwiVgNm219jyAhWJJMAKHcEwA9MQ_AUoAnoECAEQBA&amp;amp;biw=1440&amp;amp;bih=770&amp;amp;dpr=2&quot;&gt;working hard and being nice to people&lt;/a&gt;, and we don’t try to address problems on a structural level, whether that’s capitalism or just the design industry, we’ll continue to have an industry dominated by white, middle class, cis-gendered men, perhaps with a white woman or two for diversity.&lt;/p&gt;
&lt;p&gt;It’s easy to think that “the world exists for you” and that “all doors are flung wide” if you’re white and male. In celebrating individual, heroic genius, Emerson erases all the human and more-than-human beings that support these great men and himself: the reproductive labour of women who no doubt sustain them, the ecologies upon which their lives depend, the perspectives of the Indigenous people and lifeworlds that existed long before “Columbus found the New World in an undecked boat”.&lt;/p&gt;
&lt;p&gt;As Jenny Odell puts it in her response to Emerson’s essay, &lt;a href=&quot;https://www.theparisreview.org/blog/2020/01/15/the-myth-of-self-reliance/&quot;&gt;&lt;em&gt;The Myth of Self-Reliance&lt;/em&gt;&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Indeed, “Self Reliance” was written five years before the term “manifest destiny” was coined, an era that celebrated the lone, able explorer setting out to tame a (supposed) wilderness. The contemplative tradition has often been supported from the outside, a hallmark of the affordances of leisure—the way that philosophy in ancient Greece was dependent on a servant class. The concept of self-reliance has always relied on something else.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I also find the idea that anyone could declare themselves to be self-reliant is questionable. How many of us could survive more than a few days without the shelter or food that society provides for us? It’s the same mindset that apocalypse preppers take, the idea that somehow you could survive climate chaos by saving just yourself and your family and hiding in the woods somewhere. We all survive or none of us do.&lt;/p&gt;
&lt;p&gt;In fact, the idea that there are individuals at all is inherently flawed. He even frames nature as “self-sufficing and therefore self-relying”. To be fair to Emerson, the term &lt;em&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Symbiosis&quot;&gt;symbiosis&lt;/a&gt;&lt;/em&gt; was first used in 1877 and was a subject of intense debate for centuries, precisely because it requires us to question the notion of the individual. As it turns out, humans are actually &lt;a href=&quot;https://en.wikipedia.org/wiki/Human_microbiome&quot;&gt;microbiomes&lt;/a&gt; with as many non-human cells as human ones:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Society is not only real; it’s fundamental. We can’t live without it. And now we’re beginning to understand that this “we” includes many other creatures and societies in our biosphere and even in ourselves. Even as an individual, you are a biome, an ecosystem, much like a forest or a swamp or a coral reef. Your skin holds inside it all kinds of unlikely cooperations, and to survive you depend on any number of interspecies operations going on within you all at once. We are societies made of societies; there are nothing but societies.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;— Kim Stanley Robinson, &lt;a href=&quot;https://www.newyorker.com/culture/annals-of-inquiry/the-coronavirus-and-our-future&quot;&gt;&lt;em&gt;The Coronavirus is Rewriting our Imaginations&lt;/em&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Like everything in nature, symbiosis is not binary: it shifts between mutualism, commensalism and parasitism. Ecologies are interconnected systems, relationships of cooperation and competition. We are all intertwined and interdependent.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/12999126/original_19dc6b05653d2dd4a9c97daf94f09714.png?1630325873?bc=0&quot; alt=&quot;A diagram of two people&#39;s hands playing cat&#39;s cradle&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Once we uncover the myth of the individual on a biological level, we can also uncover the myth of the individual idea. I am a product of my environment, my upbringing, my privilege; my family, friends, partner, co-workers, teachers; the books I read, the people I meet, the projects I work on, the places I travel, the food I eat, the films I watch, the conversations I have. All of these interactions and inputs mix together and cross-pollinate in interesting ways, and maybe sometimes this mix of ideas might be somewhat unexpected, but any ideas I might have are by no means a manifestation of individual genius.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Unravel from toxic individualism. You do nothing by yourself. Your whole life is a collaboration.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;— &lt;a href=&quot;https://twitter.com/TheNapMinistry/status/1421815061023178752&quot;&gt;The Nap Ministry&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;When we think of ideas as a result of individual genius, we create artificial scarcity and enclose something that should be a commons. As ever, I think that fungi offer a useful rebuttal to the idea of an individual genius. In &lt;em&gt;The Mushroom at the End of the World&lt;/em&gt;, Anna Tsing writes:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Consider again matsutake as a commodity, ready to be sent from Yunnan to Japan. What we have is mushrooms, that is, fruiting bodies of underground fungi. The fungi require the traffic of the commons to flourish; no mushrooms emerge without forest disturbance. The privately owned mushroom is an offshoot from a communally living underground body, a body forged through the possibilities of latent commons, human and not human. That it is possible to cordon off the mushroom as an asset without taking its underground commons into account is both the ordinary way with privatisation and a quite extraordinary outrage, when you stop to think about it. The contrast between private mushrooms and fungi-forming forest traffic might be an emblem for commoditisation more generally: the continual, never-finished cutting off of entanglement.&lt;br /&gt;
&lt;br /&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;iframe style=&quot;border:none;&quot; width=&quot;100%&quot; height=&quot;590&quot; src=&quot;https://www.are.na/gemma-copeland/conversation-pieces/embed&quot; title=&quot;Conversation Pieces”&quot;&gt;&lt;/iframe&gt;</content>
    </entry>
    
    <entry>
      <title>Recent contributions</title>
      <link href="https://gemmacope.land/writing/recent-contributions/"/>
      <updated>2021-09-06T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/recent-contributions/</id>
      <content type="html">&lt;p&gt;A few recent contributions to various publications:&lt;/p&gt;
&lt;h2&gt;Caps Lock&lt;/h2&gt;
&lt;p&gt;I spoke to Ruben Pater about Common Knowledge for &lt;a href=&quot;http://www.valiz.nl/en/publications/caps-lock.html&quot;&gt;Caps Lock&lt;/a&gt;, his new book about graphic design and capitalism. The interview was mainly centred on how Common Knowledge works on a practical level, both internally and in collaboration with others. Ruben’s done such a great job with the book, I’m really proud to be involved and glad that a book like this exists! It’s so important to demonstrate alternatives to traditional design practice, and I think he does a good job of making it super accessible.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/13074345/original_0fb376ab066fcd332149b5bad25470d9.gif?1630950007?bc=0&quot; alt=&quot;A animated GIF showing a person&#39;s hands picking up the Caps Lock book and flicking through the pages&quot; /&gt;&lt;/p&gt;
&lt;h2&gt;There’s More Than One Way to Share Your Design Work&lt;/h2&gt;
&lt;p&gt;I wrote a short explanation of the design of this very website (meta!) for an &lt;a href=&quot;https://eyeondesign.aiga.org/theres-more-than-one-way-to-share-your-work/&quot;&gt;AIGA&lt;/a&gt; article about alternative approaches to design portfolios.&lt;/p&gt;
&lt;h2&gt;How to Run a Design Sprint&lt;/h2&gt;
&lt;p&gt;I gave a very brief explanation of the Google design sprint methodology for &lt;a href=&quot;https://www.stirtoaction.com/magazine&quot;&gt;Stir To Action’s summer issue&lt;/a&gt;, with examples of how we used it in collaboration with &lt;a href=&quot;https://cooperation.town/&quot;&gt;Cooperation Town.&lt;/a&gt;&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Golden Hill community garden</title>
      <link href="https://gemmacope.land/writing/golden-hill-community-garden/"/>
      <updated>2021-11-04T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/golden-hill-community-garden/</id>
      <content type="html">&lt;p&gt;A couple of months ago, we decided that all co-op members should move to a four-day week at no loss of pay. We think it’s a really important demand, an idea whose time has come, and we wanted to try it out for ourselves. So far, it’s been super successful. We all feel happier and like we have a better work-life balance, yet we’re just as—if not more—productive. I’ve written a bit more about why we did this over on the &lt;a href=&quot;https://commonknowledge.coop/writing/moving-to-a-four-day-week&quot;&gt;Common Knowledge blog&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;For myself, I wanted to have a day off for my own practice, to write and to relax. I also thought that I could use the time to get more involved in the climate justice movement. I immediately went along to a few different remote organising meetings, but they just made me feel even more burnt out. It was too close to my day-to-day work, and I just didn’t have the energy to spend my free time sitting on the dreaded Zoom.&lt;/p&gt;
&lt;p&gt;I started looking for an alternative way to spend my day off. I’ve always loved growing plants, and for a while I’ve been trying to learn more about regenerative farming, foraging and food sovereignty. I looked for a community garden near me and found the Golden Hill Community Garden. Luckily, their volunteer day falls on a Wednesday, which I’d already decided would be my day off.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/13847312/original_4bcfd08dd4bb1a9cad2e224a7372e72f.jpg?1636055440?bc=0&quot; alt=&quot;The Golden Hill community garden, with a polytunnel on the left. The photo has been highly edited to make it teal and pink, but you can make out some people standing around and some leafy trees.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Spending some time helping in the garden has been so restorative for me. I joined in late summer so I got to share in the abundant harvest: each week we harvest some of the veggies and take them home afterwards. They taste so much better than anything you can buy. I (really) love weeding, I love being outside all day, I love learning about all the different plants and how to care for them.&lt;/p&gt;
&lt;p&gt;One day Lucy, the community project worker, was talking about how much she likes to flip through the daily log from the previous decade, because she can read about her and the volunteers doing the same activities they do every year: harvesting this plant, maintaining this part of the garden. There’s something reassuring and beautiful about having deep roots in one place, knowing that the same cycle will repeat year after year. It probably seems obvious, but as someone who moves around a lot, I’m really starting to see the appeal in this.&lt;/p&gt;
&lt;p&gt;There was actually an &lt;a href=&quot;https://www.theguardian.com/environment/2021/sep/21/revolutionary-in-a-quiet-way-golden-hills-community-garden-in-bristol&quot;&gt;article about Golden Hill&lt;/a&gt; in The Guardian the other day, about the rise of community gardens. Lucy describes community gardens as “revolutionary in a quiet way”. Lately I’ve been thinking about this a lot — how important it is to find the right type of activism.&lt;/p&gt;
&lt;p&gt;I spend everyday at work thinking about grassroots activism (or organising or social change or whatever you want to call it) in some form. Yet for some reason, I always feel guilty, I worry that I’m not doing enough or that I’m a fraud… all that good stuff. I have a lot of eco-anxiety. And I’ve read about how eco-anxiety is &lt;a href=&quot;https://www.scientificamerican.com/article/the-unbearable-whiteness-of-climate-anxiety/&quot;&gt;problematic&lt;/a&gt; and white, so now I have guilt about my my anxiety too. Unsurprisingly, this is exhausting and completely unsustainable. At best, it’s silly, and at worst, it’s counterproductive. You can’t contribute to a movement if you’re burnt out.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/13847310/original_ed35e26f11f4d0e43de37aef6ec2f2f9.jpg?1636055437?bc=0&quot; alt=&quot;A bucket of sea buckthorn, sitting on a wooden table.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Helping out a community garden helps me recalibrate, slow down, spend time away from my computer and see things from a different perspective. In some ways, it feels like an antidote to thinking and reading and talking and worrying about climate change on a daily basis. Rather than thinking about global crises, economic levers, parts per million, I’m thinking on a hyperlocal scale, about the soil and plants right in front of me.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;There is such urgency in the multitude of crises we face, it can make it hard to remember that in fact it is urgency thinking (urgent constant unsustainable growth) that got us to this point, and that our potential success lies in doing deep, slow, intentional work.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;— adrienne maree brown, Emergent Strategy&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/13847311/original_1c25c139957fee165c47d51f4e6630e7.jpg?1636055443?bc=0&quot; alt=&quot;Freshly picked flowers from the garden.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;With something as unimaginably huge as climate change, the only viable response is through collective action. However, this can take so many different forms, not just direct action or lobbying. This isn’t to say those things aren’t vital – they are. But everyone can find a role that suits their own particular skills, interests, capacity and strengths. Each role is just as important as the next.&lt;/p&gt;
&lt;p&gt;Lots of people have made different attempts at categorising these different roles. In &lt;em&gt;&lt;a href=&quot;https://www.wiley.com/en-gb/The+Shock+Doctrine+of+the+Left-p-9781509528554&quot;&gt;The Shock Doctrine of the Left&lt;/a&gt;,&lt;/em&gt; Graham Jones describes a four-part framework of mutually reinforcing organising strategies: Smashing, Building, Healing and Taming. Similarly, Bill Moyer identifies four roles in his &lt;em&gt;&lt;a href=&quot;https://www.opendemocracy.net/en/transformation/what-role-were-you-born-to-play-in-social-change/&quot;&gt;Movement Action Plan&lt;/a&gt;:&lt;/em&gt; Helper, Organiser, Rebel, Advocate. I think I’ve always been most interested in contributing by “building” viable alternatives like cooperatives and community groups.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;We can do, be, and create whatever we want to see, knowing ours is one effort in the midst of many, and the multitude is where our power lies.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;— adrienne maree brown, Emergent Strategy&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Pocket of gems</title>
      <link href="https://gemmacope.land/writing/pocket-of-gems/"/>
      <updated>2021-11-10T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/pocket-of-gems/</id>
      <content type="html">&lt;p&gt;I’m going through all my Pocket articles that I’ve favourited by not archived, which means that Past Gem thought they were important enough to revisit. Let’s see what I find…&lt;/p&gt;
&lt;h2&gt;&lt;a href=&quot;https://emreed.net/Proof_of_Rest.html&quot;&gt;Statements Towards the Establishment of a Proof-of-Rest Protocol&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;A response to the senseless wastefulness of proof-of-work cryptocurrencies, which use up energy to generate artificial scarcity and profit.&lt;/p&gt;
&lt;p&gt;Rather than burning ourselves out in &lt;a href=&quot;https://theanarchistlibrary.org/library/david-graeber-bullshit-jobs&quot;&gt;bullshit jobs&lt;/a&gt;, why don’t we rest and do nothing? If anything, we need to be saving our capacity for transitioning to a post-capitalist society.&lt;/p&gt;
&lt;p&gt;A sustainable way of life will necessarily require us to be more in balance with the natural rhythms of our bodies and the world around us, leaving time for rest, repair and regeneration.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/13923996/original_12eaeeda1587d37f2ffec1ae1b11a53c.gif?1636562097?bc=0&quot; alt=&quot;An animated gif of a tiny white cat. It runs across the screen and then curls up and falls asleep.&quot; /&gt;&lt;/p&gt;
&lt;h2&gt;&lt;a href=&quot;https://aimihamraie.wordpress.com/about-me/&quot;&gt;Who Taught Me&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;I found Aimi Hamraie’s work via &lt;a href=&quot;https://futuress.org/&quot;&gt;Futuress&lt;/a&gt; and really liked their take on an “About” page. It’s an incomplete list of all the people, stories, lessons and situations that have shaped them and their world view. It made me wonder what I’d put on my own list.&lt;/p&gt;
&lt;h2&gt;&lt;a href=&quot;https://docs.google.com/document/d/1er9ixhlZWmwNgywzKPNPuGVfrM5KjeRBdVMiIsjtLUM/edit&quot;&gt;Indigenous World Views&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Super interesting critique of permaculture and regenerative agriculture from an indigenous perspective.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Indigenous cultures often share the view that there is no good, bad, or ideal—it is not our role to judge. Our role is to tend, care, and weave to maintain relationships of balance.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;&lt;a href=&quot;https://tomcritchlow.com/2019/04/04/the-strategic-independent/&quot;&gt;The Strategic Independent&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;I’ve been gradually working my way through all of Tom Critchlow’s essays. To the point where it has become a joke within the co-op.&lt;/p&gt;
&lt;p&gt;He’s writing a book (also available online) about how independent consultants can work in more strategic and effective ways. Basically: working smarter, not harder – being curious and spending more time understanding the broader context of one’s work.&lt;/p&gt;
&lt;h2&gt;&lt;a href=&quot;https://medium.com/design-council/developing-our-new-systemic-design-framework-e0f74fe118f7&quot;&gt;Developing our new Systemic Design Framework&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;An evolution of the divergent and convergent thinking Double Diamond. It recognises the non-linearity of complex problems and the invisible activities that support and interact with the design process. Really interesting explanation by Cat Drew of how the framework emerged and the thinking behind it.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/13923997/original_72ded90aeac4bda0cfb09825f0ccfeb5.png?1636562098?bc=0&quot; alt=&quot;A diagram of the systemic design framework. It&#39;s a circle divided diagonally into quarters, to represent the invisible activities that underpin design: Orientation &amp;amp; Vision Setting, Connections &amp;amp; Relationships, Leadership and Storytelling, Continuing the Journey. In the centre of the circle is a double diamond, illustrating the four stages of the design process: Explore, Reframe, Create, Catalyse.&quot; /&gt;&lt;/p&gt;
&lt;h2&gt;&lt;a href=&quot;https://rachelcoldicutt.medium.com/why-community-organisations-need-community-tech-56cea0ca1740&quot;&gt;Community Tech in Action&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Rachel Coldicutt and the team at Promising Trouble / &lt;a href=&quot;https://www.careful.industries/&quot;&gt;Careful Industries&lt;/a&gt; have been producing some really interesting work. In this series, they explain the research they’ve done into the motivations behind and potential for community tech projects. Tools that are custom-built, rather than just stringing together off-the-shelf consumer tech that aren’t fit for purpose. Basically Common Knowledge’s reason for existence!&lt;/p&gt;
&lt;h2&gt;&lt;a href=&quot;https://medium.com/together-institute/what-does-community-even-mean-a-definition-attempt-conversation-starter-9b443fc523d0&quot;&gt;What does Community Even Mean?&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Short essay on how we need to update our conception of community. They suggest this a new definition, in which care, belonging and shared identity is key:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Community = a group of people that care about each other and feel they belong together.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;They argue that only sharing a common goal does not a community make:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I believe that every community needs to have an internal purpose &lt;em&gt;first&lt;/em&gt; to truly function as a community. Without trust and relationships, it becomes a project, an initiative, a movement.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I liked the look of the open source &lt;a href=&quot;https://community-canvas.org/&quot;&gt;Community Canvas&lt;/a&gt; linked at the end.&lt;/p&gt;
&lt;h2&gt;&lt;a href=&quot;https://www.noemamag.com/the-intelligent-forest/&quot;&gt;The Intelligent Forest&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;An excerpt from Suzanne Simard’s book &lt;em&gt;Finding The Mother Tree&lt;/em&gt;. Forests are complex, emergent, ever-changing, self-organising systems – somewhat like a society, an orchestra, a family or a brain.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Recognizing that forest ecosystems, like societies, have these elements of intelligence helps us leave behind old notions that they are inert, simple, linear and predictable — notions that have helped fuel the justification for rapid exploitation that has risked the future existence of creatures in the forest systems, like us.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;&lt;a href=&quot;https://orionmagazine.org/article/mind-in-the-forest/&quot;&gt;Mind in the Forest&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;More forests! A lyrical essay on meditation, animism, impermanence and meaning.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Only cosmic arrogance tempts us to claim that all this reaching for sunlight, nutrients, and water means nothing except what we say it means. But if it bears a grander significance, what might that be, and what gives rise to such meaning? What power draws the elements together and binds them into a spider or a person, a fern or a forest? If we answer, “Life,” we give only a name, not an explanation.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/13923998/original_6708311e30f0492d76c64ee3c950845e.jpg?1636562098?bc=0&quot; alt=&quot;A LIDAR scan of a forest.&quot; /&gt;&lt;/p&gt;
&lt;h2&gt;&lt;a href=&quot;https://scalabilityproject.org/interviews/conversation-is-not-a-masters-tool/&quot;&gt;Conversation is Not a Master’s Tool&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;An interview between Scalability Project and adrienne maree brown. I was drawn to the question about citations, relations and conversation:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;SCALABILITY PROJECT: Reading through your texts, we were inspired by how generously you use citations. What you describe above reminds me of your adoption of the Mervyn Marcano quote “Move at the speed of trust.” You also quote Farhad Ebrahimi: “An ecosystem is not just a list of living things … It’s the set of relationships between those living things.” Could you expand more on this nonlinear process of relations, especially in connection to conversation?&lt;br /&gt;
BROWN: I love this question because that quote and the practice of citation are the same. I am not a solitary thinker, solitary learner, or solitary channel of these universal wisdoms and universal truths. I’m constantly learning from other people. And I weave. We all weave in different ways. What is the tapestry of lessons and wisdom that is unique for me? Each person ends up with a different tapestry, but you start to see patterns amongst them. And the pattern for me is something infinite.&lt;/p&gt;
&lt;/blockquote&gt;
</content>
    </entry>
    
    <entry>
      <title>Warp, weft</title>
      <link href="https://gemmacope.land/writing/warp-weft/"/>
      <updated>2021-11-17T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/warp-weft/</id>
      <content type="html">&lt;p&gt;I did a weaving workshop last week and really loved it. I’ve been on the lookout for a new tactile hobby for a while. Tried pottery a few times but just didn’t enjoy it that much – just couldn’t get the hang of the wheel and never enjoyed the process very much. I think weaving could be the one. I’m recording some of what I learned here so I don’t forget them, but this is by no means a how-to guide. I have no idea what I’m doing!&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;The &lt;em&gt;warp&lt;/em&gt; is the strong vertical threads that provide a structure for the weaving. The &lt;em&gt;weft&lt;/em&gt; is the threads that you weave through the warp horizontally. We were using lap looms in this workshop, which seem to be the easiest type of loom to learn.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/9636656/original_583c1e8d1b15fb9d902d4a4abb5da9f1.jpg?1606249367?bc=0&quot; alt=&quot;A black and white diagram illustrating warp and weft threads.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Begin by warping the loom: wind strong, plain cotton thread around the notches at the top and bottom. We added a folded piece of cardboard across the bottom of the warp, to keep from going too close to the edge of the loom.&lt;/p&gt;
&lt;p&gt;If you want a fringe at the bottom, start by adding that. Cut some even lengths of thread and lie them on top of two warp threads, then loop them under so they’re hanging off the bottom of the warp. Repeat along the whole row.&lt;/p&gt;
&lt;p&gt;In the workshop, we just did a &lt;em&gt;tabby weave&lt;/em&gt;, which is the most simple weaving technique. Pull the weft thread over the first warp thread, under the second, over the third, and so on. Once you’ve reached the other side, go back in the opposite direction.&lt;/p&gt;
&lt;p&gt;I hadn’t realised how grid-based weaving is – the warp provides a regular but invisible grid of columns. Build up shapes vertically with the weft, beginning at the bottom and working upwards. Add variation by changing how far along the columns you weave the thread.&lt;/p&gt;
&lt;p&gt;Change threads to switch up the colours and textures. You can even alternate and blend colours within the same row. I love how this looks! You can use a photo for reference, or else just create an abstract composition. I find the abstract compositions much more appealing and really want to try to make something as freeform as &lt;a href=&quot;http://www.theweavingloom.com/getting-out-of-a-creative-block/&quot;&gt;this&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Make sure to tuck the ends of the threads back into the weaving. Otherwise, they’ll hang out the sides of the finished piece. Don’t pull the thread too tight at the edges or else it will start to become an hourglass shape.&lt;/p&gt;
&lt;p&gt;Once you’ve finished your composition, cut your warp from the loom and double-knot the thread at the top and bottom. Attach a dowel to the top so you can hang it.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;Afterward I immediately went and found a bunch of amazing textile artists, of course. I really like weaving as a concept and a metaphor as well. It feels like a feminist practice in more ways than one! 🕷&lt;/p&gt;
&lt;br /&gt;
&lt;iframe style=&quot;border:none;&quot; width=&quot;100%&quot; height=&quot;590&quot; src=&quot;https://www.are.na/gemma-copeland/woven-tbtsk3-2vnu/embed&quot; title=&quot;Woven&quot;&gt;&lt;/iframe&gt;
</content>
    </entry>
    
    <entry>
      <title>The ultimate, hidden truth of the world</title>
      <link href="https://gemmacope.land/writing/the-ultimate-hidden-truth-of-the-world/"/>
      <updated>2021-11-20T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/the-ultimate-hidden-truth-of-the-world/</id>
      <content type="html">&lt;blockquote&gt;
&lt;p&gt;The ultimate, hidden truth of the world is that it is something that we make, and could just as easily make differently.&lt;br /&gt;
— David Graeber&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;Matrix Feminist Design Co-operative&lt;/h2&gt;
&lt;p&gt;Last weekend we visited &lt;a href=&quot;https://www.barbican.org.uk/whats-on/2021/event/how-we-live-now&quot;&gt;&lt;em&gt;How We Live Now&lt;/em&gt;&lt;/a&gt; at the Barbican, an installation exploring the work of the &lt;a href=&quot;https://en.wikipedia.org/wiki/Matrix_Feminist_Design_Co-operative&quot;&gt;Matrix Feminist Design Co-operative&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Matrix was a women-led worker co-op that existed in London from 1980–1994. They challenged patriarchal norms and worked in a way that would still be seen as radical today.&lt;/p&gt;
&lt;p&gt;They worked in collaboration with people who were usually excluded from the design process, on buildings that were usually ignored by male architects: women’s centres, childcare groups, housing co-ops. They also conducted research, ran a book group and a support group, and educated women in skills like technical drawing, building law and construction practices.&lt;/p&gt;
&lt;p&gt;All this while Thatcher was prime minister! So impressive.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/14059265/original_05efc2879fc014491fc7ffc3f017fc6f.jpg?1637420221?bc=0&quot; alt=&quot;A promotional poster for Matrix, printed in black and red ink. It&#39;s composed of a grid of hexagons, some containing images, some with handwritten text and some with illustrations.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;— Poster (1979), from the online &lt;a href=&quot;http://www.matrixfeministarchitecturearchive.co.uk/&quot;&gt;archive&lt;/a&gt; of Matrix’s work&lt;/p&gt;
&lt;h2&gt;We Are ‘Nature’ Defending Itself&lt;/h2&gt;
&lt;p&gt;We also went to the launch of a new book called &lt;em&gt;&lt;a href=&quot;https://www.plutobooks.com/9780745345895/we-are-nature-defending-itself/&quot;&gt;We Are ‘Nature’ Defending Itself: Entangling Art, Activism and Autonomous Zones.&lt;/a&gt;&lt;/em&gt; The two authors, Isabelle and Jay, coordinate the art activism group &lt;a href=&quot;https://labofii.wordpress.com/&quot;&gt;The Laboratory of Insurrectionary Imagination&lt;/a&gt; (among many other things) and live within the &lt;a href=&quot;https://en.wikipedia.org/wiki/ZAD_de_Notre-Dame-des-Landes&quot;&gt;ZAD de Notre Dame des Landes&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/14059295/original_6921f55518a631480dab1d3529b82642.jpg?1637420481?bc=0&quot; alt=&quot;A black and white illustration from the inside cover of the book. It looks almost like a tarot card. There are stars in the sky and a foreboding owl infront. In the foreground, a woman with a gas mask on is emptying a bucket of water into a stream while she looks up into the distance. There are two figures in the background passing another bucket between each other.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;— Illustration by Amanda Priebe&lt;/p&gt;
&lt;p&gt;The ZAD NDDL is an autonomous zone that begun to protest a new airport that the government planned to build on agricultural land. Activists and environmentalists started to squat in the area, alongside local farmers, and gradually built an entire self-organised community.&lt;/p&gt;
&lt;p&gt;Over the years there have been several attempts by the state to evict the people living there and destroy their buildings, but this has been met with lots of resistance and solidarity from all over France. The airport plans have now been cancelled: a huge victory, although very hard won. They seem to now have reached an uneasy truce with the state – they’re negotiating for legalisation so they can stay on the land in perpetuity.&lt;/p&gt;
&lt;p&gt;Isabelle and Jay told us about their practice and how they ended up at the ZAD. They were working in London (as academics, I think) and doing their art and activism on the side. They don’t see art and activism as two separate things. In their practice, they worked with both, in a participatory and pedagogical way.&lt;/p&gt;
&lt;p&gt;At some point, they realised that they couldn’t live in the city any longer. They felt that cities are designed to keep us all divided from each other. They quit their jobs and travelled around Europe for a while, visiting communities and co-living projects throughout.&lt;/p&gt;
&lt;p&gt;They settled in northern France for a while and began a housing co-op, but later realised that they still had a mindset of always travelling and moving around for their art practice. They needed to become more grounded into one place, and wanted to find a way to connect art, activism and everyday life. “Why can’t life be art?”&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/14059400/original_eedb3ec6b70c363b2196a2826d2a36ce.jpg?1637421370?bc=0&quot; alt=&quot;A hand-drawn map showing the various collectives, buildings and animals within the ZAD&quot; /&gt;&lt;br /&gt;
— &lt;a href=&quot;http://www.formes-vives.org/blog/index.php?2016/02/08/850-carte-zad&quot;&gt;Map of the ZAD&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;They ended up at the ZAD. They shared stories of the repeated attacks on the ZAD by the state, and the messy, complex, everyday reality of building a commons. You can watch two short documentaries that they made about the &lt;a href=&quot;https://www.youtube.com/watch?v=GDj5WY01o08&quot;&gt;history&lt;/a&gt; and one about the &lt;a href=&quot;https://www.youtube.com/watch?v=InUtCdDQlCY&quot;&gt;how people there live now&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;They see creation and resistance (yes and no) as two interlocking strands, like DNA. You can’t have one without the other. The counterculture of the 60’s was just about “dropping out” of society and alternative living, which made it easy for Silicon Valley to appropriate its ideals to capitalist ends. This made me think of my post about &lt;a href=&quot;https://gemmacope.land/writing/golden-hill-community-garden/&quot;&gt;community gardens&lt;/a&gt;. They even said something like “if we don’t resist the extractivist death drive of capitalism, your community garden is going to be underwater.”&lt;/p&gt;
&lt;p&gt;Excited to read the book!&lt;/p&gt;
&lt;h2&gt;Edgeryders&lt;/h2&gt;
&lt;p&gt;Finally, the other day I came across &lt;a href=&quot;https://edgeryders.eu/t/the-reef/13486&quot;&gt;The Reef&lt;/a&gt;, a communal living project in Brussels initiated by Edgeryders. I really hope they succeed! I want to live somewhere like this so much.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Gratitude, abundance, new possibilities</title>
      <link href="https://gemmacope.land/writing/gratitude-abundance-new-possibilities/"/>
      <updated>2022-02-11T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/gratitude-abundance-new-possibilities/</id>
      <content type="html">&lt;p&gt;A couple of super nice interviews and essays by women I admire:&lt;/p&gt;
&lt;h2&gt;Alice Grandoit-Sutka, co-founder of &lt;a href=&quot;https://www.deemjournal.com/&quot;&gt;DEEM Journal&lt;/a&gt;, on &lt;a href=&quot;https://thecreativeindependent.com/people/publisher-and-editor-alice-grandoit-sutka-on-how-to-generate-new-possibilities/&quot;&gt;how to generate new possibilities&lt;/a&gt;:&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;I want a practice that is both critical and generative. Sometimes we can invest a lot of energy critiquing what was, which can block or limit the potential to cultivate possibilities of what could be.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;Sunrise Movement’s Varshini Prakash on &lt;a href=&quot;https://www.salon.com/2022/01/23/varshini-prakash-to-the-end-build-back-better-climate-change/&quot;&gt;how she deals with climate grief:&lt;/a&gt;&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;I find that the key to staying optimistic or having hope is – well, not spending too much time on Twitter – but also really allowing yourself and honoring the feeling grief, pain and fury and whatever is moving through you. In the climate movement, people can lose themselves in the gloom and doom or pretend everything is OK and not process the grief. So, a big thing for me is creating strategies to feel the full scope of the emotional intensity of work — journaling, meditation. We have a strong storytelling culture in our organization and ensuring that I am not letting myself numb or get subsumed by the emotional intensity of what I’m feeling. And having a strong spiritual practice of gratitude. There is something about being really intimate with the potential demise of the world that makes you almost ironically really intimate with the beauty of it and the immense gratitude we should feel to be here. Being able to hold both of those things at once is key to my ability to persevere.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;Food writer Alicia Kennedy &lt;a href=&quot;https://www.aliciakennedy.news/p/on-abundance&quot;&gt;on abundance&lt;/a&gt;:&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;The flexibility provided by a specific kind of abundance—extra pumpkin, banana blossoms blooming, an excess of food, period, growing in the garden to give away—rather than the idea of abundance we’ve been sold, quite literally, being access to anything at any time to buy is what fuels creativity, excitement, a feeling of safety in the midst of an uncertain future. Abundance doesn’t have to be gifted to us; it can be cultivated. It can be a choice we make, in order to take care of each other and the earth. The world is abundant, I remind myself again in a dark time. I pray it. We just have to be sure to see it that way, to share it that way.&lt;/p&gt;
&lt;/blockquote&gt;
</content>
    </entry>
    
    <entry>
      <title>Summer to spring</title>
      <link href="https://gemmacope.land/writing/summer-to-spring/"/>
      <updated>2022-05-18T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/summer-to-spring/</id>
      <content type="html">&lt;p&gt;How and I went back to Australia for about three months during Southern Hemisphere summer. Now we’re back in the UK, enjoying the spring, seeing friends and family and cooperators, discussing lots of books and dreaming about what to do next.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/16516813/original_4af071d06584511083a3db57857fe021.jpg?1652901496?bc=0&quot; alt=&quot;A collage of three textures found in Australia.&quot; /&gt;&lt;/p&gt;
&lt;h2&gt;Trip to Australia&lt;/h2&gt;
&lt;p&gt;This was by far the longest I’ve spent back there since I left ten years ago. I feel so grateful to have a place like that to go back to, to have the freedom to move, and to see friends and family for the first time in two very strange years.&lt;/p&gt;
&lt;p&gt;We mainly stayed in Melbourne and worked remotely, which was a whole new challenge with an 11-hour time difference. We did also go to Queensland to see family, Minjerribah (our usual holiday spot when I was growing up and one of my favourite places in the world), Lennox Head and Brunswick Heads in northern NSW, and Tasmania.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/16516817/original_f5c9128d726f4d69517f9f3013d38e02.jpg?1652901496?bc=0&quot; alt=&quot;A brilliant red and yellow sunset in rural Victoria. There is a farmhouse on the left. The grass looks quite dry and there are some eucalypts along the horizon.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/16516812/original_17402fee63f5b32a144f4dac418f2733.jpg?1652901496?bc=0&quot; alt=&quot;A kangaroo standing in a field of grass, overlooking the sea, on Minjerribah. The sky looks quite overcast.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Visiting Tasmania was one of the highlights. It was my first time there and I was so in love with the natural beauty. It’s one of the first places in the world that’s gone carbon negative as they’ve shut down one of their big logging mills, so now their native forests absorb more carbon than the whole state emits. We saw so many animals there that don’t exist anywhere else.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/16516811/original_91d490f76f2c85828710a6d44f4988fb.jpg?1652901496?bc=0&quot; alt=&quot;A beach on Maria Island, Tasmania, with white sand and incredible turquoise sea.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/16516818/original_248bd562c71798f7c66f237ed537f8c4.jpg?1652901497?bc=0&quot; alt=&quot;A wombat on Maria Island, Tasmania.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;We stayed for a week in a tiny house outside of Hobart. It was so dreamy: a huge window at the front looking out to the bay. They had an outdoor bath where you could look up into the eucalypts filled with birds.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/16516816/original_6a02be05cc9670793349b3cc10bb890c.jpg?1652901496?bc=0&quot; alt=&quot;The view from our tiny house.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;One of our favourite parts of this trip was visiting &lt;a href=&quot;https://www.are.na/paprika-xu&quot;&gt;Paprika&lt;/a&gt; and &lt;a href=&quot;https://www.are.na/benjamin-forster&quot;&gt;Benjamin&lt;/a&gt; in Launceston. They and their house full of books and garden full of veg really inspired us when thinking about how we want to live and where we want to go next.&lt;/p&gt;
&lt;p&gt;The worst part of the trip was getting caught in the terrible &lt;a href=&quot;https://www.theguardian.com/australia-news/australia-east-coast-floods-2022&quot;&gt;East Coast floods&lt;/a&gt; and having to spend a week in an evacuation centre. More on that in another post, but it was a really intense, visceral reminder of the kind of world that we’re heading towards (that we’re already living in). The depressing thing is that the area flooded again about two weeks after we were there, and now Queensland is flooding yet again.&lt;/p&gt;
&lt;h2&gt;Right now&lt;/h2&gt;
&lt;p&gt;Now I’m back in London staying with friends while we work out what to do next. It is a joy to be here again, to spend time with people that I’ve barely been able to see for so long.&lt;/p&gt;
&lt;p&gt;How and I spent last weekend in a place called &lt;a href=&quot;https://www.praktyka.co.uk/&quot;&gt;Praktyka&lt;/a&gt; in Devon and came back very inspired. They spent 18 months travelling the world and visiting other places like retreats and cooperatives to define what kind of space they wanted to build together. I’m really excited to see how it develops.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/16516814/original_a972ccdb0445119284649bb934b56fad.jpg?1652901496?bc=0&quot; alt=&quot;Praktyka&#39;s geodesic dome in North Devon.&quot; /&gt;&lt;/p&gt;
&lt;h2&gt;House dream&lt;/h2&gt;
&lt;p&gt;We’re definitely still in dreaming/planning mode, but How and I are hoping to find somewhere like this that we can make our own, to build a space where we can have friends visit, grow a garden, run a residency and maybe some type of event/community space.&lt;/p&gt;
&lt;p&gt;Realistically we’re going to have to move out of south-east England to do this, so it’s been fun to explore the different options of where we could live. We’re hoping to spend some time over summer visiting a few places that are doing similar things in Italy and Spain.&lt;/p&gt;
&lt;p&gt;I’m a little nervous of moving out of a city for the first time, particularly one where I have so many connections and there are so many opportunities. But we just feel so excited about the potential of a project like this. When I think about the times that I have been the absolute happiest, it would be summer 2019 when I stayed at Casa Sasso in Gambarogno and with Brave New Alps / La Foresta in Roverto. I just want that but… all the time.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Capital moves people around and draws them to the center: to find your luck you are urged to move from the village to the town, from the town to the regional capital, and from there to the metropolis. […] Resisting capital’s demand for constant movement is for some designers a strategy against precarisation.&lt;br /&gt;
Being exposed to precarity implies a constant temporariness, a constant flux of building and abandoning social and material structures, thus missing out on the possibility of creating interlinking infrastructures that can take us and others beyond precarity, infrastructures that can support critical practice through dire times.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;– from &lt;a href=&quot;https://valiz.nl/images/DesignStruggles-DEF_978-94-92095-88-6single-4March21-VALIZ-def.pdf&quot;&gt;Design(ers) Beyond Precarity: Proposals for Everyday Action&lt;/a&gt; by Brave New Alps&lt;/p&gt;
&lt;h2&gt;Reading groups&lt;/h2&gt;
&lt;p&gt;I’ve joined two remote reading groups. Both are open to join if you’re interested, dear reader.&lt;/p&gt;
&lt;p&gt;One of them is &lt;a href=&quot;https://www.are.na/rerererererererereading-group&quot;&gt;Rererereading Group&lt;/a&gt;, which Paprika and Benjamin invited us to. So far we’ve read &lt;a href=&quot;https://logicmag.io/blockchain-chicken-farm/&quot;&gt;Blockchain Chicken Farm&lt;/a&gt;, which I enjoyed a lot, and &lt;a href=&quot;https://mitpress.mit.edu/books/question-concerning-technology-china&quot;&gt;The Question Concerning Technology in China&lt;/a&gt;, which I found too complex and philosophical so have dropped out for the time being. I have really enjoyed the calls that I have joined though – it’s just so fun to discuss a text so deeply with a small group and to deepen our understand together.&lt;/p&gt;
&lt;p&gt;The other is a feminist sci fi reading group organised by &lt;a href=&quot;https://yuliserfaty.com/&quot;&gt;Yuli&lt;/a&gt;. In our first session, 🌿 Entangling the Forest 🪱, we discussed Ursula Le Guin’s &lt;a href=&quot;https://en.wikipedia.org/wiki/The_Word_for_World_Is_Forest&quot;&gt;The Word for World is Forest&lt;/a&gt;, Adam Curtis’ &lt;a href=&quot;https://vimeo.com/300725472&quot;&gt;All Watched Over by Machines of Loving Grace&lt;/a&gt; and The Daoist Yin Principle in Ecofeminist Novels by Amy Chan Kit-Sze.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/16516815/original_31bcd4f715c45cdbf00c312f545ceac0.jpg?1652901495?bc=0&quot; alt=&quot;A screenshot from our first session of the sci-fi reading group.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I usually hate after hours Zoom calls as it feels too much like work and even during remote lectures I end up zoning out. But I just found this session so engaging and fun. More exciting than a lecture because there wasn’t any hierarchy – just a group of people exploring ideas together. Yuli did a really great job curating the readings so there was so many interlinked topics to dive into which made for a very rich discussion.&lt;/p&gt;
&lt;p&gt;Lots of Taoist/Daoist themes running through both reading groups. Next I’d quite like to read Le Guin’s translation of the &lt;a href=&quot;https://www.themarginalian.org/2016/10/21/lao-tzu-tao-te-ching-ursula-k-le-guin/&quot;&gt;Tao Te Ching&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I just finished reading a book called &lt;a href=&quot;https://us.macmillan.com/books/9780312295097/thefeelingbuddha&quot;&gt;The Feeling Buddha&lt;/a&gt;, so I’m thinking a lot about mindfulness and spirituality. I also started therapy, and all of these things feel like they’re combining in really generative and healthy ways.&lt;/p&gt;
&lt;h2&gt;The co-op&lt;/h2&gt;
&lt;p&gt;One of the nice things about being in London again is being able to spend time IRL with the rest of the co-op. We’re working from a space called Pelican House now, which is full of other left organisations like The World Transformed, Green New Deal Rising, Autonomy and London Renters Union.&lt;/p&gt;
&lt;p&gt;The space got off to a bit of a slow start due to the pandemic, but it’s feeling more convivial now as people settle in. The hope is that the building will become a bit of a hub for the left in London.&lt;/p&gt;
&lt;p&gt;At the moment, our co-op is trying to work out how to move into a calmer, slower, more abundant mindset. We’ve always had this as an intention, but the sheer amount of projects we’ve been working on and other pressures outside of our control have meant that we’ve slipped into frantic, scarcity thinking.&lt;/p&gt;
&lt;p&gt;I feel really lucky (as ever) to have colleagues that are equally committed to thinking about collective care and addressing burnout. It does feel like things are gradually getting better in terms of our work-life balance.&lt;/p&gt;
&lt;h2&gt;The Beatles&lt;/h2&gt;
&lt;p&gt;Quite random, but it seems I’ve temporarily slipped into Beatlesmania after watching the &lt;a href=&quot;https://en.wikipedia.org/wiki/The_Beatles:_Get_Back&quot;&gt;Get Back&lt;/a&gt; documentary. I’ve never paid much attention to them before, but the film is a fascinating look into their creative process and their group dynamics. Now I can’t stop reading about them or listening to them. (Hopefully it’s just a phase.)&lt;/p&gt;
&lt;h2&gt;In general&lt;/h2&gt;
&lt;p&gt;At the moment I do feel a deep despair at climate inaction and the invasion of Ukraine and the (waves hands) state of the world. But then I’m oscillating between that and an intense gratitude for my present and excitement for our future plans. Trying to just ride the waves and direct these feelings towards doing something meaningful and generative with my time.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/16516819/original_b34d687303e04f7a25d68afda54034c7.jpg?1652901509?bc=0&quot; alt=&quot;Bright purple flowers in Tasmania.&quot; /&gt;&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Past, present, future commons</title>
      <link href="https://gemmacope.land/writing/past-present-future-commons/"/>
      <updated>2022-07-22T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/past-present-future-commons/</id>
      <content type="html">&lt;p&gt;Tracing the history of enclosure with Eula Biss, collecting modern stories of commoning with Future Natures, dreaming and planning for a Half Earth Socialist future, and a little bit of solarpunk.&lt;/p&gt;
&lt;h3&gt;The Theft of the Commons&lt;/h3&gt;
&lt;p&gt;I immediately devour anything written by Eula Biss, so was very excited to see &lt;a href=&quot;https://www.newyorker.com/culture/essay/the-theft-of-the-commons&quot;&gt;this article&lt;/a&gt; by her in the &lt;a href=&quot;https://sentiers.media/&quot;&gt;Sentiers&lt;/a&gt; newsletter a few weeks ago.&lt;/p&gt;
&lt;p&gt;In the essay, she traces the history of the commons and enclosure, which began here in the UK.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The law locks up the man or woman&lt;br /&gt;
Who steals the goose from off the common,&lt;br /&gt;
But lets the greater villain loose&lt;br /&gt;
Who steals the common from the goose.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;She debunks that awful essay “The Tragedy of the Commons” by the white nationalist Garrett Hardin. It’s so unfortunately that this idea / phrase has somehow wormed itself into popular consciousness when talking about the commons. It’s been decisively disproven by &lt;a href=&quot;https://en.wikipedia.org/wiki/Elinor_Ostrom&quot;&gt;Elinor Ostrom&lt;/a&gt;, who became the first woman to win a Nobel Prize for her work.&lt;/p&gt;
&lt;p&gt;One of the things I love about Biss’ work is her ability to weave together so many different strands, wandering across topics like capitalism, feudalism, luddites, gleaners, nostalgia, art, myths, symbols, language, class.&lt;/p&gt;
&lt;p&gt;I loved this quote:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The history of the distant past is often speculative. Like science fiction, it gives us a way of thinking about what might be possible, as much as what might have been. In this sense, both the past and the future are imaginary, but real, too, as ideas.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;It ties in with the ideas from &lt;em&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/The_Dawn_of_Everything&quot;&gt;The Dawn of Everything&lt;/a&gt;&lt;/em&gt;, which we’re currently reading in Re-re-re-reading Group. In it, the Davids retell history to open up our imaginations, challenge commonly held beliefs and suggest that we might have done life and politics and society very differently in the past (and therefore, we might be able to do it differently again.)&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;“Would you go back?” strikes me as the wrong question to ask of nostalgia. The question, as Zadie Smith puts it, is how to “restate the things you find valuable in the past… in a way that’s livable in this contemporary moment.” How to locate the commons in a world that is mostly enclosed. How to recover a tradition of rebellion against monied claims to property. How to use machines rather than be used by them. How to be canny, like the workers of the past, and how to be conservationists, like commoners. We can learn from the time before enclosure, but we can’t go back there.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href=&quot;https://www.eulabiss.net/&quot;&gt;Eula Biss’&lt;/a&gt; other books include &lt;em&gt;Having and Being Had&lt;/em&gt;, about money, ownership, capitalism and class and &lt;em&gt;On Immunity&lt;/em&gt;, about pandemics, vaccinations, individualism and community. Cannot recommend them enough.&lt;/p&gt;
&lt;h3&gt;Future Natures&lt;/h3&gt;
&lt;p&gt;Speaking of the commons, we just launched a new website for &lt;a href=&quot;https://futurenatures.org/&quot;&gt;Future Natures&lt;/a&gt;, which explores the “emergent ecologies of commoning and enclosure through stories, arts and research.” It was such a great project to work on – the team was so easy to collaborate with and their research is so interesting. They have big plans for building up an international network of commoners so I’m really excited to see where it goes.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/17306125/original_002886247cdfaef7056ba112ea0bfa5a.png?1658493122?bc=0&quot; alt=&quot;An image I designed for Future Natures with an comic by Tim Zocco. It shows an elf-like person on a flying scooter looking at an organic structure of entangled tentacles and mushrooms. The text says &amp;quot;Better futures are not only possible — they already exist in the making.&amp;quot; The Future Natures logo is in the bottom left corner.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;They’ve created this &lt;a href=&quot;https://futurenatures.org/comic-future-natures-a-primer-for-the-curious/&quot;&gt;incredible comic&lt;/a&gt; that also explores the history of enclosure, the intersecting crises we’re living through and what commoning is and can be.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/17306122/original_1821a003182029e6d9385f1eb53d0218.jpg?1658493105?bc=0&quot; alt=&quot;An excerpt from the comic. It has three panels showing people building solar panels, doing scientific stuff, farming, gardening and forestry.&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;Half Earth Socialism&lt;/h3&gt;
&lt;p&gt;I’ve just finished reading &lt;a href=&quot;https://www.half.earth/&quot;&gt;Half Earth Socialism&lt;/a&gt; by Drew Pendergrass and Troy Vettese.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/17306121/original_ffa27d97d005b929f6f770e759c85010.jpg?1658493105?bc=0&quot; alt=&quot;The cover of Half Earth Socialism. It has a grey background and is covered in bright green cut-outs of fungi, plants and animals.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I was really impressed. It’s a short but dense book that covers a lot of ground, like a non-fiction chaser to The Ministry for the Future. They criticise mainstream environmental solutions, paint a picture of what a socialist utopia might look like (including a speculative fiction chapter inspired by William Morris’ News From Nowhere, which is clunky but quite sweet) and outline a clear plan on how to get there.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Enough should be a human right, a floor below which no one can fall; also a ceiling above which no one can rise. Enough is as good as a feast—or better.&lt;br /&gt;
— Kim Stanley Robinson, Ministry for the Future&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;They also worked with Francis Tseng and Son La Pham to create a Half Earth Socialism &lt;a href=&quot;https://play.half.earth/&quot;&gt;game&lt;/a&gt;. I played it straight after finishing the book. It was really fun and helped drill home some of their ideas. It felt very moving to be able to pass policies and take action to address climate change, and then to watch as these played out and some of our worst possible futures be avoided.&lt;/p&gt;
&lt;p&gt;On the other hand, it felt overwhelming to think on a global scale and 80 years into the future. While I agree with most of the ideas that the book proposes, just the thought of us actually succeeding to implement them at the speed and scale we need feels almost impossible. Still, I think it’s so useful to have these ideas laid out so clearly, as a discussions point or north star.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Your lifetime bridges centuries of harm that set the stage for climate change and centuries of healing that need to start now. Just be a bridge.&lt;br /&gt;
– Elizabeth Sawin&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h3&gt;Refuge for Resurgence&lt;/h3&gt;
&lt;p&gt;We went to the Barbican’s Our Time on Earth exhibition a few weeks ago. It was pretty disappointing. It’s probably partially because I spend a lot of time thinking and reading about these topics already, but the ideas they proposed just seems so cliched/unambitious/self-indulgent. Eirini Malliaraki summarises it well in &lt;a href=&quot;https://twitter.com/irinimalliaraki/status/1545776394944258049&quot;&gt;this thread&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;However, I did enjoy the &lt;a href=&quot;https://superflux.in/index.php/work/refuge-for-resurgence/#&quot;&gt;window view&lt;/a&gt; designed by Superflux and Sebastian Tiew – love a bit of post-capitalist solarpunk ambiguous utopia!&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/17306171/original_a2a2bcdd54ff7938fd886e50d4e3b427.png?1658493576?bc=0&quot; alt=&quot;Still from an ambient video. It shows a future city that is clearly in a world of increased temperatures and sea level rise. Although the buildings are a bit run-down and patchily repaired, there are high tech elements like solar panels and wind turbines. It looks like nature has taken back the city somewhat, with lush green plants growing on every surface and birds in the distance.&quot; /&gt;&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Mirror</title>
      <link href="https://gemmacope.land/writing/mirror/"/>
      <updated>2022-08-10T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/mirror/</id>
      <content type="html">&lt;p&gt;How and I went for a hike in &lt;a href=&quot;https://en.wikipedia.org/wiki/Snowdonia&quot;&gt;Snowdonia&lt;/a&gt; last weekend. Almost 40km of walking over two days. Over the last few months we’ve gradually been collecting all the basic kit you need for multiday hikes: tent, sleeping mats and bags, backpacks, this incredibly compact &lt;a href=&quot;https://alpkit.com/products/wood-stove-wood-burning-camping-stove&quot;&gt;wood stove&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;It was such an incredible hike. The weather was unusually warm and sunny – I just read that Snowdonia is one of the wettest parts of the UK, so it really &lt;em&gt;was&lt;/em&gt; unusual. On the first day, we could see out to the ocean for most of the hike. We swam in a pool fed by a waterfall, walked through ferns and forests and across heather-covered hills. There was a tough bit when &lt;a href=&quot;https://www.komoot.com/&quot;&gt;Komoot&lt;/a&gt; decided to take us across a difficult field without a real path, but we managed to find our way back again.&lt;/p&gt;
&lt;p&gt;We camped by a lake (Llyn Du) on &lt;a href=&quot;https://en.wikipedia.org/wiki/Rhinog_Fawr&quot;&gt;Rhinog Fawr&lt;/a&gt;. I took these three photos about an hour apart around sunset. Entranced by the changes in light over such a short time.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/17562251/original_e025d95672c1d19e9e9dc34d0f83d9d1.jpg?1660152823?bc=0&quot; alt=&quot;A small lake nestled into the side of a mountain, reflecting the sky. The sky is very blue with some clouds, and there are more mountains in the distance.&quot; /&gt;&lt;br /&gt;
19:50:25&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/17562250/original_c8f28d98a4ff6c5ac8a1c8933cbbcda8.jpg?1660152823?bc=0&quot; alt=&quot;The same lake, closer. It&#39;s a bit darker now and the lake is reflecting the orange of the sunset and rocks above.&quot; /&gt;&lt;br /&gt;
20:42:50&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/17562249/original_ca048b330eb807b7d37b58e9dac0823c.jpg?1660152823?bc=0&quot; alt=&quot;Now you can barely see the lake. The sky is soft blue and pink, which makes the heather in the foreground seem even more purple.&quot; /&gt;&lt;br /&gt;
21:04:09&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>No!</title>
      <link href="https://gemmacope.land/writing/no/"/>
      <updated>2022-08-20T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/no/</id>
      <content type="html">&lt;blockquote&gt;
&lt;p&gt;History is full of people who just didn’t. They said &lt;em&gt;no thank you&lt;/em&gt;, turned away, ran away to the desert, stood on the streets in rags, lived in barrels, burned down their own houses, walked barefoot through town, killed their rapists, pushed away dinner, meditated into the light. Even babies refuse, and the elderly, too. All types of animals refuse: at the zoo they gaze dead-eyed through plexiglass, fling feces at the human faces, stop having babies. Classes refuse. The poor throw their lives onto barricades. Workers slow the line. Enslaved people have always refused, poisoning the feasts, aborting the embryos. And the diligent, flamboyant jaywalkers assert themselves against traffic as the first and foremost visible, daily lesson in &lt;em&gt;just not&lt;/em&gt;.&lt;br /&gt;
— &lt;a href=&quot;https://www.poetryfoundation.org/harriet-books/2017/04/no&quot;&gt;No by Anne Boyer&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h3&gt;Strike!&lt;/h3&gt;
&lt;p&gt;It’s a &lt;a href=&quot;https://novaramedia.com/2022/07/13/everything-you-need-to-know-about-hot-strike-summer/&quot;&gt;hot strike summer&lt;/a&gt; in the UK. Last week’s edition of &lt;a href=&quot;https://theweekinwork.substack.com/p/prospect-of-nhs-strikes-grows-strikes&quot;&gt;The Week in Work&lt;/a&gt; was the longest ever. Transport workers, postal workers, barristers, lawyers, gravediggers, journalists – all on strike. Withdrawing our labour is the most powerful way for workers to say NO to exploitation.&lt;/p&gt;
&lt;h3&gt;Don’t!&lt;/h3&gt;
&lt;p&gt;Meanwhile, the energy crisis keeps getting worse. Now they’re predicting that energy bills will pass £5000 in January, while energy companies are reporting record profits. Two movements based on mass refusal have emerged in response – &lt;a href=&quot;https://dontpay.uk/&quot;&gt;Don’t Pay&lt;/a&gt; and &lt;a href=&quot;https://wesayenough.co.uk/&quot;&gt;Enough is Enough&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The theory of change for Don’t Pay takes its inspiration from the &lt;a href=&quot;https://maydayrooms.org/archive_item/poll-tax-rebellion/&quot;&gt;Poll Tax&lt;/a&gt; protests in early 1990. They’re aiming to get a million people to pledge that they won’t pay their energy bills on 1 October, then use this bargaining power to get the government to intervene and reduce the bills to an affordable level.&lt;/p&gt;
&lt;p&gt;Enough is Enough is led by MPs like Zarah Sultana and trade unionists like Mick Lynch. They’re planning to hold rallies, support picket lines and form community groups to deal with the crisis.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/17684414/original_89af786e53c90f9272451f980ec24e90.jpg?1661016693?bc=0&quot; alt=&quot;A pamplet from the Poll Tax protests. The headline says PAY NO POLL TAX.&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;No!&lt;/h3&gt;
&lt;p&gt;&lt;em&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/No_(2012_film)&quot;&gt;No&lt;/a&gt;&lt;/em&gt;, the 2012 film by Pablo Larrain, is based on the story of the plebescite in Chile that ended 15 years of Pinochet’s authoritarian rule. In it, an advertising professional and many other creatives support the campaign by creating joyful propaganda focused on how liberating and positive it would be to vote NO.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/17684412/original_887f5acf72841c67f24faa9a36077b2c.jpg?1661016691?bc=0&quot; alt=&quot;Poster from the film. It says NO in huge letters, with a rainbox behind.&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;Smash!&lt;/h3&gt;
&lt;p&gt;The Luddites were early nineteenth-century weavers who smashed the machines that were ruining their working conditions. Luddism is not about being scared of new technology (in the sense that the term is used today), it’s about being critical of any progress that makes life worse for people.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Though the Luddites are often only glibly referenced in modern debates, the truth is that they were directly concerned with conditions of labour, rather than mindless machine-breaking or some reactionary desire to turn back time. They sought to redefine their relationship with technology in a way that resisted dehumanisation.&lt;br /&gt;
— Lizzie O’Shea, &lt;a href=&quot;https://www.versobooks.com/books/3747-future-histories&quot;&gt;Future Histories&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/17684413/original_7088c1995cfed609e8dce1a55f72364e.jpg?1661016692?bc=0&quot; alt=&quot;A black and white print of two Luddites smashing machines.&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;Degrow!&lt;/h3&gt;
&lt;blockquote&gt;
&lt;p&gt;Luddism might also link with the politics of degrowth, a movement that originated in the Global South and shares with Luddism an acknowledgement that liberation is not tied up with the endless accumulation of capital, and further, that well-being cannot be reduced to economic statistics.&lt;br /&gt;
— Gavin Mueller, &lt;a href=&quot;https://logicmag.io/commons/decelerate-now/&quot;&gt;Decelerate Now!&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;In &lt;em&gt;&lt;a href=&quot;https://illuminem.com/illuminemvoices/1ab65908-2352-4ae9-8738-5313a3b147e6&quot;&gt;Degrowth: No, let’s not call it something else&lt;/a&gt;&lt;/em&gt;, the authors argue again a common criticism of degrowth: that it’s too negative. That’s the point! Unlike net zero or green capitalism, degrowth doesn’t pretend that we can continue our current way of life with a few added solar panels.&lt;/p&gt;
&lt;p&gt;It’s not going to be easy, but we must rapidly downscale our consumption in order to wrench ourselves away from our current trajectory. The potential, however, is that in leaping from this runaway train of constant growth and exploitation, we land somewhere much more abundant.&lt;/p&gt;
&lt;p&gt;As adrienne maree brown says in &lt;a href=&quot;https://www.akpress.org/pleasure-activism.html&quot;&gt;Pleasure Activism&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Your no makes way for your yes.&lt;/p&gt;
&lt;/blockquote&gt;
</content>
    </entry>
    
    <entry>
      <title>Woven</title>
      <link href="https://gemmacope.land/writing/woven/"/>
      <updated>2022-08-29T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/woven/</id>
      <content type="html">&lt;p&gt;I learn more with each weaving I make.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/17794222/original_241a9852e5262377fe60a1986dbbf959.jpg?1661781389?bc=0&quot; alt=&quot;A close up of a handwoven composition. It&#39;s quite freeform and the angle shows all the different textures.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;This one is particular favourite of mine, made last month for H’s mum. It’s inspired by the colours and textures of the Welsh landscape: green hills, purple and red heather, mountains, lichen. I bought some roving from a local shop in Dolgellau – it’s incredibly soft, hand-dyed in purple, green and yellow. I also found some wool on our hike and added that in as clouds.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/17794221/original_c2ec6b87341d3a91b9cb39c7178eaf4f.jpg?1661781388?bc=0&quot; alt=&quot;The same weaving, front on. It&#39;s made of green, purple, yellow, grey-brown and white wool.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;My first weaving, made for Lizzie and Paul in Melbourne using my new loom from &lt;a href=&quot;https://wunderweave.bigcartel.com/&quot;&gt;Wunder Weave&lt;/a&gt;. I experimented with making shapes, adding &lt;a href=&quot;https://www.theweavingloom.com/weaving-tips-rya-knots/&quot;&gt;rya knots&lt;/a&gt; and &lt;a href=&quot;https://www.theweavingloom.com/weaving-techniques-the-soumak-weave-braid-weave/&quot;&gt;soumak weaving&lt;/a&gt;. Hung on a piece of driftwood found on Minjerribah.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/17794175/original_4b9308dce0122a40019191b3828c00c5.jpg?1661781111?bc=0&quot; alt=&quot;Two photos of the same weaving. On the left is the finished piece, hanging in their living room. On the right is the work in progress: dark green, mauve, beige, lavender and fluoro pink&quot; /&gt;&lt;/p&gt;
&lt;p&gt;A simpler composition for Nik and Grace in Melbourne. I played with blending similar colours and adding texture through different thicknesses.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/17794179/original_86d307ed1406afc638c6f156238d11e6.jpg?1661781111?bc=0&quot; alt=&quot;This weaving is a mixture of light grey, dark grey and a muted olive green.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;A colourful one for Hannah’s birthday, using hand-dyed pastel wool from &lt;a href=&quot;https://www.thewoolkitchen.com/&quot;&gt;The Wool Kitchen&lt;/a&gt; in London. This was incredible to work with – the patterns of colourful specks gradually emerge in the process. I felt more confident about blending shapes with this one.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/17794178/original_356a890addd0ffe0bf12284418ff3512.jpg?1661781112?bc=0&quot; alt=&quot;On the left is the finished piece: pastel purple and pink with grey, green, grape and pink. On the right are two work in progress images.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;One for Piper and Sam. With this one I was playing with subtle colour changes again, as well as trying a narrower overall shape. I found the branch on Ilkley moor when we were there to visit them. Really loved the intertwined sections.&lt;/p&gt;
&lt;p&gt;I used the same green thread for the weft as is throughout the warp. I really like how you can see coming through, particularly with the thicker wool.&lt;/p&gt;
&lt;p&gt;I was a bit disappointed that it’s drawn in at the middle where I’ve only used really fine wool. It’s hard to know that this is happening when it’s on the loom, but I’m going to be more conscious of not pulling the thread too tight next time.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/17794176/original_65bc0ac960a61230c4f78edcf477dbf1.jpg?1661781112?bc=0&quot; alt=&quot;This weaving is narrow, made of light and dark green, beige and brown-grey wool.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Next I want to experiment with making smaller weavings, like &lt;a href=&quot;https://www.instagram.com/p/ChjGBIsrJRb/&quot;&gt;these&lt;/a&gt;. I also want to try one with much more texture, potentially by layering rya knots and loops.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Snippets</title>
      <link href="https://gemmacope.land/writing/snippets/"/>
      <updated>2022-09-17T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/snippets/</id>
      <content type="html">&lt;h3&gt;Lisbon&lt;/h3&gt;
&lt;p&gt;My wonderful friend &lt;a href=&quot;https://www.linseyrendell.com/&quot;&gt;Linsey&lt;/a&gt; made us a &lt;a href=&quot;https://www.notion.so/Lisbon-091ee65ddee140b5bbb071cb4a119f86&quot;&gt;guide to Lisbon&lt;/a&gt;, filled with natural wine spots and local, seasonal food. Particular favourites were &lt;a href=&quot;https://senhoruva.com/&quot;&gt;Senhor Uva&lt;/a&gt; and &lt;a href=&quot;https://comida-independente.myshopify.com/&quot;&gt;Comida Independente&lt;/a&gt;. We also stumbled on &lt;a href=&quot;https://www.instagram.com/barboca.lx/&quot;&gt;Bar Boca&lt;/a&gt; one night, a tiny natural wine bar in Alfama that does vegan tapas.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/18089608/original_b0f3547603e6670b2f706b6aace4c5a2.jpg?1663408868?bc=0&quot; alt=&quot;A corner in Lisbon&#39;s Anjos area. One wall is covered in the classic blue and white tiles, in dappled sunlight.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;One of the highlights was the &lt;a href=&quot;https://www.ateliermuseujuliopomar.pt/&quot;&gt;Atelier-Museu Júlio Pomar&lt;/a&gt;. I &lt;em&gt;love&lt;/em&gt; his work, so colourful and joyful. The exhibition we saw was all about how he explored narrative and classic mythology in his work.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/18089603/original_1d32571333ad2fb209e89a4d54a8eb70.jpg?1663408798?bc=0&quot; alt=&quot;A banner outside the gallery. On one side is a vine-covered wall and on the other are some more tiles.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/18089602/original_717167f4a5af591bb0cfa3527f1a39ad.jpg?1663408798?bc=0&quot; alt=&quot;A close-up of one of Pomar&#39;s paintings – abstract and gestural, in warm colours.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I’ve been really enjoying Panda Bear and Sonic Boom’s new album &lt;a href=&quot;https://pandabearmusic.bandcamp.com/album/reset&quot;&gt;Reset&lt;/a&gt;. When we were in Lisbon I discovered that Panda Bear has been living there since 2004!&lt;/p&gt;
&lt;h3&gt;Water and its memory&lt;/h3&gt;
&lt;p&gt;At the Palais de Tokyo in Paris, I was pleasantly surprised by a map of the Brisbane River at the beginning of their &lt;em&gt;Reclaim the Earth&lt;/em&gt; exhibition. It was part of a series of works by &lt;a href=&quot;https://en.wikipedia.org/wiki/Judy_Watson&quot;&gt;Judy Watson&lt;/a&gt;, an Indigenous Australian artist.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/18089601/original_07fd057a1363fbfaed8b6394c2cb27c7.jpg?1663408778?bc=0&quot; alt=&quot;One of Judy Watson&#39;s pieces.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;The works all centred around water and its memory, responding to both the history of the Seine and in Queensland. She sources artificial and organic materials to make natural dyes, then lets the pieces evolve in open air and on the ground.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Her creative process leaves room for the accidental and the random, and for the effects of time, environment, and natural material on her work in a context of deep climate change. The artist’s method evolves by working from site and memory, revealing Indigenous histories, following lines of emotional and physical topography.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h3&gt;Practicing&lt;/h3&gt;
&lt;p&gt;In Rotterdam, I visited my friend &lt;a href=&quot;https://www.bnjmnearl.eu/&quot;&gt;Ben&lt;/a&gt; at &lt;a href=&quot;https://extrapractice.space/&quot;&gt;Extra Practice&lt;/a&gt;, a studio space he shares with four of his friends. It’s a wonderful converted shopfront on a corner, glass windows open to the world. Same energy as Evening Class, except it’s amazing how much further you can take it if you do it outside of London.&lt;/p&gt;
&lt;p&gt;While I was there, we did a show for their radio station &lt;a href=&quot;https://goodtimesbadtimes.club/&quot;&gt;Good Times Bad Times&lt;/a&gt;. It was a lot of fun! They’ve just started a new “season” centred on refusal, which linked in really nicely with some of the themes I’ve been &lt;a href=&quot;https://gemmacope.land/writing/no!/&quot;&gt;thinking about&lt;/a&gt; too.&lt;/p&gt;
&lt;p&gt;We also visited &lt;a href=&quot;https://varia.zone/en/&quot;&gt;Varia&lt;/a&gt; during their open hours. We were just planning to drop by briefly but ended up staying for many hours – they even cooked us lunch. Really enjoyed hearing about their projects, how they got started, what they’ve been thinking about.&lt;/p&gt;
&lt;h3&gt;Nightjet&lt;/h3&gt;
&lt;p&gt;So excited to see the new &lt;a href=&quot;https://www.theguardian.com/world/2022/sep/08/europes-next-generation-night-trains-aim-to-draw-passengers-away-from-planes&quot;&gt;Nightjet&lt;/a&gt; trains from OBB. They look &lt;a href=&quot;https://twitter.com/seatsixtyone/status/1567047646929379330&quot;&gt;so cozy&lt;/a&gt;! I would be happy to never set foot on a plane again if I could just travel around on one of these.&lt;/p&gt;
&lt;h3&gt;Nature?&lt;/h3&gt;
&lt;p&gt;Love this quote from a &lt;a href=&quot;https://farsight.cifs.dk/interview-kim-stanley-robinson/&quot;&gt;recent Kim Stanley Robinson interview&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Nature and natural are words with particular weights that are perhaps not relevant now. We are part of a biosphere that sustains us. Half the DNA in your body is not human DNA, you are a biome like a swamp, with a particular balance or ecology that is hard to keep going – and indeed it will only go for a while after which it falls apart and you die. The world is your body, you breathe it, drink it, eat it, it lives inside you, and you only live and think because this community is doing well. So: nature? You are nature, nature is you. Natural is what happens. The word is useless as a divide, there is no Human apart from Nature, you have no thoughts or feelings without your body, and the Earth is your body, so please dispense with that dichotomy of human/nature, and attend to your own health, which is to say your biosphere’s health.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h3&gt;Walkaway&lt;/h3&gt;
&lt;p&gt;I just read &lt;a href=&quot;https://app.thestorygraph.com/books/21eabcc5-5af8-4e97-8430-a8263a627c6c&quot;&gt;Walkaway by Cory Doctorow&lt;/a&gt; and really liked it. It felt clunky in parts (often this kind of idealistic sci-fi does) but I enjoyed a lot of the themes: post-scarcity, anarchism, refusal of bullshit jobs, open source everything, mutual aid.&lt;/p&gt;
&lt;p&gt;He wrote a short article in Wired about it: &lt;a href=&quot;https://www.wired.com/2017/04/cory-doctorow-walkaway/&quot;&gt;Disaster Doesn’t Have to End in Dystopia&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;One of the phrases that has been rattling around in my head after reading it is “slicing time thick”:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Even after years of walkaway, she was used to slicing time into rice-paper slices thin enough for one discrete thing, before moving onto the next. Most of the time, she rushed to complete this current moment before the next thumped the door. Every adult she’d known matched that rhythm, the next thing almost upon them, the current one had best be taken care of in haste. Etcetera sliced his time thick.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;It’s something I’ve been trying to focus on over the last few weeks. I’m thankfully on holidays now, but in the lead up to my break I was feeling so burnt out and overwhelmed. The more exhausted I got, the more I would scramble around rushing through tasks and not doing a good job of anything.&lt;/p&gt;
&lt;p&gt;I’m trying to focus on moving very slowly, not planning too much, not expecting too much of myself. Easier to do on holidays, of course, but I want to find ways to bring this slowness with me once I go back to work.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>The path to the Acropolis</title>
      <link href="https://gemmacope.land/writing/the-path-to-the-acropolis/"/>
      <updated>2022-09-23T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/the-path-to-the-acropolis/</id>
      <content type="html">&lt;p&gt;We were in Athens last week, so naturally we visited the Acropolis. What surprised me was that the &lt;a href=&quot;https://archleague.org/article/pikionis-pathway-paving-acropolis/&quot;&gt;pathway to the Acropolis&lt;/a&gt; is a masterpiece in its own right. (Thanks to &lt;a href=&quot;https://www.instagram.com/rob_copeland/&quot;&gt;my dad&lt;/a&gt; for sharing this.)&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/18184858/original_ec917047dd43720a1b34d5992f4ad967.jpg?1663927104?bc=0&quot; alt=&quot;One of Pikionis&#39; sketches of the pathway, in plan view.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Designed in the mid-50s by Dimitris Pikionis, it’s a collage of historical references, regionalism and modernism. They build it with reclaimed stones from demolished buildings nearby, celebrating their imperfections and making a direction connection to the local history.&lt;/p&gt;
&lt;p&gt;Throughout the path, there are bold, gestural forms made from concrete, inspired by the artwork of Paul Klee. By choosing a modernist material like concrete, Pikionis created a dialogue with the International Style of architecture that was spreading throughout Athens at the time.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/18184857/original_ccab817b2347511c740bddc0158e2a31.jpg?1663927103?bc=0&quot; alt=&quot;A photo of the gestural concrete forms amongst the stone pathway.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;What I loved most was that he worked with local craftsmen and let the design emerge from the bottom up:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Pikionis enlisted a crew of skilled local Greek artisans and craftsmen to work the stones and materials. At the outset of the construction, Pikionis eschewed typical dogmatic plans and chose to set the tone for the design through few drawings. He encouraged the local workers to the find the path within the landscape and imbue the materials with their own particular spirit and design through shapes, textures, and patterns. Pikionis was employing the traditional method of the master builder, constructing the site through the hands of the craftsmen and generating a pluralistic design.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/18184865/original_b40cba2e71e0d19a98dcb477f09fcf54.png?1663927127?bc=0&quot; alt=&quot;Detail sketches by Pikionis showing permutations of the stone patterns.&quot; /&gt;&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Alive in the sunshine</title>
      <link href="https://gemmacope.land/writing/alive-in-the-sunshine/"/>
      <updated>2022-09-24T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/alive-in-the-sunshine/</id>
      <content type="html">&lt;p&gt;I recently read &lt;a href=&quot;https://www.fordhampress.com/9780823299546/our-shared-storm/&quot;&gt;&lt;em&gt;Our Shared Storm&lt;/em&gt;&lt;/a&gt; by Andrew Dana Hudson, a speculative fiction novel based on each of the five climate-modelling scenarios in the latest IPCC report. It’s got me &lt;s&gt;thinking&lt;/s&gt; obsessing a little about solarpunk!&lt;/p&gt;
&lt;p&gt;Solarpunk is an optimistic vision of the future where we’re in dynamic balance with environmental systems. It’s polyphonic, abundant, collective, anti-capitalist and decolonial. What I like about it is that it’s not just an aesthetic or genre or utopian vision for the future, it’s something you can do and be in the present. In &lt;a href=&quot;https://www.thejaymo.net/long-form/solarpunk-rusted-chrome/#Solarpunk&quot;&gt;Jay Springett’s&lt;/a&gt; words:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Solarpunk as a movement is building new futures in the minds of individuals but also creating and inspiring communities to DIY their own better futures into existence from the bottom up.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/17791949/original_e990ff66f1b26d5198ca3eefaa5551a9.png?1661765592?bc=0&quot; alt=&quot;Still from Howl&#39;s Moving Castle.&quot; /&gt;&lt;/p&gt;
&lt;h2&gt;Solarpunk fiction&lt;/h2&gt;
&lt;p&gt;I think most of the science fiction I read these days could be defined as solarpunk. This list of &lt;a href=&quot;https://www.paulfletcherhill.com/solarpunk&quot;&gt;solarpunk canon&lt;/a&gt; by Paul Fletcher Hill reads like a list of my favourite books:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The Earthseed series (&lt;a href=&quot;https://www.goodreads.com/book/show/52397.Parable_of_the_Sower&quot;&gt;Parable of the Sower&lt;/a&gt; and &lt;a href=&quot;https://www.goodreads.com/book/show/60932.Parable_of_the_Talents&quot;&gt;Parable of the Talents&lt;/a&gt;) by Octavia Butler&lt;/li&gt;
&lt;li&gt;The Mars trilogy (especially &lt;a href=&quot;https://www.goodreads.com/book/show/77505.Green_Mars&quot;&gt;Green Mars&lt;/a&gt;) by Kim Stanley Robinson&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.goodreads.com/book/show/50998056-the-ministry-for-the-future&quot;&gt;The Ministry for the Future&lt;/a&gt; by Kim Stanley Robinson&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.goodreads.com/en/book/show/50403472&quot;&gt;Blockchain Chicken Farm: And Other Stories of Tech in China’s Countryside&lt;/a&gt;&lt;br /&gt;
 by Xiaowei Wang&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.goodreads.com/book/show/13651.The_Dispossessed&quot;&gt;The Dispossessed&lt;/a&gt; by Ursula K Le Guin&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.goodreads.com/book/show/51686708-how-to-blow-up-a-pipeline&quot;&gt;How to Blow Up a Pipeline&lt;/a&gt; by Andreas Malm&lt;/li&gt;
&lt;li&gt;Studio Ghibli’s &lt;a href=&quot;https://www.imdb.com/title/tt0087544/&quot;&gt;Nausicaä of the Valley of the Wind&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;(I’d add &lt;a href=&quot;https://en.wikipedia.org/wiki/Station_Eleven_(miniseries)&quot;&gt;Station Eleven&lt;/a&gt; and &lt;a href=&quot;https://www.half.earth/&quot;&gt;Half Earth Socialism&lt;/a&gt; as well.)&lt;/p&gt;
&lt;h2&gt;Solarpunk societies&lt;/h2&gt;
&lt;p&gt;In &lt;a href=&quot;https://www.newyorker.com/books/page-turner/our-greatest-political-novelist&quot;&gt;Our Greatest Political Novelist&lt;/a&gt;, Tim Kreider outlines Kim Stanley Robinson’s usual ingredients for his [solarpunk] utopias:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;He scavenges ideas from the American Constitution, the Swiss confederacy, “the guild socialism of Great Britain, Yugoslavian worker management, Mondragon ownership, Kerala land tenure, and so on” to construct his utopias.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Most of these utopias include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;common stewardship—not ownership—of the land, water, and air&lt;/li&gt;
&lt;li&gt;an economic system based on ecological reality&lt;/li&gt;
&lt;li&gt;divesting central governments of most of their power and diffusing it among local communities&lt;/li&gt;
&lt;li&gt;the basics of existence, like health care, removed from the cruelties of the free market&lt;/li&gt;
&lt;li&gt;the application of democratic principles like self-determination and equality in the workplace—which, in practice, means small co-ops instead of vast, hierarchical, exploitative corporations—and,&lt;/li&gt;
&lt;li&gt;a reverence for the natural world codified into law.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;While in Berlin earlier this year I saw Adam Greenfield’s lecture at the Weizenbaum Conference. I missed the first bit of it, which apparently was very doomy, but made it for the second half where he talked through his vision for the future, which I would argue is a solarpunk one:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Local community infrastructure, made/adapted/reused from available materials&lt;/li&gt;
&lt;li&gt;Short supply chains&lt;/li&gt;
&lt;li&gt;Independence from the grid&lt;/li&gt;
&lt;li&gt;Lightweight, convivial technologies&lt;/li&gt;
&lt;li&gt;Local knowledge of how to build and maintain systems&lt;/li&gt;
&lt;li&gt;An ethos of maintenance, repair and mutual care&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Solarpunk now!&lt;/h2&gt;
&lt;p&gt;A few places I’ve visited this year that have tangibly felt solarpunk:&lt;/p&gt;
&lt;h3&gt;The &lt;a href=&quot;https://www.futurefoodsystem.com/&quot;&gt;Future Food System&lt;/a&gt; house in Melbourne&lt;/h3&gt;
&lt;blockquote&gt;
&lt;p&gt;A self sustaining, zero waste, productive house that demonstrates the potential of our homes to provide shelter, produce food and generate energy.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/18196466/original_48e6d2076763067dd7fe8559813ec67a.png?1664013770?bc=0&quot; alt=&quot;A 3D model of the Future Food System house.&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;The &lt;a href=&quot;https://floating-berlin.org/&quot;&gt;Floating University&lt;/a&gt; in Berlin&lt;/h3&gt;
&lt;blockquote&gt;
&lt;p&gt;A series of DIY structures floating in a rainwater retention basin next to the former Tempelhof airfield.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;An inner city laboratory for collective, experimental learning, knowledge transfer and the formation of trans-disciplinary networks to challenge routines and habits of urban practices.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/18196524/original_6e9e62b6033414a12d35807c78b4db59.jpg?1664014943?bc=0&quot; alt=&quot;A photo of the Floating University auditorium and kitchen. The structures are made of reclaimed wood and white fabric, perched over the water.&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;documenta 15&lt;/h3&gt;
&lt;p&gt;This year’s documenta was directed by a collective from Indonesia called ruangrupa and centred around the values of &lt;em&gt;lumbung&lt;/em&gt;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;lumbung&lt;/em&gt;, which directly translates as “rice barn”, refers to a communal building in rural Indonesia where a community’s harvest is gathered, stored and distributed according to jointly determined criteria as a pooled resource for the future.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;The &lt;em&gt;lumbung&lt;/em&gt; practice enables an alternative economy of collectivity, shared resource building, and equitable distribution. &lt;em&gt;lumbung&lt;/em&gt; is anchored in the local and based on values such as humor, generosity, independence, transparency, sufficiency, and regeneration.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;Further reading&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://reallifemag.com/anthem-of-the-sun/&quot;&gt;&lt;em&gt;Anthem of the Sun&lt;/em&gt;&lt;/a&gt; by Olivia Rosane&lt;/li&gt;
&lt;li&gt;&lt;em&gt;&lt;a href=&quot;https://www.e-flux.com/architecture/positions/191258/is-ornamenting-solar-panels-a-crime/&quot;&gt;Is Ornamenting Solar Panels a Crime?&lt;/a&gt;&lt;/em&gt; by Elvia Wilk&lt;/li&gt;
&lt;li&gt;&lt;em&gt;&lt;a href=&quot;https://onsolarpunk.substack.com/&quot;&gt;On Solarpunk&lt;/a&gt;&lt;/em&gt; by Paul Fletcher-Hill&lt;/li&gt;
&lt;li&gt;&lt;em&gt;&lt;a href=&quot;https://www.thejaymo.net/long-form/solarpunk-rusted-chrome/&quot;&gt;Life in the Future Beyond the Rusted Chrome of Yestermorrow&lt;/a&gt;&lt;/em&gt; by Jay Springett&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;iframe style=&quot;border:none;&quot; width=&quot;100%&quot; height=&quot;590&quot; src=&quot;https://www.are.na/gemma-copeland/solarpunk-5qsgpncg8e4/embed&quot; title=&quot;Solarpunk”&quot;&gt;&lt;/iframe&gt;</content>
    </entry>
    
    <entry>
      <title>Four Thousand Weeks</title>
      <link href="https://gemmacope.land/writing/four-thousand-weeks/"/>
      <updated>2022-10-09T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/four-thousand-weeks/</id>
      <content type="html">&lt;p&gt;&lt;a href=&quot;https://www.oliverburkeman.com/books&quot;&gt;&lt;em&gt;Four Thousand Weeks&lt;/em&gt;&lt;/a&gt; – that’s the amount of time you get if you live to 80. Not only does it feel like an impossibly small amount of time, it also speeds up the older you get.&lt;/p&gt;
&lt;p&gt;I really enjoyed this book by Oliver Burkeman. It’s less of a self-help book, more of a meditation on time and our relationship to it. It reminded me a bit of another all-time favourite of mine, &lt;em&gt;How To Do Nothing&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/18419637/original_392fdbd262a19caec36603d3891ff00b.jpg?1665331720?bc=0&quot; alt=&quot;Illustration from the cover of Four Thousand Weeks. A classical statue is being crushed by the weight of a clock.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Most productivity frameworks are about trying to control your time and squeeze more activity into your finite day. You end up spending all your time “clearing the decks” of urgent but unimportant tasks, and never actually get around to the really important stuff. Day-to-day life becomes an endless to-do list that we have to get through efficiently on the pathway to a point where our real life can begin.&lt;/p&gt;
&lt;p&gt;Burkeman suggests there is always going to be too much to do and there will never be enough time. We shouldn’t try to be more productive, but instead embrace our finitude and accept that there’s a whole lot of stuff that we’re just never going to do.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The day will never arrive when you finally have everything under control… The more you confront the facts of finitude instead — and work with them, rather than against them — the more productive, meaningful and joyful life becomes.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This necessarily requires some sacrifice. It’s not just about saying “no” to the things you didn’t really want to do anyway – it’s also about giving up some things that you really want to do.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;There are hard choices to be made: which balls to let drop, which people to disappoint, which cherished ambitions to abandon, which roles to fail at.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;Instead of clearing the decks, declining to clear the decks, focusing instead on what’s truly of greatest consequence while tolerating the discomfort of knowing that, as you do so, the decks will be filling up further, with emails and errands and or to-dos, many of which you may never get round to at all.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The key is not more productivity but conscious choices and acceptance – the joy of missing out. We have to accept that this is a sacrifice, that we will feel discomfort, that the to do list will always be infinite…&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The core challenge of managing our limited time isn’t about how to get everything done but how to decide most wisely what not to do, and how to feel at peace about not doing it.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Personally, I feel like I’m always living in the future: either anxiously worrying about what’s going to happen or excitedly/impatiently imagining various future scenarios in great detail. I really agree with Burkeman’s arguments about letting go of our obsession with the future and paying attention to the current moment, but in practice it’s obviously much harder.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;You can’t know that things will turn out all right. The struggle for certainty is an intrinsically hopeless one, which means you have permission to stop engaging in it.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;One bit that really resonated with me was the part about time as a “network good”: our time is only valuable when it’s in sync with the people we care about. This necessarily means relinquishing control over our own time, in order to fall into step with others. Digital nomadism (I hate that term) optimises for extreme personal sovereignty over time, at the expense of being connected to others – which is ultimately what makes life meaningful.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;To be deeply rooted in a particular community or place, you have to stop moving around. These kinds of meaningful and singular accomplishments just take the time that they take.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The book gets more practical in the appendix, which summarises the main points and suggests some actual things you can do day-to-day, like:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Much advice of getting things done implicitly promises that it’ll help you get everything important done — but that’s impossible, and struggling to get there will only make you busier. It’s better to begin from the assumption that tough choices are inevitable and to focus on making them consciously and well.&lt;/li&gt;
&lt;li&gt;Establish predetermined time boundaries for your daily work.&lt;/li&gt;
&lt;li&gt;Focus on one big project at a time, and see it to completion before moving on to what’s next. It’s alluring to try to alleviate the anxiety of having too many responsibilities or ambitons by getting stated on them all at once, but you’ll make little progress that way; instead, train yourself to get incrementally better at tolerating the anxiety.&lt;/li&gt;
&lt;li&gt;Strategic underachievement: nominating in advance whole areas of your life in which you won’t expect excellence of yourself.&lt;/li&gt;
&lt;li&gt;Pay more attention to every moment, however mundane: to find novelty not by doing radically different things but by plunging more deeply into the life you already have.&lt;/li&gt;
&lt;li&gt;Not knowing what’s coming next — which is the situation you’re always in, with regards to the future— presents an ideal opportunity for choosing curiosity (wondering what might happen next) over worry (hoping that a specific thing will happen next and fearing it might not) wherever you can.&lt;/li&gt;
&lt;/ul&gt;
</content>
    </entry>
    
    <entry>
      <title>Long live RSS</title>
      <link href="https://gemmacope.land/writing/long-live-rss/"/>
      <updated>2022-10-09T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/long-live-rss/</id>
      <content type="html">&lt;p&gt;I’ve had quite stringent settings on my phone for a long time: no badges, barely any notifications, screen time restrictions on social media and downtime in the evening. Despite all this, I still spend around 90–120 minutes on my phone every day. Like most of us, I default to picking up my phone and doom-scrolling every time there is minute or two of empty time.&lt;/p&gt;
&lt;p&gt;I had a bit of a forced digital detox while we were in Greece: my roaming data ran out so I had a few weeks where I could only access the internet on wifi. I decided to make the most of it, partially inspired by &lt;em&gt;Four Thousand Weeks&lt;/em&gt;, and deleted Twitter and Instagram from my phone. I still reached for my phone in every spare moment but it was a lot more boring.&lt;/p&gt;
&lt;p&gt;I decided that I should start using RSS again to keep up with blogs and people and news instead. I’m using Feedly as an RSS reader and Pocket to save articles to read later. My Pocket articles go directly to my Kobo, which I love, but unfortunately it doesn’t let me highlight the text. I’ve also moved a lot of my Substacks to RSS now in an attempt to have less in my inbox as well. It seems like it’s not possible to do this with Tiny Letter though.&lt;/p&gt;
&lt;p&gt;Here’s a few blogs and newsletters that I really love:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Harper’s Magazine publishes a &lt;a href=&quot;https://harpers.org/2022/09/weekly-review-mahsa-amini-giorgia-meloni-pleasuredome-spa-waterloo/&quot;&gt;&lt;em&gt;Weekly Review&lt;/em&gt;&lt;/a&gt; that reflects the chaos of our current reality and always makes me laugh out loud.&lt;/li&gt;
&lt;li&gt;The Baffler has a similar dispatch called &lt;a href=&quot;https://thebaffler.com/latest/fresh-hell-unhappy-meal&quot;&gt;&lt;em&gt;Fresh Hell&lt;/em&gt;&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Claire L. Evan’s &lt;a href=&quot;https://clairelevans.substack.com/archive&quot;&gt;&lt;em&gt;Wild Information&lt;/em&gt;&lt;/a&gt;. Her most recent post, &lt;a href=&quot;https://clairelevans.substack.com/p/intimate-geographies&quot;&gt;&lt;em&gt;Intimate Geographies&lt;/em&gt;&lt;/a&gt;, is sublime.&lt;/li&gt;
&lt;li&gt;Patrick Tanguay’s &lt;a href=&quot;https://sentiers.media/newsletter/1/&quot;&gt;&lt;em&gt;Sentiers&lt;/em&gt;&lt;/a&gt;. I think this is the best newsletter out there… I usually save almost every one of the articles he shares to read later.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.aliciakennedy.news/&quot;&gt;Alicia Kennedy&lt;/a&gt; writes weekly essays on (vegan) food, politics and culture.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://sub.davidoreilly.com/&quot;&gt;David O’Reilly&lt;/a&gt; writes about digital technology and creative practice. It’s an honest and insightful look at what it means to be creative.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://tinyletter.com/gnamma/archive&quot;&gt;&lt;em&gt;Gnamma&lt;/em&gt;&lt;/a&gt; by Lukas W is poetic and watery and so well-written.&lt;/li&gt;
&lt;li&gt;Adam Greenfield writes occasional &lt;a href=&quot;https://tinyletter.com/speedbird&quot;&gt;dispatches&lt;/a&gt; about politics and mutual aid.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://kristoffer.substack.com/&quot;&gt;&lt;em&gt;Naive Weekly&lt;/em&gt;&lt;/a&gt; seems sweet and peaceful (via Piper).&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://tomcritchlow.com/writing/&quot;&gt;Tom Critchlow’s&lt;/a&gt; blog on strategic consultancy&lt;/li&gt;
&lt;li&gt;Dark Matter Lab’s &lt;a href=&quot;https://provocations.darkmatterlabs.org/&quot;&gt;&lt;em&gt;Provocations&lt;/em&gt;&lt;/a&gt; on strategic design, governance, urbanism and complex systems.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://thewhitepube.co.uk/blog/&quot;&gt;&lt;em&gt;The White Pube&lt;/em&gt;&lt;/a&gt; for art criticism, culture and game reviews.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://branch.climateaction.tech/issues/&quot;&gt;&lt;em&gt;Branch&lt;/em&gt;&lt;/a&gt;, an online magazine about using the internet as a positive force for climate justice.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://climateincolour.substack.com/&quot;&gt;&lt;em&gt;Climate in Colour&lt;/em&gt;&lt;/a&gt;, on the intersection of climate science, diversity and sustainable living.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://wecanfixit.substack.com/&quot;&gt;&lt;em&gt;We Can Fix It&lt;/em&gt;&lt;/a&gt;, on facing climate change with a mix of fact, feelings and action.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;By the way — my own RSS feed is available &lt;a href=&quot;https://gemmacope.land/feed.xml&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Milos</title>
      <link href="https://gemmacope.land/writing/milos/"/>
      <updated>2022-10-20T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/milos/</id>
      <content type="html">&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/18608829/original_c2f8d3e2ae72a434d7467690942e3bc9.jpg?1666292485?bc=0&quot; alt=&quot;The view from a church near our house, just after sunset. Looking out across the Mediterranean with a few houses and farms in the foreground.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/18608824/original_ac6b040473a3a99129725a2e01626974.jpg?1666292457?bc=0&quot; alt=&quot;A close up of some roofs at sunset. The light is soft and golden-pink.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/18608822/original_f9e59049aadf00c376b0355fa8803296.jpg?1666292457?bc=0&quot; alt=&quot;A sign towards the catacombs, half hidden by shrubs.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/18608815/original_16d4f34ff88d1add18be687b24506aa5.jpg?1666292439?bc=0&quot; alt=&quot;Blue sky and bone-white volcanic rock on Sarakiniko Beach.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/18608830/original_4299d5820404340a187f6ba2d57ca3eb.jpg?1666292492?bc=0&quot; alt=&quot;A sky blue doorway and whitewashed walls.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/18608828/original_43b858bd73121f01c459e67892e0806d.jpg?1666292484?bc=0&quot; alt=&quot;Curved stairways in dappled shade.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/18608816/original_a047d69fa69d419839ee297262644de7.jpg?1666292446?bc=0&quot; alt=&quot;Fishing boats waiting in the harbour.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/18608827/original_6749dc80f3feb3ecf31c2436e184df7b.jpg?1666292483?bc=0&quot; alt=&quot;Walking through a ruined ampitheatre set on the hillside.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/18608823/original_08e13b4cb219c85d58f1e9b47b58d97e.jpg?1666292458?bc=0&quot; alt=&quot;Colourful boathouses (syrmata) in Klima.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/18608817/original_5af30f55b8ecca67a9724efcb83b2797.jpg?1666292449?bc=0&quot; alt=&quot;How is standing on a pier, under a Greek flag. The sky is cloudy and everything looks very damp. There are other islands in the background and the sea lapping at my feet.&quot; /&gt;&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Mushroom season</title>
      <link href="https://gemmacope.land/writing/mushroom-season/"/>
      <updated>2022-10-29T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/mushroom-season/</id>
      <content type="html">&lt;p&gt;October is mushroom season! Last Saturday was particularly bright and sunny after a few days of rain, which is perfect for mushrooms. We went to Hampstead Heath with a few friends who forage mushrooms regularly.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/18739225/original_44e16393eabdfbc135d2c034220058a9.jpg?1667059188?bc=0&quot; alt=&quot;A close-up of many tiny mushrooms growing out of a log.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;We were lucky and found so many different varieties including &lt;a href=&quot;https://www.wildfooduk.com/mushroom-guide/honey-fungus/&quot;&gt;honey fungus&lt;/a&gt;, &lt;a href=&quot;https://www.mushroomknowhow.com/black-staining-polypore/&quot;&gt;black-staining polypores&lt;/a&gt;, laughing gym, &lt;a href=&quot;https://www.wildfooduk.com/mushroom-guide/curry-scented-milkcap/&quot;&gt;curry-scented milkcap&lt;/a&gt;, fruity brittlegill, &lt;a href=&quot;https://www.wildfooduk.com/mushroom-guide/porcelain-fungus/&quot;&gt;porcelain fungus&lt;/a&gt;, shaggy scalycap and the iconic &lt;a href=&quot;https://www.woodlandtrust.org.uk/trees-woods-and-wildlife/fungi-and-lichens/fly-agaric/&quot;&gt;fly agaric&lt;/a&gt;. Most of these were either inedible or poisonous, so we left them alone after identifying them. Some, like the honey fungus, are edible but we didn’t pick them because we found so many other “choice” mushrooms.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/18739224/original_484b5088527c7f0784a40e0d352591fa.jpg?1667059188?bc=0&quot; alt=&quot;Maria holding the hen of the woods fungus that we found in one hand and a small knife in the other.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;The tastiest find of the day was this &lt;a href=&quot;https://www.wildfooduk.com/mushroom-guide/hen-of-the-woods/&quot;&gt;hen of the woods&lt;/a&gt;. We also found some &lt;a href=&quot;https://www.wildfooduk.com/mushroom-guide/charcoal-burner/&quot;&gt;charcoal burners&lt;/a&gt;, &lt;a href=&quot;https://www.wildfooduk.com/mushroom-guide/parasol/&quot;&gt;parasols&lt;/a&gt;, &lt;a href=&quot;https://www.wildfooduk.com/mushroom-guide/cauliflower-fungus/&quot;&gt;cauliflower fungus&lt;/a&gt; and &lt;a href=&quot;https://www.wildfooduk.com/mushroom-guide/red-cracked-bolete/&quot;&gt;red cracked bolete&lt;/a&gt;, which we cooked and ate the next day (after extensive rounds of verification and double-checking.)&lt;/p&gt;
&lt;p&gt;I enjoy the process of finding mushrooms in itself, even if we didn’t eat them afterwards. It’s all about paying careful attention. It requires a different way of looking: soft, out of the corners of your eyes. There are certain trees, like beech and oak, where they’re more likely to grow around.  Once you learn how to see them, it’s like unlocking a hidden visual layer on the world. Suddenly, there are mushrooms everywhere.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/18739226/original_27306ef15f5c5801059dc3763350ff93.jpg?1667059188?bc=0&quot; alt=&quot;My hand holding a bolete, flipped upside down. The stem is red and the underside of the mushroom cap is very porous.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;To identify the species, you need to pay even closer attention, examining the mushroom’s structure, shape, texture, gills and smell. I’m following Emergence Magazine’s &lt;a href=&quot;https://emergencemagazine.org/event/writing-from-the-roots-part-ii/&quot;&gt;&lt;em&gt;Writing From the Roots&lt;/em&gt;&lt;/a&gt; course at the moment and identifying mushrooms reminds me of some of the writing exercises we’ve done: gradually zooming in on something and describing it in closer and closer detail each time.&lt;/p&gt;
&lt;p&gt;It takes loads of practice to safely forage mushrooms and I’m not sure we would have eaten any without the guidance of our friends. They recommended two apps for identifying mushrooms: &lt;a href=&quot;https://apps.apple.com/gb/app/picture-mushroom-mushroom-id/id1474578078&quot;&gt;Picture Mushroom&lt;/a&gt; and &lt;a href=&quot;https://apps.apple.com/gb/app/shroomify-mushroom-id/id1490594715&quot;&gt;Shroomify&lt;/a&gt;. I’ve heard that &lt;a href=&quot;https://www.waterstones.com/book/mushrooming-with-confidence/alexander-schwab/9781620871959&quot;&gt;&lt;em&gt;Mushrooming with Confidence&lt;/em&gt;&lt;/a&gt; is a really useful identification guide that only includes mushrooms that aren’t easy to mix up with a poisonous doppelgänger. There are also good videos online by &lt;a href=&quot;https://www.youtube.com/channel/UCO6CqGDjDyzsPpDnoRU5pjg&quot;&gt;Wild Food UK&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;🍄&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>The Forest Multiple</title>
      <link href="https://gemmacope.land/writing/the-forest-multiple/"/>
      <updated>2022-11-07T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/the-forest-multiple/</id>
      <content type="html">&lt;blockquote&gt;
&lt;p&gt;The Smart Forests Atlas is a living archive and virtual field site exploring how digital technologies are transforming forests. It provides tools for researchers and other stakeholders to explore, analyse and reflect upon smart forest knowledges and technologies. The Atlas is designed to allow for multiple entrypoints into the research content. Visitors are encouraged to wander through the site according to their own interests, guided by the four wayfinding devices (Map, Radio, Stories and Logbooks).&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Alex and I had the pleasure of going to Cambridge to launch the &lt;a href=&quot;https://atlas.smartforests.net/en-gb/&quot;&gt;Smart Forests Atlas&lt;/a&gt; at &lt;a href=&quot;https://smartforests.net/the-forest-multiple-program/&quot;&gt;The Forest Multiple&lt;/a&gt; in October. We’ve been working on the Smart Forests Atlas for a good part of last year, so it was great to publicly launch it.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/18879847/original_0827f298aaf3415427911d8b502f89ce.jpg?1667896592?bc=0&quot; alt=&quot;A photo from our talk introducing the Atlas.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;All of the other speakers were incredibly interesting, exploring topics like the complexity and limitations of carbon sequestering and the politics of sensing and monitoring. Some of the highlights included &lt;a href=&quot;https://www.ucl.ac.uk/institute-of-advanced-studies/dr-lydia-gibson&quot;&gt;Lydia Gibson&lt;/a&gt;, &lt;a href=&quot;https://cals.cornell.edu/jenny-elaine-goldstein&quot;&gt;Jenny Goldstein&lt;/a&gt; and &lt;a href=&quot;https://www.ucl.ac.uk/anthropology/people/academic-and-teaching-staff/tone-walford&quot;&gt;Tone Walford&lt;/a&gt;. I really loved &lt;a href=&quot;https://www.aalto.fi/en/people/andrea-botero-cabrera&quot;&gt;Andrea Botero Cabrera’s&lt;/a&gt; playful &lt;a href=&quot;https://more-than-human-derive.net/about/&quot;&gt;more-than-human derivé&lt;/a&gt; project which I felt brought everything back down to earth.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;Many of our projects are centred around building tools that encourage localised political action. A lot of the time, this involves an element of mapping. In our experience, maps tend to be a powerful way of situating people, helping them find others in similar situations and, ultimately, giving them more agency.&lt;/p&gt;
&lt;p&gt;We started working on the Smart Forests Atlas in early 2021, after working with &lt;a href=&quot;https://www.jennifergabrys.net/&quot;&gt;Jennifer Gabrys&lt;/a&gt; / &lt;a href=&quot;https://planetarypraxis.org/&quot;&gt;Planetary Praxis&lt;/a&gt; on the &lt;a href=&quot;https://airsift.citizensense.net/&quot;&gt;Airsift&lt;/a&gt; platform in 2020. What we liked about the Atlas was that it questioned and complicated the practice of mapping, particularly its colonial roots. When the Smart Forests team briefed us, they made sure to stress that they weren’t trying to present a neutral, top-down view of the world, but an entangled, situated, plural, participatory one – a “prismatic collection of mappings” to borrow Shannon Mattern’s words:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Ideally, we should balance or juxtapose different modes of knowledge and production: Western scientific and indigenous epistemologies, human and other-species ontologies, mechanical and organic means of experiencing and representing place, cartographic rationalism and empiricism, projection and retrospection. No single über-map can encompass all such subjectivities and sensibilities. Instead, we can aim for an atlas, a prismatic collection of mappings, that invites comparison and appreciation of the ways in which our world is both known and unknown.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The process of working on the Atlas stretched our thinking around designing digital experiences. Software development tends towards binary thinking and absolute truths, simplifying complex information so it can fit into a structured database or a set of user personas. In this project, we were asked to do the opposite of this: exploring multiplicity, complexity and more-than-human contributors.&lt;/p&gt;
&lt;p&gt;I was frequently reminded of the Smart Forests Atlas while reading &lt;a href=&quot;https://www.jamesbridle.com/&quot;&gt;James Bridle’s&lt;/a&gt; wonderful new book &lt;em&gt;Ways of Being&lt;/em&gt;. In the book, they suggest that “our machines should be non-binary, decentralized and unknowing”:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Unknowing, means acknowledging the limitations of what we can know at all, and treating with respect those aspects of the world which are beyond our ken, rather than seeking to ignore or erase them. To exist in a state of unknowing is not to give in to helplessness. Rather, it demands a kind of trust in ourselves and in the world to be able to function in a complex, ever-shifting landscape over which we do not, and cannot, have control.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This project was an opportunity to really explore this idea in practice. It was a fascinating and, at times, challenging, project to work on. (I think at one point we wrote user stories for a tree.) I’m really grateful to have had the opportunity to think about these questions so deeply.&lt;/p&gt;
&lt;h3&gt;Process&lt;/h3&gt;
&lt;p&gt;We started working on the design of the Atlas in parallel with the team developing the concept and starting their initial research. We began with a workshop with us and the Smart Forests team, where we explored their ideas around what the Atlas could be.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/18879641/original_b002bf3825fc4ea1c417c0429143d1ec.jpg?1667894931?bc=0&quot; alt=&quot;Screenshots from our collaborative workspaces in Notion and Miro.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Our goal with the design was to strike a balance between usability and experimentation. We wanted to the Atlas to challenge conventional expectations about what a digital experience could be, but we also wanted to make sure that people could find their way around the site and access the content. We wanted the site to have its own voice, but without overpowering the contributors’ content and the diverse forms that this might take.&lt;/p&gt;
&lt;p&gt;We started by mapping out the site, content taxonomy and modules. We went through several iterations of the design, moving from low fidelity wireframes to high fidelity visual designs. We met with the Smart Forests team a number of times to feedback on the designs and shape the direction of Atlas.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/18879632/original_9bc96f2690e7a9ca348250d109404cae.jpg?1667894924?bc=0&quot; alt=&quot;Screenshots of early wireframes in Miro.&quot; /&gt;&lt;br /&gt;
▲ An early sketch exploring how to offer clear navigational cues (at the top) and weave the main content with related multimedia.&lt;/p&gt;
&lt;p&gt;The Atlas needed to be be flexible and accommodate a whole range of content, languages and contributors, weaving together local perspectives with external datasets and sensors. We chose to build open existing tools and data sources rather than building everything ourselves. This was partially a pragmatic decision and partially a way of connecting into existing digital ecosystems.&lt;/p&gt;
&lt;h3&gt;The digital (forest) garden&lt;/h3&gt;
&lt;p&gt;One key requirement was that the website needed to be able to evolve over time. This led us to the idea of digital gardens: websites that are exploratory, bottom-up, contextual and constantly evolving.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/18879631/original_6bfda9bab7a517c0b3b2ef66e914b8c0.jpg?1667894925?bc=0&quot; alt=&quot;Illustration comparing timeline-based streams with topography-based digital gardens.&quot; /&gt;&lt;br /&gt;
▲ Illustration by &lt;a href=&quot;https://maggieappleton.com/garden-history&quot;&gt;Maggie Appleton&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Digital gardens require maintenance and invite participation: website as process rather than finished product. A digital garden is a constant work in progress, where the associations between different blocks of content matter more than when they were posted. Unlike a blog, which might be structured according to a strict content taxonomy or ordered chronologically, a digital garden is freeform and emergent.&lt;/p&gt;
&lt;p&gt;Visitors are invited to explore the content and go on tangents according to their own interests. It’s expected for a digital garden to grow and change over time, with new information or perspectives added as the research process continues.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/18879633/original_9b6ca8eeb5d6f317d26c8442e2f11033.jpg?1667894929?bc=0&quot; alt=&quot;Screenshot of a Figma file showing explorative sketches and references.&quot; /&gt;&lt;br /&gt;
▲ Some early visual language sketches. I was looking for ways to visually show plurality – through always using multiple photos to communicate an idea, using a wide range of greens in the colour palette, using pixelated or blurred imagery and reversing expectations around foreground and background with the map.&lt;/p&gt;
&lt;p&gt;The Atlas is designed so that there are multiple entrypoints into the content. Visitors are encouraged to wander through the site according to their own interests, guided by the four wayfinding devices (Map, Radio, Stories, Logbooks).&lt;/p&gt;
&lt;p&gt;The design of each wayfinding device is visually differentiated through icons, typography and content structure, while remaining densely interconnected through the tagging system.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/18879630/original_56ec89ea34e8bdd8621645d6bca8ba8e.jpg?1667894924?bc=0&quot; alt=&quot;The four wayfinding icons.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Logbooks are intended to be a digital working space where people can collect up rough ideas as they develop over time. We designed this so that individual logbook entries could themselves be tagged and thus connected on a more granular level to other parts of the site.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/18879644/original_ed5beadc03b4836fd84d8d601638bb94.jpg?1667894931?bc=0&quot; alt=&quot;A screenshot of a Logbook page.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;These are collected together and linked with each other, eventually feeding in to the Stories, which are more polished and in-depth.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/18879637/original_27225281eaf8bc66ee1622b4a84a9d73.jpg?1667894927?bc=0&quot; alt=&quot;A screenshot of the Stories overview page.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;The Map is designed to situate the Atlas’ content geographically – it reappears on the metadata column of Logbook and Stories pages.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/18879636/original_25e6e6b4f54d56fc007fa60ffcee9603.jpg?1667894926?bc=0&quot; alt=&quot;A screenshot of the Map page.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;The Radio is an ever present feature that can play while you browse the rest of the site.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/18879642/original_94529bf24d000521ffc558664cedafff.jpg?1667894931?bc=0&quot; alt=&quot;A screenshot of the Radio page.&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;Tagging system&lt;/h3&gt;
&lt;p&gt;The tag cloud, which features on the homepage and at the bottom of each Logbook and Story, is one of the core ways that people navigate the site. Clicking one of the tags here will open a side panel that surfaces related content within all four wayfinding devices, as well as the contributors who have used that tag.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/18879638/original_228086b002cd9dcaa82e4826fd2c3c31.jpg?1667894927?bc=0&quot; alt=&quot;A screenshot of the homepage, showing the tag cloud and open sidebar.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;The tag cloud represents the Atlas in a visual and abstract way. It allows people to explore content intuitively rather than via a direct search, making space for emergent themes and unexpected connections. We chose tags as the means of relating content within the Atlas rather than a strict taxonomy of metadata. We wanted to remove any hierarchy between types of tags, allowing the content taxonomy to emerge from the bottom-up.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/18879634/original_45aa9e526d12cbc04ea7d79aa9239777.gif?1667894925?bc=0&quot; alt=&quot;An animation showing an assortment of tag cloud permutations.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;The technique we use to visualise the tags draws on graph theory and in particularly &lt;a href=&quot;https://en.wikipedia.org/wiki/Eigenvector_centrality&quot;&gt;Eigenvector centrality&lt;/a&gt;. It surfaces the tags that are most frequently used and connected to other tags. In particular, it visualises the relationships between the pieces of content, even the unintentional ones.&lt;/p&gt;
&lt;p&gt;Eigenvector centrality is most famously deployed in Google’s &lt;a href=&quot;https://en.wikipedia.org/wiki/PageRank&quot;&gt;PageRank&lt;/a&gt; algorithm. The difference between this and something like PageRank is that PageRank is concerned with ranking pages on the basis of how many other pages link to them. Here we are ranking tags based on how other tags link to them.&lt;/p&gt;
&lt;p&gt;When someone creates a new page that has tags, we perform a search of the page that it is linked to. We then look at the tags on the pages in that search, up to a fixed number of pages. This constructs a list of related tags.&lt;/p&gt;
&lt;p&gt;For the related tags at the bottom of each page, we rank the list of related topics according to that degree of connectedness within the collection of topics that are related to that page. That is: how many times these particular topics are linked to each other throughout the site.&lt;/p&gt;
&lt;p&gt;Initial versions of the homepage map were too visually dense to be useful or attractive. It wasn’t particularly useful, or even possible, to view the whole network of tags at once. So we limited the cloud to 30 tags, which we then randomise. This adds an elements of serendipity to the site – it’s different every time you visit. I also liked how this linked in to Shannon Mattern’s ideas at the beginning of this post: it’s not possible to view or understand the entire system from the top-down – you can only get snapshots from a particular viewpoint.&lt;/p&gt;
&lt;h3&gt;Contributions&lt;/h3&gt;
&lt;p&gt;One of the important design considerations was how to invite participation from a range of contributors. We chose a CMS called Wagtail for its robust editor experience and granular editorial pipeline permissions. We wrote guidelines on how to the use the CMS, which is published on the wiki of Smart Forest’s public GitHub repository. From the outset, we set up localisation so that people would be able to post in their own languages in future. We also set up a public API of the website content to enable people to use and appropriate the research themselves.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/18879643/original_70e3e9f7a777f51c6e54361064dc8e83.jpg?1667894930?bc=0&quot; alt=&quot;Screenshots of the Contributors page on the Atlas and the participant guide on GitHub.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;In many ways, we’re just getting started with the Smart Forests Atlas. A website is never finished, even more so if it’s a digital garden. The team has added a lot content over the last few months and are onboarding more contributors now. We’re about to start a new phase of work, where we smooth over some of the rough edges and make improvements to the site as it is. Then we’ll work on some new features and improvements to how content is curated throughout.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;Further reading:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://atlas.smartforests.net/&quot;&gt;Visit the Atlas&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Read the Smart Forests research team’s paper on &lt;a href=&quot;https://dl.acm.org/doi/10.1145/3537797.3537804&quot;&gt;&lt;em&gt;Digital Gardening with a Forest Atlas: Designing a Pluralistic and Participatory Open-Data Platform&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Read Maggie Appleton’s post on &lt;a href=&quot;https://maggieappleton.com/garden-history&quot;&gt;The History and Ethos of the Digital Garden&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</content>
    </entry>
    
    <entry>
      <title>A continuous and never ending process</title>
      <link href="https://gemmacope.land/writing/a-continuous-and-never-ending-process/"/>
      <updated>2022-11-12T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/a-continuous-and-never-ending-process/</id>
      <content type="html">&lt;p&gt;I read three of &lt;a href=&quot;https://www.emilymandel.com/&quot;&gt;Emily St John Mandel’s&lt;/a&gt; books in quick succession last month: &lt;em&gt;Sea of Tranquility&lt;/em&gt;, &lt;em&gt;The Glass Hotel&lt;/em&gt; and &lt;em&gt;Station Eleven&lt;/em&gt;. Her work often involves parallel universes and time travel, but it’s subtle and bit different to a lot of the science fiction I read. More like narrative where the boundaries between moments in time feel shimmering and fragile.&lt;/p&gt;
&lt;p&gt;One of the interesting things about her work is that, although the books aren’t a series, the same characters appear throughout. The main character of one book might be a background character of the next. Sometimes they’ll be more or less the same, other times their storylines will be slightly altered. It really adds depth to her suggestions about the nature of time.&lt;/p&gt;
&lt;p&gt;Pandemics and the end of the world are a common theme, but it’s much less bleak than it sounds. There’s something hopeful about it too — an acceptance of living in post-apocalyptic times, a realisation that there is still beauty after the end of the world.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;My point is, there’s always something. I think, as a species, we have a desire to believe that we’re living at the climax of the story. It’s a kind of narcissism. We want to believe that we’re uniquely important, that we’re living at the end of history, that &lt;em&gt;now&lt;/em&gt;, after all these millennia of false alarms, &lt;em&gt;now&lt;/em&gt; is finally the worst that it’s ever been, that finally we have reached the end of the world.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/10056713/original_bfc27e87b48ceb238c92427bc0d23c96.jpg?1609355706?bc=0&quot; alt=&quot;A photo of a comet against a backdrop of stars in space. It looks like it has two split tails: the left one is bright blue and the other is shimmering and white.&quot; /&gt;&lt;br /&gt;
▲ The Structured Tails of Comet NEOWISE by Zixuan Lin, from Nasa’s &lt;a href=&quot;https://apod.nasa.gov/apod/ap200722.html&quot;&gt;Astronomy Picture of the Day&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;It was interesting to read &lt;em&gt;Station Eleven&lt;/em&gt; the novel after loving the miniseries so much. It was enjoyable to compare Mandel’s original text with Patrick Somerville’s interpretation. Both were incredible in their own way, but also so different. There’s a great (spoiler-ridden) New Yorker article about this: &lt;a href=&quot;https://www.newyorker.com/culture/on-television/in-station-eleven-all-art-is-adaptation&quot;&gt;&lt;em&gt;In Station Eleven, all art is adaptation&lt;/em&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;HBO’s Station Eleven is obsessed with adaptation, the way that people (many of them actors) reuse and project upon a source. It’s awash in references: Christmas carols, the funk band Parliament, Bob Dylan, King Lear and Hamlet. There’s also the most transcendent cover of rap music that I’ve ever seen on TV, a set piece that somehow crystallizes a character, a situation, and the human situation, all at once. Most of the art featured on the series doesn’t exist in its original form. It comes filtered through individuals, who carry and change it in time—shaping, recontextualizing, extracting what they need. One feels as though Somerville were triangulating between the texts and his characters to locate some mysterious quality that hovers in the middle. When Kirsten, Jeevan, and Frank stage Station Eleven, for example, the play works because the actors and the dynamics among them are so real. Yet the players grow more alive in the performance; their actual dynamics are heightened by it.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Speaking of interpretations and adaptations, we watched the 2007 film &lt;a href=&quot;https://en.wikipedia.org/wiki/I%27m_Not_There&quot;&gt;&lt;em&gt;I’m Not There&lt;/em&gt;&lt;/a&gt; last night, which was “inspired by the many lives of Bob Dylan”. There are six characters played by different actors (including a transcendent Cate Blanchett) in separate and nonlinear storylines. Each represents a different facet of Dylan’s persona and life.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I don’t think I’m tangible to myself. I mean, I think one thing today and I think another thing tomorrow. I change during the course of a day. I wake and I’m one person, and when I go to sleep I know for certain I’m somebody else. I don’t know who I am most of the time. It doesn’t even matter to me.&lt;/p&gt;
&lt;/blockquote&gt;
</content>
    </entry>
    
    <entry>
      <title>Bits and pieces</title>
      <link href="https://gemmacope.land/writing/bits-and-pieces/"/>
      <updated>2022-11-12T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/bits-and-pieces/</id>
      <content type="html">&lt;p&gt;I’ve been enjoying listening to &lt;a href=&quot;https://www.overthinkpodcast.com/&quot;&gt;Overthink&lt;/a&gt;, a podcast about philosophy. Really engaging and accessible. One of the hosts, Ellie Anderson, is an expert in feminist approaches to love and sexual consent, particularly the work of Simone de Beauvoir. I really want to read some of Beauvoir’s journals now.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;Wonderful &lt;a href=&quot;https://pioneerworks.org/broadcast/elvia-wilk-claire-evans-in-conversation&quot;&gt;conversation between Elvia Wilk and Claire L Evans&lt;/a&gt; on Pioneer Works.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I’m always extremely suspicious, for that reason, of any technology marketed using even remotely utopian language—specifically claims that some new sphere or realm is going to be a fresh start or an unspoiled new beginning. That signals to me immediately that the people who are involved in building the thing have no interest in maintenance.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr /&gt;
&lt;p&gt;One of my &lt;a href=&quot;https://gemmacope.land/writing/unravel-from-toxic-individualism/&quot;&gt;posts&lt;/a&gt; got a mention in a Space10 article &lt;a href=&quot;https://space10.com/where-ideas-come-from/&quot;&gt;&lt;em&gt;Where Ideas Come From&lt;/em&gt;&lt;/a&gt;, thanks to &lt;a href=&quot;https://www.linseyrendell.com/&quot;&gt;Linsey&lt;/a&gt;. In &lt;em&gt;very&lt;/em&gt; good company alongside favourites like Brian Eno, The Bloomsbury Group and Donna Haraway. I didn’t realise that this quote originated from indigenous activists in 1970’s Queensland / &lt;a href=&quot;https://en.wikipedia.org/wiki/Lilla_Watson&quot;&gt;Lilla Watson&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;If you have come here to help me, you are wasting your time. But if you have come because your liberation is bound up with mine, then let us work together.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr /&gt;
&lt;p&gt;Great episode by &lt;a href=&quot;https://www.nts.live/shows/early-bird-show-maria-somerville/episodes/early-bird-show-maria-somerville-8th-november-2022&quot;&gt;Maria Somerville on the NTS Early Bird Show&lt;/a&gt;. This week she was joined by Róisín Berkeley, who also lives on the west coast of Ireland and has a similarly soothing accent.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;Via &lt;a href=&quot;https://www.righttoroam.org.uk/&quot;&gt;Right to Roam&lt;/a&gt; on &lt;a href=&quot;https://twitter.com/Right_2Roam/status/1584291551391670273/&quot;&gt;Twitter&lt;/a&gt; (RIP) I learned that our continued access to Epping Forest was made possible thanks to people protesting its enclosure in the 19th century.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/18950097/original_802c07bf33959979e9ea07354cd60039.jpg?1668251471?bc=0&quot; alt=&quot;An illustration of Epping Forest in the 19th century. People are walking and sitting in groups, and the trees look enormous. The caption says &amp;quot;A view in EppingForest&amp;quot;&quot; /&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;I don’t pay enough attention to interesting websites anymore, but this one for &lt;a href=&quot;https://nosajthing.com/&quot;&gt;Nosaj Thing&lt;/a&gt; by Eric Hu and Bureau Cool really stood out thanks to a combination of Eric’s distinctive typography / art direction and the fact that all the images are generated by Stable Diffusion.&lt;/p&gt;
&lt;hr /&gt;
&lt;h3&gt;Some highlights from recent books&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;https://www.fordhampress.com/9780823299546/our-shared-storm/&quot;&gt;Our Shared Storm&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Life did not have to be lived in the shadow of onrushing doom, or with a sense of guilt at the damage one did by simply existing, or consumed by anger at the sins of a greedy, foolish past. There were so many ways to live, so many scenarios of human being to explore.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;New imaginaries were possible, small things could be part of big plans…&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href=&quot;https://www.half.earth/&quot;&gt;Half Earth Socialism&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The task of unbuilding makes clear that environmentalism isn’t so much the idealisation of ‘pristine’ nature (though it is vital to protect intact ecosystems) but the recognition that it is still possible to repair our broken world.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/On_Earth_We&#39;re_Briefly_Gorgeous&quot;&gt;On Earth We’re Briefly Gorgeous&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Some people say history moves in a spiral, not the line we’ve come to expect. We travel through time in a circular trajectory, our distance increasing from an epicenter only to return again, one circle removed.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Walkaway_(Doctorow_novel)&quot;&gt;Walkaway&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I’m suspicious of any plan to fix unfairness that starts with “step one, dismantle the entire system and replace it with a better one”, especially if you can’t do anything else until step one is done. Of all the ways that people kid themselves into doing nothing, that one is the most self-serving.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;You got the world you hoped for or the world you feared — your hope or fear made it.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;The best way to be superhuman is to do things that you love with people who love them too.&lt;/p&gt;
&lt;/blockquote&gt;
</content>
    </entry>
    
    <entry>
      <title>Hello better world</title>
      <link href="https://gemmacope.land/writing/hello-better-world/"/>
      <updated>2022-11-15T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/hello-better-world/</id>
      <content type="html">&lt;p&gt;I’m &lt;a href=&quot;https://social.coop/@gem&quot;&gt;@gem@social.coop&lt;/a&gt; on Mastodon.&lt;/p&gt;
&lt;p&gt;I like it much more than Twitter already! I had gotten to a point where I barely posted anything on Twitter because it was too noisy and overwhelming, and reading the feed mainly made me feel depressed about the world. There sure were some good memes though.&lt;/p&gt;
&lt;p&gt;I found a tool called &lt;a href=&quot;https://pruvisto.org/debirdify/&quot;&gt;Debirdify&lt;/a&gt; that helps you find your Twitter friends on Mastodon.&lt;/p&gt;
&lt;p&gt;This article from Wired — &lt;a href=&quot;https://www.wired.com/story/how-to-get-started-use-mastodon/&quot;&gt;How to Get Started on Mastodon&lt;/a&gt; — is a really useful introduction.&lt;/p&gt;
&lt;p&gt;Strong agree with what Robin Sloan &lt;a href=&quot;https://www.robinsloan.com/lab/lost-thread/&quot;&gt;wrote about Twitter ending&lt;/a&gt; back in April:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;There are so many ways people might relate to one another online, so many ways exchange and conviviality might be organized. Look at these screens, this wash of pixels, the liquid potential! What a colossal bummer that Twitter eked out a local maximum; that its network effect still (!) consumes the fuel for other possibilities, other explorations.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Also Jay Springett’s &lt;a href=&quot;https://www.thejaymo.net/2022/10/29/10-tips-for-leaving-twitter-2238/&quot;&gt;10 tips for leaving Twitter&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>On routines</title>
      <link href="https://gemmacope.land/writing/on-routines/"/>
      <updated>2022-11-19T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/on-routines/</id>
      <content type="html">&lt;p&gt;Lately I’ve been thinking a lot about my routine. I’ve been trying to introduce a bit more structure into my work day… not as an attempt to be more productive, more so that I create stronger boundaries between work and the rest of the work. I can sometimes start working at 8am, forget to finish early and then feel totally wrung out by the evening. This isn’t how I want to work at all, because I really believe the research that says working longer hours doesn’t mean you’ll get more done. But with remote work, it can be so easy to slip into working longer and longer hours.&lt;/p&gt;
&lt;p&gt;I found Overthink’s episode about &lt;a href=&quot;https://www.overthinkpodcast.com/episodes/episode-48&quot;&gt;Productivity&lt;/a&gt; really interesting. I like their suggestions at the end: aim for creativity over productivity, focus on the process not the product, and move more slowly and sustainably.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/19070532/original_0fea3a5fe37d6cc9187e4c4292bf285f.jpg?1668953858?bc=0&quot; alt=&quot;A timetable of the author Ursula Le Guin&#39;s daily routine.&quot; /&gt;&lt;br /&gt;
▲ Ursula Le Guin’s daily routine&lt;/p&gt;
&lt;p&gt;I also really liked this &lt;a href=&quot;https://blog.doist.com/pay-yourself-first/&quot;&gt;advice from the Doist blog&lt;/a&gt; that suggests you should “pay yourself first” each morning. Instead of waking up and diving straight into work (or social media), it’s about setting aside the first hour or so of the day for yourself. This is time to do the important-but-not-urgent things that contribute to your own wellbeing or creative practice, rather than try to squeeze them in around your professional work.&lt;/p&gt;
&lt;p&gt;Lately I’ve been writing &lt;a href=&quot;https://juliacameronlive.com/basic-tools/morning-pages/&quot;&gt;morning pages&lt;/a&gt;… not quite every day yet but I’m getting there. This is one of those practices that is so simple but incredibly effective.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Morning Pages are three pages of longhand, stream of consciousness writing, done first thing in the morning. There is no wrong way to do Morning Pages — they are not high art. They are not even “writing.” They are about anything and everything that crosses your mind– and they are for your eyes only. Morning Pages provoke, clarify, comfort, cajole, prioritize and synchronize the day at hand. Do not over-think Morning Pages: just put three pages of anything on the page… and then do three more pages tomorrow.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I’ve found it really useful to have a &lt;a href=&quot;https://blog.doist.com/end-work-day/&quot;&gt;“shutdown ritual”&lt;/a&gt; in the evening, which helps in creating that work-life separation. I like to exercise straight after work as well, to clear out my brain and re-situate myself in my body.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Centre for Alternative Technology</title>
      <link href="https://gemmacope.land/writing/centre-for-alternative-technology/"/>
      <updated>2022-11-20T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/centre-for-alternative-technology/</id>
      <content type="html">&lt;p&gt;Wales is absolutely beautiful at the moment (and always). The autumn leaves and soft sunlight turn the whole landscape golden and warm.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/19070537/original_da798c3a4e020b484e632ee1ffaa02fd.jpg?1668953894?bc=0&quot; alt=&quot;A photo of the Centre for Alternative Technology taken from the hill above. There are a number of usual building structures poking out from amongst the trees, as well as a windmill and a large wind turbine blade on its side. In the background there are hills covered in forest.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;We visited the &lt;a href=&quot;https://cat.org.uk/&quot;&gt;Centre for Alternative Technology&lt;/a&gt; last weekend. It’s an amazing place, built on top of a mountain of waste slate from a nearby disused quarry. The Centre was started by a group of people who moved there in the mid-70s. Their goal was to provide a space where people could test things out and learn how to live more lightly on the earth.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/19070539/original_84e2134c2447045386c6dc2dfaf409d9.jpg?1668953897?bc=0&quot; alt=&quot;The conservatory of the &amp;quot;Whole House&amp;quot; building. It was constructed in the mid-70s to demonstrate insulation techniques like super thick walls and small windows, which are a bit outdated now.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;It has examples of different renewable energy technologies, a collection of buildings demonstrating innovative architectural/construction techniques and a few different gardens. It’s all completely off grid, including running its own water and sewage systems.&lt;/p&gt;
&lt;p&gt;It was so inspiring to spend time somewhere like this. You can feel how many different people will have contributed towards building the centre and its vision over the years. It really gave us the sense that most of the ideas we need to transition to a zero carbon economy are already there, tried and tested…&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/19070541/original_c4fa1625facd438e7986eed127a1f428.jpg?1668953899?bc=0&quot; alt=&quot;A geodesic dome greenhouse next to a tree-lined pathway. In the background is another windmill.&quot; /&gt;&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Less like an object and more like the weather</title>
      <link href="https://gemmacope.land/writing/less-like-an-object-and-more-like-the-weather/"/>
      <updated>2022-12-04T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/less-like-an-object-and-more-like-the-weather/</id>
      <content type="html">&lt;p&gt;It’s so nice to be in north Wales as the seasons change. The beech trees still have the most amazing orange-yellow-red leaves, but now there’s snow at the top of &lt;a href=&quot;https://en.wikipedia.org/wiki/Cadair_Idris&quot;&gt;Cadair Idris&lt;/a&gt;. It’s wild to think that just three months ago we camped on top of it. There’s a legend that says anyone who sleeps on Cadair Idris’ summit will wake up as either a madman or poet. Three months on and I’m still no better at poetry so…&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/19274831/original_3fbae19efc9dce2311f3ab29c140c9a7.png?1670181913?bc=0&quot; alt=&quot;A sketch of Cadair Idris from 1819. There are two small houses in the foreground with the mountains rising behind.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I’ve been trying to get better at identifying fungi, trees and birds while we’re here. I saw a bright yellow bird the other day which I think is a &lt;a href=&quot;https://www.rspb.org.uk/birds-and-wildlife/wildlife-guides/bird-a-z/siskin/&quot;&gt;siskin&lt;/a&gt;. There are so many robins around too — I love listening to them sing. I found a database full of &lt;a href=&quot;https://www.british-birdsongs.uk/robin/&quot;&gt;recordings of British birds&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I’m also thinking about water a lot, it’s so incredibly wet here. On the weekends when we go hiking the ground is completely saturated and boggy. The Afon (River) Wnion was the highest I’ve ever seen it a few weeks ago.&lt;/p&gt;
&lt;p&gt;Really enjoyed this article &lt;a href=&quot;https://psyche.co/ideas/what-does-water-want-most-humans-seem-to-have-forgotten&quot;&gt;&lt;em&gt;What does water want? Most humans seem to have forgotten&lt;/em&gt;&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Slow Water mimics or collaborates with natural systems, restoring space for water to slow on land in wetlands, floodplains, mountain meadows, forests, tidal marshes, and mangroves. Slow Water is distributed, not centralised: think of the wet zones scattered throughout a wild watershed instead of a big dam and reservoir. It is also socially just: Slow Water doesn’t take water from some people to give to others, or protect some communities while pushing floods on to another. Slow Water gives communities agency to restore resilience to their local landscapes and revive local cultures. And in taking a systems-oriented approach, it simultaneously supports local water availability, flood control, natural carbon storage, and other-than-human life.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/19274410/original_1246baf72513c4afd5241b95d1a7d419.jpg?1670179090?bc=0&quot; alt=&quot;An intricate map of the Mississipi River, with layers and layers of the river superimposed in different pastel colours.&quot; /&gt;&lt;br /&gt;
▲&lt;a href=&quot;https://publicdomainreview.org/collection/maps-of-the-lower-mississippi-harold-fisk&quot;&gt;A meander map&lt;/a&gt; of the Mississipi river by Harold Fisk, 1944&lt;/p&gt;
&lt;p&gt;Just west of here the river feeds into the Afon Mawwdach and enters a huge estuary that feeds into the ocean. Fairbourne, a town at the end of the estuary, is the first place in the UK that the government has announced it won’t defend from sea level rise so it’s due to be abandoned by 2054…&lt;/p&gt;
&lt;h3&gt;c,o,n,t,i,n,u,o,u,s and c-o-n-n-e-c-t-e-d&lt;/h3&gt;
&lt;p&gt;In &lt;a href=&quot;https://www.newyorker.com/magazine/2022/10/10/are-you-the-same-person-you-used-to-be-life-is-hard-the-origins-of-you&quot;&gt;&lt;em&gt;Are you the same person you used to be?&lt;/em&gt;&lt;/a&gt;, they suggest that some people divide their lives up into discrete chapters, constantly reinventing themselves, and others see their lives or identities as one continuous narrative.&lt;/p&gt;
&lt;p&gt;I can’t decide which category I belong to. I mostly divide my memories depending on which city I lived in at the time, but I can also see the broader patterns that continue through all my experiences and interests. I guess it’s both.&lt;/p&gt;
&lt;p&gt;The article describes research conducted in Dunedin where they studied over a thousand children from the age of three, meeting with them every two years until they were forty-five. They categorised the kids according to their temperaments and watched how they developed over time. How much of our identity is innate and how much is the product of our environment?&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Human beings, they suggest, are like storm systems. Each individual storm has its own particular set of traits and dynamics; meanwhile, its future depends on numerous elements of atmosphere and landscape.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/19274731/original_1e70f93dfea40883c802bc16b6a4c3e8.jpg?1670181343?bc=0&quot; alt=&quot;A greyscale satellite image showing swirling clouds. On the top and bottom is grey static.&quot; /&gt;&lt;br /&gt;
▲ An image from &lt;a href=&quot;https://open-weather.community/&quot;&gt;open-weather&lt;/a&gt;, capturing transmissions from a National Oceanic and Atmospheric Administration (NOAA) satellite&lt;/p&gt;
&lt;p&gt;They suggest that although there are some patterns and cycles that are evident from an early age, one way that people can break out of their patterns is through close relationships with others. It reminded me of a bit in &lt;a href=&quot;https://en.wikipedia.org/wiki/The_Mushroom_at_the_End_of_the_World&quot;&gt;&lt;em&gt;The Mushroom at the End of the World&lt;/em&gt;&lt;/a&gt;, where Anna Tsing talks about indeterminacy:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Fungi are famous for changing shape in relation to their encounters and environments. Many are “potentially immortal”, meaning they die from disease, injury or lack of resources, but not from old age. Even this little fact can alert us to how much our thoughts about knowledge and existence just assume determinate life form and old age. We rarely imagine life without such limits – and when we do we stray into magic. Rayner challenges us to think with mushrooms, otherwise. Some aspects of our lives are more comparable to fungal indeterminacy, he points out. Our daily habits are repetitive, but they are also open-ended, responding to opportunity and encounter. What if our indeterminate life form is not the shape of our bodies but rather the shape of our motions over time? Such indeterminacy expands our concept of human life, showing us how we are transformed by encounter.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/19274780/original_54a34f71e812f8432d4463d9efc652bb.jpg?1670181688?bc=0&quot; alt=&quot;A microscopic close-up of a mycelial network.&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;Building alternatives&lt;/h3&gt;
&lt;p&gt;Really good article on Noema by one of the co-founders of my instance &lt;a href=&quot;http://social.coop/&quot;&gt;Social.coop&lt;/a&gt;: &lt;a href=&quot;https://www.noemamag.com/mastodon-isnt-just-a-replacement-for-twitter/&quot;&gt;&lt;em&gt;Mastodon Isn’t Just A Replacement For Twitter&lt;/em&gt;&lt;/a&gt;. I was reflecting on the Twitter exodus to Mastodon the other day… It feels to me like a really great example of how important it is to be building these alternatives in parallel to the mainstream.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Acts of smashing, while vital for disruption, do not create the kind of resilient, large-scale, long-term bodies needed to replace dominant powers. As we have seen, the direction our world takes in moments of chaos will be defined by the ideas and institutions that are already available. If we want a world of workplaces owned and run cooperatively, of political decision-making power in local community hands, we stand a much better chance if this is already being built in time for social shocks.&lt;br /&gt;
— Graham Jones, &lt;em&gt;The Shock Doctrine of the Left&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;It is so important to be optimistically building, testing, iterating on these institutions alongside the present day, rather than waiting for some perfect utopia to arrive in which we can start building.&lt;/p&gt;
&lt;h3&gt;It’s just so easy&lt;/h3&gt;
&lt;p&gt;Speaking of which, I find it so hilarious that in &lt;a href=&quot;https://kotaku.com/victoria-3-communism-op-paradox-simulation-capitalism-1849832954&quot;&gt;&lt;em&gt;Victoria 3&lt;/em&gt;&lt;/a&gt;, a political simulation game, it turns out that communism is the most economically efficient government system:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Capitalist playstyles, they suggest, are too inefficient. The bosses at the top of &lt;em&gt;Victoria 3&lt;/em&gt; capitalist societies get high pay, while workers get very low pay. But in a &lt;em&gt;Victoria 3&lt;/em&gt; communist economy, worker cooperatives ensure that all capitalist wealth is turned over to the workers. As a result, their high purchasing power allows them to spend more money in the economy, which increases economic demand. This leads to higher living standards, which attracts more immigration, another big boost. “It’s just so easy,” the player concludes.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h3&gt;Bits and pieces&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;So inspired by Jeff VanderMeer’s experience of &lt;a href=&quot;https://www.audubon.org/magazine/fall-2022/best-selling-author-jeff-vandermeer-finds-nature&quot;&gt;rewilding his property&lt;/a&gt; in Florida.&lt;/li&gt;
&lt;li&gt;Lots of really useful tips on &lt;a href=&quot;https://uxdesign.cc/how-to-write-an-image-description-2f30d3bf5546&quot;&gt;writing image descriptions&lt;/a&gt; here. I also didn’t realise that hashtags should be written in camel case so that screen readers can read each word separately!&lt;/li&gt;
&lt;li&gt;Found a new Substack series on Octavia Butler’s &lt;a href=&quot;https://newmeans.substack.com/s/earthseed&quot;&gt;Earthseed&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;It is really relaxing to watch this &lt;a href=&quot;https://www.youtube.com/watch?v=ydYDqZQpim8&quot;&gt;livestream of waterhole in Namibia&lt;/a&gt;. So many critters! (via &lt;a href=&quot;https://interconnected.org/home/2022/11/18/archaeoacoustics&quot;&gt;Matt Webb&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Great interview with Mindy Seu about her &lt;a href=&quot;https://pioneerworks.org/broadcast/mindy-seu-cyberfeminist-index&quot;&gt;Cyberfeminism Index&lt;/a&gt;. I love the idea of YACK / HACK: “YACK is discourse whereas HACK is practice.”&lt;/li&gt;
&lt;li&gt;I’ve been using a hot water bottle to keep warm here because my desk is in the attic below a skylight — extremely cold. Kind of hilarious to see photos of early &lt;a href=&quot;https://www.lowtechmagazine.com/2022/01/the-revenge-of-the-hot-water-bottle.html&quot;&gt;hot water bottles&lt;/a&gt; in this piece from Low Tech Magazine… they look so uncomfortable.&lt;/li&gt;
&lt;li&gt;Love to see some pleasure activism in action: &lt;a href=&quot;https://theconversation.com/raves-repairs-and-renewal-how-young-ukrainians-are-bringing-joy-to-the-rebuilding-effort-193842&quot;&gt;Repair Together&lt;/a&gt; are hosting repair raves to help clean up areas of Ukraine.&lt;/li&gt;
&lt;/ul&gt;
</content>
    </entry>
    
    <entry>
      <title>Reflections on 2022</title>
      <link href="https://gemmacope.land/writing/reflections-on-2022/"/>
      <updated>2022-12-31T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/reflections-on-2022/</id>
      <content type="html">&lt;p&gt;This year has been a bit of a weird one because How and I still don’t have a permanent home. We spent the first three months with friends and family in Australia, three months living with friends in Camberwell, six weeks subletting a friends’ place in Hackney, six weeks of visiting friends and holidaying in Europe (Portugal, France, The Netherlands, Germany and Greece), some time at H’s parents place and a few months living in Wales.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://gemmacope.land/writing/summer-to-spring/&quot;&gt;Reflections on the first half of the year&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://gemmacope.land/writing/snippets/&quot;&gt;Snippets&lt;/a&gt; from our late summer travels&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://gemmacope.land/writing/milos/&quot;&gt;Photos from Milos&lt;/a&gt; in Greece&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://gemmacope.land/writing/mushroom-season/&quot;&gt;Mushroom picking&lt;/a&gt; in late October&lt;/li&gt;
&lt;li&gt;Visiting the &lt;a href=&quot;https://gemmacope.land/writing/centre-for-alternative-technology/&quot;&gt;Centre for Alternative Technology&lt;/a&gt; in Wales&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/19627478/original_e54b92882ac1fd7f2c903f42c023ae14.jpg?1672480432?bc=0&quot; alt=&quot;A mural of a maroon, blue and gold butterfly that says &amp;quot;Camberwell Beauty&amp;quot;.&quot; /&gt;&lt;br /&gt;
▴ Camberwell Beauty&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/19627477/original_467ab851124e934876983b4dccc5d86a.jpg?1672480430?bc=0&quot; alt=&quot;A volunteer day at a community garden. People are tending to the garden beds.&quot; /&gt;&lt;br /&gt;
▴ Glengall Wharf Gardens in Camberwell&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/19627479/original_11a0fce00902efca93230798d48797ce.jpg?1672480432?bc=0&quot; alt=&quot;A moored canal boat. The sun is shining and it&#39;s mid-summer.&quot; /&gt;&lt;br /&gt;
▴ Visiting Leila &amp;amp; Stu and their boat Dirty Penny in Oxford&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/19627483/original_0361692dab5e73ff33eedf9b7b7c4461.jpg?1672480448?bc=0&quot; alt=&quot;Parisian apartment blocks at twilight. The lights are on and they look warm and cozy against the evening sky.&quot; /&gt;&lt;br /&gt;
▴ The view from Luke &amp;amp; Reba’s place in Paris&lt;/p&gt;
&lt;p&gt;This year we did a few more multiday hikes and I hope next year we’ll do many more. I find hiking to be so meditative. I love walking through different landscapes, being completely connected to my body, seeing the stars, waking up again in the middle of it.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/19627474/original_07ec6cf3ce1a3f9c533026f037b726c8.jpg?1672480415?bc=0&quot; alt=&quot;Me standing in a field of heather with a hiking pack on. The sky is blue with some scattered clouds.&quot; /&gt;&lt;br /&gt;
▴ Hiking near Coed y Brenin&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/19627476/original_ea255a126bb25aa4a0c7795bbf9d4a2c.jpg?1672480428?bc=0&quot; alt=&quot;Early evening by a beautiful lake. How is sitting in front of our tent. It looks peaceful and quiet.&quot; /&gt;&lt;br /&gt;
▴ Camping next to Llyn Du&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/19627482/original_9cff128317405c8515aceb7bc90d6542.jpg?1672480447?bc=0&quot; alt=&quot;How swimming in a bright blue lake beneath a mountain.&quot; /&gt;&lt;br /&gt;
▴ Swimming in Llyn y Gader&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;More photos of &lt;a href=&quot;https://gemmacope.land/writing/mirror/&quot;&gt;camping in Wales&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We also did a lot of camping with friends as it seemed to be everyone’s birthday celebration of choice this year. So much fun. I never did it much as a kid so it’s a bit unfamiliar to me but I’ve found I really love it.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/19627481/original_8623664134caa5918304b3b05434a58a.jpg?1672480447?bc=0&quot; alt=&quot;A group of tents at the bottom of a lush green valley at sunset.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/19627475/original_bf8868479c749af0f0b284e111aaccaa.jpg?1672480427?bc=0&quot; alt=&quot;A group of people laughing by a campfire. It&#39;s a bit blurry.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I’ve really enjoying doing more &lt;a href=&quot;https://gemmacope.land/writing/woven/&quot;&gt;weaving&lt;/a&gt; this year — I’ve made a few of them as gifts for friends and family.&lt;/p&gt;
&lt;p&gt;Another big change was beginning therapy. I’ve been finding it transformative to have regular sessions. It’s helped me to reflect on big patterns in my life, pay attention to my body and learn frameworks for dealing with future situations, having difficult conversations and giving clean feedback.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/19627472/original_1c8d04f7dc894ce6b95b82fbabfd618f.jpg?1672480413?bc=0&quot; alt=&quot;Sunset on the estuary. The foreground is quite dark but you can vaguely see a car driving ahead of us.&quot; /&gt;&lt;br /&gt;
▴ Driving along the coast in north Wales&lt;/p&gt;
&lt;h3&gt;Books&lt;/h3&gt;
&lt;p&gt;I read &lt;a href=&quot;https://app.thestorygraph.com/profile/gemcopeland&quot;&gt;40 books&lt;/a&gt; this year! The ones I enjoyed most were:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.jamesbridle.com/books/ways-of-being&quot;&gt;&lt;em&gt;Ways of Being&lt;/em&gt;&lt;/a&gt; by James Bridle, which explores more-than-human intelligence through the lens of both technology and ecology.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://softskull.com/dd-product/death-by-landscape/&quot;&gt;&lt;em&gt;Death by Landscape&lt;/em&gt;&lt;/a&gt;, Elvia Wilk’s collection of fan nonfiction essays on feminist sci-fi, solarpunk, larping, compost and ambiguous utopias.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.monicabyrne.org/the-actual-star&quot;&gt;&lt;em&gt;The Actual Star&lt;/em&gt;&lt;/a&gt; by Monica Byrne, an epic sci-fi that jumps from an ancient Mayan civilisation to the present day to a far future post-apocalyptic utopia.&lt;/li&gt;
&lt;li&gt;The &lt;a href=&quot;https://www.penguin.co.uk/articles/2021/05/deborah-levy-real-estate-living-autobiography-interview&quot;&gt;Living Autobiography&lt;/a&gt; series by Deborah Levy.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I’ve also &lt;em&gt;loved&lt;/em&gt; reading books together with Paprika, Benjamin, How and others in &lt;a href=&quot;https://www.are.na/rerererererererereading-group&quot;&gt;Rererererereading Group&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Work&lt;/h3&gt;
&lt;p&gt;To be honest, this was a tough year for &lt;a href=&quot;https://commonknowledge.coop/&quot;&gt;Common Knowledge&lt;/a&gt; at times. Although we’ve had plenty of interesting and important work on, our finances at points over the year have been rocky. This has been due to a whole range of factors, some of which were out of our control and some which were just lessons we needed to learn the hard way.&lt;/p&gt;
&lt;p&gt;Nevertheless, we’re ending it in a much healthier place than where we started and we’ve learned loads. I feel really optimistic about 2023 for us. We’ve made a lot of changes in how we run that I feel will protect us from future risk. In the meantime, if you think our work is important and want to support it, we have an &lt;a href=&quot;https://opencollective.com/commonknowledge&quot;&gt;Open Collective&lt;/a&gt; for donations.&lt;/p&gt;
&lt;p&gt;Despite this turbulence, I think we’ve done some great work. The type of work we’re doing is evolving slightly. We did some much bigger projects (digital transformation projects rather than campaign websites) and more consultancy/coaching work (rather than delivery). I think both of these are a move in the right direction. The downside is that there’s a lot less to show for it at the end of the year, but I think that’s fine.&lt;/p&gt;
&lt;p&gt;The good thing about these bigger projects is that we got to do more extensive research and discovery phases, which I deeply enjoyed. (Shout out to &lt;a href=&quot;https://dovetailapp.com/&quot;&gt;Dovetail&lt;/a&gt; for being the best research tool out there.) I feel like I learned a lot about interviewing people and I got over some of my insecurities around this. In particular, Will Myddelton’s &lt;a href=&quot;https://www.myddelton.co.uk/blog/discovery-block-diagram&quot;&gt;framework&lt;/a&gt; for running discoveries provided us with a lot of useful guidance.&lt;/p&gt;
&lt;p&gt;The biggest project we did was a complete redesign and replatform for &lt;a href=&quot;https://hotosm.org/&quot;&gt;Humanitarian OpenStreetMap Team&lt;/a&gt;, an international organisation focused on humanitarian action and community-led development through participatory mapping and open data. This was a huge undertaking but we all learned a lot and I’m proud of the result. HOT are still working on the content at the moment but hopefully the new site should be launching early next year.&lt;/p&gt;
&lt;p&gt;I really enjoyed working with &lt;a href=&quot;http://architecture-lobby.org/&quot;&gt;The Architecture Lobby&lt;/a&gt;. I interviewed a bunch of their organisers in the US, which was an interesting look at a different political landscape. We made recommendations for gradually streamlining their entire digital infrastructure alongside redesigning their website, which should also launch next year.&lt;/p&gt;
&lt;p&gt;I coached participants of the &lt;a href=&quot;https://www.uk.coop/start-new-co-op/support/start-platform-co-op&quot;&gt;UnFound Accelerator&lt;/a&gt; again this year, which is a program that helps founders turn their ideas into platform co-ops. I also got to (remotely) have a really interesting discussion with John Caserta and the &lt;a href=&quot;http://designandpolitics.risd.gd/&quot;&gt;Design &amp;amp; Politics&lt;/a&gt; students at Rhode Island School of Design. It was really nice to go back to doing some IRL talks/conversations this year too: at the &lt;a href=&quot;https://www.weizenbaum-conference.de/&quot;&gt;Weizenbaum Conference&lt;/a&gt; in Berlin, with &lt;a href=&quot;https://goodtimesbadtimes.club/&quot;&gt;Good Times Bad Times&lt;/a&gt; in Rotterdam and at &lt;a href=&quot;https://smartforests.net/the-forest-multiple&quot;&gt;The Forest Multiple&lt;/a&gt; symposium in Cambridge.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Transcript of our &lt;a href=&quot;https://gemmacope.land/writing/the-forest-multiple/&quot;&gt;talk about the Smart Forests Atlas&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Some thoughts on &lt;a href=&quot;https://gemmacope.land/writing/past-present-future-commons/&quot;&gt;Future Natures and commoning&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We also had some internal changes within the team: we hired &lt;a href=&quot;https://www.annatokareva.net/&quot;&gt;Anna T&lt;/a&gt; to help us manage our projects and the co-op in general, and Jamie joined us for a year-long placement from Kingston College of Art. We also did a lot more work with our associate members Everin and John. It’s so nice to have more people join the co-op and I really hope this continues next year. As ever, I feel so grateful that I get to do what I love with people who love it too.&lt;/p&gt;
&lt;h3&gt;Looking forward&lt;/h3&gt;
&lt;p&gt;Although it’s been wonderful to freely move around this year and see people that we haven’t seen in years, How and I are at the point where we really need to put down some roots and stay still for a while.&lt;/p&gt;
&lt;p&gt;It’s taken quite a while to decide where we should live. I kept getting into endless cycles of rumination and indecision: weighing up options, worrying if they’re the right one.&lt;/p&gt;
&lt;p&gt;One of the things that I’ve learned this year is that at a certain point, any decision is the right one. We just have to try it out and see. If we don’t like it, we can change our minds. It’s funny because this is one of the principles of sociocracy that is so foundational to our work at Common Knowledge: “is it good enough for now and safe enough to try?”&lt;/p&gt;
&lt;p&gt;You can only ever choose to take the &lt;a href=&quot;https://adriennemareebrown.net/2015/02/02/trust-the-people/&quot;&gt;next most elegant step&lt;/a&gt;. The best decisions I’ve ever made have been full of uncertainty at the time: choosing to quit my job in Brisbane and spend six months in Europe (which has now become 10+ years); moving to London which led to getting involved with Evening Class and then Common Knowledge.&lt;/p&gt;
&lt;p&gt;Anyway, what we’ve decided is to move to Lisbon early next year. If all goes well and it feels like a good fit, we’ll hopefully look for somewhere just outside one of the cities and start on our housing co-op dream. We’re inspired by people who are doing this already like &lt;a href=&quot;https://www.instagram.com/re.gen_pt/&quot;&gt;re:gen&lt;/a&gt;, &lt;a href=&quot;https://www.instagram.com/thecramooz/&quot;&gt;Casa Beatrix&lt;/a&gt; and &lt;a href=&quot;https://projectkamp.com/index.html&quot;&gt;Project Kamp&lt;/a&gt; in Portugal, as well as collectives like &lt;a href=&quot;https://robidacollective.com/&quot;&gt;Robida&lt;/a&gt; and &lt;a href=&quot;https://www.brave-new-alps.com/&quot;&gt;Brave New Alps&lt;/a&gt; in Italy. Who knows where this step will lead, but I’m very much looking forward to 2023.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/19627473/original_11f0e25e5da06c1e1d59db965807041a.jpg?1672480414?bc=0&quot; alt=&quot;A view of Alfama, with colourful houses dotted on the hillside and the river in the distance. It&#39;s sunset and the light is beautifully soft.&quot; /&gt;&lt;br /&gt;
▲ Lisbon in late summer&lt;/p&gt;
&lt;h3&gt;Previous years&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://commonknowledge.coop/writing/2021-in-review&quot;&gt;2021 in review&lt;/a&gt; (on the Common Knowledge blog)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://gemmacope.land/writing/2020-in-review/&quot;&gt;2020 in review&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</content>
    </entry>
    
    <entry>
      <title>Everything is deeply intertwingled</title>
      <link href="https://gemmacope.land/writing/everything-is-deeply-intertwingled/"/>
      <updated>2023-01-03T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/everything-is-deeply-intertwingled/</id>
      <content type="html">&lt;blockquote&gt;
&lt;p&gt;The structures of ideas are not sequential. They tie together every whichway. And when we write, we are always trying to tie things together in non-sequential ways. The footnote is a break from sequence, but it cannot really be extended. The point is, writers do better if they don’t have to write in sequence (but may create multiple structures, branches and alternatives), and readers do better if they don’t have to read in sequence, but may establish impressions, jump around, and try different pathways until they find the ones they want to study most closely.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;▴ From &lt;em&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Computer_Lib/Dream_Machines&quot;&gt;Computer Lib / Dream Machines&lt;/a&gt;&lt;/em&gt; by Ted Nelson&lt;/p&gt;
&lt;p&gt;I’ve recently started using &lt;a href=&quot;https://obsidian.md/&quot;&gt;Obsidian&lt;/a&gt; as a note-taking tool. It’s so interesting to observe how its affordances shape the way I think. The core app is beautifully minimal — a simple interface for editing local markdown files — which makes it super fast, secure and offline-first. You can extend this core functionality by installing plugins built by the community. I love this approach to software: letting people customise their own experience rather than trying to build the entire spectrum of features into the main product.&lt;/p&gt;
&lt;p&gt;The main feature of Obsidian is that you can add &lt;a href=&quot;https://help.obsidian.md/Plugins/Backlinks&quot;&gt;backlinks&lt;/a&gt; as you write. I love being able to link all my thoughts together so fluidly. It makes the process of writing feel different: more like tending a garden. I think carefully about how I categorise ideas and spend more time revisiting past entries.&lt;/p&gt;
&lt;p&gt;A few of the projects we’ve worked on at Common Knowledge lately have been digital gardens or wikis, where the usual hierarchical sitemaps don’t capture the interconnectedness of their structure. This prompted me to suggest that we read  Christopher Alexander’s foundational text &lt;a href=&quot;https://www.patternlanguage.com/archive/cityisnotatree.html&quot;&gt;&lt;em&gt;The City is Not a Tree&lt;/em&gt;&lt;/a&gt; in Rererereading Group recently. For fun, here’s &lt;a href=&quot;https://readwise.io/read&quot;&gt;Readwise’s&lt;/a&gt; GPT summary of the essay:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;This text looks at the difference between structures (trees and semilattices) which are used to think about how a large and complex system is made up of many small systems. It is argued that the tree structure, which has been adopted by many designers and planners when creating artificial cities, is inadequate and cannot properly reflect the reality of the city’s social structure. It is proposed that the semilattice structure, which allows for overlap between elements, is a better representation of the living city, and should be adopted instead.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I think a digital garden full of bidirectional links is a kind of semilattice. The content can be collected, remixed and resurfaced in many different ways, appearing in lots of different sets according to the context. Working in this way requires a whole different approach to design. It’s complex and nonlinear, which can be challenging to get your head around compared to a tree website. Instead you have to understand it from the bottom-up, thinking in sets or patterns instead of trying to establish a top-down map or plan.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;In simplicity of structure the tree is comparable to the compulsive desire for neatness and order that insists the candlesticks on a mantelpiece be perfectly straight and perfectly symmetrical about the centre. The semilattice, by comparison, is the structure of a complex fabric; it is the structure of living things, of great paintings and symphonies. It must be emphasized, lest the orderly mind shrink in horror from anything that is not clearly articulated and categorized in tree form, that the idea of overlap, ambiguity, multiplicity of aspect and the semilattice are not less orderly than the rigid tree, but more so. They represent a thicker, tougher, more subtle and more complex view of structure.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;▴ From &lt;a href=&quot;https://www.patternlanguage.com/archive/cityisnotatree.html&quot;&gt;&lt;em&gt;The City is Not a Tree&lt;/em&gt;&lt;/a&gt; by Christopher Alexander&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/19660192/original_768220c978c156bbbf6827e6f6368fef.png?1672754154?bc=0&quot; alt=&quot;A diagram from The City is Not a Tree, showing the difference between a semilattice and a tree.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;In &lt;a href=&quot;https://clairelevans.substack.com/p/towards-growing-peaches-online&quot;&gt;&lt;em&gt;Towards Growing Peaches Online&lt;/em&gt;&lt;/a&gt;, Claire L. Evans writes about Christopher Alexander and what he referred to as “living structure”. She describes how &lt;em&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/A_Pattern_Language&quot;&gt;A Pattern Language&lt;/a&gt;&lt;/em&gt; influenced software development in general and the design of &lt;a href=&quot;http://are.na/&quot;&gt;Are.na&lt;/a&gt; more specifically.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Living structure is the natural order of life lived at human-scale. A compost heap has living structure. So does a good bus system, or a small public square. You can feel it in the difference between a lovely old building and a sterile new development; one is built by its inhabitants, and the other is designed by architects. “When a place is lifeless or unreal, there is almost always a mastermind behind it,” Alexander writes. “It is so filled with the will of the maker that there is no room for its own nature.” On the other hand, things with living structure &lt;em&gt;feel&lt;/em&gt; right; they’re harmonious.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;To me, there’s something so exciting about this approach. Instead of designer as author/architect, it’s designer as facilitator: creating the space for unexpected things to happen; for emergence, indeterminancy, ambiguity. (I’ve written a bit more about this &lt;a href=&quot;https://gemmacope.land/writing/from-pages-to-performances/&quot;&gt;here&lt;/a&gt;.)&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;What this means, really, is a rethinking of one’s own position as a creator. You stop thinking of yourself as me, the controller, you the audience, and you start thinking of all of us as the audience, all of us as people enjoying the garden together.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;▴ From &lt;a href=&quot;http://www.moredarkthanshark.org/eno_int_edge-nov11.html&quot;&gt;&lt;em&gt;Composers as Gardeners&lt;/em&gt;&lt;/a&gt; by Brian Eno&lt;/p&gt;
&lt;p&gt;One of the features I love about &lt;a href=&quot;http://are.na/&quot;&gt;Are.na&lt;/a&gt; is that the sidebar of each block lists all the other channels that it has been connected to in the sidebar. This helps to prompt further exploration and strengthen connections to the rest of the community. Similarly, Obsidian notes have an &lt;em&gt;Unlinked mentions&lt;/em&gt; section that surfaces any occurances of the current note’s title in other notes. It’s Ted Nelson’s dream of hypertext in action!&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The task of hypertext is not to manufacture connections, but to discover where they have always been. Hypertext researchers before the World Wide Web built systems to support this endless, sacred hunt for entanglement and hidden structure, as inherent to thought as ecosystems are to the natural world.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;▴ From &lt;em&gt;&lt;a href=&quot;https://www.are.na/blog/women-in-hypertext&quot;&gt;Women in Hypertext: On Judy Malloy and Cathy Marshall’s Forward Anywhere&lt;/a&gt;&lt;/em&gt; by Claire L. Evans&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/4887512/original_d540da572956295ec04c22239bc9f1aa.png?1566647389?bc=1&quot; alt=&quot;A screenshot of Computer Lib / Dream Machines by Ted Nelson. There are simple hand-drawn diagrams with labels that say &amp;quot;Presentational sequences are arbitrary&amp;quot;, &amp;quot;Hierarchies are typically spurious&amp;quot; and &amp;quot;Boundaries of fields are arbitrary&amp;quot;.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;What’s interesting about this to me is that this allows for discovery via other people’s curation rather than algorithms. As Jenny Odell points out in &lt;a href=&quot;https://www.penguinrandomhouse.com/books/600671/how-to-do-nothing-by-jenny-odell/&quot;&gt;&lt;em&gt;How To Do Nothing&lt;/em&gt;&lt;/a&gt;, the algorithms of mainstream tech platforms are always streamlining our taste, reducing our personalities down to smaller and smaller sub-categories of taste and feeding this back to us. This closes down pathways instead of opening them up, removing any opportunity for real serendipity.&lt;/p&gt;
&lt;p&gt;But connecting to other people, discovering new things and making unexpected connections makes online spaces so much more interesting and alive! Other people are the best curators. For example: &lt;a href=&quot;https://www.nts.live/&quot;&gt;NTS&lt;/a&gt; is one of my favourite places on the internet because it’s content-driven and entirely powered by people with very good taste. Each show is curated by hand by people who deeply love music. There’s a strong community that anyone can join, either actively in the chatroom or by supporting them financially. They’re always looking for new ways to curate their content: picking their &lt;a href=&quot;https://www.nts.live/nts-picks&quot;&gt;favourites&lt;/a&gt;, making themed &lt;a href=&quot;https://www.nts.live/radio/collections&quot;&gt;collections&lt;/a&gt; or creating new &lt;a href=&quot;https://www.nts.live/infinite-mixtapes&quot;&gt;infinte mixtapes&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;On an even more intimate level, this is why I love reading together with friends. I get so much more out of every text by hearing about it from other people’s perspectives. Each person brings their own experiences and interpretations to the same text, making it richer and more multilayered as a result. Through discussing and untangling the text together you create something new in common, taking it to a whole different place.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;It is of the nature of idea to be communicated: written, spoken, done. The idea is like grass. It craves light, likes crowds, thrives on crossbreeding, grows better for being stepped on.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;▴ Ursula Le Guin&lt;/p&gt;
&lt;p&gt;Even without the community element, Obsidian’s backlinks and outgoing links are interesting because they create a network from your thoughts. Individual ideas become less important that the links between multiple ideas.&lt;/p&gt;
&lt;p&gt;One of the suggestions of Giles Turnbull’s &lt;em&gt;&lt;a href=&quot;https://agilecommshandbook.com/&quot;&gt;Agile Comms Handbook&lt;/a&gt;&lt;/em&gt; (which I reference at work &lt;em&gt;all the time&lt;/em&gt;) is to gradually build a narrative over time. I love this approach because it removes the need for each post to be a perfect, polished thought. This makes publishing less intimidating and more like thinking out loud. It allows for your ideas to change over time too.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;In this way a blog, comprising a series of posts, can become a digital hyperlinked narrative of thought. New posts can link back to past posts. Teams can document what changes, and show how it has changed. They can show how their minds have changed, and what evidence or research brought those changes about.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This fits with &lt;a href=&quot;https://www.thejaymo.net/2022/07/23/301-2229-10-tips-for-creating-online/&quot;&gt;Jay Springett’s&lt;/a&gt; and &lt;a href=&quot;https://interconnected.org/home/2020/09/10/streak&quot;&gt;Matt Webb’s&lt;/a&gt; advice for publishing online too, which in turn vibes with Julia Cameron’s &lt;a href=&quot;https://gemmacope.land/writing/on-routines/&quot;&gt;morning pages practice&lt;/a&gt; that I mentioned previously.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Persistent work, created with rhythm, results in an accumulation of creativity. The demonstration of effort, the work of the body, becomes practice.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;▴ Jay Springett&lt;/p&gt;
&lt;br /&gt;
&lt;iframe style=&quot;border:none;&quot; width=&quot;100%&quot; height=&quot;590&quot; src=&quot;https://www.are.na/gemma-copeland/hypertext-geuic_uy2sc/embed&quot; title=&quot;Hypertext&quot;&gt;&lt;/iframe&gt;</content>
    </entry>
    
    <entry>
      <title>Keep the channel open</title>
      <link href="https://gemmacope.land/writing/keep-the-channel-open/"/>
      <updated>2023-01-27T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/keep-the-channel-open/</id>
      <content type="html">&lt;p&gt;I came across &lt;a href=&quot;https://www.cbsnews.com/news/rick-rubin-60-minutes-2023-01-15/&quot;&gt;this interview&lt;/a&gt; with Rick Rubin the other day, which prompted me to fall down a rick-rubin-rabbithole. What an interesting guy.&lt;/p&gt;
&lt;p&gt;Reading his new book &lt;a href=&quot;https://www.theguardian.com/books/2023/jan/10/the-creative-act-a-way-of-being-by-rick-rubin-review-thoughts-of-the-bearded-beat-master&quot;&gt;&lt;em&gt;The Creative Act&lt;/em&gt;&lt;/a&gt;, one of the things that struck me was the idea that when we’re being creative, we’re not conducting — we’re being conducted. Artists are receivers, translators, antennae. There’s a passiveness to it, a calmness. Looking at the world with soft eyes.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;How do we pick up on a signal that can neither be heard nor be defined? The answer is not to look for it. Nor do we attempt to predict or analyse our way into it. Instead, we create an open space that allows it.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This strongly reminds me of Ursula Le Guin too. I was listening to an episode of the &lt;a href=&quot;https://tinhouse.com/th_podcast_cat/crafting-with-ursula/&quot;&gt;&lt;em&gt;Crafting with Ursula&lt;/em&gt;&lt;/a&gt; podcast series the other day and realised that the intro track had an excerpt where she says exactly that:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I see my job as holding doors open or opening windows. Who comes in or out the doors, what you see out the window… how do I know? My responsibility is just to keep the mind open, not close it off. That’s enough right there.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Zadie Smith included something similar in &lt;a href=&quot;https://en.wikipedia.org/wiki/Feel_Free_(Smith_book)&quot;&gt;&lt;em&gt;Feel Free&lt;/em&gt;&lt;/a&gt; too:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;There is a vitality, a life force, an energy, a quickening that is translated through you into action, and because there is only one of you in all of time, this expression is unique. And if you block it, it will never exist through any other medium and it will be lost. The world will not have it. It is not your business to determine how good it is nor how valuable nor how it compares with other expressions. It is your business to keep it yours clearly and directly, to keep the channel open.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Edit: I thought the quote above was by Zadie Smith, but someone on Arena tells me it’s from the dancer and choreographer Martha Graham! Not sure where I got it mixed up, but there you go.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Give it all away and compost the rest</title>
      <link href="https://gemmacope.land/writing/give-it-all-away-and-compost-the-rest/"/>
      <updated>2023-01-28T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/give-it-all-away-and-compost-the-rest/</id>
      <content type="html">&lt;p&gt;We’re working with an organisation called &lt;a href=&quot;https://platformlondon.org/&quot;&gt;Platform&lt;/a&gt; at the moment to refresh their identity and create a new website. They’re a non-hierarchical team of campaigners, researchers and artists who work on creative projects centred in eco-social justice.&lt;/p&gt;
&lt;p&gt;They’ve already been running for 40 years which, in a world of short attention spans and daily news cycles, feels unbelievably long. They’ve done so much work already, not all of it fitting within a coherent narrative, and have plans for so much more. The challenge is how to represent all of this, the breadth and diversity, without trying to be a comprehensive archive.&lt;/p&gt;
&lt;p&gt;I interviewed most of their members at the end of last year as part of our research process. One of the ideas that emerged from these conversations was the idea of &lt;em&gt;archive as compost&lt;/em&gt;. We don’t necessarily want to document every past project in great detail, but we do want to mix together all their past activities, learnings and ideas so that they can sprout new ones.&lt;/p&gt;
&lt;p&gt;I like this idea because it’s all about creating unexpected connections and celebrating the overlaps and interdependencies. In the archive-as-compost, everything is entangled and messy. There isn’t a curatorial voice and ideas emerge that you wouldn’t expect. Everything is an experiment.&lt;/p&gt;
&lt;p&gt;Of course, the compost heap is a rich and fertile space to play in. So many of the people I admire are already here. Starting with the queen of compost, Donna Haraway:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;We require each other in unexpected collaborations and combinations, in hot compost piles. We become-with each other or not at all.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The artist &lt;a href=&quot;https://kathrinbohm.info/&quot;&gt;Katrin Bohm&lt;/a&gt;, who in 2021 started composting all her past work.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I don’t want to do another project, I want to make a pile.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Vida Rucli of &lt;a href=&quot;https://robidacollective.com/&quot;&gt;Robida Collective&lt;/a&gt; wrote a lovely reflection on her residency at Bibliothek Andreas Zust, &lt;a href=&quot;https://bibliothekandreaszuest.net/on-hosting-and-guesting/&quot;&gt;&lt;em&gt;On hosting and guesting&lt;/em&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I spoke about reading as finding unexpected things by change, as collecting things that sediment in a fertile humus, reading as composting. Comp(h)osting. Interlacing hosting and composting – it’s about temporality, let encounters, conversations, events sediment, stay, be in contact with other remains, become a meshwork of elements which decompose to create humus to host again. Does this relation about composting and hosting speak only about finding a time for letting things, meetings, conversations deposit – does it only speak of a slower temporality, of a time dedicated to waiting for the transformation of the material. To compost means also to accumulate in a place…&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;And finally, the most literal composters are &lt;a href=&quot;https://www.compost-mentis.com/&quot;&gt;Compost Mentis&lt;/a&gt;. They’re a co-op that care for the soil, build compost toilets and co-design community growing infrastructure. They have a manifesto-in-progress, &lt;em&gt;we want the soil back&lt;/em&gt;, that includes &lt;em&gt;slowness&lt;/em&gt; as an inspiration:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The long, hot ferment of a compost pile. Recognising the different temporalities, rhythms and scales that we need to work at, and actively resourcing ourselves to work at a pace that is comfortable for each of us. Our ethic of slowness allows us to build trust and care, making time to gather, &amp;amp; reflect on our work, methods, values and decisions. For us, slowness supports accessibility and the long term sustainability of our work together.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/20086785/original_6d98a892de45d21ec43aade6b5dbb136.jpg?1674922851?bc=0&quot; alt=&quot;A textural digital collage in cyan, lavender, coral, olive, rust and teal. The background image is a microscopic photo of soil, the foreground is a super high resolution photograph of space from the Hubble telescope.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;PS — How &amp;amp; I are moving to a new apartment in March that has a little garden (!) complete with a lemon tree (!!) and compost heap (!!!). Beyond excited.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>New tools</title>
      <link href="https://gemmacope.land/writing/new-tools/"/>
      <updated>2023-03-03T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/new-tools/</id>
      <content type="html">&lt;p&gt;Lately I’ve been enjoying using &lt;a href=&quot;https://arc.net/&quot;&gt;Arc&lt;/a&gt; , a new Chromium-based browser. It’s such a joy to use: they’ve completely rethought the UI / UX design of a browser. There are big changes (like spaces; easels; a sidebar with all your tabs, including pinned tabs with previews) and little details like “mini-Arc” (which opens a small version of the browser when you follow a link in a messaging app or email). The only problem is that it they haven’t worked out the performance issues yet so it crashes quite often. I have high hopes though!&lt;/p&gt;
&lt;p&gt;I’ve also migrated from using Feedly + Pocket to using &lt;a href=&quot;https://read.readwise.io/&quot;&gt;Readwise Reader&lt;/a&gt; for everything. It’s really well designed and great to have everything in the same place. The highlighting works really well, including over the original article, and it’s fun to play with their Ghostreader GPT tooling.&lt;/p&gt;
&lt;p&gt;I’m also using the original &lt;a href=&quot;https://readwise.io/&quot;&gt;Readwise&lt;/a&gt; app, which surfaces three random highlights from my collection every morning. It’s surprisingly hard to get highlights off a Kobo (something I miss about my Kindle, which just had all highlights in a plain text file). However, I found this tool called &lt;a href=&quot;https://october.utf9k.net/&quot;&gt;October&lt;/a&gt; which syncs from Kobo to Readwise. I added my old Kindle highlights too, which means it’s been surfacing my highlights from the last decade or so, which has been amazing.&lt;/p&gt;
&lt;p&gt;The other tool that I’m happy to have found recently is &lt;a href=&quot;https://a9.io/voiceliner/&quot;&gt;Voiceliner&lt;/a&gt;, a simple app that allows you to record voice notes which it then automatically transcribes. You can rearrange the hierarchy of notes and attach a location too. It’s super useful — basically what I was using my Signal note to self for anyway. Plus, it’s open source and does everything locally.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>March update</title>
      <link href="https://gemmacope.land/writing/march-update/"/>
      <updated>2023-03-12T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/march-update/</id>
      <content type="html">&lt;p&gt;This year feels so full already and it’s only March. All the energy I would have usually spent on writing has been going towards moving country and relaunching the Common Knowledge website. Things are starting to feel a bit more settled this month though.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/20832201/original_8c935fb980c93f8fd5121e9e600d3f0f.jpg?1678652427?bc=0&quot; alt=&quot;On the left is a photo of our sunroom. There is a dining table with a bunch of flowers on it. On the right is a photo out the window, with lush foliage growing around and on top of a painted yellow wall.&quot; /&gt;&lt;/p&gt;
&lt;h2&gt;Living in Anjos&lt;/h2&gt;
&lt;p&gt;How and I moved into our new (rental) apartment in Anjos, Lisbon at the start of this month. I’m completely in love with it. The main space is a semi-open plan living/kitchen/dining/sunroom with huge south-facing windows. We look out onto the internal gardens of the entire block, filled with figs, lemon and orange trees. One of the trees in our garden has small yellow fruits that the birds seem to love. I’ve never seen this particular fruit before — the owners told us what it was called in Portuguese but I immediately forgot.&lt;/p&gt;
&lt;p&gt;I’m &lt;em&gt;really&lt;/em&gt; enjoying the weather here already. It’s only March and we can have the windows wide open. We want to plant some vegetables and herbs in our garden soon, while it’s still spring. We have a lot to learn about growing vegetables in this climate instead of in the UK.&lt;/p&gt;
&lt;p&gt;We’re enjoying exploring the city too. It’s small enough (well, compared to London) that you can walk most places (if you love walking like I do). Our area has many community spaces, cooperatives and associations — it feels like there is a really strong community here. We’ve found a good sourdough bakery (Terra Pão) not too far from us in the Mercado de Arroios. I already have a favourite neighbourhood wine bar (Bom Bom Bom), clothing store (Somewhere a Process) and cafe (Malabarista).&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/20832281/original_9ef9228481595e0e59039ccdd4eb384d.jpg?1678652803?bc=0&quot; alt=&quot;Two photos from around Lisbon. Left: there&#39;s a park in the foreground and a church above on the hill. Right: Two trees stand above a building with green arched windows and a staircase.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Moving country is a lot of effort and because I’m quite impatient I want to get all the bureaucracy over with as soon as I can. But it’s only possible to work at it slowly, one step at a time. Finding somewhere to live was one of the biggest steps and I’m so grateful it worked out as well as it did.&lt;/p&gt;
&lt;p&gt;Now it’s lots of smaller things and working out which order to do them in: getting a Portuguese mobile number and bank account, finding an accountant, working out how to remain employed by the co-op but living in a different country, shipping our stuff over from the UK. We also have to get an appointment with immigration to sort out H’s residency card. Apparently it’s almost impossible to book an appointment, but you can’t just turn up to the office and wait either.&lt;/p&gt;
&lt;h3&gt;Visiting Glasgow&lt;/h3&gt;
&lt;p&gt;I spent a few weeks in Glasgow at the end of February, staying with my wonderful friends Dan &amp;amp; Lizzie of &lt;a href=&quot;https://rectangle.design/&quot;&gt;Rectangle&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/20832205/original_eb8dd5626800367e1e53111d96964767.jpg?1678652433?bc=0&quot; alt=&quot;The view from my window on the south side of Glasgow. You can see across the city to the mountains beyond. The sky is a soft gradient from peach to blue.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Three days of this was for a Common Knowledge team retreat, our first since September 2021. We worked from the Project Space at Agile City’s &lt;a href=&quot;https://agile-city.com/building/civic-house/&quot;&gt;Civic House&lt;/a&gt;, which was perfect for what we needed. They have a canteen that makes the most delicious vegan food inspired by Pakistani flavours.&lt;/p&gt;
&lt;p&gt;It was so valuable for all of us to spend time together in person. I love the freedom that working remotely gives us, but there isn’t anything that can fully replace being in the same room together, sharing food, going for walks, talking about life outside of work. We hope to do a retreat like this every six months at least, maybe even every quarter if we can somehow manage it.&lt;/p&gt;
&lt;p&gt;The co-op feels like it’s in a really healthy place at the moment. It’s still challenging but it feels like the projects we’re working on at the moment are what we’re meant to be doing and we’re learning a lot in the process.&lt;/p&gt;
&lt;p&gt;There are seven of us now! Having new people join feels slightly nerve-racking and makes everything feel more serious. But it’s worth it to have new people contributing and shaping the co-op in their own way. I’m reminded of Dan Taeyong’s advice on &lt;a href=&quot;https://thecreativeindependent.com/people/designer-architect-teacher-and-learner-dan-taeyoung-on-growing-a-cooperative-like-youd-grow-a-garden/&quot;&gt;growing a co-op like you’d grow a garden&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;If you make a cooperative, you have to know that you can’t design them; you can only grow them, like plants. If you grow one and you do it with other people, then everyone will undoubtedly have ideas about what the best way to grow it is. In my experience, there have been a lot of times where I’ve been like, “I think this is right,” and things haven’t gone my way. And in the end, that’s turned out okay.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;When you trust in other people, really incredible and unexpected things can happen. Usually, it’s things where you’re like, “Oh, I didn’t even think of doing that,” or, “Oh, I don’t think that will work out well,” but it actually does. Part of trusting other people might involve letting go of certain images you have of what the outcome should look like. If you can do this, then things can flourish in a really healthy way—like a healthy garden with a lot of different plants growing around each other.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/20832386/original_841e8d4e36000468431a7f7b483504e8.jpg?1678653110?bc=0&quot; alt=&quot;Screenshot of the new Common Knowledge homepage. The tagline says &amp;quot;We use technology to help social movements build power.&amp;quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;We managed to launch our &lt;a href=&quot;https://commonknowledge.coop/&quot;&gt;new website&lt;/a&gt;! I’m really proud that we managed to make the time for it, mostly thanks to &lt;a href=&quot;https://www.annacunnane.co.uk/&quot;&gt;Anna C’s&lt;/a&gt; hard work — she built it as the final project of her apprenticeship. Documenting work from the past three or so years is extremely time-consuming though, so the content is still fairly unfinished.&lt;/p&gt;
&lt;p&gt;It’s designed so we can collect projects into thematic &lt;a href=&quot;https://commonknowledge.coop/services/design-development/&quot;&gt;pages&lt;/a&gt; that give a bit more of a narrative overview to the work we’ve done. This idea is that this will allow us to highlight the connections and overarching themes between multiple projects, rather than presenting in-depth case studies of each individual project.&lt;/p&gt;
&lt;p&gt;I really like this section of the About page on our shared vision. It felt good to articulate what we’re working towards.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;We imagine diverse communities rooted in care and reciprocity working together to achieve ecological and social justice. A just, abundant future where people have the tools and confidence to effectively organise themselves; where it’s easy to unionise, start a food co-op or organise a protest. Cooperatively-run workplaces and platforms powered by lightweight, convivial technologies rooted in an ethos of maintenance and care. A resilient global network of local communities with the power to make decisions over their own lives. A world where we’ve learned to live in equilibrium with our environment and in kinship with other humans and more-than-humans.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;Reading / listening / watching&lt;/h2&gt;
&lt;p&gt;I really enjoyed this &lt;a href=&quot;https://www.youtube.com/watch?v=ZzixlNXft9w&amp;amp;ab_channel=ScreenWalks&quot;&gt;Screen Walk&lt;/a&gt; with &lt;a href=&quot;https://everest-pipkin.com/&quot;&gt;Everest Pipkin&lt;/a&gt; where they wander through Wikipedia while talking about collective memory on the internet.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;I’ve been gradually working my way through the &lt;a href=&quot;https://tinhouse.com/th_podcast_cat/crafting-with-ursula/&quot;&gt;Crafting with Ursula&lt;/a&gt; podcast series. I particularly loved the episode with Molly Gloss (&lt;em&gt;On Writing the Clean, Clear Line&lt;/em&gt;) and of course Kim Stanley-Robinson (&lt;em&gt;On Ambiguous Utopias&lt;/em&gt;).&lt;/p&gt;
&lt;p&gt;I’m discovering and rediscovering so much of Le Guin’s work through each interview. I rewatched &lt;a href=&quot;https://worldsofukl.com/&quot;&gt;&lt;em&gt;The Worlds of Ursula K Le Guin&lt;/em&gt;&lt;/a&gt; documentary and reread The Carrier Bag Theory of Fiction. Here’s an excerpt from the short piece &lt;a href=&quot;http://artandcrap.com/ensayos/ursula-k-le-guin-deep-in-admiration/&quot;&gt;&lt;em&gt;Deep in Admiration&lt;/em&gt;&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Changing our minds is going to be a big change. To use the world well, to be able to stop wasting it and our time in it, we need to relearn our being in it. Skill in living awareness of belonging to the world, delight in being part of the world, always tends to involve knowing our kinship as animals with animals. Darwin first gave that knowledge a scientific basis. And now, both poets and scientists are extending the rational aspect of our sense of relationship to creatures without nervous systems and nonliving beings—our fellowship as creatures with other creatures, things with other things. Relationship among all things appears to be complex and reciprocal—always at least two-way, back and forth. It seems that nothing is single in this universe, and nothing goes one way.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr /&gt;
&lt;p&gt;I started listening to the Doomer Optimism podcast. This episode on &lt;a href=&quot;https://podcasters.spotify.com/pod/show/doomer-optimism/episodes/DO-118---Anarchism--Solar-Punk--and-Degrowth-with-Andrew-e1v38b8/a-a9bl2qm&quot;&gt;degrowth, solarpunk and anarchism&lt;/a&gt; encapsulates my political orientation pretty accurately.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;Some species of slime molds fruit simultaneously in the Southern and Northern hemispheres, but no one knows why. (Read this in &lt;a href=&quot;https://emergencemagazine.org/essay/creatures-that-dont-conform/&quot;&gt;&lt;em&gt;Creatures That Don’t Conform&lt;/em&gt;&lt;/a&gt; on Emergence Magazine.)&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;I just finished reading the “potluck book” &lt;a href=&quot;https://occasionalpapers.org/product/the-natural-enemies-of-books/&quot;&gt;&lt;em&gt;Natural Enemies of Books: A Messy History of Women in Printing and Typography&lt;/em&gt;&lt;/a&gt;. I love the idea of a messy history, which recognises that histories are never entirely exhaustive or accurate, and represents the stories of collectives as well as individuals.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;I’m going to be talking at the Faculty of Fine Arts at the University of Lisbon tomorrow. The event is called &lt;a href=&quot;https://www.belasartes.ulisboa.pt/en/aula-aberta-dciv-the-designer-as/&quot;&gt;The Designer As…&lt;/a&gt; and &lt;a href=&quot;https://www.untold-stories.net/&quot;&gt;Ruben Pater&lt;/a&gt; will be speaking too. Feeling excited (if a little nervous) about doing a talk in person instead of online.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>How to co-op</title>
      <link href="https://gemmacope.land/writing/how-to-co-op/"/>
      <updated>2023-04-01T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/how-to-co-op/</id>
      <content type="html">&lt;p&gt;I went to the Futuress talk by &lt;a href=&quot;https://www.cooperativadedisenio.com/&quot;&gt;Cooperativa de Disenio&lt;/a&gt; last week. They’re a feminist worker co-op from Argentina. They’ve been running for 11 years and have 12 members, all women. They do a mix of product, identity and audiovisual design work for communities, cooperatives and recovered factories.&lt;/p&gt;
&lt;p&gt;It was very interesting to hear about how a different co-op is run. The way they spoke about their co-op felt so familiar: it’s not perfect, but “it fits us like a glove” — they can shape it however they like and put their values into practice.&lt;/p&gt;
&lt;p&gt;The talk was entirely focused on &lt;em&gt;how&lt;/em&gt; they work as a co-op, rather than their design work. They spent a fair bit of time explaining what being part of a co-op means, what the seven cooperative principles are, how they govern themselves.&lt;/p&gt;
&lt;p&gt;This made me reflect on the talks I usually give — I realised that I try to cram way too much into the 30-45 minutes I have. I usually cover a bit about my own practice and how I got into this type of work, touching on Evening Class and Designers + Cultural Workers, and then onto Common Knowledge: who we are, what a co-op is, why we’re a co-op, the kind of work we do, our attitude towards technology and politics and a bunch of examples of our work. No wonder I’m always exhausted afterwards!&lt;/p&gt;
&lt;p&gt;I think I need to split my talk out into a few separate ones, something like:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Exploring different collaborative forms: learning groups, unions, cooperatives&lt;/li&gt;
&lt;li&gt;An introduction to worker cooperatives: what they are; how to set one up; how to make decisions&lt;/li&gt;
&lt;li&gt;How digital technology can amplify grassroots politics&lt;/li&gt;
&lt;li&gt;Community-led design practices&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Community-led design practices is the one I’m most interested in but least certain about. &lt;a href=&quot;https://soniaturcotte.com/&quot;&gt;Sonia&lt;/a&gt; and I developed a &lt;a href=&quot;https://gemmacope.land/writing/community-is-a-garden/&quot;&gt;workshop centred around this&lt;/a&gt; for a LCC masters course back in 2021. It ended up feeling quite speculative because we weren’t actually working with communities directly, just thinking about how we might design the design process. It was a little too meta.&lt;/p&gt;
&lt;p&gt;I’m really curious as to how you can involve diverse groups of people in the design process while still eventually producing something that does what they need and that most people involved are happy with. I think the main issue is that this takes &lt;em&gt;time&lt;/em&gt;, so much more than we ever have in our projects.&lt;/p&gt;
&lt;p&gt;I asked the people from Cooperativa de Disenio how they approach this, as they do quite a lot of work with other non-hierarchical groups and communities. They agreed that it can be difficult and slow. You have to meet people where they are, slow down to their pace, listen to their point of view and decentre yourself.&lt;/p&gt;
&lt;p&gt;I agreed with all of this, but I still feel that there are missing pieces. Maybe that’s just because there is no one methodology that will suit every project — you have to develop new methods to suit each new situation.&lt;/p&gt;
&lt;p&gt;There seems to be so much interest in worker co-ops for designers at the moment. In both this Futuress talk and my talk at FBAUL the other week, there were lots of questions from the audience on the practical details of starting and running a co-op like:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;How can new graduates start or get involved with a co-op?&lt;/li&gt;
&lt;li&gt;How do you make sure hierarchies don’t seep in?&lt;/li&gt;
&lt;li&gt;How do you deal with problems?&lt;/li&gt;
&lt;li&gt;What legal form should it take in Italy/in Portugal?&lt;/li&gt;
&lt;li&gt;Is there anyone who gives accountancy advice to co-ops?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I would love to run a question and answer session exploring questions like this for people interested in starting worker co-ops.&lt;/p&gt;
&lt;p&gt;I think the best way to do this would be to get a few design cooperatives from around the world involved, like Cooperativa de Disenio, &lt;a href=&quot;https://partnerandpartners.com/&quot;&gt;Partner &amp;amp; Partners&lt;/a&gt; in the US and &lt;a href=&quot;https://cmmn.world/common&quot;&gt;Common&lt;/a&gt;in Australia. There are so many legal considerations that are specific to each country, so having co-ops from a range of countries there would help answer some of the specifics.&lt;/p&gt;
&lt;p&gt;I think it would also be good to have multiple co-ops so we could compare different approaches. From 2020–21 I regularly met with six people from other co-ops working from Space4 (a coworking space and co-op incubator in north London). We discussed any challenges we were facing or ways that we wanted to improve our co-ops, gave each other advice and held each other accountable. I think we all got so much out of learning from each other and sharing our different approaches.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>April in Anjos</title>
      <link href="https://gemmacope.land/writing/april-in-anjos/"/>
      <updated>2023-04-02T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/april-in-anjos/</id>
      <content type="html">&lt;p&gt;Some photos from this weekend.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/21197959/original_4a7b7ed3fddb0ba249cbb88decbc0c55.jpg?1680465999?bc=0&quot; alt=&quot;Mirrored apartment windows reflecting a tiled facade opposite.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/21197951/original_10ef8eb4d7c9b8b4e75b8f88dba68bca.jpg?1680465992?bc=0&quot; alt=&quot;A person and a dog both lean out over a concrete balcony.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/21197961/original_6bdda1026d1ba9e1d2acff40e12b45b4.jpg?1680466004?bc=0&quot; alt=&quot;A fence dripping with purple wisteria.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/21197964/original_c4b43b7a7935a0f29676cdf221ac1c2e.jpg?1680466022?bc=0&quot; alt=&quot;Sunset at Miradouro do Monte Agudo.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;We spent today cleaning up our garden and planting some seeds that Susana kindly gave us last weekend — tomatoes, butternut squash and zucchini — as well as some wildflowers and cat grass. The cat that regularly visits us watched us intently as we worked. Later in the afternoon, two new cats visited to investigate the changes too. We must be doing something right.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/21197957/original_39e5bf38a35f215cee2718932a053b91.jpg?1680465999?bc=0&quot; alt=&quot;Our newly improved back garden with the lemon tree on the left and loquat on the right. The tiled area looks neat and freshly swept, with gardening tools on shelves in one corner.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;We’ve worked out (also thanks to Susana) that the yellow fruit is a &lt;a href=&quot;https://en.wikipedia.org/wiki/Loquat&quot;&gt;loquat&lt;/a&gt; (&lt;em&gt;nêspera&lt;/em&gt; is Portuguese). They taste very sweet and somewhat like apricot. H picked some and made them into a jam — two parts loquat to one part sugar and one part water, with lemon juice, cayenne pepper and rosemary.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/21197960/original_3c4b5d5082199725c775afd6a55e8534.jpg?1680466003?bc=0&quot; alt=&quot;A bowl of quartered orange loquats.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;We also planted basil, mint, coriander, parsley and thyme in pots to sit on our kitchen bench.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/21197954/original_979049d5f460d03483d493a81b2cdc23.jpg?1680465996?bc=0&quot; alt=&quot;A pot of herbs in soft focus.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I love my riso-printed calendar by &lt;a href=&quot;https://laurendoughty.com/&quot;&gt;Lauren Doughty&lt;/a&gt;. Happy April!&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/21197950/original_fc4c3cbcec3567b86ef30f6b44195edb.jpg?1680465990?bc=0&quot; alt=&quot;A colourful illustration with a small person holding a sun and a larger person in the background planting something.&quot; /&gt;&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>All flourishing is mutual</title>
      <link href="https://gemmacope.land/writing/all-flourishing-is-mutual/"/>
      <updated>2023-04-25T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/all-flourishing-is-mutual/</id>
      <content type="html">&lt;p&gt;A few weeks ago we visited &lt;a href=&quot;https://mingamontemor.pt/&quot;&gt;Cooperativa Integral Minga&lt;/a&gt;, a multisector co-op in Montemor-o-Novo, about an hour east from Lisbon in the Alentejo region.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/21545622/original_eb4be0938a498602b8f7fc68f2419534.jpg?1682436901?bc=0&quot; alt=&quot;The view across the valley in Montemor: lush trees, dry grass, bright blue sky and a gently flowing river.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;They have around 100 members across four branches: agriculture, products, services and housing. These branches run as autonomous working groups using sociocracy. They also have a number of elected administrative roles that make up their board.&lt;/p&gt;
&lt;p&gt;Anyone living in the area around Montemor can pitch an idea to join the group, as long as their practice is in accordance with Minga’s values: sustainability and degrowth. Once they join, they can run their company through the co-op rather than individually, sharing resources and lowering costs for everyone. In return, 5% of each invoice goes towards Minga.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/21545620/original_0d3b6702689c2559f1d368d94408bc36.jpg?1682436899?bc=0&quot; alt=&quot;A wooden bowl filled with brightly coloured yarn.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;They have a small store in the centre of town where you can buy local and seasonal fruit and vegetables, groceries, ceramics and textiles from co-op members. The shop is a way of promoting locally sourced goods, fair trade and a circular economy. Everything is grown or made by hand, with natural materials and human energy.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/21545618/original_1514324898e1427e1faa81b53a4c3e40.jpg?1682436898?bc=0&quot; alt=&quot;A woven basket full of dried lavender.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;On one of the shelves there are skeins of cream and brown yarn, produced by &lt;a href=&quot;https://suarda.pt/&quot;&gt;Suarda&lt;/a&gt;. Last year, two cooperators (Jorge and Telma) started the company, which is focused on encouraging fairer and more sustainable wool production from all angles: fair prices for producers, improved animal welfare, and a regenerative approach to environmental stewardship. It’s an attempt to create an entirely new value chain around wool and revive the national textile industry.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/21545614/original_0ddcd8866d3d06678466e05d54781d1c.jpg?1682436897?bc=0&quot; alt=&quot;A wooden loom with a brown and cream patterned weaving on it.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/21545621/original_3ac86746ab9012b04e89992e36d86838.jpg?1682436900?bc=0&quot; alt=&quot;Hanks of yarn wound around a wooden structure.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Around the corner from the store is the &lt;em&gt;Espaço Integral&lt;/em&gt;, a coworking and event space which houses a communal library, seed swap and some wooden looms. Another cooperator (Teresa) weaves with Suarda wool there, sharing her knowledge with anyone who is interested in learning the craft.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/21545619/original_e7241a7f6755216a150acdf6a4c26faa.jpg?1682436899?bc=0&quot; alt=&quot;A selection of publications on wool and traditional crafts.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/21545617/original_03234225819613a895d3fbad6d7cbd76.jpg?1682436898?bc=0&quot; alt=&quot;The shelves of their communal library.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;For me, the fascinating thing about Minga is how it weaves together so many strands of life: from food to housing to work to education to health. They share the same cooperative values, but operate at a whole different scale to a worker co-op. Rather than focus on one industry, it’s possible to work in collaboration with many other in order to address issues across and between sectors, with a philosophy of degrowth underpinning everything they do. The people involved have such a wide range of expertise, sharing knowledge across different sectors and different generations. They are deeply rooted in Montemor, slowly creating a commons from which everyone can benefit.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Community Economies in Action</title>
      <link href="https://gemmacope.land/writing/community-economies-in-action/"/>
      <updated>2023-07-29T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/community-economies-in-action/</id>
      <content type="html">&lt;p&gt;I’ve just come back from an inspiring week at the &lt;a href=&quot;https://www.communityeconomies.org/news/community-economies-action-practice-retreat&quot;&gt;Community Economies in Action&lt;/a&gt; practice retreat in Terragnolo, Italy. It was designed and facilitated by &lt;a href=&quot;https://www.communityeconomies.org/people/bianca-elzenbaumer&quot;&gt;Bianca Elzenbaumer&lt;/a&gt;, &lt;a href=&quot;https://fo.am/people/kate-rich/&quot;&gt;Kate Rich&lt;/a&gt; and &lt;a href=&quot;https://www.unibz.it/de/faculties/design-art/academic-staff/person/45932-flora-mammana&quot;&gt;Flora Mammana&lt;/a&gt; as a practical counterpart to the Community Economies Institute’s summer/winter school.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/22864947/original_7450b5138009b81de2bb5e1c90db504d.jpg?1690628744?bc=0&quot; alt=&quot;People sitting at the table at Il Masetto, reading. There is an incredible view across the valley to the next mountain, covered in forests&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/22864956/original_a116c02ddefcbec0acb6872bbbc0f9f7.jpg?1690628748?bc=0&quot; alt=&quot;A campervan with a flag hanging off it that says &amp;quot;Community Economies in Action: A Practice Retreat in Europe.&amp;quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;There were 24 participants with a diverse range of practices: academics and researchers, artists and designers, gardeners and organisers. Everyone was somehow involved in community economies, whether through a food / worker / housing cooperative, ecovillage, market garden, urban landscape, band, radio program, library of things or design lab. Over the week, we learned about all these diverse forms of commoning, exchanged ideas and identified new methods for collaborative survival. We were encouraged to be honest with each other about our struggles as well as celebrating our successes.&lt;/p&gt;
&lt;p&gt;Underpinning the retreat were the ideas of &lt;a href=&quot;https://en.wikipedia.org/wiki/J._K._Gibson-Graham&quot;&gt;J.K. Gibson-Graham&lt;/a&gt;, two feminist geographers from Sydney who collectively wrote books like &lt;em&gt;The End of Capitalism (As We Knew It)&lt;/em&gt; and &lt;em&gt;Take Back The Economy&lt;/em&gt;. Their work is all about rethinking the economy by foregrounding diverse economic practices and giving them credibility. These diverse economies include unpaid labour, cooperatives, Community Supported Agriculture, alternative currencies, voluntary organisations, underground economies, gift giving, foraging and barter.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/22864969/original_9884e92f308020f0d862fb74e229c739.jpg?1690628883?bc=0&quot; alt=&quot;Diverse economies iceberg diagram.&quot; /&gt;&lt;br /&gt;
▲ Iceberg model diagram by Bianca Elzenbaumer, Brave New Alps&lt;/p&gt;
&lt;p&gt;The programme itself was quite emergent, with open spaces where we could propose our own ideas and free time for rest and reflection. Although there were some readings and a lot of deep thinking, there was also a strong focus on connecting with the land and with our bodies. We learned about the long history of commoning in the valley from our host Gianni of &lt;a href=&quot;http://www.ilmasetto.com/&quot;&gt;Il Masetto&lt;/a&gt;. One afternoon we went for a hike on a nearby mountain and foraged edible plants. We did a contact improvisation dance, swam in the river many times and cooked food together.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/22864946/original_39161d1d583bf52e77114ff4f307cd84.jpg?1690628744?bc=0&quot; alt=&quot;Hiking through meadows.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/22864945/original_4151d8542d6f61aebd833c32e42c2006.jpg?1690628745?bc=0&quot; alt=&quot;Being still.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/22864944/original_29a35acd0d04dfe2238e65aef1393744.jpg?1690628744?bc=0&quot; alt=&quot;Making foraged pesto.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/22864949/original_17cf1f7bca91c9cac51b05f8862dce7f.jpg?1690628746?bc=0&quot; alt=&quot;Stirring a big pot of polenta by the riverbank.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;▲ Photos by Flora Mammana&lt;/p&gt;
&lt;h2&gt;Economy as Ecological Livelihood&lt;/h2&gt;
&lt;p&gt;We read two of their essays and reflected on the conversations they opened with our practices. The first, &lt;a href=&quot;https://www.communityeconomies.org/sites/default/files/paper_attachment/Economy-as-Ecological-Livelihood.pdf&quot;&gt;&lt;em&gt;Economy as Ecological Livelihood&lt;/em&gt;&lt;/a&gt; by J.K. Gibson-Graham and Ethan Miller, suggested that we need to see the economy as something deeply entangled with everything else (social and ecological) rather than some separate sphere of human activity.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;If we cease to think of ourselves as singular, self-contained beings and begin to think alongside, for example, the multiple communities of bacteria and bacterial symbionts from which we continually take shape and of which we are but fleeting, temporary manifestations (Hird 2009; Hird 2010); or if we place our activities in the context of the billions-of-years-old, emergent, planetary-scale process of bio- logical self-construction known as “Gaia” (Lovelock 2000; Harding 2006; Volk 2003), it is no longer possible to identify a singular “humanity” as a distinctive ontological category set apart from all else.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;What difference might it make if we accept that from the scale of Gaia, to the scale of the microscopic bacteria that form the laboring basis for nearly all biological energy production and transformation, there is a “we” bound together in myriad interrelationships that are themselves the very conditions of existence for our sense of a human “we”? Being-in-common—that is, community—can no longer be thought of or felt as a community of humans alone; it must become multispecies community that includes all of those with whom our livelihoods are interdependent and interrelated.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;They suggest four ethical coordinates to navigate the question “How do we live together with human and non-human others?”:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;PARTICIPATION: Who is the “we” that participates in the constitution of livelihoods and community economies? This involves cultivating forms of knowing and becoming that open us to the complexities of our interdependencies, to their animate interactions with us, and to the forms of responsibility this calls forth.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;NECESSITY OR SUFFICIENCY: What do “we” need for survival? What constitutes “enough”? This includes asking about what is necessary for the dignified survival of all living beings and communities with whom we are inter-dependent, and about how we might consume in ways such that one species’ or community’s consumption does not compromise the survival chances of others.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;SURPLUS: How do “we” produce, appropriate, distribute and mobilize surplus? Our new accounting must include surplus that is generated not just by human labor, but by the work of plants, animals, bacteria, fungi and dynamic energetic systems.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;COMMONS: How do “we” make and share a commons, the material commonwealth of our community economies, with this new, more-than-human “we” in mind? Can we, for example, begin to see the chickens, bees and fruit trees of a cooperative farm not as part of that farm’s commons (as shared resources), but rather as living beings partici- pating in the co-constitution of the community that, together, makes and shares the farm?&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;Diverse Economies: Performative Practices for ‘Other Worlds’&lt;/h2&gt;
&lt;p&gt;The second text, &lt;em&gt;&lt;a href=&quot;https://www.communityeconomies.org/publications/articles/diverse-economies-performative-practices-other-worlds&quot;&gt;Diverse Economies: Performative Practices for Other Worlds&lt;/a&gt;&lt;/em&gt;, highlights all the diverse economic practices that already happening in the here and now.&lt;/p&gt;
&lt;p&gt;Gibson-Graham take a post-structuralist approach to the idea of capitalism. Rather than just adding new or forgotten categories to the existing definition, they instead want to completely restructure how we understand the economy. Economic activities are usually defined in terms of their relationship to capitalism, the master signifier — everything exists in relation to it, whether that’s as a complement or supplement, against or within.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;In &lt;em&gt;The end of capitalism&lt;/em&gt; we addressed familiar representations of capitalism as an obdurate structure or system, coextensive with the social space. We argued that the performative effect of these representations was to dampen and discourage non-capitalist initiatives, since power was assumed to be concentrated in capitalism and to be largely absent from other forms of economy. In the vicinity of such representations, those who might be interested in non-capitalist economic projects pulled back from ambitions of widespread success – their dreams seemed unrealizable, at least in our lifetimes. Thus capitalism was strengthened, its dominance performed, as an effect of its representations.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;They argue that we need to move instead to seeing capitalist practices as one element within a landscape of diverse economies. By moving beyond this capitalocentric viewpoint, we open up space for imagination and new possibilities. We can begin to imagine new worlds that we want to participate in building.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;What if we were to accept that the goal of theory is not to extend knowledge by confirming what we already know, that the world is a place of domination and oppression? What if we asked theory instead to help us see openings, to provide a space of freedom and possibility?&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/22864953/original_3b2b5042a79d0491a1c1f78a2a19425f.jpg?1690628747?bc=0&quot; alt=&quot;People sitting in the grass, listening to Gianni speak about the commons.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/22864951/original_a06a32400fdd69129ceee0c0eeab82e4.jpg?1690628746?bc=0&quot; alt=&quot;Handwritten notes on a big sheet of paper on the grass.&quot; /&gt;&lt;br /&gt;
▲ Photos by Flora Mammana&lt;/p&gt;
&lt;p&gt;We discussed the text together, asking ourselves:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;How are we making ourselves open to the possibility of new economic becomings?&lt;/li&gt;
&lt;li&gt;How do our practices already contribute to the exciting proliferation of economic experiments occurring worldwide in the current moment?&lt;/li&gt;
&lt;li&gt;How can we study our strategies of survival, support each other’s efforts and help each other change what we wish to change?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I found the discussion and the overall framing incredibly generative. Rather than seeing ourselves as fighting against some all-encompassing, all-powerful system, it’s about shifting focus to seeing all the diverse possibilities that already exist and that could exist in the near future. Our discussion was focused in on the tangible and the concrete: what we’re already doing, what resources we already have, useful tools and techniques to continue and deepen this work. There is something so optimistic and playful about this approach.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Our interest in building new worlds involves making credible those diverse practices that satisfy needs, regulate consumption, generate surplus, and maintain and expand the commons, so that community economies in which interdependence between people and environments is ethically negotiated can be recognized now and constructed in the future.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;We spoke to Katherine Gibson via Zoom one morning. One question that someone asked her was around critique and resistance — how do you keep proliferating possibilities when the whole system is working against you? She suggested that we don’t need to make things harder for ourselves by imagining big bad capitalism always waiting around the corner to gobble up our attempts. It’s easy to be angry at what’s there, it’s much harder to imagine and create desire for the not-quite-yet. You have to imagine that it &lt;em&gt;is&lt;/em&gt; possible to create new worlds, working with fragments and wreckages, balancing fighting with building.&lt;/p&gt;
&lt;h3&gt;Feral Clinics&lt;/h3&gt;
&lt;p&gt;We did two mornings of Feral Clinics, a practice adapted from Kate Rich’s &lt;a href=&quot;https://fo.am/activities/the-feral-mba/&quot;&gt;Feral MBA&lt;/a&gt; and previous iterations of this retreat. Each collective or practitioner took turns hosting a session, arriving with one crucial question that they’re currently facing in their practice. The rest of the group took turns either asking questions or holding space, helping the host to work through their own problems through active listening and thoughtful questions. Rather than asking questions out of your own curiosity, we were encouraged to ask questions based on what the person needed to hear, to help them draw their own conclusions.&lt;/p&gt;
&lt;p&gt;In the first round, we helped the host fine-tune their question to the group. In the second round, we helped them proliferate possibilities. In the final round, we helped them identify the next, most elegant steps — a term that adrienne maree brown uses to refer to small, achievable and exciting steps forward, so easy to make that they feel like dancing.&lt;/p&gt;
&lt;h3&gt;Thinking about…&lt;/h3&gt;
&lt;blockquote&gt;
&lt;p&gt;Focus on critical connections more than critical mass—build the resilience by building the relationships.&lt;br /&gt;
— adrienne maree brown&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The week opened up a lot of questions for me. I found it challenging at times because I started to doubt my own practice, particularly in relation to digital technology. At Common Knowledge, we focus on understanding patterns shared by a broad range of political organisations and using the affordances of technology to help scale up their activities. It felt a long way from the practices of other people there, which was much more place-based, focused on working with their own local community.&lt;/p&gt;
&lt;p&gt;I was lucky to have a two-hour mentoring session with &lt;a href=&quot;https://www.communityeconomies.org/people/ethan-miller&quot;&gt;Ethan Miller&lt;/a&gt; remotely from his housing co-op in Wabanaki Territory / Maine. I feel so grateful for the facilitators for setting this up because there were so many overlaps between the questions I had for my own practice and the work that he’s been doing for decades. We spoke about the challenges of being part of cooperatives and other non-hierarchical organisation models, how they set up their Community Land Trust, feminist science fiction, building capacity and desire within communities, being rooted in a particular place, commoning infrastructure… lots for me to think about!&lt;/p&gt;
&lt;p&gt;I found it really heartening that quite a few of the other people there were also puzzled about where to live and how to balance the desire/need to travel with the need to belong to one community. I find it really difficult, as an immigrant from Australia who has lived for the last 12 years in The Netherlands, the UK and now Portugal, to understand where I belong. I also can’t imagine a life where I stay in one place and never travel — I would lose connection with so many of my friends and family, to familiar landscapes and to my past. At the same time, I feel a real need to slow down and feel rooted in one place.&lt;/p&gt;
&lt;p&gt;Some of the questions I want to explore further are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;How can we work on a local community level and respond to all the idiosyncrasies of a specific place, &lt;em&gt;but also&lt;/em&gt; still make sure we’re connecting with other initiatives, learning from each other, sharing resources and acting in ways that will have an impact on the planetary challenges we face?&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;When does it make sense to stay small, and when does it make sense to start organising on the national or international level?&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;What does place-based, small scale, low tech, convivial technology actually look like?&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Is there a way to have community if you also need to travel? Can we develop communities across borders, with protocols and rituals than ensure a fair exchange between rooted and transient types? Can we develop new models of kinship and solidarity that enfold all these different needs and contradictions?&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;How do we create the desire for self-governance and economic experimentation in more people?&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/22864952/original_b9375062ec657b7537e826ef525d3956.jpg?1690628747?bc=0&quot; alt=&quot;Clouds hanging low over the mountain.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;PS — How &amp;amp; I chatted to Vida from Robida Collective about the retreat when we visited Topolò last week — &lt;a href=&quot;https://soundcloud.com/radio-robida/interweavings-gemma-copeland-and-how-melnyczuk-22072023&quot;&gt;listen here&lt;/a&gt;.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Hearts, minds, rhizomes &amp; other worlds</title>
      <link href="https://gemmacope.land/writing/hearts-minds-rhizomes-and-other-worlds/"/>
      <updated>2023-09-17T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/hearts-minds-rhizomes-and-other-worlds/</id>
      <content type="html">&lt;h4&gt;Mobilising Hearts and Minds&lt;/h4&gt;
&lt;p&gt;I’m just about to start the &lt;a href=&quot;https://reimaginingvalue.ca/hearts-and-minds/&quot;&gt;Mobilising Hearts and Minds&lt;/a&gt; course initiated by &lt;a href=&quot;https://maxhaiven.com/&quot;&gt;Max Haiven&lt;/a&gt; and &lt;a href=&quot;https://www.sarahsteinlubrano.com/&quot;&gt;Sarah Stein Lubrano&lt;/a&gt;. We’ll be exploring the question &lt;em&gt;“How can we change people’s minds and create the conditions where they not only support but join the movements for radical change we desperately need?”&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;I’ve been following Max’s work for a while and am in the middle of reading &lt;a href=&quot;https://maxhaiven.com/radicalimagination/#INTRO&quot;&gt;The Radical Imagination&lt;/a&gt;, so looking forward to a few months of guided study and reflection and conversation. I’m curious about how to learn from psychology / sociology / philosophy / critical theory and apply it to my design practice, given that a big chunk of my work is about motivating people to take political action and join movements.&lt;/p&gt;
&lt;h4&gt;Centre for Other Worlds&lt;/h4&gt;
&lt;p&gt;I’m really happy to share that I joined the &lt;a href=&quot;https://otherworlds.pt/&quot;&gt;Centre for Other Worlds&lt;/a&gt;, a research centre for art and design initiated by Lusófona University in Lisbon. It’s a distributed network of designers and researchers, all of whom I deeply admire. They also publish a &lt;a href=&quot;https://buttondown.email/otherworlds&quot;&gt;journal&lt;/a&gt; edited by Silvio Lorusso.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;We value design cultures, but we approach them without devotion. Instead of celebrating the power of design, we focus on the power structures that, willingly or not, design reproduces. For us, more than a solution, design itself is a problem and a challenge.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h4&gt;Rizoma Cooperativa&lt;/h4&gt;
&lt;p&gt;I’ve also joined a local cooperative, &lt;a href=&quot;https://rizomacoop.pt/en/&quot;&gt;Rizoma&lt;/a&gt;. It’s similar to Minga, which I &lt;a href=&quot;https://gemmacope.land/writing/all-flourishing-is-mutual/&quot;&gt;wrote about previously&lt;/a&gt;, in that it’s a multi-sector cooperative with five integrated strands: consumers, services, culture, agriculture and housing. It’s based in Arroios with a grocery store, cafe and terrace at ground level, a co-working space upstairs and a cultural space downstairs. They also have two fledgling sector groups focused on habitation (campaigning against the housing crisis and setting up cooperative housing) and agriculture.&lt;/p&gt;
</content>
    </entry>
    
    <entry>
      <title>Post-branding</title>
      <link href="https://gemmacope.land/writing/post-branding/"/>
      <updated>2023-09-17T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/post-branding/</id>
      <content type="html">&lt;p&gt;Very excited to read &lt;a href=&quot;https://www.setmargins.press/books/what-is-post-branding/&quot;&gt;&lt;em&gt;What is post-branding? How to Counter Fundamentalist Marketplace Semiotics&lt;/em&gt;&lt;/a&gt;, a book by Jason Grant &amp;amp; Oliver Vodeb published by Set Margins (which seems to be publishing all the good design books these days).&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Post-Branding empowers better design of public communication for civic and activist groups by replacing corporate branding’s predatory principles with a new set of strategies embedded in a new culture of craft. A new way of being and knowing, for a new way of relating with the world.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/23677995/original_c2763a6249fc77cd3379392683c8a86b.jpg?1694974827?bc=0&quot; alt=&quot;Spread from What is Post-Branding. Black and white typography and line diagrams are layered on top of one another.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Jason is runs the Brisbane-based studio &lt;a href=&quot;https://www.inkahoots.com.au/&quot;&gt;Inkahoots&lt;/a&gt;. For the last 30 years or so they’ve worked in direct collaboration with social movements, transforming from a community-run screenprinting workshop into a non-hierarchical design studio focused on creative political expression.&lt;/p&gt;
&lt;p&gt;Jason was one of my tutors at the Queensland College of Art. At the time I was in my final year at uni, about to graduate into a recession, and seriously questioning my choice to become a designer and design’s complicity in consumerism. Learning from him and about his practice had a huge influence on me. It prompted me to do a masters of Design Futures with &lt;a href=&quot;https://www.thestudioattheedgeoftheworld.com/people.html&quot;&gt;Tony Fry&lt;/a&gt; and to try to find ways to be a designer outside of / against capitalism.&lt;/p&gt;
&lt;p&gt;On a related note, I’ve been thinking about writing a series on design and design-adjacent practices that are modelling new ways of working. My shortlist so far is:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.inkahoots.com.au/&quot;&gt;Inkahoots&lt;/a&gt; (AU)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.holon.cat/en/#about&quot;&gt;Holon&lt;/a&gt; (ES)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://thentrythis.org/&quot;&gt;Then Try This&lt;/a&gt; (UK)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://gfsc.studio/&quot;&gt;Geeks for Social Change&lt;/a&gt; (UK)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.promisingtrouble.net/&quot;&gt;Promising Trouble&lt;/a&gt; (UK)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.krater.si/en&quot;&gt;Krater&lt;/a&gt; (SI)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://brave-new-alps.com/&quot;&gt;Brave New Alps&lt;/a&gt; (IT)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://multitudes.coop/&quot;&gt;Multitudes&lt;/a&gt; (UK)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.andalsotoo.net/&quot;&gt;And Also Too&lt;/a&gt; (CA)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://civicsquare.cc/&quot;&gt;Civic Square&lt;/a&gt; (UK)&lt;/li&gt;
&lt;/ul&gt;
</content>
    </entry>
    
    <entry>
      <title>Transformative Work as Livelihood</title>
      <link href="https://gemmacope.land/writing/transformative-work-as-livelihood/"/>
      <updated>2024-02-20T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/transformative-work-as-livelihood/</id>
      <content type="html">&lt;p&gt;In December I went to the Free University of Bozen-Bolzano to teach a seminar on &lt;em&gt;Transformative Work as Livelihood&lt;/em&gt; for the &lt;a href=&quot;https://www.unibz.it/en/faculties/design-art/master-eco-social-design/&quot;&gt;Eco-Social Design&lt;/a&gt; masters students. Over three days, we explored potential pathways available to socially and politically engaged designers, how to balance financial stability with meaningful work, and feminist strategies that ensure that transformative practices remain open to many and viable in the long-term.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/26481919/original_745bf0e53035bc50d490dfeff0092642.jpg?1708461536?bc=0&quot; alt=&quot;Cover slide from my presentation which reads &amp;quot;Transformative Work as Livelihood&amp;quot;.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Rather than focusing on strategies for individual success, we discussed and imagined new models for working together based on solidarity and care. To do this, we gathered a wide range of practices and tools that challenge the dominant narratives of design and work, exploring the multitude of alternative social and economic approaches that already exist in the here and now.&lt;/p&gt;
&lt;p&gt;The seminar cycled between individual and collective exercises: brainstorming, reading, self-reflection and building a toolkit. My goal was to make the seminar really practical, full of useful tools that they could easily apply in their lives, and signposting them towards a broad range of further resources and readings that I’ve found useful in my practice. I wanted to be both critical of our current capitalist reality while also pointing to hopeful possibilities and new pathways. I’ve collected the slides and all the resources into this &lt;a href=&quot;https://www.are.na/gemma-copeland/transformative-work-as-livelihood&quot;&gt;Arena channel&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I learned so much throughout this process. Below is an overview of what we did, my reflections on how it went and the changes I’d like to make if/when I run this seminar again. I’m documenting this (in probably too much depth) for my own benefit, but if it’s useful for others to read then that’s great too!&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/26482183/original_12d61c5ad567967d2647e62fdbe07fcc.jpg?1708462358?bc=0&quot; alt=&quot;Students in the classroom.&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;Finding common ground&lt;/h3&gt;
&lt;p&gt;The first afternoon was about finding common ground and defining a collective vocabulary. We did a brainstorming session to collectively unpack the words &lt;em&gt;transformative&lt;/em&gt;, &lt;em&gt;work&lt;/em&gt; and &lt;em&gt;livelihood&lt;/em&gt;, then I defined a few key concepts like reproductive labour, capitalist realism, feminist economics and intersectionality. We discussed some of the central elements of capitalist work economies and how they manifest in design work specifically.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/26482184/original_aa8848925ad900fa5ecc12d7c740a1e8.jpg?1708462362?bc=0&quot; alt=&quot;Collective definitions of the term &amp;quot;transformative&amp;quot;.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;The students shared some of the burning questions that they had about their livelihoods:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Will I work as a designer? Will I get a job related to what I studied? Will I find a job that I like?&lt;/li&gt;
&lt;li&gt;How do I say no to some opportunities?&lt;/li&gt;
&lt;li&gt;Should I return to my home country? Do I have a responsibility to do this? How do I deal with moving around for work?&lt;/li&gt;
&lt;li&gt;How do I explain what I do and what I want to do?&lt;/li&gt;
&lt;li&gt;How do I create opportunities for the kind of work I want? To what extent should I plan out my career or should I just do what I find fun right now? How do I balance planning with being open to opportunity? How do I stay adaptable?&lt;/li&gt;
&lt;li&gt;How do I deal with uncertainty? What can I do about feeling precarious?&lt;/li&gt;
&lt;li&gt;How do I find jobs through word of mouth or networking?&lt;/li&gt;
&lt;li&gt;Is it bad to use work as a coping mechanism?&lt;/li&gt;
&lt;li&gt;How can I design ethical solutions and not just create more problems?&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Livelihoods&lt;/h3&gt;
&lt;p&gt;Later that afternoon, we went deeper into the concept of livelihood based on Ethan Miller’s book &lt;a href=&quot;https://www.upress.umn.edu/book-division/books/reimagining-livelihoods&quot;&gt;&lt;em&gt;Reimagining Livelihoods&lt;/em&gt;&lt;/a&gt;, which proposes a new way of looking at livelihoods that expands possibilities for collective agency rather than individualism. His definition of livelihood is much broader than the usual one of making a living — instead it is “open-ended, always-revisable, experimental set of tools for enhancing the capacities of collectives to enact forms of life”.&lt;/p&gt;
&lt;p&gt;His thinking is encapsulated in this diagram, where livelihood is an ongoing convergence between making one’s living (autopoiesis), having one’s living made by others, both human and nonhuman (allopoiesis), and making livings for others (alterpoiesis). The boundaries between the three are blurred: “making-others can mean being-made and self-making at the same time”. Each student drew their own livelihood triad to reflect upon what they make, receive from and provide for others.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/26481912/original_017d44fc8272c2d07bbbf7e8dc380070.jpg?1708461531?bc=0&quot; alt=&quot;Livelihoods Triad by Ethan Miller. There are three lines converging in a point in the middle. Each line is labelled: being-made by others, making others and making a living.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I’m drawn to Miller’s framework because it resonates with my own experiences living and working in collectives. Cooperatives are autonomous self-help initiatives, in which people unite voluntarily to meet their individual and common needs. In cooperatives, autonomy and interdependence are two sides of the same coin — you help others to help yourself. This isn’t about erasing the individual or putting the collective before the individual, but about recognising how working with others can be a means to benefit oneself. Individual freedom is realised through mutual interdependence.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;It is difficult to relinquish the illusions of power and delusions of exceptionalism that come with privilege. But it is strangely liberating to realise your true status as a single node in a cooperative network. There is honour to be found in this role, and a certain dignified agency. You won’t be swallowed up by a hive mind or lose your individuality—you will retain your autonomy while simultaneously being profoundly interdependent and connected. In fact, sustainable systems cannot function without the full autonomy and unique expression of each independent part of the interdependent whole.&lt;br /&gt;
— Tyson Yunkaporta, &lt;em&gt;Sand Talk&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h3&gt;Starting with ourselves and moving outwards&lt;/h3&gt;
&lt;p&gt;In the same way that interdependence is also about the unique expression of each node, I wanted to explore the idea of care from the scale of the individual to the collective.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Care is less about predetermined behaviours than about a situated, embodied way of responding to interdependence as it shifts across different contexts and temporalities. […] We can disrupt the uncaring attitudes, environments, cultures, economies and structures we inhabit, starting with ourselves and moving outward.&lt;br /&gt;
— Alison Place, &lt;em&gt;Feminist Designer&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;How does self-knowledge and self-development connect to wider challenges? How can we recognise and build upon our own individual experiences without succumbing to individualism?&lt;/p&gt;
&lt;p&gt;The students each drew Ikigai diagrams to identify what they love to do, what they’re good at, what they can get paid for and what the world needs. The last two questions were the more difficult ones — it’s hard to know what you can get paid to do when you haven’t had much experience yet.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/26481914/original_d17c896bec97390d4608113820fc5dec.jpg?1708461532?bc=0&quot; alt=&quot;Diagram with four overlapping circles labelled &amp;quot;what you love, what the world needs, what you can be paid for, what you&#39;re good at.&amp;quot; The centre of the four is labelled Ikigai.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Next time, I would like to come up with a more indirect and creative way to help them answer all these questions more intuitively. It can be hard to directly answer a question like “what do I love to do” in words, but perhaps collaging or drawing would help people look at the question sideways and come up with more unexpected answers that surprise them and deepen their self-understanding.&lt;/p&gt;
&lt;p&gt;Around these diagrams, we widened our focus towards mapping relations and resources, adapted from a &lt;em&gt;Diverse Relations Mapping&lt;/em&gt; tool developed by Bianca Elzenbaumer as part of the &lt;a href=&quot;https://www.alpinecommunityeconomies.org/2021/08/21/diverse%e2%80%84relations-mapping/&quot;&gt;Alpine Community Economies Laboratory&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This exercise prompted them to make an inventory of the social and material resources they had access to, which communities they were already part of and what people they could rely on, in order to identify potential points of leverage and understand where it makes sense to invest more time and energy.&lt;/p&gt;
&lt;p&gt;Despite encouraging everyone to use images rather than / as well as words, most students just used words. I think I need to focus on creating an environment that is more conducive to drawing, collaging and mapping: clearing the space, rearranging the furniture so everyone is gathered around one central table, providing more pens and pencils, finding materials to collage with.&lt;/p&gt;
&lt;p&gt;I’d also like to come up with some metaphor or visual method to connect or combine these three diagrams (livelihood triad, ikigai diagram and diverse relations mapping). Potentially this could be based on the generative somatics &lt;a href=&quot;https://www.are.na/block/25020665&quot;&gt;&lt;em&gt;Sites of Shaping, Sites of Change&lt;/em&gt;&lt;/a&gt; diagram: moving from the self to intimate network, community, institutions and society, with a strong focus on feelings, care and interdependence. Or potentially the &lt;a href=&quot;https://www.are.na/block/23322655&quot;&gt;permaculture domains&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Principles, models and strategies for transformative work&lt;/h3&gt;
&lt;p&gt;The second day was about providing them with a broad range of principles, models and strategies for transformative work. We started building our collective toolbox of frameworks, models, strategies and tactics for practising transformative eco-social design.&lt;/p&gt;
&lt;p&gt;I began by sharing four sets of principles that guides our work: the cooperative principles, the Design Justice Network principles, Emergent Strategy principles and our own vision, mission and values. Next time, rather than providing an overview of all four, I would choose principle from each and demonstrate how we apply it in our day-to-day work. Otherwise I think ethics and values are just a list of nice sentiments that make us feel good, not really connected to reality or practice.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;My favorite way that adaptation with intention and interdependence get practiced is through shared principles. Having clear principles or intentions means, that as conditions change, there is a common understanding of what matters, a way to return to shared practice and behavior.&lt;br /&gt;
— adrienne maree brown, &lt;em&gt;Emergent Strategy&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;In the assessment, I noticed that many students described their practices as underpinned by “ethics” in general, without defining their ethics in any more depth. I’d like to do some kind of exercise to get them to think about one ethical value, what it means to them specifically and how it connects to their practice. I think I would also reframe it a little to talk more explicitly about politics rather than ethics.&lt;/p&gt;
&lt;h3&gt;Experimenting with new models&lt;/h3&gt;
&lt;p&gt;I provided a range of examples of different models for design work (broadly defined), touching on how each organisation was structured, how they work and who they work with. This included other cooperatives like &lt;a href=&quot;https://cooperativadedisenio.com/index.html&quot;&gt;Cooperativa di Disenio&lt;/a&gt;, community interest organisations like &lt;a href=&quot;https://www.migrantsinculture.com/&quot;&gt;Migrants in Culture&lt;/a&gt;, research organisations like &lt;a href=&quot;https://darkmatterlabs.org/&quot;&gt;Dark Matter Labs&lt;/a&gt;, hyperlocal place-based initiatives like &lt;a href=&quot;https://www.krater.si/en&quot;&gt;Krater&lt;/a&gt; and &lt;a href=&quot;https://floating-berlin.org/&quot;&gt;Floating &lt;s&gt;University&lt;/s&gt;&lt;/a&gt; and shared workspaces like &lt;a href=&quot;https://extrapractice.space/&quot;&gt;Extra Practice&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/26482341/original_0631ffb35cb820d92441e71e376df619.jpg?1708462827?bc=0&quot; alt=&quot;Screenshot of the presentation slides introducing different practices.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I offered a few different ways of categorising these models. One way was by their relationship to capitalism, as outlined by Graham Jones in &lt;em&gt;&lt;a href=&quot;https://www.wiley.com/en-us/The+Shock+Doctrine+of+the+Left-p-9781509528554&quot;&gt;The Shock Doctrine of the Left&lt;/a&gt;&lt;/em&gt;: smashing (direct action), building (infrastructures of support), healing (community responses to oppression) or taming (working within existing institutions to bring about change). We also looked at categorising by type of organisational structure, financial model, context, methods, scale and location.&lt;/p&gt;
&lt;p&gt;We did a collective archiving session where each person documented one practice that they were interested in. I would like to make this a more physical exercise in the next iteration, perhaps going to the library to source, photocopy, cut and paste content from interviews with the different practices. Working on computers is no good for collective creativity!&lt;/p&gt;
&lt;p&gt;From there, we split into four groups and did a collective brainstorming session to explore these four questions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;What ethics or values do you think should underlie engaged design practices?&lt;/li&gt;
&lt;li&gt;What forms can eco-social practices or organisations take?&lt;/li&gt;
&lt;li&gt;In which contexts could eco-social designers work?&lt;/li&gt;
&lt;li&gt;What skills do you think engaged designers should have?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;On reflection, what was perhaps missing from this spectrum of practices was a focus on career paths that involve working for government or within academia. I am less familiar with these options so the workshop was definitely weighted towards the kinds of practice that I personally know about. In the assessment, most people described wanting to work in or set up their own small practice, but I’m not sure if this is due to a lack of in-depth knowledge about other pathways.&lt;/p&gt;
&lt;h3&gt;Working with others&lt;/h3&gt;
&lt;p&gt;In the afternoon, we moved our focus towards working with others. I shared some strategies for democratic, non-hierarchical organising and mutual aid based on my experience working in collectives. We discussed common challenges like making decisions collectively, navigating power and privilege, resolving conflicts, using failure as an opportunity for growth, surviving times of scarcity, and distributing surplus in times of abundance.&lt;/p&gt;
&lt;p&gt;We read and discussed Jo Freeman’s 1970 essay &lt;a href=&quot;https://www.jofreeman.com/joreen/tyranny.htm&quot;&gt;&lt;em&gt;The Tyranny of Structurelessness&lt;/em&gt;&lt;/a&gt; and how this could be applied to collective work today. She suggests tactics like distributing authority and responsibility through transparent and democratic methods amongst as many people as possible, rotating tasks, and ensuring continuous diffusion of information and resources to the group.&lt;/p&gt;
&lt;p&gt;I shared the horizontal organising practices that we use within the co-op, and answered their questions about the challenges we’ve faced over the years and how we’ve overcome them.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/26481915/original_a601dd7c7be63ed10858b8a0a7a2499a.png?1708461532?bc=0&quot; alt=&quot;Diagram from Going Horizontal showing the different ways of working with others: doing to, doing for and doing with.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Next time, I would like for us to practice more of the organising methodologies rather than just just discussing and documenting them. An obvious one would have been to practice making a decision using sociocracy. However, I do think this section would be better suited to a weekly class rather than one afternoon of a seminar, because learning sociocratic techniques is most effective when you’re applying them to an actual collaboration.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/26482424/original_fd680e4089d1c28f240d91841023fd40.jpg?1708462982?bc=0&quot; alt=&quot;Diagram illustrating the core components of sociocracy: working in circles, connectors linking between circles, consent-based decision-making and feedback loops.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;This day was too long (9am — 6pm) and everyone was totally exhausted afterwards! I need to intersperse thinking and talking work with opportunities for us to move around, rest, eat and relax. Running this seminar for four hours per day over five days would be even better.&lt;/p&gt;
&lt;h3&gt;Strategies for collective survival&lt;/h3&gt;
&lt;p&gt;The final day was about developing a toolbox of strategies for collective survival. We discussed the different forms of support we can give each other: material, social, financial and moral. I shared a range of support structures and strategies that I’m aware of, moving from an understanding of the self-as-designer to self-as-worker to self-as-member of an community, industry and society. As with the rest of the seminar, my goal was to start with individual experience but make a direct connection to oppressive systems and how to resist them collectively, rather than just protecting oneself from precarity (if that is even possible).&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/26482735/original_1266b661e3e12f2b883eb191ce7754b4.png?1708463344?bc=0&quot; alt=&quot;Illustration showing the diverse economies underpinning the lumbung Kios at documenta fifteen.&quot; /&gt;&lt;br /&gt;
— &lt;a href=&quot;https://documenta-fifteen.de/en/lumbung-kios/&quot;&gt;lumbung Kios&lt;/a&gt;, Harvest by Angga Cipta, 2022&lt;/p&gt;
&lt;p&gt;This included a broad range of strategies like:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Forming collectives&lt;/li&gt;
&lt;li&gt;Starting a shared wallet&lt;/li&gt;
&lt;li&gt;Running events to do tedious freelance admin work together, like Extra Practice do with their ThemeWork sessions&lt;/li&gt;
&lt;li&gt;Joining a renters union&lt;/li&gt;
&lt;li&gt;Living in a housing cooperative&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src=&quot;https://d2w9rnfcy7mm78.cloudfront.net/26482742/original_03ab71e268430447c9f3d951b25a7496.jpg?1708463356?bc=0&quot; alt=&quot;Diagram by School of the Damned showing how to self-organise your education&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Each student filled out a worksheet with questions from Precarity Pilot’s &lt;a href=&quot;https://precaritypilot.net/creating-a-fertile-ground-for-your-practice/&quot;&gt;Creating Fertile Ground for your Practice&lt;/a&gt;, which focuses specifically on what students can do during their studies to start on a pathway towards transformative work.&lt;/p&gt;
&lt;p&gt;Finally, they worked in groups to come up with ideas for building support structures that they could start while still in university. They were all really engaged with this, I guess because it was more directly linked to their everyday experience and less about speculating on their future.&lt;/p&gt;
&lt;p&gt;Again, this day could have been more creative and interactive somehow. It would be good to do less talking (particularly because this was a Friday afternoon after an intense week for all of us) and do more creative and visual work instead — creating a zine or a &lt;a href=&quot;https://queer.archive.work/publications/reader2/index.html&quot;&gt;reader&lt;/a&gt; together instead.&lt;/p&gt;
&lt;h3&gt;Ideal practices&lt;/h3&gt;
&lt;p&gt;After the seminar, the students had two months to create a short presentation envisioning their ideal practice five years from now, including the kind of work they’d like to do, who they’d like to work with and how, the values that underpin it, the diverse economies that could sustain it and what their day-to-day might look like. I asked them to identify one aspect of their practice that they could easily attain with small adjustments (the next most elegant step) and one aspect that they would need to build towards over the five years.&lt;/p&gt;
&lt;p&gt;I think this worked really well and I was super happy with what everyone did. They said that they enjoyed the exercise, particularly the opportunity to be a bit utopian and imagine what their future might be like.&lt;/p&gt;
&lt;h3&gt;Reflections&lt;/h3&gt;
&lt;p&gt;Condensing such a huge topic into three days meant that both the students and I were totally exhausted by the end of it. They also seemed quite stressed with all the other work they had to finish before the end of the semester. I provided a bit too much information and I think this overwhelmed them (and me).&lt;/p&gt;
&lt;p&gt;If I ran this again, I would aim for less breadth and more depth. Instead of sharing the broadest range of practices and methods, I’d like to choose a few examples and go into depth with them. I need to more clearly connect theory to concrete reality, showing how values and methods manifest in day-to-day work.&lt;/p&gt;
&lt;p&gt;I’d like to spend a bit more time supporting them in finding ways to explain what they’re interested in and what they’d like to do. Some “transformative” work pathways are hard to talk about because they don’t exist yet. How can we develop new vocabularies that are also understandable by others?&lt;/p&gt;
&lt;p&gt;The challenge with preparing this seminar is that, of course, there isn’t a one size fits all solution to these questions — everyone has their own practices, resources, needs and desires. I based everything on my own experience (working in small studios, participating in collectives, running a worker co-op) but the pathways that many these students will take will be different from this. Last year, Flora Mammana had asked a few friends to record short videos explaining what they did after graduating the masters, which I think is really a good idea.&lt;/p&gt;
&lt;p&gt;I would have more moments of doing a variety of gentle, creative, intuitive, meditative and somatic exercises rather than so much thinking work. This might mean making collages, going for a walk together, going to the library, doing breathing exercises or dancing. I would reduce computer work to the bare minimum, and instead do as much as possible with paper and pen. I think a bigger room with less furniture, where we could stick things up on the walls and sit in a circle and move around freely would make a big difference.&lt;/p&gt;
&lt;h3&gt;Thank you&lt;/h3&gt;
&lt;p&gt;I’m grateful to Flora Mammana who taught this seminar for the previous two years and recommended that I apply for the position. It was so valuable to be able to hear about her experience and build upon her work while preparing my own version of the seminar. Also for the support and friendship from the UNIBZ professors I met there, including Aart van Bezooijen and Rosario Talevi.&lt;/p&gt;
&lt;h3&gt;Further reading&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.google.com/presentation/d/1OpmDBuFS1DSOVb3LOeNJ-Iy4_xTMw38UFMDgZjL_OwE/edit#slide=id.g13a867d40c0_0_981&quot;&gt;Presentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.are.na/gemma-copeland/transformative-work-as-livelihood&quot;&gt;Arena research channel&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Reading list:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://valiz.nl/en/publications/caps-lock&quot;&gt;&lt;em&gt;Caps Lock&lt;/em&gt;&lt;/a&gt; by Ruben Pater&lt;/li&gt;
&lt;li&gt;&lt;em&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Capitalist_Realism&quot;&gt;Capitalist Realism&lt;/a&gt;&lt;/em&gt; by Mark Fisher&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.upress.umn.edu/book-division/books/the-end-of-capitalism-as-we-knew-it&quot;&gt;&lt;em&gt;The End of Capitalism (as we knew it)&lt;/em&gt;&lt;/a&gt; by J.K. Gibson-Graham&lt;/li&gt;
&lt;li&gt;&lt;em&gt;&lt;a href=&quot;https://www.hive.co.uk/Product/Kate-Raworth/Doughnut-Economics--Seven-Ways-to-Think-Like-a-21st-Century-Economist/21739630&quot;&gt;Doughnut Economics&lt;/a&gt;&lt;/em&gt; by Kate Raworth&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.upress.umn.edu/book-division/books/reimagining-livelihoods&quot;&gt;&lt;em&gt;Reimagining Livelihoods&lt;/em&gt;&lt;/a&gt; by Ethan Miller&lt;/li&gt;
&lt;li&gt;&lt;em&gt;&lt;a href=&quot;https://www.versobooks.com/en-gb/products/2625-the-care-manifesto&quot;&gt;The Care Manifesto&lt;/a&gt;&lt;/em&gt; by the Care Collective&lt;/li&gt;
&lt;li&gt;&lt;em&gt;&lt;a href=&quot;https://www.dukeupress.edu/living-a-feminist-life&quot;&gt;Living a Feminist Life&lt;/a&gt;&lt;/em&gt; by Sara Ahmed&lt;/li&gt;
&lt;li&gt;&lt;em&gt;&lt;a href=&quot;https://mitpress.mit.edu/9780262048422/feminist-designer/&quot;&gt;Feminist Designer&lt;/a&gt;&lt;/em&gt; edited by Alison Place&lt;/li&gt;
&lt;li&gt;&lt;em&gt;&lt;a href=&quot;https://valiz.nl/en/publications/designstruggles&quot;&gt;Design Struggles&lt;/a&gt;&lt;/em&gt; edited by Claudia Mareis and Nina Paim&lt;/li&gt;
&lt;li&gt;&lt;em&gt;&lt;a href=&quot;https://silviolorusso.com/work/entreprecariat-eng/&quot;&gt;Entreprecariat&lt;/a&gt;&lt;/em&gt; by Silvio Lorusso&lt;/li&gt;
&lt;li&gt;&lt;em&gt;&lt;a href=&quot;https://silviolorusso.com/work/what-design-cant-do/&quot;&gt;What Design Can’t Do&lt;/a&gt;&lt;/em&gt; by Silvio Lorusso&lt;/li&gt;
&lt;li&gt;&lt;em&gt;&lt;a href=&quot;https://www.setmargins.press/books/who-can-afford-to-be-critical/&quot;&gt;Who Can Afford to be Critical?&lt;/a&gt;&lt;/em&gt; by Afonso Matos&lt;/li&gt;
&lt;li&gt;&lt;em&gt;&lt;a href=&quot;https://www.sternberg-press.com/product/how-do-we-want-to-work-together-as-socially-engaged-designers-students-and-neighbors-in-neoliberal-times/&quot;&gt;(How) do we (want to) work (together) (as (socially engaged) designers (students and neighbors)) (in neoliberal times)?&lt;/a&gt;&lt;/em&gt; edited by Jesko Fezer and Studio Experimentelles Design&lt;/li&gt;
&lt;li&gt;&lt;em&gt;&lt;a href=&quot;https://www.wiley.com/en-us/The+Shock+Doctrine+of+the+Left-p-9781509528554&quot;&gt;The Shock Doctrine of the Left&lt;/a&gt;&lt;/em&gt; by Graham Jones&lt;/li&gt;
&lt;li&gt;&lt;em&gt;&lt;a href=&quot;https://www.akpress.org/emergentstrategy.html&quot;&gt;Emergent Strategy&lt;/a&gt;&lt;/em&gt; by adrienne maree brown&lt;/li&gt;
&lt;li&gt;&lt;em&gt;&lt;a href=&quot;https://goinghorizontal.co/&quot;&gt;Going Horizontal&lt;/a&gt;&lt;/em&gt; by Samantha Slade&lt;/li&gt;
&lt;li&gt;&lt;em&gt;&lt;a href=&quot;https://www.sternberg-press.com/product/self-organisation-counter-economic-strategies/&quot;&gt;Self-Organisation / counter-economic strategies&lt;/a&gt;&lt;/em&gt; edited by Will Bradley, Mika Hannula, Cristina Ricupero and Superflex&lt;/li&gt;
&lt;/ul&gt;
</content>
    </entry>
    
    <entry>
      <title>Mapped launch</title>
      <link href="https://gemmacope.land/writing/mapped-launch/"/>
      <updated>2024-03-24T00:00:00Z</updated>
      <id>https://gemmacope.land/writing/mapped-launch/</id>
      <content type="html">&lt;p&gt;We’re hosting an event in London in a few weeks to launch &lt;em&gt;Mapped&lt;/em&gt;, a project we’ve been working on over the last six months with the support of the Joseph Rowntree Reform Trust.&lt;/p&gt;
&lt;p&gt;​Mapped integrates with common organising platforms like Airtable, Mailchimp and Action Network to augment membership lists with other useful data sources. ​Organisers can visualise their membership lists on a map overlaid with contextual geographic, demographic and political data. The goal is to enable more strategic organising beyond data collection and broadcast communications, empowering organisers to look for insights and patterns that aren’t available when membership lists are locked into static databases.&lt;/p&gt;
&lt;p&gt;If you’re in London, come along!&lt;/p&gt;
&lt;p&gt;6:30 PM — 9:00 PM, Tuesday 2 April&lt;br /&gt;
Pelican House, 144 Cambridge Heath Rd, Bethnal Green, London E1 5QJ&lt;br /&gt;
For more event details and to RSVP: &lt;a href=&quot;https://lu.ma/sw0qjba9&quot;&gt;lu.ma/sw0qjba9&lt;/a&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;h2&gt;Project background&lt;/h2&gt;
&lt;p&gt;I’m really happy with this introduction that I co-wrote with Jan and &lt;a href=&quot;https://alexworradandrews.com/&quot;&gt;Alex&lt;/a&gt; for the &lt;a href=&quot;https://www.commonknowledge.coop/writing/membership-systems-and-electoral-strategy/&quot;&gt;Common Knowledge blog&lt;/a&gt;. It distills our thinking around the upcoming election and why we’re doing this work:&lt;/p&gt;
&lt;h3&gt;Elections as a moment of political terraforming&lt;/h3&gt;
&lt;p&gt;At Common Knowledge, our particular interest is in bottom up (or grassroots) rather than top down politics. When the bread and butter of conventional politics is oriented towards political elites, whether by lobbying and policy advocacy or by installing new political elites through elections, we instead emphasise collective self-organising as key to radical social change.&lt;/p&gt;
&lt;p&gt;But while elections are not our key focus, electoral cycles will always be a crucial time in politics. We see elections as a moment or tactic in the wider field of social change. The process and outcome of an election shapes the terrain on which movements operate. They can either operate on highly unfavourable terrain, where their effort needs to go into firefighting and even sheer survival, or they can operate on more favourable terrain, where some needs are met and other questions can be addressed. Elections to some extent terraform this terrain.&lt;/p&gt;
&lt;p&gt;Despite a general (and understandable!) trend of apathy towards formal politics, it is also true engagement always rises significantly during an election year. This means a larger audience, with more attention being paid than usual. While organisers often have an expanded theory of politics, elections are one of the main times when “politics happens” for a lot of people, i.e. when social needs, possibilities and political decisions are collectively discussed and considered, especially for those who aren’t involved in other organised political activity.&lt;/p&gt;
&lt;p&gt;These moments are a crucial opportunity for grassroots groups to build power, recruit new members, strengthen their collective leadership and push the Overton window towards their own agenda. In elections, groups can learn new skills, raise capability and capacity and become more coherent as a group. We have seen these skills are transferable to other organising contexts. This includes the basic mechanics and tactics of elections: to hold a strike, one needs to first win a ballot. Something like “get out the vote” drives are an important element of this.&lt;/p&gt;
&lt;p&gt;Regardless of which party comes into power, we want to empower non-electoral actors within the movement ecology before, during and after the election, particularly those that operate at pivotal sites of struggle like universalising access to healthcare, homes and energy, or responding to the climate crisis.&lt;/p&gt;
&lt;h3&gt;Methodology and technology&lt;/h3&gt;
&lt;p&gt;Our goal is to use this moment as an opportunity to establish a set of practices and software, or ‘methodology and technology’ as our comrades at the &lt;a href=&quot;https://zetkin.org/en/&quot;&gt;Zetkin Foundation&lt;/a&gt; like to say, that will strengthen these organisations’ relational power and persist after the General Election cycle is over. In doing so, we will enable them to focus on the quality of the relationships between members and ultimately facilitate more people to take up progressive collective action in the long-term.&lt;/p&gt;
&lt;h3&gt;Focusing on long-term goals&lt;/h3&gt;
&lt;p&gt;As &lt;a href=&quot;https://www.thesocialpractice.org/&quot;&gt;The Social Practice Europe&lt;/a&gt; identified in their &lt;a href=&quot;https://docs.google.com/document/d/1mAVR-6KkWrCZSCJ-F1rowCRdBVVfLb5oC5IcZWxhV9Y/edit#bookmark=kix.odts6ogfwbwz&quot;&gt;&lt;em&gt;Organising at Scale&lt;/em&gt;&lt;/a&gt; Briefing Note, in order to build power through elections, it is crucial to prioritise medium and long-term goals like leadership development, building relationships with members and having a plan for those people after the election.&lt;/p&gt;
&lt;p&gt;Another reference point is the book &lt;a href=&quot;https://press.uchicago.edu/ucp/books/book/chicago/P/bo68659118.html&quot;&gt;&lt;em&gt;Prisms of the People&lt;/em&gt;&lt;/a&gt; , which gives really clear analysis and strategic recommendations from the US, where civil society and particularly community organising-based organisations are regularly involved in electoral work. Elections are a moment of potential crystallisation that builds power over the longer term.&lt;/p&gt;
&lt;p&gt;To put this in a different way: our goal with this project is to help facilitate election mobilisation without the accompanying demobilisation.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.commonknowledge.coop/writing/membership-systems-and-electoral-strategy/&quot;&gt;Read the full post on the Common Knowledge blog&lt;/a&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;h3&gt;Related&lt;/h3&gt;
&lt;p&gt;Owen Jones has just launched &lt;a href=&quot;https://wedeservebetter.uk/&quot;&gt;We Deserve Better&lt;/a&gt;, a campaign to send Starmer’s Labour a message, support Green and left-wing independent candidates, and build an alternative politics based on hope.&lt;/p&gt;
</content>
    </entry>
  </feed>
