<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Micah Alex on khattamicah</title><link>https://khattamicah.xyz/</link><description>Recent content in Micah Alex on khattamicah</description><generator>Hugo</generator><language>en-US</language><managingEditor>micah.dvpp7@aleeas.com (Micah Alex)</managingEditor><webMaster>micah.dvpp7@aleeas.com (Micah Alex)</webMaster><lastBuildDate>Tue, 14 Jul 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://khattamicah.xyz/index.xml" rel="self" type="application/rss+xml"/><item><title>Archie - Annotate and publish your small archive</title><link>https://khattamicah.xyz/archie/</link><pubDate>Tue, 14 Jul 2026 00:00:00 +0000</pubDate><author>micah.dvpp7@aleeas.com (Micah Alex)</author><guid>https://khattamicah.xyz/archie/</guid><category domain="https://khattamicah.xyz/tags/tooling/">tooling</category><category domain="https://khattamicah.xyz/tags/archives/">archives</category><category domain="https://khattamicah.xyz/tags/annotation/">annotation</category><category domain="https://khattamicah.xyz/tags/digital-humanities/">digital-humanities</category><description>Since about 2020 I have been picking at the same problem, on and off. I am part of few collectives in Karnataka that work with cultural and creative practice-based research, and in the course of that work we keep meeting people with collections. A researcher studying memes and dissent who wanted large hoards of images annotated by a community. A 70-year old collector with pictures of a place from a time when very few pictures of it exist.</description><content:encoded><![CDATA[<p>Since about 2020 I have been picking at the same problem, on and off. I am part of few collectives in Karnataka that work with cultural and creative practice-based research, and in the course of that work we keep meeting people with collections. A researcher studying <a href="https://www.researchgate.net/profile/Shreyas-Srivatsa-2/publication/354015584_Design_Beku_Toward_Decolonizing_Design_and_Technology_through_Collaborative_and_Situated_Care-in-Practices/links/61bc31d263bbd932429bc41d/Design-Beku-Toward-Decolonizing-Design-and-Technology-through-Collaborative-and-Situated-Care-in-Practices.pdf">memes and dissent</a> who wanted large hoards of images annotated by a community. A <a href="https://www.instagram.com/livinglabs_net/p/DAtdYkzy0jr/">70-year old collector</a> with pictures of a place from a time when very few pictures of it exist. A group of <a href="https://kkregion.com/khwaja-bande-nawaz-dargah/">dargahs</a> with objects from centuries-old storied traditions. What each of them wanted was close to the same thing: put a large image on the internet, let someone zoom into it, let someone write a note on a part of it, and keep the note.</p>
<p>I wrote a <a href="https://khattamicah.xyz/iiif-images/">long post about this in 2024</a>. The short version is that the standard for this already exists, it is called IIIF, it is genuinely good, and almost everything built around it assumes there is an institution behind you. There were four parts to get through: serving the image, making the manifest, storing the annotations, and hosting the result. Each part has a decent tool. BIIIF, Wax, Tropy with the Tropiiify plugin, Canopy. Each one is someone&rsquo;s earnest attempt to make the thing smaller, and each one still ends with the person who has the collection holding a pipeline of GitHub repositories, scripts and manifest URLs. When our collective did this, we self-hosted it on a server we owned. The four years mostly bought me a clearer picture of the problem. I am fairly sure the shape of the answer is something like this, and much less sure that this is it.</p>
<p>Archie is my attempt at those four parts in one window. It is a web app - media goes in, notes go on the media, and what comes out is a folder of static files which can be hosted directly on something like Github Pages. Mainly I wanted to offer multiple ways of annotating the same objects and creating inter-relationships between objects, annotations using the Open web standard W3C and IIIF.</p>
<h2 id="the-authoring-parts---the-studio">The Authoring Parts - the Studio</h2>
<p>The unit is an exhibit, which is a set of media with notes on it. Media comes in by dragging files in, or by pasting a IIIF manifest URL, in which case Archie pulls the folios in as objects to annotate.</p>















    
    
    
    
  

<figure>
  <a class="spotlight" href="/archie/archie-library.webp">
    <img src="/archie/archie-library.webp" alt="Archie Studio&#39;s Library screen: a grid of six exhibit cards with titles and media counts, above a banner offering to save the browser-held library to disk." width="1010" height="800"
      loading="lazy" decoding="async">
  </a>
  <figcaption>The library. Every exhibit you have, and a note about where this one currently lives.</figcaption>
</figure>
















    
    
    
    
  

<figure>
  <a class="spotlight" href="/archie/archie-exhibit-canvas.webp">
    <img src="/archie/archie-exhibit-canvas.webp" alt="Archie&#39;s exhibit canvas: a grid of Voynich manuscript folios, each captioned with a folio number and a note count." width="1132" height="505"
      loading="lazy" decoding="async">
  </a>
  <figcaption>An exhibit of Voynich folios, pulled in from the Beinecke&rsquo;s IIIF service. The note counts are the only reason any of this is here.</figcaption>
</figure>

<p>Annotating is drawing a region and writing into a popover anchored where the region was drawn. The note is markdown and it takes tags, and the marker stays put through panning and zooming. A note with no region attaches to the whole object instead.</p>
<p>Audio and video work the same way along time - drag across the waveform to mark a range, or pause a video frame and draw a box on it, which anchors the note to that place at that moment.</p>
<p>Maps are a fourth kind of object, where regions attach to real longitude and latitude, so re-framing the basemap leaves them where they were on the Earth.</p>
<p>The part I find most interesting is Readings. A Reading is an interpretation of the object. Each note belongs to a way of reading the thing.</p>
<p>A narrative is a sequence of sections. Each section is prose bound to an object and a framed region, so the reader&rsquo;s view moves as they read down.</p>
<p><code>Cmd-K</code> inside a note searches everything in the library and inserts a live reference to another note, object or exhibit.</p>
<h2 id="what-comes-out---the-viewer">What comes out - the Viewer</h2>
<p>Publishing produces static HTML, JSON and media files. That folder goes on any host, or the <code>.archie.zip</code> gets handed over with no host at all. The viewer side also offers a full gallery but this can also be viewed in a IIIF viewer like Mirador.</p>
<p>The published site leads with the narrative if there is one, prose beside the canvas, with the Readings legend in reach throughout. If there is no narrative it leads with the objects instead. Every note has its own URL, so a link opens to that note, framed.</p>















    
    
    
    
  

<figure>
  <a class="spotlight" href="/archie/archie-narrative.webp">
    <img src="/archie/archie-narrative.webp" alt="Archie&#39;s viewer: a Voynich folio on a deep-zoom canvas at left with a green region outline, a Readings legend listing four interpretive passes, and a narrative panel at right titled &#39;Reading the Unreadable&#39;." width="1440" height="900"
      loading="lazy" decoding="async">
  </a>
  <figcaption>The published viewer. The legend at top left is the reader choosing which reading of the marks they want.</figcaption>
</figure>
















    
    
    
    
  

<figure>
  <a class="spotlight" href="/archie/archie-gallery.webp">
    <img src="/archie/archie-gallery.webp" alt="Archie&#39;s published gallery page, &#39;The Archie Library&#39;, showing a three-column grid of exhibit cards with Voynich folio thumbnails, titles and descriptions." width="1070" height="790"
      loading="lazy" decoding="async">
  </a>
  <figcaption>What a published library looks like from outside. Static files, on any host.</figcaption>
</figure>

<p>The annotations are <a href="https://www.w3.org/TR/annotation-model/">W3C Web Annotations</a> and the exhibits are <a href="https://iiif.io/api/presentation/3.0/">IIIF Presentation 3</a> manifests.</p>
]]></content:encoded></item><item><title>Commonplace: A notebook for the Internet</title><link>https://khattamicah.xyz/commonplace-a-notebook-for-the-internet/</link><pubDate>Mon, 13 Jul 2026 00:00:00 +0000</pubDate><author>micah.dvpp7@aleeas.com (Micah Alex)</author><guid>https://khattamicah.xyz/commonplace-a-notebook-for-the-internet/</guid><category domain="https://khattamicah.xyz/tags/tooling/">tooling</category><description>Are.na is where I&amp;rsquo;ve collected things for years; just channels of blocks that you connect to other channels. It&amp;rsquo;s anti-viral by design: you fall sideways into things, follow connections, disappear into rabbit holes. My work is scattered by nature: a Figma file here, a GitHub repo there, a talk on YouTube, an essay on someone else&amp;rsquo;s site. Every portfolio tool I tried made the opposite of the stackable, composable, generic, rabbithol-able portfolio I wanted.</description><content:encoded><![CDATA[<p>Are.na is where I&rsquo;ve collected things for years; just channels of blocks that you connect to other channels. It&rsquo;s anti-viral by design: you fall sideways into things, follow connections, disappear into rabbit holes. My work is scattered by nature: a Figma file here, a GitHub repo there, a talk on YouTube, an essay on someone else&rsquo;s site. Every portfolio tool I tried made the opposite of the stackable, composable, generic, rabbithol-able portfolio I wanted.</p>















    
    
    
    
  

<figure>
  <a class="spotlight" href="/commonplace-a-notebook-for-the-internet/cover-grid.jpg">
    <img src="/commonplace-a-notebook-for-the-internet/cover-grid.jpg" alt="Commonplace grid view showing Are.na channel blocks in a monospace panel" style="width: 800px" width="1600" height="1000"
      loading="lazy" decoding="async">
  </a>
  <figcaption>The grid view — blocks from Are.na channels rendered as a portfolio</figcaption>
</figure>

<p>In Are.na, the channel is the unit of arrangement: blocks that have types (Image, Text, Embed, Attachment, Link, Channel) in whatever order you give them, sub-channels nested inside, every block showing its lateral connections to other people&rsquo;s channels. Also storage is important for a portfolio and Are.na can be a backend  that can also standalone as a research artifact.</p>
<h2 id="borrowing-the-shape">Borrowing the shape</h2>
<p>Clement Valla&rsquo;s Binder, which I found sometime in 2024, was the shape that I wanted. A single static page that read from an <code>info.json</code>. A menu of Websites, rendered as a draggable monospace table of contents panel that you can click through. Almost like a slidedeck, I liked the simplicity.</p>
<p>But Binder&rsquo;s data model was a curated flat list and different from what use Are.na can offer. Are.na brought the structure of block types, nesting blocks, pagination. It reads the are.na API at runtime, so reordering blocks or connecting channels differently updates the portfolio without touching code. This meant curation and long-term maintenance would be easier since Are.na has cross-platform extensions and fully featured desktop and phone apps. It also meant that research and curation work could also be part of the portfolio.</p>
<p>So I rebuilt it and named it Commonplace. It has a Svelte 5 frontend, Are.na <em>is</em> the backend and Github Pages as the build target.</p>















    
    
    
    
  

<figure>
  <a class="spotlight" href="/commonplace-a-notebook-for-the-internet/channel-view.jpg">
    <img src="/commonplace-a-notebook-for-the-internet/channel-view.jpg" alt="Channel drill-down view showing blocks and nested sub-channels" style="width: 800px" width="1600" height="1000"
      loading="lazy" decoding="async">
  </a>
  <figcaption>Drilling into a channel — blocks, sub-channels, and the connections strip</figcaption>
</figure>

<p>There is a canonical are.na channel that can be added to <code>config.json</code>. This is the root channel. But as I started exploring, I realised how powerful the hyperlinking in Are.na is. Even though I only addded one channel as the root channel, the linkages were taking me to various other channels almost in a test of the six degrees of separation rule.</p>















    
    
    
    
  

<figure>
  <a class="spotlight" href="/commonplace-a-notebook-for-the-internet/mobile.jpg">
    <img src="/commonplace-a-notebook-for-the-internet/mobile.jpg" alt="Commonplace on mobile showing the responsive monospace panel" style="width: 400px" width="440" height="666"
      loading="lazy" decoding="async">
  </a>
  <figcaption>The same panel on mobile</figcaption>
</figure>

<hr>
]]></content:encoded></item><item><title>Poems</title><link>https://khattamicah.xyz/poems/</link><pubDate>Fri, 20 Feb 2026 00:00:00 +0000</pubDate><author>micah.dvpp7@aleeas.com (Micah Alex)</author><guid>https://khattamicah.xyz/poems/</guid><category domain="https://khattamicah.xyz/tags/writing/">writing</category><description>Some writing I&amp;rsquo;ve shared on various platforms over the years- fragments on loss, journeys, and the things that stay with us.
To friends and family, brothers and sisters, parents and grandparents. To everyone who left. Left us wanting you here. Rest well.
Jan 2018 Pixelfed # I&amp;#39;ve lost the will to write but here&amp;#39;s some more mediocrity.
Apr 2018 Pixelfed # Does your heart agree?
Aug 2018 Pixelfed # What has your latest journey been like?</description><content:encoded><![CDATA[<p>Some writing I&rsquo;ve shared on various platforms over the years- fragments on loss, journeys, and the things that stay with us.</p>












  
  

  
  
  
    
      
        
        
          
          
          
            
            
              
            
          
            
            
              
            
          
            
            
              
            
          
            
            
              
            
          
            
            
              
            
          
            
            
              
            
          
            
            
              
            
          
            
            
              
            
          
            
            
              
            
          
            
            
              
            
          
        
      
    
  

  
  
    
      
    
  

  
    <div class="social-feed">
      

      <div class="social-feed__cards">
        
        
        
          
        

        
        

          
          
          
            
          
          

          
          
          
          

          
          
          
            
          
          
            
          
          
          
            
          

          
          
          
            
            
          

          
          
            <article class="grid-item" id="pixelfed-1037635180120001" data-source="https://portfolio.pixelfed.de/falooda/1037635180120001">
              <a href="https://portfolio.pixelfed.de/falooda/1037635180120001" class="grid-link" target="_blank" rel="noopener noreferrer">

              
              <div class="grid-image-wrap">
                
                <div class="grid-image">
                  <img src="https://pxlfdde.fsn1.your-objectstorage.com/public/m/_v2/519327072604497160/3079cad20-917577/7qPk88HumwKe/LkpnkPs03bcw5hrVMjdkZHDV69u777UVssipV6Wg.jpg" alt="To friends and family, brothers and sisters, parents and grandparents. 
To everyone who left. Left us wanting you here. 
Rest well." loading="lazy" decoding="async">
                </div>
                
              </div>
              

              <div class="grid-content">
                
                <p class="grid-description">To friends and family, brothers and sisters, parents and grandparents. 
To everyone who left. Left us wanting you here. 
Rest well.</p>
                
                <div class="grid-meta">
                  <div class="grid-meta__info">
                    
                    <time class="grid-date" datetime="Sat, 20 Jan 2018 16:53:31 GMT">
                      Jan 2018
                    </time>
                    
                    <span class="grid-reading-time">Pixelfed</span>
                  </div>
                </div>
              </div>

              </a>
              
              
              <a href="#pixelfed-1037635180120001" class="social-feed__anchor" title="Copy anchor link">#</a>
              
            </article>
          
        

          
          
          
            
          
          

          
          
          
          

          
          
          
            
          
          
            
          
          
          
            
          

          
          
          
            
            
          

          
          
            <article class="grid-item" id="pixelfed-1037635180428001" data-source="https://portfolio.pixelfed.de/falooda/1037635180428001">
              <a href="https://portfolio.pixelfed.de/falooda/1037635180428001" class="grid-link" target="_blank" rel="noopener noreferrer">

              
              <div class="grid-image-wrap">
                
                <div class="grid-image">
                  <img src="https://pxlfdde.fsn1.your-objectstorage.com/public/m/_v2/519327072604497160/3079cad20-917577/iv6dk5gGRzJb/DOJP8MOgGSNN2bNMANNsn7ECznYOV8zMwZKQbKGF.jpg" alt="I&#39;ve lost the will to write but here&#39;s some more mediocrity." loading="lazy" decoding="async">
                </div>
                
              </div>
              

              <div class="grid-content">
                
                <p class="grid-description">I&#39;ve lost the will to write but here&#39;s some more mediocrity.</p>
                
                <div class="grid-meta">
                  <div class="grid-meta__info">
                    
                    <time class="grid-date" datetime="Sat, 28 Apr 2018 02:08:25 GMT">
                      Apr 2018
                    </time>
                    
                    <span class="grid-reading-time">Pixelfed</span>
                  </div>
                </div>
              </div>

              </a>
              
              
              <a href="#pixelfed-1037635180428001" class="social-feed__anchor" title="Copy anchor link">#</a>
              
            </article>
          
        

          
          
          
            
          
          

          
          
          
          

          
          
          
            
          
          
            
          
          
          
            
          

          
          
          
            
            
          

          
          
            <article class="grid-item" id="pixelfed-1037635180805001" data-source="https://portfolio.pixelfed.de/falooda/1037635180805001">
              <a href="https://portfolio.pixelfed.de/falooda/1037635180805001" class="grid-link" target="_blank" rel="noopener noreferrer">

              
              <div class="grid-image-wrap">
                
                <div class="grid-image">
                  <img src="https://pxlfdde.fsn1.your-objectstorage.com/public/m/_v2/519327072604497160/3079cad20-917577/yBYWrh5nTMXQ/QIjhXIqgfDRcjN8vUHqytPMDAR581JJjl9UnVGcr.jpg" alt="Does your heart agree?" loading="lazy" decoding="async">
                </div>
                
              </div>
              

              <div class="grid-content">
                
                <p class="grid-description">Does your heart agree?</p>
                
                <div class="grid-meta">
                  <div class="grid-meta__info">
                    
                    <time class="grid-date" datetime="Sun, 05 Aug 2018 15:57:58 GMT">
                      Aug 2018
                    </time>
                    
                    <span class="grid-reading-time">Pixelfed</span>
                  </div>
                </div>
              </div>

              </a>
              
              
              <a href="#pixelfed-1037635180805001" class="social-feed__anchor" title="Copy anchor link">#</a>
              
            </article>
          
        

          
          
          
            
          
          

          
          
          
          

          
          
          
            
          
          
            
          
          
          
            
          

          
          
          
            
            
          

          
          
            <article class="grid-item" id="pixelfed-1037635200524001" data-source="https://portfolio.pixelfed.de/falooda/1037635200524001">
              <a href="https://portfolio.pixelfed.de/falooda/1037635200524001" class="grid-link" target="_blank" rel="noopener noreferrer">

              
              <div class="grid-image-wrap">
                
                <div class="grid-image">
                  <img src="https://pxlfdde.fsn1.your-objectstorage.com/public/m/_v2/519327072604497160/3079cad20-917577/GKolRVgCPVg6/BNrwZ5T3UyncvM86rz5xw1Ch0OYlG6a4oeyuN0Jm.jpg" alt="What has your latest journey been like?" loading="lazy" decoding="async">
                </div>
                
              </div>
              

              <div class="grid-content">
                
                <p class="grid-description">What has your latest journey been like?</p>
                
                <div class="grid-meta">
                  <div class="grid-meta__info">
                    
                    <time class="grid-date" datetime="Sun, 24 May 2020 22:51:40 GMT">
                      May 2020
                    </time>
                    
                    <span class="grid-reading-time">Pixelfed</span>
                  </div>
                </div>
              </div>

              </a>
              
              
              <a href="#pixelfed-1037635200524001" class="social-feed__anchor" title="Copy anchor link">#</a>
              
            </article>
          
        

          
          
          
            
          
          

          
          
          
          

          
          
          
            
          
          
            
          
          
          
            
          

          
          
          
            
            
          

          
          
            <article class="grid-item" id="pixelfed-1037635200524002" data-source="https://portfolio.pixelfed.de/falooda/1037635200524002">
              <a href="https://portfolio.pixelfed.de/falooda/1037635200524002" class="grid-link" target="_blank" rel="noopener noreferrer">

              
              <div class="grid-image-wrap">
                
                <div class="grid-image">
                  <img src="https://pxlfdde.fsn1.your-objectstorage.com/public/m/_v2/519327072604497160/3079cad20-917577/YjLo1FL2i1jO/AisJ0U4KAEgDRb7vZeBhUkmlgMZImRaHD0KA7xh2.jpg" alt="I watched &#39;Loving Vincent&#39; today. It has put me again in the mood to write, melancholia, for an unfamiliar disease and a difficult patient. I have always been fascinated by Vincent and his wild stars. 
I saw a little bit of myself in the last letter that Armand reads on his way…" loading="lazy" decoding="async">
                </div>
                
              </div>
              

              <div class="grid-content">
                
                <p class="grid-description">I watched &#39;Loving Vincent&#39; today. It has put me again in the mood to write, melancholia, for an unfamiliar disease and a difficult patient. I have always been fascinated by Vincent and his wild stars. 
I saw a little bit of myself in the last letter that Armand reads on his way…</p>
                
                <div class="grid-meta">
                  <div class="grid-meta__info">
                    
                    <time class="grid-date" datetime="Sun, 24 May 2020 22:30:08 GMT">
                      May 2020
                    </time>
                    
                    <span class="grid-reading-time">Pixelfed</span>
                  </div>
                </div>
              </div>

              </a>
              
              
              <a href="#pixelfed-1037635200524002" class="social-feed__anchor" title="Copy anchor link">#</a>
              
            </article>
          
        

          
          
          
            
          
          

          
          
          
          

          
          
          
            
          
          
            
          
          
          
            
          

          
          
          
            
            
          

          
          
            <article class="grid-item" id="pixelfed-1037635241023001" data-source="https://portfolio.pixelfed.de/falooda/1037635241023001">
              <a href="https://portfolio.pixelfed.de/falooda/1037635241023001" class="grid-link" target="_blank" rel="noopener noreferrer">

              
              <div class="grid-image-wrap">
                
                <div class="grid-image">
                  <img src="https://pxlfdde.fsn1.your-objectstorage.com/public/m/_v2/519327072604497160/3079cad20-917577/HXS5C0EanDmB/nYGxljk8Oni35zzUiiMPH8WfJLNQuCZ3cydjjjsL.jpg" alt="Post by falooda on Wed, 23 Oct 2024" loading="lazy" decoding="async">
                </div>
                
              </div>
              

              <div class="grid-content">
                
                <p class="grid-description">Post by falooda on Wed, 23 Oct 2024</p>
                
                <div class="grid-meta">
                  <div class="grid-meta__info">
                    
                    <time class="grid-date" datetime="Wed, 23 Oct 2024 02:38:16 GMT">
                      Oct 2024
                    </time>
                    
                    <span class="grid-reading-time">Pixelfed</span>
                  </div>
                </div>
              </div>

              </a>
              
              
              <a href="#pixelfed-1037635241023001" class="social-feed__anchor" title="Copy anchor link">#</a>
              
            </article>
          
        

          
          
          
            
          
          

          
          
          
          

          
          
          
            
          
          
            
          
          
          
            
          

          
          
          
            
            
          

          
          
            <article class="grid-item" id="pixelfed-1037635241024001" data-source="https://portfolio.pixelfed.de/falooda/1037635241024001">
              <a href="https://portfolio.pixelfed.de/falooda/1037635241024001" class="grid-link" target="_blank" rel="noopener noreferrer">

              
              <div class="grid-image-wrap">
                
                <div class="grid-image">
                  <img src="https://pxlfdde.fsn1.your-objectstorage.com/public/m/_v2/519327072604497160/3079cad20-917577/NNw9oVNXhTkO/e0qUACj1ZJBB7ZiQRsgcReaTg3qm7vFehZf6d5aH.gif" alt="Post by falooda on Thu, 24 Oct 2024" loading="lazy" decoding="async">
                </div>
                
              </div>
              

              <div class="grid-content">
                
                <p class="grid-description">Post by falooda on Thu, 24 Oct 2024</p>
                
                <div class="grid-meta">
                  <div class="grid-meta__info">
                    
                    <time class="grid-date" datetime="Thu, 24 Oct 2024 23:20:31 GMT">
                      Oct 2024
                    </time>
                    
                    <span class="grid-reading-time">Pixelfed</span>
                  </div>
                </div>
              </div>

              </a>
              
              
              <a href="#pixelfed-1037635241024001" class="social-feed__anchor" title="Copy anchor link">#</a>
              
            </article>
          
        

          
          
          
            
          
          

          
          
          
          

          
          
          
            
          
          
            
          
          
          
            
          

          
          
          
            
            
          

          
          
            <article class="grid-item" id="pixelfed-1037635241023002" data-source="https://portfolio.pixelfed.de/falooda/1037635241023002">
              <a href="https://portfolio.pixelfed.de/falooda/1037635241023002" class="grid-link" target="_blank" rel="noopener noreferrer">

              
              <div class="grid-image-wrap">
                
                <div class="grid-image">
                  <img src="https://pxlfdde.fsn1.your-objectstorage.com/public/m/_v2/519327072604497160/fbedcc803-0ec729/J6eGcWWVS8KB/Euf3w3pyPFz69YVQ1EtkkgWqmIXbCsgH6Nix9KKj.webp" alt="Post by falooda on Wed, 23 Oct 2024" loading="lazy" decoding="async">
                </div>
                
              </div>
              

              <div class="grid-content">
                
                <p class="grid-description">Post by falooda on Wed, 23 Oct 2024</p>
                
                <div class="grid-meta">
                  <div class="grid-meta__info">
                    
                    <time class="grid-date" datetime="Wed, 23 Oct 2024 23:55:01 GMT">
                      Oct 2024
                    </time>
                    
                    <span class="grid-reading-time">Pixelfed</span>
                  </div>
                </div>
              </div>

              </a>
              
              
              <a href="#pixelfed-1037635241023002" class="social-feed__anchor" title="Copy anchor link">#</a>
              
            </article>
          
        

          
          
          
            
          
          

          
          
          
          

          
          
          
            
          
          
            
          
          
          
            
          

          
          
          
            
            
          

          
          
            <article class="grid-item" id="pixelfed-1037635241021001" data-source="https://portfolio.pixelfed.de/falooda/1037635241021001">
              <a href="https://portfolio.pixelfed.de/falooda/1037635241021001" class="grid-link" target="_blank" rel="noopener noreferrer">

              
              <div class="grid-image-wrap">
                
                <div class="grid-image">
                  <img src="https://pxlfdde.fsn1.your-objectstorage.com/public/m/_v2/519327072604497160/fbedcc803-0ec729/ifZeNg0gXgvD/sHPmZ7ZJ9DowmOBxrjJjYtl5K2XBo4aqMJ42vKv8.webp" alt="Post by falooda on Mon, 21 Oct 2024" loading="lazy" decoding="async">
                </div>
                
              </div>
              

              <div class="grid-content">
                
                <p class="grid-description">Post by falooda on Mon, 21 Oct 2024</p>
                
                <div class="grid-meta">
                  <div class="grid-meta__info">
                    
                    <time class="grid-date" datetime="Mon, 21 Oct 2024 09:30:06 GMT">
                      Oct 2024
                    </time>
                    
                    <span class="grid-reading-time">Pixelfed</span>
                  </div>
                </div>
              </div>

              </a>
              
              
              <a href="#pixelfed-1037635241021001" class="social-feed__anchor" title="Copy anchor link">#</a>
              
            </article>
          
        
      </div>
    </div>
  



]]></content:encoded></item><item><title>Kim Tae-ri is my Shah Rukh Khan</title><link>https://khattamicah.xyz/kim-taeri-is-my-srk/</link><pubDate>Sun, 05 Oct 2025 00:00:00 +0000</pubDate><author>micah.dvpp7@aleeas.com (Micah Alex)</author><guid>https://khattamicah.xyz/kim-taeri-is-my-srk/</guid><category domain="https://khattamicah.xyz/tags/writing/">writing</category><description>Being a fan is an interesting experience that I have a lot of conflicting feelings about. As a pious kid, I had my share of transferring this feeling of fanhood over many different larger-than-life figures. But as I grew older, there was a sense of disenchantment with this kind of adoration.
I come from the land of hero-worship, where posters of action heroes are bathed in milk and the death of a celebrity causes nationwide mourning and subsequent fan deaths like an aftershock.</description><content:encoded><![CDATA[<p>Being a fan is an interesting experience that I have a lot of conflicting feelings about. As a pious kid, I had my share of transferring this feeling of fanhood over many different larger-than-life figures. But as I grew older, there was a sense of disenchantment with this kind of adoration.</p>
<p>I come from the land of hero-worship, where posters of action heroes are bathed in milk and the death of a celebrity causes nationwide mourning and subsequent fan deaths like an aftershock. A relevant idiom back then was &ldquo;Never meet your heroes&rdquo;. But this proverb became less and less relevant as I started growing into the Big Brother Tech(BBT) era.</p>
<p>As I was confronted by the excesses of fame and fortune, I started to embody more of the &ldquo;No heroes, no gods&rdquo; mindset. This changed the way that I consume media.</p>
<p>A youngin Micah brought as much reverence to good music and movies as the process of self-flagellation and &ldquo;repentance&rdquo; that my ex-religion required. It made me develop a taste for things that were foundational in the person I am today.</p>
]]></content:encoded></item><item><title>33 going on 30 going on 13</title><link>https://khattamicah.xyz/33-30-13/</link><pubDate>Sat, 04 Oct 2025 00:00:00 +0000</pubDate><author>micah.dvpp7@aleeas.com (Micah Alex)</author><guid>https://khattamicah.xyz/33-30-13/</guid><category domain="https://khattamicah.xyz/tags/writing/">writing</category><description>One of my oldest friends, someone I cherish dearly, called and we spoke about age and our wanderings through the years. And as often happens when speaking with people that know you at a resonant level, you admit things to them that you often don&amp;rsquo;t to yourself.</description><content:encoded>&lt;p>One of my oldest friends, someone I cherish dearly, called and we spoke about age and our wanderings through the years. And as often happens when speaking with people that know you at a resonant level, you admit things to them that you often don&amp;rsquo;t to yourself.&lt;/p>
</content:encoded></item><item><title>Translategate: The ghost in the Machine</title><link>https://khattamicah.xyz/translategate-ghost-in-the-machine/</link><pubDate>Sat, 04 Oct 2025 00:00:00 +0000</pubDate><author>micah.dvpp7@aleeas.com (Micah Alex)</author><guid>https://khattamicah.xyz/translategate-ghost-in-the-machine/</guid><category domain="https://khattamicah.xyz/tags/critical-practice/">critical-practice</category><category domain="https://khattamicah.xyz/tags/technology-deep-dive/">technology-deep-dive</category><category domain="https://khattamicah.xyz/tags/design-research/">design-research</category><category domain="https://khattamicah.xyz/tags/writing/">writing</category><description>Around early 2023, rumours started flying in the comments of different Instagram posts. There seems to be something not quite right with the translate feature. Commenting &amp;ldquo;Oouga Bouga&amp;rdquo; triggers the translate button to appear and seems to translate nonsensical variations. Some are racist translations, some are sexual innuendos, some seem to be ramblings of sentient beings.
This is a screen recorded from that time - Your mom on instagram
None of the user comments show the behaviour anymore.</description><content:encoded><![CDATA[<p>Around early 2023, rumours started flying in the comments of different Instagram posts. There seems to be something not quite right with the translate feature. Commenting &ldquo;Oouga Bouga&rdquo; triggers the translate button to appear and seems to translate nonsensical variations. Some are racist translations, some are sexual innuendos, some seem to be ramblings of sentient beings.</p>
<p>This is a screen recorded from that time - <a href="https://www.instagram.com/reel/CpALN8FLC9B/">Your mom on instagram</a></p>
<p>None of the user comments show the behaviour anymore. But everyone expected this to be quickly patched because this had the potential to be a PR disaster for Instagram. However, it&rsquo;s December of 2023 and still didn&rsquo;t seem to be patched.</p>
]]></content:encoded></item><item><title>Can you subvert YouTube's battle for your eyeballs?</title><link>https://khattamicah.xyz/can-you-subvert-youtube/</link><pubDate>Fri, 18 Apr 2025 00:00:00 +0000</pubDate><author>micah.dvpp7@aleeas.com (Micah Alex)</author><guid>https://khattamicah.xyz/can-you-subvert-youtube/</guid><category domain="https://khattamicah.xyz/tags/critical-practice/">critical-practice</category><category domain="https://khattamicah.xyz/tags/technology-deep-dive/">technology-deep-dive</category><description>Understanding virtual worlds is important because “we increasingly live in a world in which opting out of technological systems is more and more difficult and yet participation within those systems pushes us to accept structures we might oppose” (Taylor 2006a:135). - Tom Boellstorff (Coming of Age in Second life: An Anthropologist explores the Virtually Human)
Back in 2020, memewhile.mp3 and I facilitated a discussion with a small group over a Design Baithak, about how the culture of livestreaming was meeting the world of political campaigning.</description><content:encoded><![CDATA[<blockquote>
<p><em>Understanding virtual worlds is important because “we increasingly live in a world in which opting out of technological systems is more and more difficult and yet participation within those systems pushes us to accept structures we might oppose”</em> (Taylor 2006a:135). <em>-</em> Tom Boellstorff (Coming of Age in Second life: An Anthropologist explores the Virtually Human)</p>
</blockquote>
<p>Back in 2020, <a href="https://www.instagram.com/memewhile.mp3/?ref=gfsc.community">memewhile.mp3</a> and I facilitated a discussion with a small group over a Design Baithak, about how <a href="/the-imposter-among-us/?ref=gfsc.community">the culture of livestreaming was meeting the world of political campaigning</a>. We tried to put together a sense-making exercise deriving from the affordances of a Twitch-like platform and its associated subculture to try to understand how <a href="https://www.youtube.com/watch?v=8FJEtCvb2Kw&amp;ref=gfsc.community">manufactured authenticity</a> was about to become the new wave of <a href="https://www.youtube.com/watch?v=_7FWr2Nvf9I&amp;ref=gfsc.community">algorithmic manipulation</a>. Since then, corporate social media…</p>
]]></content:encoded></item><item><title>How to do counter-UI/UX design</title><link>https://khattamicah.xyz/counter-design/</link><pubDate>Tue, 10 Dec 2024 00:00:00 +0000</pubDate><author>micah.dvpp7@aleeas.com (Micah Alex)</author><guid>https://khattamicah.xyz/counter-design/</guid><category domain="https://khattamicah.xyz/tags/design-methods/">design-methods</category><category domain="https://khattamicah.xyz/tags/critical-practice/">critical-practice</category><category domain="https://khattamicah.xyz/tags/technology-deep-dive/">technology-deep-dive</category><description>&amp;ldquo;The phenomenon of communication depends on not what is transmitted, but on what happens to the person who receives it. And this is a very different matter than transmitting information&amp;rdquo; (Maturana &amp;amp; Varela, 1987)
My line of thinking has since veered toward how affordances on these digital publics drive and manipulate behaviour. The ways in which platforms manufacture &amp;ldquo;truth&amp;rdquo; and &amp;ldquo;ignorance&amp;rdquo; are deeply tied to interface design. If we don&amp;rsquo;t identify the hostile architectures of these spaces we inhabit, we lose sense of how these spaces are being constructed.</description><content:encoded><![CDATA[<blockquote>
<p>&ldquo;The phenomenon of communication depends on not what is transmitted, but on what happens to the person who receives it. And this is a very different matter than transmitting information&rdquo; (<a href="https://uranos.ch/research/references/Maturana1988/maturana-h-1987-tree-of-knowledge-bkmrk.pdf">Maturana &amp; Varela, 1987</a>)</p>
</blockquote>
<p>My line of thinking has since veered toward how affordances on these digital publics drive and manipulate behaviour. The ways in which <a href="https://khattamicah.xyz/the-imposter-among-us/">platforms manufacture &ldquo;truth&rdquo; and &ldquo;ignorance&rdquo;</a> are deeply tied to interface design. If we don&rsquo;t identify the hostile architectures of these spaces we inhabit, we lose sense of how these spaces are being constructed. Beta-testing different versions of the site to influence behaviour has existed for a long time. However, as we experience the maturation of these sites, the beta testing behaviour has become a part of the influencer, IT team, propoganda machine, PR team toolkit as well. Youtube creators have long professed to changing titles and thumbnails regularly for every video. Some of the obsessive ones like the disgraced <a href="https://www.youtube.com/watch?v=pByZy8F1Zh0&amp;pp=ygUjbXJiZWFzdCB0aHVtYm5haWwgY2hhbmdlIHRpbWUgbGFwc2U%3D">Mr. Beast even change their thumbnails and titles every day</a>. ️</p>
<h2 id="interfaces-help-manipulate-you">Interfaces help manipulate you</h2>
<p>Sites like Amazon start to feel a little slippy, because there is no way to approach ground truth. Our entire reality on Amazon is on the shaky ground because of its algorithm. There is no accessible way to remember, bookmark prices, no way to mark these prices against dates, no way to know if the prices you are seeing are because you logged in with your account or if they would have been different if you used a private tab first. There is no way to know if you are seeing discounts on some products because other people who have been in your vicinity have them or if others see the same discounts you do. How do you tell what is true on there anymore?</p>
<p>Display technology like <a href="https://www.latimes.com/business/story/2024-08-16/digital-price-tags-in-grocery-stores-prompt-concerns-over-privacy-price-gouging">E-ink suddenly see a huge capital inflow</a> after stagnating for a decade because the potential to make signs that are dynamic, low-energy and &ldquo;safe-feeling&rdquo; is transformational. The North American killing of mom and pop shops are starting to pay dividends. Terms like &lsquo;surge pricing&rsquo; which entered the <a href="https://en.wikipedia.org/wiki/Overton_window">Overton Window</a> of acceptable concepts through other <a href="https://www.latimes.com/business/technology/story/2023-04-11/algorithmic-wage-discrimination">Algorithm abusers like Uber</a> are poised to become a ubiquitous concept in the brick and mortar shopping spaces. It is already hard to tell if all the supply of a certain product is from o<a href="https://seekingalpha.com/article/3967484-duopoly-and-oligopoly-shopping-list">ne single parent brand that has 15 different sub-brands.</a> Now we will be faced with the uncertainty of how <a href="https://www.reuters.com/business/retail-consumer/changing-climate-retailers-turning-weather-strategies-2024-11-04/">the weather forecast</a> will change the prices of goods in the evening.
️
All this to say, interfaces like the E-ink signage, the <a href="https://www.theguardian.com/lifeandstyle/2024/feb/17/are-dating-apps-fuelling-addiction-lawsuit-against-tinder-hinge-and-match-claims-so">infinite scroll</a> and Youtube creator tools become spaces on the interface to mask hostile or manipulative behaviour by multiple &ldquo;stakeholders&rdquo; of the platform toward the &ldquo;user&rdquo;</p>
<h2 id="what-should-we-design-then">What should we design then</h2>
<p>














    
    
    
    
  

<figure>
  <a class="spotlight" href="/counter-design/Google_UX_Principles.png">
    <img src="/counter-design/Google_UX_Principles.png" alt="Make everything go brrr" width="686" height="692"
      loading="lazy" decoding="async">
  </a>
  <figcaption>Make everything go brrr</figcaption>
</figure>

All UX design theory asks us to design for the user and for the business use-cases of features in the service of inconvenience. However, even though minimizing inconvenience and friction are good goals to have in general, these are insufficient to help the user orient themselves on the platform.</p>
















<aside class="content-card card-tip" role="note">
  
  <div class="card__header">
    <span class="card__icon" aria-hidden="true">
      
      
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M15 14c.2-1 .7-1.7 1.5-2.5 1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1 .2 2.2 1.5 3.5.7.7 1.3 1.5 1.5 2.5"/><path d="M9 18h6"/><path d="M10 22h4"/></svg>
      
    </span>
    
      <span class="card__title">The Ground-Truth Lens</span>
    
  </div>

  
  <div class="card__content">
    How do we help the user approach the ground truth of the platform? If the user can see the flow and speed of the river, can they decide if or how they want to swim in it?
  </div>
</aside>

<p>As with most things, this is easy to get literal about. Infodumping the number of people on your Youtube feed that have changed their thumbnails and how often they change them might be useful to some users. A much harder but effective way, however, is to experience a taste of the iceberg while they are in the water.</p>
<p>What should, then, be the design patterns for sensing and intuiting ground truth while using these platforms. I have been using the concepts below to think about it</p>
<h2 id="counter-design-patterns">Counter Design Patterns</h2>
<h3 id="boundary-objects">Boundary Objects</h3>
<p>Boundary objects are a concept in communication and organisational studies that describe artifacts, documents, terms, or concepts that help different groups work together and communicate across their boundaries, even when they have different perspectives or understanding of the object itself.</p>
<p>For example, a medical chart acts as a boundary object between doctors, nurses, administrators, and insurance companies. Each group interprets and uses the chart differently:</p>
<ul>
<li>Doctors use it to track treatment decisions</li>
<li>Nurses use it for day-to-day patient care</li>
<li>Administrators use it for resource allocation</li>
<li>Insurance companies use it for billing purposes</li>
</ul>
















<aside class="content-card card-note" role="note">
  
  <div class="card__header">
    <span class="card__icon" aria-hidden="true">
      
      
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><path d="M12 16v-4"/><path d="M12 8h.01"/></svg>
      
    </span>
    
      <span class="card__title">Boundary Objects as Knowledge Triggers</span>
    
  </div>

  
  <div class="card__content">
    <p>Importantly, boundary objects should be conceptualized as evolving artifacts that become understandable and meaningful as they are used, discussed, and refined (Ostwald, 1996). For this reason, boundary objects should be conceptualized as reminders that trigger knowledge, or as conversation pieces that ground shared understanding, rather than as containers of knowledge.</p>
<p>The interaction around a boundary object is what creates and communicates knowledge, not the object itself.</p>
<p>&ndash; <a href="https://citeseerx.ist.psu.edu/document?repid=rep1&amp;type=pdf&amp;doi=ff775da160549f937cb9dfc60c6bf373db0f7d79">Knowledge communication in design communities by Gerhard Fischer Jonathan Ostwald</a></p>

  </div>
</aside>

<p>But how do you create an object that helps the plural &ldquo;user&rdquo; understand and give labels to digital phenomenon. These are phenomenon that they unintentionally are a part of because of the algorithmic interference.</p>
<iframe
  frameborder="0"
  class="juxtapose"
  width="100%"
  height="500"
  src="https://cdn.knightlab.com/libs/juxtapose/latest/embed/index.html?uid=3bca3d9c-b6b4-11ef-9397-d93975fe8866"
  loading="lazy"
  title="Image comparison showing YouTube interface with and without DeArrow extension"
  sandbox="allow-scripts allow-same-origin allow-popups"
  referrerpolicy="no-referrer-when-downgrade"
  allow="fullscreen">
</iframe>
<p>I think DeArrow (an extension) is an amazing example of this. It replaces the clickbait with crowdsourced thumbnails and titles. This is done non-intrusively but at least in my experience the psychological effect is noticeable. I am not going to describe it here, but it does spin your mind to just glimpse at the scale of the beta testing done on it.</p>
<h3 id="archival-interface-niches">Archival Interface Niches</h3>
<p>














    
    
    
    
  

<figure>
  <a class="spotlight" href="/counter-design/DeArrow_working.png">
    <img src="/counter-design/DeArrow_working.png" alt="How DeArrow facilitates both the archive and the using of the archive" width="687" height="199"
      loading="lazy" decoding="async">
  </a>
  <figcaption>How DeArrow facilitates both the archive and the using of the archive</figcaption>
</figure>

Thinking through this with Paul, whose Ph.D. studies memes and dissent in India, I have started to realise the importance of an Archive - when nothing on the internet is remembered (<a href="https://en.wikipedia.org/wiki/Link_rot">Counter</a> to the adage &ldquo;Everything on the internet lives forever&rdquo;). The characteristic of algorithmic convenience is lightspeediness and personal targeting. It is content meant to hit our synapses intimately, aggressively and quickly and humans famously are not great decision makers.</p>
<p>Let us record the conman who spoke too fast the last time we met him. We paid that time but we will learn. We will listen to the recording. Replay the conversations in our head and practice hard-hitting replies in the shower.</p>
<p>Allow the interface to be archivable and annotable, and we are creating spaces for our future selves to come back and reflect and make meaning. To ruminate on the things we didn&rsquo;t notice the first time around, to see the warning signs retrospectively.</p>
<div id="bluesky-comments"></div>
<hr>
]]></content:encoded></item><item><title>Speculation &amp; Futures</title><link>https://khattamicah.xyz/threads/speculation-and-futures/</link><pubDate>Tue, 10 Dec 2024 00:00:00 +0000</pubDate><author>micah.dvpp7@aleeas.com (Micah Alex)</author><guid>https://khattamicah.xyz/threads/speculation-and-futures/</guid><description>Most speculative design asks &amp;ldquo;what if?&amp;rdquo; from a position of comfort. These pieces ask it from places where the present is already hard.
Antarsam is a thought experiment: what if Subhashchandra Bose had survived in 1943, and India had built decentralised, ant-colony-inspired food systems instead of the Green Revolution? The fiction is a way to treat infrastructure as a choice that could have gone differently, and still could. It draws on hauntology and on the community network work in Bidar.</description><content:encoded><![CDATA[<p>Most speculative design asks &ldquo;what if?&rdquo; from a position of comfort. These pieces ask it from places where the present is already hard.</p>
<p>Antarsam is a thought experiment: what if Subhashchandra Bose had survived in 1943, and India had built decentralised, ant-colony-inspired food systems instead of the Green Revolution? The fiction is a way to treat infrastructure as a choice that could have gone differently, and still could. It draws on hauntology and on the community network work in Bidar.</p>
<p>In Wayanad, after the 2018 floods, I worked with Paniya children to make tapestry stories about their futures. It grew out of research into centuries of enslavement, landlessness, and exclusion from education, and tried to make room for aspirations that dominant narratives had denied.</p>
<p>Counter-design asks the opposite question: not what future to imagine, but how to resist the ones being imposed. How do interfaces manipulate perception, and what would it mean to design against platforms that manufacture engagement and authenticity? The Imposter Among Us looks at the same erosion through Twitch and livestreaming politicians, and what happens when performance and sincerity stop being distinguishable.</p>
]]></content:encoded></item><item><title>Archives &amp; Memory</title><link>https://khattamicah.xyz/threads/archives-and-memory/</link><pubDate>Wed, 01 May 2024 00:00:00 +0000</pubDate><author>micah.dvpp7@aleeas.com (Micah Alex)</author><guid>https://khattamicah.xyz/threads/archives-and-memory/</guid><description>Who gets to hold memory, and on whose terms?
Milli lets communities annotate archives instead of only consuming them, layering a scholar&amp;rsquo;s reading and an elder&amp;rsquo;s onto the same record through the W3C Web Annotation standard. I presented it at International Archives Week.
IIIF is a way for small archives to host and share images without enterprise systems. Getting there wasn&amp;rsquo;t clean; years of false starts before a low-code path worked, learned by saturation and osmosis.</description><content:encoded><![CDATA[<p>Who gets to hold memory, and on whose terms?</p>
<p>Milli lets communities annotate archives instead of only consuming them, layering a scholar&rsquo;s reading and an elder&rsquo;s onto the same record through the W3C Web Annotation standard. I presented it at International Archives Week.</p>
<p>IIIF is a way for small archives to host and share images without enterprise systems. Getting there wasn&rsquo;t clean; years of false starts before a low-code path worked, learned by saturation and osmosis.</p>
<p>The Wikipedia editathon during Dalit History Month worked inside the platform that shapes how millions meet history. Its knowledge gaps are not accidental- they reflect whose histories are considered encyclopaedic.</p>
<p>Papad works with audio, the medium oral communities already use, running on mesh networks in Karnataka villages.</p>
]]></content:encoded></item><item><title>How to simply set up IIIF images for your small archive</title><link>https://khattamicah.xyz/iiif-images/</link><pubDate>Wed, 01 May 2024 00:00:00 +0000</pubDate><author>micah.dvpp7@aleeas.com (Micah Alex)</author><guid>https://khattamicah.xyz/iiif-images/</guid><category domain="https://khattamicah.xyz/tags/tooling/">tooling</category><category domain="https://khattamicah.xyz/tags/technology-deep-dive/">technology-deep-dive</category><category domain="https://khattamicah.xyz/tags/archives/">archives</category><category domain="https://khattamicah.xyz/tags/digital-humanities/">digital-humanities</category><description>A few attempts have been made to simplify the IIIF archive with different opinions</description><content:encoded><![CDATA[<p>For the last few years, I have been in search of a way to host images, text and other types of content on the internet in a no-code or low-code but organized and categorized setup. This has led me to many interesting places and ways of doing this. In this article, I want to talk about hosting images using self-hostable tools.</p>
<p>To briefly talk about why I set about looking for such solutions - I am part of few collectives that work with cultural and creative practice-based research in Karnataka, India. As is, in the course of our work, we come across some interesting collections and collectors of images for different purposes.</p>
<blockquote>
<p>A few examples include a researcher studying <a href="https://www.researchgate.net/profile/Shreyas-Srivatsa-2/publication/354015584_Design_Beku_Toward_Decolonizing_Design_and_Technology_through_Collaborative_and_Situated_Care-in-Practices/links/61bc31d263bbd932429bc41d/Design-Beku-Toward-Decolonizing-Design-and-Technology-through-Collaborative-and-Situated-Care-in-Practices.pdf">Memes and Dissent in India</a> looking to have large hoards of images annotated as a community, a <a href="https://www.instagram.com/livinglabs_net/p/DAtdYkzy0jr/">70-year old collector</a> with pictures of a place from a time when very very few pictures exist and a group of <a href="https://kkregion.com/khwaja-bande-nawaz-dargah/">dargahs</a> with objects of centuries-old storied traditions. A group of community health workers <a href="https://www.researchgate.net/profile/Shreyas-Srivatsa-2/publication/354015584_Design_Beku_Toward_Decolonizing_Design_and_Technology_through_Collaborative_and_Situated_Care-in-Practices/links/61bc31d263bbd932429bc41d/Design-Beku-Toward-Decolonizing-Design-and-Technology-through-Collaborative-and-Situated-Care-in-Practices.pdf">collecting images and stories of locally available foods, diets and mythologies</a>, <a href="https://www.researchgate.net/profile/Shreyas-Srivatsa-2/publication/354015584_Design_Beku_Toward_Decolonizing_Design_and_Technology_through_Collaborative_and_Situated_Care-in-Practices/links/61bc31d263bbd932429bc41d/Design-Beku-Toward-Decolonizing-Design-and-Technology-through-Collaborative-and-Situated-Care-in-Practices.pdf">multimedia annotations</a> created by performance artists for other artists from a different tradition/discipline.
Each of these examples, require a hosting and publishing solution customizable and annotable metadata and a relatively simple user-management featureset. Back in 2021, I experienced how arbitrary and niche the process of creating a panable, zoomable and annotable image was.</p>
</blockquote>
<p>At that time, I was using OpenSeadragon+Annotorious as a way to create the map in <a href="https://khattamicah.xyz/technofutures-from-bidar/">this Compost.mag piece</a> It felt like magic to be able to path that together with whatever little code I knew, like I had cracked it.</p>
<p><strong>&ldquo;This could be used EVERYWHERE!&rdquo;</strong></p>
<p>But I found out soon enough - not really!</p>
<p>It felt like every new image I wanted to use this in way would need its own unique pipeline and dedicated resources.</p>
<p>This felt wrong, that something like this wasn&rsquo;t a native web standard like html. If we are able to annotate text this easily why are images so much harder.</p>
<p>It seemed to be something that could only easily be made in walled-garden platforms.</p>
<hr>
<p>While working through this problem in 2020, something standing out as having potential was this framework called IIIF (triple-eye-eff) - International Image Interoperability Framework. It was describing a solution that felt a little good to be true.</p>
<p>Yet I saw <a href="https://web.archive.org/web/20200717185455/https://iiif.io/apps-demos/">Archive after Archive</a> listed as examples. I couldn&rsquo;t believe that these viewing experiences weren&rsquo;t custom-built monoliths and were based on a standard implementation that I could use if I tried.</p>
<p>I started reading up about it and coming back to it every two months. For a non-technical person like me, it was quite a dense topic to understand. So I tried to learn it by saturation and osmosis.</p>
<p>It was during that time that I started experimenting with Cantaloupe, a IIIF image server. We self-hosted it on a server that our <a href="https://linktr.ee/llnaf">collective</a> owned. After getting to the point of being able to serve singular images, I came across the biggest issue.</p>
<h2 id="how-do-i-actually-organize-metadatize-annotate-and-then-serve-these-images">How do I actually organize, metadatize, annotate and then serve these images?</h2>
<h3 id="grappling-with-the-complexity-of-iiif">Grappling with the complexity of IIIF</h3>















    
    
    
    
  

<figure>
  <a class="spotlight" href="/iiif-images/IIIF%20system.png">
    <img src="/iiif-images/IIIF%20system.png" alt="A limited explanation of IIIF" width="3615" height="1689"
      loading="lazy" decoding="async">
  </a>
  <figcaption>Schematic of how images are requested for and served</figcaption>
</figure>

<ul>
<li>This image is a diagram illustrating how the IIIF (International Image Interoperability Framework) works to manage, display, and secure digital images in an online setting.</li>
<li>The process begins with the <a href="https://github.com/IIIF/awesome-iiif">IIIF Image Server</a>, where <a href="https://iiif.io/api/image/3.0/">image files</a> and accompanying metadata files (info.json) are stored.</li>
<li>This server has the capability to transform images (e.g., <a href="https://iiif.io/api/image/3.0/">resizing</a>, <a href="https://iiif.io/api/image/3.0/">rotating</a>, <a href="https://iiif.io/api/image/3.0/">format conversion</a>) based on user needs and is typically accessible over a network.</li>
<li>The images are then made available through an Image API that enables users to retrieve images in different sizes and formats without needing separate versions of each file.</li>
<li>This capability allows users to zoom into detailed sections of images, which is especially useful for high-resolution images of artwork or historical documents.</li>
<li>In another location on the internet, the users create <a href="https://iiif.io/api/presentation/3.0/">Manifest.json</a> files and stored as bundles that collect images, metadata (e.g., title, description), and structural information (e.g., page order) to organize images or collections for online display.</li>
<li>These manifest files are passed to a <a href="https://iiif.io/get-started/iiif-viewers/">IIIF viewer</a> in a web browser or application, allowing users to view images with embedded metadata.</li>
<li>The IIIF viewer can utilise additional APIs, such as the <a href="https://iiif.io/api/auth">Authentication API</a> for access control to restrict certain content and the <a href="https://iiif.io/api/search">Search API</a> to enable text searching within images (e.g., searching for keywords in handwritten documents).</li>
<li>The manifest.json made according to the Presentation API provides display instructions to the viewer to ensure the images and metadata are presented cohesively. This API supports annotations and custom display settings.</li>
</ul>
<p>As far as my usecases went, this was overkill and far too complicated of a individual or a small archive. So I was looking for opportunities to simplify the stack of things that had to be put together.</p>
<p>As I saw it there 3 main areas where the complexity was really high</p>
<h4 id="the-image-server">The Image Server</h4>
<p>The traditional IIIF image server is a dynamically serving images, cut up into tiles (like maps) - so that they can be viewed at a high resolution. It stores the image, and an accomanying info.json that has instructions about the nature of the image (size, resolution etc.) This has been defined in the <a href="https://iiif.io/api/image">Image API</a>.</p>















    
    
    
    
  

<figure>
  <a class="spotlight" href="/iiif-images/IIIF%20URL%20processing.png">
    <img src="/iiif-images/IIIF%20URL%20processing.png" alt="Dynamic images and how URLs like these fetch them" width="800" height="325"
      loading="lazy" decoding="async">
  </a>
  <figcaption>Dynamic images and how URLs like these fetch them</figcaption>
</figure>

<p>A simplification that was offered online was to serve static tiles of that don&rsquo;t do any transformations.</p>
















<aside class="content-card card-note" role="note">
  
  <div class="card__header">
    <span class="card__icon" aria-hidden="true">
      
      
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><path d="M12 16v-4"/><path d="M12 8h.01"/></svg>
      
    </span>
    
      <span class="card__title">Example</span>
    
  </div>

  
  <div class="card__content">
    If you think of using Google Maps with a slow network, the squares often take time to load when zooming in or out of the map. Google maps to some extent is <a href="https://www.youtube.com/watch?v=_do0Mc5uYzs">dynamically creating these square tiles with upto 22 levels of zoom</a>.
  </div>
</aside>
















    
    
    
    
  

<figure>
  <a class="spotlight" href="/iiif-images/Zoom_Levels_Tiling.png">
    <img src="/iiif-images/Zoom_Levels_Tiling.png" alt="At each Zoom Level, the image is cut up into smaller and smaller tiles - Deep Zoom" width="800" height="545"
      loading="lazy" decoding="async">
  </a>
  <figcaption>At each Zoom Level, the image is cut up into smaller and smaller tiles - Deep Zoom</figcaption>
</figure>

<p>However, if you were able to limit the viewing to 1 or 2 zoom levels, the tiles can be created once and reused again and again. This is hitting the tradeoff between performance and memory usage.</p>
<p>A github repo with the images <a href="http://ronallo.com/iiif-workshop-new/image-api/image-servers/static.html">pre-cut into tiles at different zoom levels</a> and corresponding tiles and info.jsons could behave like an IIIF image server.</p>
<p>















<aside class="content-card card-note" role="note">
  
  <div class="card__header">
    <span class="card__icon" aria-hidden="true">
      
      
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><path d="M12 16v-4"/><path d="M12 8h.01"/></svg>
      
    </span>
    
      <span class="card__title">Example</span>
    
  </div>

  
  <div class="card__content">
    <a href="https://github.com/edsilv/biiif-workshop/tree/gh-pages/collection/_abyssinian">You can see an example of static tiles in this repository of cat pics</a>
  </div>
</aside>

This also removes the need for the image URL to be complicated and can be generated according to a formula around the filename.</p>
<h4 id="manifest-creation">Manifest Creation:</h4>
<p>Manifest/manifests a JSON file which bundles up all the different elements of an IIIF object (such as a single image, or a series of images) with basic metadata (like title, description, and rights information) and structural information (such as page order).
According to the <a href="https://iiif.io/api/presentation">Presentation API</a>, here are a few types of properties that a manifest can hold</p>
<ul>
<li><a href="https://iiif.io/api/presentation/3.0/">Descriptive and Rights Properties</a>: Include required properties (like label and metadata), with some optional and recommended properties (e.g., rights, language, and navDate).</li>
<li><a href="https://iiif.io/api/presentation/3.0/">Technical Properties</a>: Most properties are required for fundamental elements (like id, type), with other property attributes (e.g., height and width).</li>
<li><a href="https://iiif.io/api/presentation/3.0/">Linking Properties</a>: External and internal links - external include logo, see more info, images part of a range etc.</li>
<li><a href="https://iiif.io/api/presentation/3.0/">Structural Properties</a>: items, structures, annotations</li>
<li><a href="https://iiif.io/api/presentation/3.0/">Behavior Values</a>: Asks to define motivation or purpose</li>
</ul>
<p>As you can see, putting together these things for every image in every collection without the help of a GUI felt very hard, especially because we also wanted the archivists themselves to be able to manage their archives to a large extent.</p>
<p>















<aside class="content-card card-note" role="note">
  
  <div class="card__header">
    <span class="card__icon" aria-hidden="true">
      
      
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><path d="M12 16v-4"/><path d="M12 8h.01"/></svg>
      
    </span>
    
      <span class="card__title">Example</span>
    
  </div>

  
  <div class="card__content">
    Here&rsquo;s an example <a href="https://github.com/edsilv/biiif-workshop/blob/gh-pages/collection/index.json">manifest.json</a> for a small collection
  </div>
</aside>

There&rsquo;s the saying that goes, &ldquo;There&rsquo;s understanding and then there&rsquo;s understanding to teach&rdquo; - similarly, there&rsquo;s &ldquo;building something to use vs building something so that others can build more easily&rdquo;</p>
<p>The process of putting together Manifests for large quantities of images, is still quite a hard problem. To make matters even more complicated - Manifests are only part of the picture in terms of the structuring required.</p>
<h5 id="resource-types---structuring-the-objects-from-the-image-server">Resource Types - Structuring the objects from the image server:</h5>
<p>The manifest.json is the part of the object that allows the image to work in a viewer but it is by no means alone. The IIIF Presentation API defines several resource types to structure and present complex multimedia objects. This however means, that it adds to the complexity of the Manifest Creation process.</p>
<ul>
<li>At the top level is the <strong>Collection</strong>, which groups multiple <strong>Manifests</strong> (representing individual compound objects like books or albums) and/or other Collections in a hierarchical way for navigation or organization.</li>
<li>Each <strong>Manifest</strong> describes a single compound object, including its metadata and layout instructions for displaying the content.</li>
<li>Within a Manifest, <strong>Canvases</strong> represent individual views or &ldquo;pages&rdquo; of the object, providing a space for arranging content resources (e.g., images, audio, or video) through <strong>Annotations</strong>. <strong>Ranges</strong> allow Canvases or sections of them to be grouped into logical sections, like chapters or scenes.</li>
<li><strong>Annotations</strong> link content resources to Canvases, creating a flexible and distributed system for adding layers of information such as translations or commentary.</li>
<li>An <strong>Annotation Page</strong> organizes a list of Annotations on a Canvas, while <strong>Annotation Collections</strong> group Annotation Pages at a higher level, allowing different types of commentary or translations to be kept separate.</li>
</ul>
<p><a href="https://iiif.io/api/presentation/3.0/">Read more here</a></p>
<h5 id="creating-the-manifests---organizing-the-collection">Creating the Manifests - Organizing the collection</h5>
<p>The process of bundling the metadata with the images is also a labour-intensive task. Most institutions that are switching to IIIF for their collections use either <a href="http://ronallo.com/iiif-workshop-new/presentation-api/data-workflows.html">custom-built or resource-heavy</a> Content management Software to create manifests. They might also use an Archival <a href="https://github.com/IIIF/awesome-iiif?tab=readme-ov-file">Content Management Systems</a> like <a href="https://islandora.github.io/documentation/user-documentation/iiif/">Islandora</a>, <a href="https://arches.readthedocs.io/en/stable/developing/advanced/managing-and-hosting-iiif/">Arches</a> or <a href="https://omeka.org/classic/plugins/IiifItems/">Omeka</a>. This is however, much harder to do for smaller archivists. For years, there existed no generic way to set up metadata in a spreadsheet(as non-technical people will want to do) and have it converted to a manifest.</p>
<h4 id="creating-annotations---user-generated-metadata">Creating Annotations - User-generated metadata</h4>
<p>A little less intimidating problem but equally as important is the user-generated metadata or Annotations. How do we enable viewers and end users to create Annotations on these images and have these annotations reflect when viewing them.</p>
<h4 id="hosting-the-archive-itself">Hosting the archive itself</h4>
<p>In this configuration, there are a few storage locations that we need to solve.</p>
<ol>
<li>Where the images are stored and served from</li>
<li>Where the <a href="https://training.iiif.io/iiif-5-day-workshop/day-three/annotations-stores.html">annotations are stored</a> and <a href="https://training.iiif.io/iiif-5-day-workshop/day-three/annotations-stores-install.html">served</a> from</li>
<li>Where the manifests are <a href="https://training.iiif.io/iiif-5-day-workshop/day-two/4-serving-your-manifest.html">stored and served</a> from</li>
<li>Where is the <a href="https://training.iiif.io/iiif-5-day-workshop/day-two/7-building-a-gallery-viewer.html">viewer</a> and archive stored</li>
</ol>
<h2 id="is-it-possible-to-create-a-simple-user-hosted-iiif-archive">Is it possible to create a simple user-hosted IIIF archive?</h2>
<p>A few attempts have been made to simplify the IIIF archive with different opinions on how to simplify this process. A massive simplification is to use github pages</p>
<h3 id="for-single-images">For Single Images</h3>
<h4 id="digirati-manifest-editor">Digirati Manifest Editor</h4>
<p><a href="https://manifest-editor.digirati.services/">The editor</a>
For a smaller dataset, the Manifest Editor is a great tool, if you are willing to organise the images one after another. You are able to annotate and organize the images all in the editor and download the manifest and host it with the images and the html file with the IIIF viewer.
Its fairly simple to use, you create or open a manifest, add canvases, add content to these canvases, add annotations and other metadata - preview what it looks like in different IIIF viewers.
The viewers that support text-on-image annotations through this method are Theseus and Annona <em>(as of Nov 2024)</em></p>
<h3 id="for-image-collections">For Image collections</h3>















    
    
    
    
  

<figure>
  <a class="spotlight" href="/iiif-images/IIIFCollections.png">
    <img src="/iiif-images/IIIFCollections.png" alt="How different tools can be used as a pipeline for IIIF collections" width="2275" height="2082"
      loading="lazy" decoding="async">
  </a>
  <figcaption>How different tools can be used as a pipeline for IIIF collections</figcaption>
</figure>

<h4 id="biiif-build-iiif">BIIIF (Build IIIF)</h4>
<p><a href="https://github.com/IIIF-Commons/biiif/">Github Repo</a>
This method seeks to use folder hierarchy as a way to quickly organise the collection and generate the manifests. The way it does this is to use a naming convention as a symbol of the various resource types defined in the Presentation API</p>















    
    
    
    
  

<figure>
  <a class="spotlight" href="/iiif-images/Presentation%20API%20Resource%20types.png">
    <img src="/iiif-images/Presentation%20API%20Resource%20types.png" alt="How the different types of resources in the Presentation API are structured" width="1787" height="1115"
      loading="lazy" decoding="async">
  </a>
  <figcaption>How the different types of resources in the Presentation API are structured</figcaption>
</figure>
















    
    
    
    
  

<figure>
  <a class="spotlight" href="/iiif-images/Biiif%20folder%20naming%20conventions.png">
    <img src="/iiif-images/Biiif%20folder%20naming%20conventions.png" alt="How to name folder hierarchy to create manifests" style="width: 500px" width="426" height="763"
      loading="lazy" decoding="async">
  </a>
  <figcaption>How to name the folder hierarchy for BIIIF create manifests</figcaption>
</figure>

<p><a href="https://github.com/IIIF-Commons/biiif/tree/master?tab=readme-ov-file">You can read more in detail here</a></p>
<p>After organising the files and folders, the script should create manifests as &lsquo;index.json&rsquo; in each &ldquo;manifest&rdquo; folder.</p>
<p>To view these manifests, we need to have it on the internet with a URL. This is possible to do with github pages. However, storing the images on a github repository and the manifest, with an html file in which you pass the url of the manifest to the IIIF viewer embedded in the webpage.</p>
<h4 id="waxhttpsminicompgithubiowikiwax"><a href="https://minicomp.github.io/wiki/wax/">Wax</a></h4>
<p>Wax is an end-to-end workflow for creating exhibitions while following minimal computing principles. It uses a jekyll site with a interesting uses of the ruby plugins like Rake and ready-made jekyll components to create an image exhibition.
With github pages, wax is quite extensive and powerful. While tropy would be good for people interested in having a better backend organizing experience, Wax places itself in the better viewing part of the spectrum.
It uses the build process to create static tiles, search data as well as creating manifests. The documentation is beautiful and well-thought out as well and is meant for complete beginners to peruse.
This doesn&rsquo;t have any easy method for creating annotations however.</p>















    
    
    
    
  

<figure>
  <a class="spotlight" href="/iiif-images/Wax_Workflow.png">
    <img src="/iiif-images/Wax_Workflow.png" alt="How Wax handles the files and metadata" width="1926" height="1200"
      loading="lazy" decoding="async">
  </a>
  <figcaption>How Wax handles the files and metadata</figcaption>
</figure>

<ul>
<li>this are the parts of my config file that I edited, there are more parts but I have removed it - you can see the full version here - <a href="https://github.com/micahchoo/bhc-demo/">https://github.com/micahchoo/bhc-demo/</a></li>
</ul>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-yml" data-lang="yml"><span style="display:flex;"><span><span style="color:#75715e"># ==============================================================</span>
</span></span><span style="display:flex;"><span><span style="color:#75715e"># WAX CONFIGURATION</span>
</span></span><span style="display:flex;"><span><span style="color:#75715e"># ==============================================================</span>
</span></span><span style="display:flex;"><span><span style="color:#75715e"># Jekyll configuration files are written in YAML format.</span>
</span></span><span style="display:flex;"><span><span style="color:#75715e"># Colons, tabs/spacing, and quotes are meaningful in YAML.</span>
</span></span><span style="display:flex;"><span><span style="color:#75715e"># It is recommended you look at the following guide to avoid</span>
</span></span><span style="display:flex;"><span><span style="color:#75715e"># syntax errors in this file:</span>
</span></span><span style="display:flex;"><span><span style="color:#75715e"># ~&gt; https://learnxinyminutes.com/docs/yaml/</span>
</span></span><span style="display:flex;"><span><span style="color:#75715e">#</span>
</span></span><span style="display:flex;"><span><span style="color:#75715e">#</span>
</span></span><span style="display:flex;"><span><span style="color:#75715e"># Questions?</span>
</span></span><span style="display:flex;"><span><span style="color:#75715e"># ~&gt; https://minicomp.github.io/wiki/#/</span>
</span></span><span style="display:flex;"><span><span style="color:#75715e">#</span>
</span></span><span style="display:flex;"><span><span style="color:#75715e"># ---------------------------------------------------------------</span>
</span></span><span style="display:flex;"><span><span style="color:#75715e"># MAIN SETTINGS</span>
</span></span><span style="display:flex;"><span><span style="color:#75715e"># ---------------------------------------------------------------</span>
</span></span><span style="display:flex;"><span><span style="color:#75715e"># Feel free to change these! For more info, refer to:</span>
</span></span><span style="display:flex;"><span><span style="color:#75715e"># ~&gt; https://jekyllrb.com/docs/configuration/options/</span>
</span></span><span style="display:flex;"><span>
</span></span><span style="display:flex;"><span><span style="color:#f92672">title</span>: <span style="color:#e6db74">&#39;Bidar Heritage Center&#39;</span>
</span></span><span style="display:flex;"><span><span style="color:#f92672">description</span>: <span style="color:#e6db74">&#39;A demo for the BHC Archives&#39;</span>
</span></span><span style="display:flex;"><span><span style="color:#f92672">url</span>: <span style="color:#e6db74">&#39;https://minicomp.github.io&#39;</span>
</span></span><span style="display:flex;"><span><span style="color:#f92672">baseurl</span>: <span style="color:#e6db74">&#39;/wax&#39;</span>
</span></span><span style="display:flex;"><span><span style="color:#f92672">copyright</span>: <span style="color:#e6db74">&#39;Example copyright org, 2023&#39;</span>
</span></span><span style="display:flex;"><span><span style="color:#f92672">logo</span>: <span style="color:#e6db74">&#39;/assets/logo.png&#39;</span>
</span></span><span style="display:flex;"><span><span style="color:#f92672">default_thumb</span>: <span style="color:#e6db74">&#39;/assets/default.png&#39;</span>
</span></span><span style="display:flex;"><span>
</span></span><span style="display:flex;"><span><span style="color:#75715e"># --------------------------------------------------------------</span>
</span></span><span style="display:flex;"><span><span style="color:#75715e"># COLLECTION SETTINGS</span>
</span></span><span style="display:flex;"><span><span style="color:#75715e"># --------------------------------------------------------------</span>
</span></span><span style="display:flex;"><span><span style="color:#75715e"># Wax leverages Jekyll collections for much of its</span>
</span></span><span style="display:flex;"><span><span style="color:#75715e"># functionality, therefor some of the keys below are from</span>
</span></span><span style="display:flex;"><span><span style="color:#75715e"># Jekyll while others are Wax-specific.</span>
</span></span><span style="display:flex;"><span><span style="color:#75715e"># For more info, refer to:</span>
</span></span><span style="display:flex;"><span><span style="color:#75715e"># ~&gt; https://jekyllrb.com/docs/collections/</span>
</span></span><span style="display:flex;"><span>
</span></span><span style="display:flex;"><span><span style="color:#f92672">collections</span>:
</span></span><span style="display:flex;"><span>  <span style="color:#f92672">exhibits</span>:
</span></span><span style="display:flex;"><span>    <span style="color:#f92672">output</span>: <span style="color:#66d9ef">true</span>
</span></span><span style="display:flex;"><span>  <span style="color:#f92672">raj_bidri_pn</span>: <span style="color:#75715e"># name of collection</span>
</span></span><span style="display:flex;"><span>    <span style="color:#f92672">output</span>: <span style="color:#66d9ef">true</span> <span style="color:#75715e"># makes sure pages are output as html files</span>
</span></span><span style="display:flex;"><span>    <span style="color:#f92672">layout</span>: <span style="color:#e6db74">&#39;raj_bidri_pn_item&#39;</span> <span style="color:#75715e"># the layout for the pages to use</span>
</span></span><span style="display:flex;"><span>    <span style="color:#f92672">metadata</span>:
</span></span><span style="display:flex;"><span>      <span style="color:#f92672">source</span>: <span style="color:#e6db74">&#39;raj_bidri_pn.csv&#39;</span> <span style="color:#75715e"># path to the metadata file within `_data`</span>
</span></span><span style="display:flex;"><span>    <span style="color:#f92672">images</span>:
</span></span><span style="display:flex;"><span>      <span style="color:#f92672">source</span>: <span style="color:#e6db74">&#39;raw_images/raj_bidri_pn&#39;</span> <span style="color:#75715e"># path to the directory of images within `_data`</span>
</span></span><span style="display:flex;"><span>
</span></span><span style="display:flex;"><span><span style="color:#75715e"># --------------------------------------------------------------</span>
</span></span><span style="display:flex;"><span><span style="color:#75715e"># SEARCH INDEX SETTINGS</span>
</span></span><span style="display:flex;"><span><span style="color:#75715e"># --------------------------------------------------------------</span>
</span></span><span style="display:flex;"><span><span style="color:#75715e"># You can create multiple search indexes below (though only one is</span>
</span></span><span style="display:flex;"><span><span style="color:#75715e"># recommended!) by specifying</span>
</span></span><span style="display:flex;"><span><span style="color:#75715e"># an `index` file to write it to and some `collections` for it to index</span>
</span></span><span style="display:flex;"><span><span style="color:#75715e"># and running `$ bundle exec rake wax:search`.</span>
</span></span><span style="display:flex;"><span>
</span></span><span style="display:flex;"><span><span style="color:#f92672">search</span>:
</span></span><span style="display:flex;"><span>  <span style="color:#f92672">main</span>:
</span></span><span style="display:flex;"><span>    <span style="color:#f92672">index</span>: <span style="color:#e6db74">&#39;/search/index.json&#39;</span> <span style="color:#75715e"># file the index will get written to</span>
</span></span><span style="display:flex;"><span>    <span style="color:#f92672">collections</span>:
</span></span><span style="display:flex;"><span>      <span style="color:#f92672">raj_bidri_pn</span>:
</span></span><span style="display:flex;"><span>        <span style="color:#f92672">content</span>: <span style="color:#66d9ef">true</span> <span style="color:#75715e"># whether or not to index page content</span>
</span></span><span style="display:flex;"><span>        <span style="color:#f92672">fields</span>: <span style="color:#75715e"># the metadata fields to index</span>
</span></span><span style="display:flex;"><span>          - <span style="color:#ae81ff">label</span>
</span></span><span style="display:flex;"><span>          - <span style="color:#ae81ff">subject</span>
</span></span><span style="display:flex;"><span>          - <span style="color:#ae81ff">description</span>
</span></span><span style="display:flex;"><span>          - <span style="color:#ae81ff">creator</span>
</span></span><span style="display:flex;"><span>          - <span style="color:#ae81ff">source</span>
</span></span><span style="display:flex;"><span>          - <span style="color:#ae81ff">publisher</span>
</span></span><span style="display:flex;"><span>          - <span style="color:#ae81ff">_date</span>
</span></span><span style="display:flex;"><span>          - <span style="color:#ae81ff">contributor</span>
</span></span><span style="display:flex;"><span>          - <span style="color:#ae81ff">rights</span>
</span></span><span style="display:flex;"><span>          - <span style="color:#ae81ff">relation</span>
</span></span><span style="display:flex;"><span>          - <span style="color:#ae81ff">format</span>
</span></span><span style="display:flex;"><span>          - <span style="color:#ae81ff">language</span>
</span></span><span style="display:flex;"><span>          - <span style="color:#ae81ff">type</span>
</span></span><span style="display:flex;"><span>          - <span style="color:#ae81ff">coverage</span>
</span></span><span style="display:flex;"><span>          - <span style="color:#ae81ff">collected_by</span>
</span></span><span style="display:flex;"><span>          - <span style="color:#ae81ff">collection_date</span>
</span></span></code></pre></div><h4 id="tropy-and-tropiiify">Tropy and Tropiiify</h4>
<p>This option seems to be the most promising in terms of the performance and flexibility. When combined with github CI/CD, it can be a complete solution on its own. It is able to provide features that allow organising the files, adding metadata, adding annotation and creating manifests.</p>
<p>While the developers of Tropy have repeatedly asserted that tropy&rsquo;s data model is good enough for non-image sources, they don&rsquo;t have time to build support for audio-visual items as well. Being a great organisational suite, Tropy would be well-suited as a multiplayer app. However, as of Sept 4, Tropy dev&rsquo;s main recommendation is to use a shared folder and be carefull to avoid desynced editing. <a href="https://forums.tropy.org/t/collaborative-project/4394">Collaborative project? - Question - forums.tropy.org</a></p>
<p>There are a few steps to follow</p>
<ul>
<li>Install Tropy</li>
<li>Download the tropiiify plugin as.zip</li>
<li>Install the plugin to tropy in the Preferences menu</li>
<li>Create a repo and <a href="https://www.youtube.com/watch?v=5XhxR9Vs6zc&amp;pp=ygUVZ2l0aHViIHBhZ2VzIHR1dG9yaWFs">activate github pages</a> for it</li>
<li>In the plugin settings change the base ID to the github pages url till 1 level above the index.json</li>
</ul>















    
    
    
    
  

<figure>
  <a class="spotlight" href="/iiif-images/Tropy%20plugin%20settings.png">
    <img src="/iiif-images/Tropy%20plugin%20settings.png" alt="Tropiiify plugin settings" width="556" height="452"
      loading="lazy" decoding="async">
  </a>
  <figcaption>Tropiiify plugin settings</figcaption>
</figure>

<ul>
<li>Import items to Tropy, <a href="https://www.youtube.com/watch?v=jqTkI49JUDA">organize</a> the images add annotations</li>
<li>For every item, add a unique number in the identifier field</li>
<li>Export&gt;tropiiify</li>
</ul>















    
    
    
    
  

<figure>
  <a class="spotlight" href="/iiif-images/Tropiiify_Export.png">
    <img src="/iiif-images/Tropiiify_Export.png" alt="Exporting to Tropiiify" width="978" height="616"
      loading="lazy" decoding="async">
  </a>
  <figcaption>Exporting to Tropiiify</figcaption>
</figure>

<ul>
<li>Upload this folder to the github repo you created</li>
<li>Go to <a href="https://manifest-editor.digirati.services/">Digirati Manifest editor</a>&gt;Open manifest url&gt;Paste the URL of the manifest.json file from your github pages site</li>
<li>Preview/Edit or download the json (If changed reupload to Github)</li>
<li>Create an html page with one of the viewers embedded and pass it the url of the manifest.json</li>
</ul>
<p>See <a href="https://github.com/micahchoo/Tropiiify-test">my Tropiiify test demo</a></p>
<h4 id="canopy-to-deploy-tropiiify-collection-as-a-static-site">Canopy to deploy Tropiiify collection as a static site</h4>
<p>There is <a href="https://canopy-iiif.github.io/docs/setup-a-collection-with-tropiiify">an in-depth tutorial on using Canopy with a Tropiiify export</a></p>
<p>There are some other people who have written in-depth guides</p>
<ul>
<li>
<p><a href="https://literarymachin.es/iiif-tropy-canopy/">https://literarymachin.es/iiif-tropy-canopy/</a></p>
</li>
<li>
<p><a href="https://electricarchaeology.ca/2024/07/25/make-your-tropy-collection-and-annotations-available-with-canopy/">https://electricarchaeology.ca/2024/07/25/make-your-tropy-collection-and-annotations-available-with-canopy/</a></p>
</li>
<li>
<p>Example Repo
canopy.json</p>
</li>
</ul>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-json" data-lang="json"><span style="display:flex;"><span>{
</span></span><span style="display:flex;"><span>  <span style="color:#f92672">&#34;collection&#34;</span>: <span style="color:#e6db74">&#34;https://micahchoo.github.io/bhc-demo-tropy/index.json&#34;</span>,
</span></span><span style="display:flex;"><span>  <span style="color:#f92672">&#34;devCollection&#34;</span>: <span style="color:#e6db74">&#34;https://micahchoo.github.io/bhc-demo-tropy/index.json&#34;</span>,
</span></span><span style="display:flex;"><span>  <span style="color:#f92672">&#34;featured&#34;</span>: [
</span></span><span style="display:flex;"><span>    <span style="color:#e6db74">&#34;https://micahchoo.github.io/bhc-demo-tropy/bhc001_hakeem_abdul20170705_pn02/manifest.json&#34;</span>,
</span></span><span style="display:flex;"><span>    <span style="color:#e6db74">&#34;https://micahchoo.github.io/bhc-demo-tropy/bhc001_bid_laxmibai_af_01/manifest.json&#34;</span>
</span></span><span style="display:flex;"><span>  ],
</span></span><span style="display:flex;"><span>  <span style="color:#f92672">&#34;metadata&#34;</span>: [<span style="color:#e6db74">&#34;Date&#34;</span>, <span style="color:#e6db74">&#34;Subject&#34;</span>],
</span></span><span style="display:flex;"><span>  <span style="color:#f92672">&#34;label&#34;</span>: { <span style="color:#f92672">&#34;none&#34;</span>: [<span style="color:#e6db74">&#34;Collection Title&#34;</span>] },
</span></span><span style="display:flex;"><span>  <span style="color:#f92672">&#34;summary&#34;</span>: {
</span></span><span style="display:flex;"><span>    <span style="color:#f92672">&#34;none&#34;</span>: [<span style="color:#e6db74">&#34;Brief description of the site and its contents.&#34;</span>]
</span></span><span style="display:flex;"><span>  },
</span></span><span style="display:flex;"><span>  <span style="color:#f92672">&#34;theme&#34;</span>: {
</span></span><span style="display:flex;"><span>    <span style="color:#f92672">&#34;defaultTheme&#34;</span>: <span style="color:#e6db74">&#34;light&#34;</span>,
</span></span><span style="display:flex;"><span>    <span style="color:#f92672">&#34;accentColor&#34;</span>: <span style="color:#e6db74">&#34;red&#34;</span>,
</span></span><span style="display:flex;"><span>    <span style="color:#f92672">&#34;grayColor&#34;</span>: <span style="color:#e6db74">&#34;mauve&#34;</span>,
</span></span><span style="display:flex;"><span>    <span style="color:#f92672">&#34;radius&#34;</span>: <span style="color:#e6db74">&#34;small&#34;</span>,
</span></span><span style="display:flex;"><span>    <span style="color:#f92672">&#34;scaling&#34;</span>: <span style="color:#e6db74">&#34;100%&#34;</span>
</span></span><span style="display:flex;"><span>  }
</span></span><span style="display:flex;"><span>}
</span></span></code></pre></div><hr>
]]></content:encoded></item><item><title>Illustrations and maps for "Film City Urbanism in India"</title><link>https://khattamicah.xyz/mapping-history-of-cinema/</link><pubDate>Mon, 01 Jan 2024 00:00:00 +0000</pubDate><author>micah.dvpp7@aleeas.com (Micah Alex)</author><guid>https://khattamicah.xyz/mapping-history-of-cinema/</guid><category domain="https://khattamicah.xyz/tags/mapping/">mapping</category><category domain="https://khattamicah.xyz/tags/digital-humanities/">digital-humanities</category><category domain="https://khattamicah.xyz/tags/visual-communication/">visual-communication</category><description>Dr. Yamini C. Krishna approached me to make some printable maps for some of their research work for their book &amp;ldquo;Film City Urbanism in India&amp;rdquo;. The research, as far as I saw it, was about tracing the history of cinema halls in Hyderabad and they needed to
Recreate some older historical maps to a printable format as re-drawn images Create newer OSM-based retrospective maps that marked these halls by decade in a readable format.</description><content:encoded><![CDATA[<p>Dr. Yamini C. Krishna approached me to make some printable maps for some of their research work for their book &ldquo;<a href="https://www.ebooks.com/en-gb/book/346950936/film-city-urbanism-in-india/c-yamini-krishna/">Film City Urbanism in India</a>&rdquo;. The research, as far as I saw it, was about tracing the history of cinema halls in Hyderabad and they needed to</p>
<ol>
<li>Recreate some older historical maps to a printable format as re-drawn images</li>
<li>Create newer OSM-based retrospective maps that marked these halls by decade in a readable format. The challenge was to create a visually appealing and informative map that highlighted cinema halls with labels, specific localities like Abids, Musheerabad, and Khairatabad. The centerpiece of the map was Hussain Sagar, a landmark that helps orient anyone familiar with Hyderabad to the map.</li>
</ol>
<h2 id="the-mapping-process">The Mapping Process</h2>
<h3 id="step-1-stylizing-the-map-in-mapbox">Step 1: Stylizing the Map in Mapbox</h3>
<p>The first step involved using Mapbox, a powerful tool for custom map design. The objective was to simplify the map for readability. This was achieved by:</p>
<ul>
<li><strong>Colour Stylisation:</strong> Choosing a colour palette that was clear yet functional.</li>
<li><strong>Hiding Unnecessary Layers:</strong> Removing layers that cluttered the map, such as minor settlements, road names, and highway icons.</li>
<li><strong>Filtering Specific Features:</strong> Ensuring that important features like Abids, Hussain Sagar, and the Outer Ring Roads were prominently visible.















    
    
    
    
  

<figure>
  <a class="spotlight" href="/mapping-history-of-cinema/e4fe9b0bde5cc60671cde313f37e7f27_MD5.jpeg">
    <img src="/mapping-history-of-cinema/e4fe9b0bde5cc60671cde313f37e7f27_MD5.jpeg" alt="Stylized basemap in Mapbox" width="4500" height="3300"
      loading="lazy" decoding="async">
  </a>
  <figcaption>Stylized basemap in Mapbox</figcaption>
</figure>
</li>
</ul>
<h3 id="step-2-exporting-and-georeferencing">Step 2: Exporting and Georeferencing</h3>
<p>Once the map was stylized:</p>
<ul>
<li><strong>Export as PNG:</strong> The map was exported from Mapbox as a PNG file.</li>
<li><strong>Georeferencing in QGIS:</strong> The PNG file was then imported into QGIS, a free and open-source geographic information system, where it was georeferenced to align with geographical data accurately.</li>
</ul>
<h3 id="step-3-enhancing-map-details-in-qgis">Step 3: Enhancing Map Details in QGIS</h3>
<p>In QGIS, further enhancements were made:</p>
<ul>
<li><strong>Stylizing Labels:</strong> Labels were styled using callouts and offsets to improve visibility amidst a high density of points.</li>
<li><strong>Manual Adjustments:</strong> Labels were manually adjusted to avoid overlap and ensure clarity.</li>
<li><strong>Creating a Layout:</strong> A layout was designed, incorporating a scale and map title for professional presentation.</li>
</ul>
<p>














    
    
    
    
  

<figure>
  <a class="spotlight" href="/mapping-history-of-cinema/dc219fb4923ac748e9cfeaf724e923a4_MD5.jpeg">
    <img src="/mapping-history-of-cinema/dc219fb4923ac748e9cfeaf724e923a4_MD5.jpeg" alt="Georeferenced map in QGIS" width="1919" height="1032"
      loading="lazy" decoding="async">
  </a>
  <figcaption>Georeferenced map in QGIS</figcaption>
</figure>
















    
    
    
    
  

<figure>
  <a class="spotlight" href="/mapping-history-of-cinema/8e0d88668c4521c62c62f7240aeae4f5_MD5.jpeg">
    <img src="/mapping-history-of-cinema/8e0d88668c4521c62c62f7240aeae4f5_MD5.jpeg" alt="Creating a Layout" width="3425" height="2364"
      loading="lazy" decoding="async">
  </a>
  <figcaption>Layout Creation</figcaption>
</figure>
</p>
<h3 id="step-4-final-touches-in-inkscape">Step 4: Final Touches in Inkscape</h3>
<p>The map underwent final refinements in Inkscape, a vector graphics editor:</p>
<ul>
<li><strong>Importing the Map:</strong> The QGIS-exported PNG was imported into Inkscape.</li>
<li><strong>Adding a Legend:</strong> For labels that could not fit directly on the map, a legend was created to accommodate them, ensuring no information was lost.















    
    
    
    
  

<figure>
  <a class="spotlight" href="/mapping-history-of-cinema/1982%20v1%20c.png">
    <img src="/mapping-history-of-cinema/1982%20v1%20c.png" alt="Setting up the final layout and legend in Inkscape" width="4576" height="2943"
      loading="lazy" decoding="async">
  </a>
  <figcaption>Final Layout in Inkscape</figcaption>
</figure>
</li>
</ul>
<h2 id="other-maps">Other Maps</h2>
<p>A few like this one was redrawn in Procreate using a Telangana State Archive map that Dr. Yamini discovered















    
    
    
    
  

<figure>
  <a class="spotlight" href="/mapping-history-of-cinema/trimulgherry.png">
    <img src="/mapping-history-of-cinema/trimulgherry.png" alt="Trimulghery map - redrawn" width="2480" height="3508"
      loading="lazy" decoding="async">
  </a>
  <figcaption>Trimulghery map - redrawn</figcaption>
</figure>
</p>
]]></content:encoded></item><item><title>Website Development - IIHS</title><link>https://khattamicah.xyz/website-development-iihs/</link><pubDate>Mon, 01 Jan 2024 00:00:00 +0000</pubDate><author>micah.dvpp7@aleeas.com (Micah Alex)</author><guid>https://khattamicah.xyz/website-development-iihs/</guid><category domain="https://khattamicah.xyz/tags/visual-communication/">visual-communication</category><description>Developed a WordPress web experience for the Tamil Nadu Government&amp;rsquo;s Sustainable Habitats programme, commissioned through the Indian Institute for Human Settlements (IIHS). The site incorporates interactive navigation and data visualisation to make policy-relevant environmental and urban planning data accessible to government stakeholders and the public.
The project required balancing institutional communication requirements with usability- making the dense planning datasets navigable for readers with different levels of technical background.
Visit the site</description><content:encoded><![CDATA[<p>Developed a WordPress web experience for the Tamil Nadu Government&rsquo;s Sustainable Habitats programme, commissioned through the Indian Institute for Human Settlements (IIHS). The site incorporates interactive navigation and data visualisation to make policy-relevant environmental and urban planning data accessible to government stakeholders and the public.</p>
<p>The project required balancing institutional communication requirements with usability- making the dense planning datasets navigable for readers with different levels of technical background.</p>
<p><a href="https://tnsustainablehabitat.com/">Visit the site</a></p>
]]></content:encoded></item><item><title>South Asian Digital History</title><link>https://khattamicah.xyz/south-asian-digital-history/</link><pubDate>Sat, 01 Jul 2023 00:00:00 +0000</pubDate><author>micah.dvpp7@aleeas.com (Micah Alex)</author><guid>https://khattamicah.xyz/south-asian-digital-history/</guid><category domain="https://khattamicah.xyz/tags/digital-humanities/">digital-humanities</category><category domain="https://khattamicah.xyz/tags/archives/">archives</category><description>A curated, open-source collection of web resources exploring two intertwined threads: the history of digital technologies in South Asia, and the digitisation of South Asian cultural and historical artefacts. The collection is maintained as an &amp;ldquo;awesome list&amp;rdquo; on GitHub.
This project grows out of a persistent interest in how the digital has been adopted, adapted, and resisted across the subcontinent- and how archival and cultural materials are being made accessible (or not) through digitisation efforts.</description><content:encoded><![CDATA[<p>A curated, open-source collection of web resources exploring two intertwined threads: the history of digital technologies in South Asia, and the digitisation of South Asian cultural and historical artefacts. The collection is maintained as an &ldquo;awesome list&rdquo; on GitHub.</p>
<p>This project grows out of a persistent interest in how the digital has been adopted, adapted, and resisted across the subcontinent- and how archival and cultural materials are being made accessible (or not) through digitisation efforts.</p>
<p><a href="https://micahchoo.github.io/awesome-digital-history-South-Asia/">Browse the collection</a></p>
]]></content:encoded></item><item><title>Community Infrastructure</title><link>https://khattamicah.xyz/threads/community-infrastructure/</link><pubDate>Thu, 01 Sep 2022 00:00:00 +0000</pubDate><author>micah.dvpp7@aleeas.com (Micah Alex)</author><guid>https://khattamicah.xyz/threads/community-infrastructure/</guid><description>What does it mean to build digital infrastructure that communities own and maintain?
In Bidar, Janastu&amp;rsquo;s mesh network ran as an intranet of informal archives: folklore, songs, and oral practices held by women of various communities. The reflection in Compost Digital tried to hold both the limits of the technology and what it opened up.
The COWs (Community-Owned Wifi-Mesh) principles came out of that practice: community networks are about social relationships and trust as much as connectivity.</description><content:encoded><![CDATA[<p>What does it mean to build digital infrastructure that communities own and maintain?</p>
<p>In Bidar, Janastu&rsquo;s mesh network ran as an intranet of informal archives: folklore, songs, and oral practices held by women of various communities. The reflection in Compost Digital tried to hold both the limits of the technology and what it opened up.</p>
<p>The COWs (Community-Owned Wifi-Mesh) principles came out of that practice: community networks are about social relationships and trust as much as connectivity. There is also a framework for keeping such a network generative rather than extractive, mapping the roles of builders, maintainers, and creators. The experience fed a piece for the Association for Progressive Communications and a Technoscience Salon panel.</p>
<p>Papad is a community audio archive, built for how oral communities already share knowledge, running on the same kind of mesh networks.</p>
<p>The checklist for selecting digital tools for Indian collectives is shaped by limited resources, mixed literacy, and how collectives actually decide. The Webinar Pi argues for building conferencing on Raspberry Pi hardware, for people the commercial platforms assume do not exist.</p>
]]></content:encoded></item><item><title>Situated Practice</title><link>https://khattamicah.xyz/threads/situated-practice/</link><pubDate>Thu, 01 Sep 2022 00:00:00 +0000</pubDate><author>micah.dvpp7@aleeas.com (Micah Alex)</author><guid>https://khattamicah.xyz/threads/situated-practice/</guid><description>Research that starts in a specific place and stays close to the ground.
In Bidar, the mesh network was inseparable from the communities hosting it. The women whose oral practices it was meant to serve were collaborators, not &amp;ldquo;users.&amp;rdquo; In Wayanad, a literature review on the disenfranchisement of the Paniya, centuries of enslavement, landlessness, and exclusion from education, became the ground for a storytelling tool that asked Adivasi children to imagine futures for themselves, using elephants from their own Vattakalli dance tradition.</description><content:encoded><![CDATA[<p>Research that starts in a specific place and stays close to the ground.</p>
<p>In Bidar, the mesh network was inseparable from the communities hosting it. The women whose oral practices it was meant to serve were collaborators, not &ldquo;users.&rdquo; In Wayanad, a literature review on the disenfranchisement of the Paniya, centuries of enslavement, landlessness, and exclusion from education, became the ground for a storytelling tool that asked Adivasi children to imagine futures for themselves, using elephants from their own Vattakalli dance tradition.</p>
<p>In rural Bihar, participatory mapping in Kishanganj showed how caste shapes school placement, village infrastructure, and what parents let themselves hope for their children. In Koramangala, the method was just attentiveness: the buffaloes that pass at dawn, the sanitation workers, the garbage trucks, the rhythms of a neighbourhood most people only see as a tech hub.</p>
<p>Mapping the migratory routes of pastoralists across India combined GIS with the shepherds&rsquo; own knowledge, making visible land-use patterns that policy is disrupting. The climate resource centre in Bidar collected the seasonal knowledge, care practices, and mythic narratives farming communities use to read ecological change.</p>
<p>Care-full Collectives is the longer, academic version of the same commitment: care as what holds these networks together.</p>
]]></content:encoded></item><item><title>Technofutures from Bidar</title><link>https://khattamicah.xyz/technofutures-from-bidar/</link><pubDate>Thu, 01 Sep 2022 00:00:00 +0000</pubDate><author>micah.dvpp7@aleeas.com (Micah Alex)</author><guid>https://khattamicah.xyz/technofutures-from-bidar/</guid><category domain="https://khattamicah.xyz/tags/community-networks/">community-networks</category><category domain="https://khattamicah.xyz/tags/archives/">archives</category><category domain="https://khattamicah.xyz/tags/place-based-research/">place-based-research</category><description>Published in Compost Digital (Issue 1), this is a group reflection on a project run in Bidar, India, to set up a community mesh network. Facilitated by Living Labs Network and Forum, Team YUVAA, and Janastu Servelots, the local mesh network was designed to act as an intranet of local informal archives that would collectively function as a knowledge network.
The archives come from various communities in Bidar and their knowledge practices.</description><content:encoded><![CDATA[<p>Published in Compost Digital (Issue 1), this is a group reflection on a project run in Bidar, India, to set up a community mesh network. Facilitated by Living Labs Network and Forum, Team YUVAA, and Janastu Servelots, the local mesh network was designed to act as an intranet of local informal archives that would collectively function as a knowledge network.</p>
<p>The archives come from various communities in Bidar and their knowledge practices. During the project, we came to see both the limitations of technology and its potential to catalyse spaces of cultural collaboration. The piece presents narratives from the field- possibilities and futures that our network members came across while documenting and creatively engaging with folklore, songs, and oral practices held by women of various communities in Bidar.</p>
<p><a href="https://one.compost.digital/fertile-technofutures-from-bidar/">Read the full piece on Compost Digital</a></p>
]]></content:encoded></item><item><title>The Case for a Webinar Pi</title><link>https://khattamicah.xyz/case-for-a-webinar-pi/</link><pubDate>Wed, 01 Jun 2022 00:00:00 +0000</pubDate><author>micah.dvpp7@aleeas.com (Micah Alex)</author><guid>https://khattamicah.xyz/case-for-a-webinar-pi/</guid><category domain="https://khattamicah.xyz/tags/education/">education</category><category domain="https://khattamicah.xyz/tags/tooling/">tooling</category><category domain="https://khattamicah.xyz/tags/community-networks/">community-networks</category><description>This piece advocates for Webinar Pi, a Raspberry Pi video-conferencing tool for low-literate rural communities. The argument centres on why mainstream webinar and video-conferencing tools fail these communities, and what a purpose-built, low-cost, locally maintainable alternative could look like.
The proposal draws on Janastu&amp;rsquo;s years of fieldwork with community networks in rural Karnataka, where we observed first-hand how the gap between available tools and community needs keeps widening. Webinar Pi is an attempt to bridge that gap from the community&amp;rsquo;s side rather than the platform&amp;rsquo;s.</description><content:encoded><![CDATA[<p>This piece advocates for Webinar Pi, a Raspberry Pi video-conferencing tool for low-literate rural communities. The argument centres on why mainstream webinar and video-conferencing tools fail these communities, and what a purpose-built, low-cost, locally maintainable alternative could look like.</p>
<p>The proposal draws on Janastu&rsquo;s years of fieldwork with <a href="https://khattamicah.xyz/community-networks-stories/">community networks</a> in rural Karnataka, where we observed first-hand how the gap between available tools and community needs keeps widening. Webinar Pi is an attempt to bridge that gap from the community&rsquo;s side rather than the platform&rsquo;s.</p>
<p><a href="https://blog.janastu.org/a-case-for-a-webinar-pi/">Read the full piece on Janastu Blog</a></p>
]]></content:encoded></item><item><title>Art that I make</title><link>https://khattamicah.xyz/my-art/</link><pubDate>Sat, 01 Jan 2022 00:00:00 +0000</pubDate><author>micah.dvpp7@aleeas.com (Micah Alex)</author><guid>https://khattamicah.xyz/my-art/</guid><category domain="https://khattamicah.xyz/tags/visual-communication/">visual-communication</category><description>Visual work that sits alongside and sometimes inside the research and design projects- posters made for events and advocacy, and paintings that come from a more personal, exploratory place. This includes digital and experimental work as well as professional graphics created for organisations. These are collected across Flickr albums.
Posters
Paintings</description><content:encoded><![CDATA[<p>Visual work that sits alongside and sometimes inside the research and design projects- posters made for events and advocacy, and paintings that come from a more personal, exploratory place. This includes <a href="https://khattamicah.xyz/glitch-art/">digital and experimental work</a> as well as <a href="https://khattamicah.xyz/graphics-work/">professional graphics</a> created for organisations. These are collected across Flickr albums.</p>
<p><a href="https://flic.kr/s/aHBqjAGjZW">Posters</a></p>
<p><a href="https://flic.kr/s/aHsmUGp5jR">Paintings</a></p>
]]></content:encoded></item><item><title>Establishing a community network</title><link>https://khattamicah.xyz/establishing-a-community-based-generative-wifi/</link><pubDate>Sat, 01 Jan 2022 00:00:00 +0000</pubDate><author>micah.dvpp7@aleeas.com (Micah Alex)</author><guid>https://khattamicah.xyz/establishing-a-community-based-generative-wifi/</guid><category domain="https://khattamicah.xyz/tags/community-networks/">community-networks</category><category domain="https://khattamicah.xyz/tags/collectives/">collectives</category><category domain="https://khattamicah.xyz/tags/speculative-design/">speculative-design</category><description>The establishment of a Generative Community-Owned (CoW) Wifi Mesh Network, focused on facilitating content creation and utilization, can spur local businesses. I wanted to see the kind of network effects that a community mesh needs to thrive as an infrastructure of the place. This article will outline the roles various stakeholders play, and explore the actions that can be encouraged or discouraged to maintain the network&amp;rsquo;s generative characteristics. This is a speculative framework that looks at different human actants on a network and the kind of work they might incentivize and disincentivize among themselves.</description><content:encoded><![CDATA[<p>The establishment of a Generative Community-Owned (CoW) Wifi Mesh Network, focused on facilitating content creation and utilization, can spur local businesses. I wanted to see the kind of network effects that a community mesh needs to thrive as an infrastructure of the place.
This article will outline the roles various stakeholders play, and explore the actions that can be encouraged or discouraged to maintain the network&rsquo;s generative characteristics. This is a speculative framework that looks at different human actants on a network and the kind of work they might incentivize and disincentivize among themselves.
<a href="https://en.wikipedia.org/wiki/Guifi.net">See Guifi.net that is a success story</a></p>
<h2 id="stakeholders-in-the-cow-network">Stakeholders in the CoW Network</h2>
<ol>
<li><strong>Builders</strong>: These participants contribute to the network by adding nodes and devices.</li>
<li><strong>Maintainers</strong>: Responsible for sustaining the network and rectifying issues.</li>
<li><strong>Consumers</strong>: This group is subdivided into two:
<ul>
<li>Internet users who access the mesh network</li>
<li>Individuals fulfilling requests for gigs, services, and products.</li>
</ul>
</li>
<li><strong>Creators</strong>: These participants generate, collate, and curate content for local use.</li>
<li><strong>Offerors</strong>: Stakeholders who provide gigs, service requests, product requests, and more (Knowledge, Processes, Tools, Connections).</li>
<li><strong>extraMeshers</strong>: Individuals facilitating activities from outside the mesh.</li>
</ol>
<h2 id="optimization-actions-for-each-role">Optimization Actions for Each Role</h2>
<ol>
<li>
<p><strong>Builders</strong></p>
<ul>
<li><em>Incentivized Actions</em>: Addition of nodes, Seeking support.</li>
</ul>
</li>
<li>
<p><strong>Maintainers</strong></p>
<ul>
<li><em>Incentivized Actions</em>: Encourage non-technical people to join the maintenance routine, Contribute to builders&rsquo; activities.</li>
</ul>
</li>
<li>
<p><strong>Internet Consumers</strong></p>
<ul>
<li><em>Incentivized Actions</em>: Offer curation capabilities and incentivize it. Improve sharing capabilities outside the local network.</li>
<li><em>Discouraged Actions</em>: Spreading fake news and rumours, Excessive bandwidth usage for games, movies, and other high-traffic media.</li>
</ul>
</li>
<li>
<p><strong>Local Content Consumers</strong></p>
<ul>
<li><em>Incentivized Actions</em>: Accessing local content, Curating for others.</li>
<li><em>Associated Actions</em>: Tied to offerors&rsquo; activities.</li>
</ul>
</li>
<li>
<p><strong>Offerors</strong></p>
<ul>
<li><em>Incentivized Actions</em>: Creating local content, Offering local jobs, Prioritizing smaller first, Offering curation and collection, Establishing local value-adding enterprises.</li>
<li><em>Discouraged Actions</em>: Encouraging ad watching.</li>
<li><em>Associated Actions</em>: Linked to creators and local content consumers&rsquo; activities.</li>
</ul>
</li>
</ol>
<h2 id="key-considerations-and-questions">Key Considerations and Questions</h2>
<p>In these categories, we explore the dynamics of interactions - what is encouraged, what is discouraged, and how different actions feed into each other. This lays the foundation, prompting further important questions:</p>
















<aside class="content-card card-tip" role="note">
  
  <div class="card__header">
    <span class="card__icon" aria-hidden="true">
      
      
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M15 14c.2-1 .7-1.7 1.5-2.5 1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1 .2 2.2 1.5 3.5.7.7 1.3 1.5 1.5 2.5"/><path d="M9 18h6"/><path d="M10 22h4"/></svg>
      
    </span>
    
      <span class="card__title">Open Questions for Network Design</span>
    
  </div>

  
  <div class="card__content">
    <ol>
<li>Should this be quantified? Why or why not?</li>
<li>If it&rsquo;s not quantified, can incentives be conceptualized differently, apart from currency?</li>
<li>If it is currency, how should it be quantified?</li>
</ol>

  </div>
</aside>

<h2 id="phases-of-the-network-life-cycle">Phases of the Network Life Cycle</h2>
<ul>
<li><strong>Preliminary Phase</strong>: This involves understanding the metastructure (value systems, stakeholders, data tagging) and designing the system (validating, redesigning).</li>
<li><strong>Operational Phase</strong>: Here, we establish rules of exchange and engagement, enable the necessary technology and integrate necessary elements.</li>
</ul>
<hr>
]]></content:encoded></item><item><title>How I use speculative design</title><link>https://khattamicah.xyz/how-i-use-speculative-design-in-my-practice/</link><pubDate>Sat, 01 Jan 2022 00:00:00 +0000</pubDate><author>micah.dvpp7@aleeas.com (Micah Alex)</author><guid>https://khattamicah.xyz/how-i-use-speculative-design-in-my-practice/</guid><category domain="https://khattamicah.xyz/tags/design-methods/">design-methods</category><category domain="https://khattamicah.xyz/tags/speculative-design/">speculative-design</category><description>In a world that often embraces a linear view of progress, it is essential to question the dominant systems and explore alternative ways of thinking and existing. Speculative design provides a powerful framework for challenging the status quo and envisioning diverse futures. By engaging in speculative practices, we can unravel the complexities of our present and shed light on the untapped possibilities that lie beyond.
Unveiling the Illusions of Linear Progress: The notion that we&amp;rsquo;re constantly moving forward on a straight line of progress is a convenient but deceptive framework.</description><content:encoded><![CDATA[<p>In a world that often embraces a linear view of progress, it is essential to question the dominant systems and explore alternative ways of thinking and existing. Speculative design provides a powerful framework for challenging the status quo and envisioning diverse futures. By engaging in speculative practices, we can unravel the complexities of our present and shed light on the untapped possibilities that lie beyond.</p>
<h2 id="unveiling-the-illusions-of-linear-progress">Unveiling the Illusions of Linear Progress:</h2>
<p>The notion that we&rsquo;re constantly moving forward on a straight line of progress is a convenient but deceptive framework. What emerges as dominant in our technological landscape isn&rsquo;t necessarily superior – it&rsquo;s often just what existing power structures and random chance have elevated. When we pause to consider the alternatives that never materialized, we open ourselves to radically different possibilities for how things could have been. Speculative design invites us to question these assumptions. It challenges us to imagine the presence of other paths, other technologies, other systems that society neglected or abandoned. By exploring these neglected alternatives, we break free from the constraints of believing our current reality is the only possible or natural one.</p>
















<aside class="content-card card-note" role="note">
  
  <div class="card__header">
    <span class="card__icon" aria-hidden="true">
      
      
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><path d="M12 16v-4"/><path d="M12 8h.01"/></svg>
      
    </span>
    
      <span class="card__title">Hauntology as Design Lens</span>
    
  </div>

  
  <div class="card__content">
    Drawing from Jacques Derrida and Mark Fisher&rsquo;s concept of hauntology, we can recognize how absent futures and unrealized possibilities continue to shape our present. These &ldquo;ghosts&rdquo; &ndash; the technologies and systems that never came to be &ndash; still influence how we behave and how society evolves. Through speculative design, we can reconfigure these patterns and imagine how both past and future might manifest differently.
  </div>
</aside>

<h2 id="personal-explorations">Personal Explorations</h2>
<p>In my work as a design researcher, I use speculative design to envision alternatives for the Global South. By curating digital history archives, examining data privacy concerns, exploring language and translation, and working alongside marginalized communities, I&rsquo;m attempting to illuminate potential futures for digital cultures in these regions. This has taken shape through speculative fiction like <a href="https://khattamicah.xyz/antarsam-exploring-alternate-histories-and-futures/">Antarsam</a>, which imagines a radically different internet born from India&rsquo;s food sovereignty struggles, as well as applied projects like <a href="https://khattamicah.xyz/speculative-storytelling-in-wayanad/">Speculative Storytelling in Wayanad</a>, where we used narrative tapestry-making with tribal children to build aspirations for the future.</p>
<p>Working directly with communities, I initiated &ldquo;<a href="https://khattamicah.xyz/technofutures-from-bidar/">Fertile Technofutures from Bidar</a>&rdquo; to understand the realities and aspirations of community networks in areas with limited connectivity and digital literacy. The point was to listen to what people there already wanted, not to speak for them. This project also tackles questions about building and maintaining equitable technologies and establishing repair networks within the Global South.</p>
<p>&ldquo;<a href="https://khattamicah.xyz/the-imposter-among-us/">The Imposter Among Us</a>&rdquo; was a panel conversation I facilitated with Paul that investigates how digital livestreaming platforms impact politics. We looked at how livestreaming manufactures consent and fabricates &rsquo;truth&rsquo; at scale, and what that does to politics when performance and sincerity stop being distinguishable.</p>
<p>Open Source Hacking as Pedagogy recognizes the power of open-source technology. The &ldquo;<a href="https://khattamicah.xyz/jingle-tales/">Jingle Tales</a>&rdquo; project explores how open source hacking can serve as a teaching tool for community changemakers. Reconfiguring a cheap, hackable device like a Raspberry Pi is itself the lesson: the tool is yours to open and change.</p>
]]></content:encoded></item><item><title>Papad - Community Audio Knowledge Archives</title><link>https://khattamicah.xyz/papad/</link><pubDate>Sat, 01 Jan 2022 00:00:00 +0000</pubDate><author>micah.dvpp7@aleeas.com (Micah Alex)</author><guid>https://khattamicah.xyz/papad/</guid><category domain="https://khattamicah.xyz/tags/archives/">archives</category><category domain="https://khattamicah.xyz/tags/annotation/">annotation</category><category domain="https://khattamicah.xyz/tags/community-networks/">community-networks</category><description>In the course of time and work in the humanities that Janastu had been engaged in for over 2 decades, the need for a tool that caters to oral traditions became evident. Papad focused on audio as the primary medium.
Over a span of six years, Papad was developed on limited budgets typically available to NGOs in India. I joined the project during a revival of efforts and a push to redesign the tool.</description><content:encoded><![CDATA[<p>In the course of time and work in the humanities that <a href="https://open.janastu.org/">Janastu</a> had been engaged in for over 2 decades, the need for a tool that caters to oral traditions became evident. Papad focused on audio as the primary medium.</p>
<p>Over a span of six years, Papad was developed on limited budgets typically available to NGOs in India. I joined the project during a revival of efforts and a push to redesign the tool. It had already been deployed in two primary contexts: on a community network in three Tumkur villages and on a community network in ten Channapatna villages. In Channapatna, a collaborative effort between Design Beku, Maya, and a team of ten Community Health Navigators utilised Papad to document narratives and knowledge related to local health and nutrition practices.</p>
<h2 id="the-people-who-were-using-the-tool">The people who were using the tool</h2>
<p>There were two primary contexts where the tool had already been deployed</p>
<ol>
<li>On a community network, in 3 Tumkur villages</li>
<li>On a community network in 10 Channapatna villages</li>
</ol>
<p>In Channapatna, a 3-way collaboration between Design Beku, Maya and a piloting team of 10 Community Health Navigators were using Papad to document narratives and knowledge around local health and nutrition practices.</p>
<p>During this duration, we identified 6 design paths that were being used. The team in Channapatna was using various workshops and paper prototypes to see how to make sense of the recorded audio coming from the community.</p>
<h2 id="key-insights">Key Insights</h2>
<table>
<thead>
<tr>
<th>Description</th>
<th>Implications/Actions</th>
</tr>
</thead>
<tbody>
<tr>
<td>Audio was a much more natural way for many in the community to record knowledge and daily practices</td>
<td>Consider prioritizing audio-based recording methods in future projects <br> Explore ways to enhance accessibility and usability of audio recording tools</td>
</tr>
<tr>
<td>The ability to split audio into annotated fragments was important to the sensemaking process</td>
<td>Implement features that enable users to easily annotate and segment audio content <br> Emphasize the importance of segmenting audio in training or educational materials</td>
</tr>
<tr>
<td>Different ways of highlighting relationships in audio content were explored and well received - tagging, storyboarding</td>
<td>Continue to develop and refine tagging and storyboarding features based on user feedback</td>
</tr>
<tr>
<td>Most people didn&rsquo;t have a personal device or enough affordance to maintain a user account and password, so user authentication and moderation would need a whole new approach</td>
<td></td>
</tr>
<tr>
<td>Making these stories accessible and visible, through search filters and offline or off-papad touchpoints became evident</td>
<td>Enhance search functionality to improve discoverability of stories <br> Explore offline access options such as downloadable content or physical media distribution</td>
</tr>
</tbody>
</table>















    
    
    
    
  

<figure>
  <a class="spotlight" href="/papad/58e243f2d8704c61edbdcc87a567fd17_MD5.png">
    <img src="/papad/58e243f2d8704c61edbdcc87a567fd17_MD5.png" alt="Function Clusters for the platform" width="1280" height="831"
      loading="lazy" decoding="async">
  </a>
  <figcaption>Function Clusters for the platform</figcaption>
</figure>
















    
    
    
    
  

<figure>
  <a class="spotlight" href="/papad/8a96afee2cd78614bfedbcc59bc09dfa_MD5.png">
    <img src="/papad/8a96afee2cd78614bfedbcc59bc09dfa_MD5.png" alt="Feature clusters under Storyboarding and Access" width="1280" height="452"
      loading="lazy" decoding="async">
  </a>
  <figcaption>Feature clusters under Storyboarding and Access</figcaption>
</figure>

<h2 id="my-role">My role:</h2>
<p>My involvement began with understanding the research conducted by the Channapatna team and engaging with the development team at Janastu. This allowed me to gain insight into the project&rsquo;s legacy and the goals of all parties involved. Based on discussions with both teams, I compiled a comprehensive feature list and used it to establish the information architecture that would support these features. I made a broad feature list that I had discussed with both teams before. Using this feature list I started to arrive at an Information Architecture that sets up these features.</p>















    
    
    
    
  

<figure>
  <a class="spotlight" href="/papad/Papad1.png">
    <img src="/papad/Papad1.png" alt="Graph of CRUD actions that the platform will facilitate" style="width: 500px" width="1280" height="1148"
      loading="lazy" decoding="async">
  </a>
  <figcaption>Graph of CRUD actions that the platform will facilitate</figcaption>
</figure>

<h3 id="designed-prototypes">Designed Prototypes</h3>
<p>Next, I focused on wireframing and prototyping one of the most critical components of the design: the audio fragment cards. This process provided invaluable insights into the information arrangement that would extend throughout the rest of the site. Leveraging the open-source <a href="https://www.patternfly.org/">PatternFly Design System</a>, I recreated it in Figma and utilised the existing platform data as content for my designs. I developed low-fidelity and high-fidelity prototypes, tailored for different screen widths (1320px and 548px).</p>
<h4 id="audio-player">Audio Player</h4>















    
    
    
    
  

<figure>
  <a class="spotlight" href="/papad/252973305ed0a18376f6c7e6c033481d_MD5.png">
    <img src="/papad/252973305ed0a18376f6c7e6c033481d_MD5.png" alt="Variants of the audio player" width="786" height="1306"
      loading="lazy" decoding="async">
  </a>
  <figcaption>Variants of the audio player</figcaption>
</figure>

<h4 id="other-web-prototypes">Other Web prototypes</h4>















    
    
    
    
  

<figure>
  <a class="spotlight" href="/papad/PapadMob_%285%29.jpg">
    <img src="/papad/PapadMob_%285%29.jpg" alt="The annotation screen for mobile" width="1440" height="954"
      loading="lazy" decoding="async">
  </a>
  <figcaption>Search and filter by tags/groups/annotations</figcaption>
</figure>
















    
    
    
    
  

<figure>
  <a class="spotlight" href="/papad/PapadMob_%286%29.jpg">
    <img src="/papad/PapadMob_%286%29.jpg" alt="The annotation screen for mobile" width="1440" height="1109"
      loading="lazy" decoding="async">
  </a>
  <figcaption>The annotation screen for Web</figcaption>
</figure>

<h4 id="prototypes-for-mobile">Prototypes For Mobile</h4>















    
    
    
    
  

<figure>
  <a class="spotlight" href="/papad/PapadMob_%281%29.jpg">
    <img src="/papad/PapadMob_%281%29.jpg" alt="The annotation screen for mobile" style="width: 250px" width="360" height="1420"
      loading="lazy" decoding="async">
  </a>
  <figcaption>The annotation screen for mobile</figcaption>
</figure>
















    
    
    
    
  

<figure>
  <a class="spotlight" href="/papad/PapadMob_%282%29.jpg">
    <img src="/papad/PapadMob_%282%29.jpg" alt="Audio listings" style="width: 250px" width="360" height="1019"
      loading="lazy" decoding="async">
  </a>
  <figcaption>Audio listings</figcaption>
</figure>
















    
    
    
    
  

<figure>
  <a class="spotlight" href="/papad/PapadMob_%283%29.jpg">
    <img src="/papad/PapadMob_%283%29.jpg" alt="Uploading media" style="width: 250px" width="360" height="1019"
      loading="lazy" decoding="async">
  </a>
  <figcaption>Uploading media</figcaption>
</figure>
















    
    
    
    
  

<figure>
  <a class="spotlight" href="/papad/PapadMob_%284%29.jpg">
    <img src="/papad/PapadMob_%284%29.jpg" alt="Groups of access" style="width: 250px" width="360" height="1019"
      loading="lazy" decoding="async">
  </a>
  <figcaption>Groups of access</figcaption>
</figure>

<hr>
]]></content:encoded></item><item><title>Portfolio - Workshops, Classes, Panels and Publications</title><link>https://khattamicah.xyz/portfolio-workshops-classes-panels-and/</link><pubDate>Sat, 01 Jan 2022 00:00:00 +0000</pubDate><author>micah.dvpp7@aleeas.com (Micah Alex)</author><guid>https://khattamicah.xyz/portfolio-workshops-classes-panels-and/</guid><category domain="https://khattamicah.xyz/tags/workshop-facilitation/">workshop-facilitation</category><category domain="https://khattamicah.xyz/tags/archives/">archives</category><category domain="https://khattamicah.xyz/tags/annotation/">annotation</category><category domain="https://khattamicah.xyz/tags/social-justice/">social-justice</category><description>Design and Artistic Exploration Seeing, Being, Doing: small-letter &amp;#39;d&amp;#39; design 4-month design studio (2022) — exploring embodied design praxis, questioning the artistic response of a designer to their context. Collaborators: Navin and Siddhant. Sound and Storytelling Beyond Listening 5-day masterclass (2022) on the intersection of publishing and non-textual media, focusing on oral narratives and sound&amp;rsquo;s role in storytelling, particularly relevant in the Indian context. Collaborators: Bhanu P and Shafali J. Social Justice and Inclusivity Valuing Indispensability: Critically Reflecting on Intersectionality in Practice A series of workshops (2022) presenting encounters with voices in praxis that are often dismissed, aiming to create spaces where indispensability is the norm.</description><content:encoded><![CDATA[<h2 id="design-and-artistic-exploration">Design and Artistic Exploration</h2>
<div class="grid-container">







<article class="grid-item" data-density="full"><a class="grid-link" href="/facilitating-a-design-studio/" aria-label="Seeing, Being, Doing: small-letter &#39;d&#39; design">

    <div class="grid-content">
      <h3 class="grid-title">Seeing, Being, Doing: small-letter &#39;d&#39; design</h3>
      <div class="grid-description">4-month design studio (2022) — exploring embodied design praxis, questioning the artistic response of a designer to their context. Collaborators: Navin and Siddhant.</div>
    </div></a>
</article>



</div>

<h2 id="sound-and-storytelling">Sound and Storytelling</h2>
<div class="grid-container">







<article class="grid-item" data-density="full"><div class="grid-link">

    <div class="grid-content">
      <h3 class="grid-title">Beyond Listening</h3>
      <div class="grid-description">5-day masterclass (2022) on the intersection of publishing and non-textual media, focusing on oral narratives and sound&rsquo;s role in storytelling, particularly relevant in the Indian context. Collaborators: Bhanu P and Shafali J.</div>
    </div></div>
</article>



</div>

<h2 id="social-justice-and-inclusivity">Social Justice and Inclusivity</h2>
<div class="grid-container">







<article class="grid-item" data-density="full"><div class="grid-link">

    <div class="grid-content">
      <h3 class="grid-title">Valuing Indispensability: Critically Reflecting on Intersectionality in Practice</h3>
      <div class="grid-description">A series of workshops (2022) presenting encounters with voices in praxis that are often dismissed, aiming to create spaces where indispensability is the norm. Collaborators: Upasana B and Shafali J.</div>
    </div></div>
</article>







<article class="grid-item" data-density="full"><a class="grid-link" href="https://twitter.com/onefuture_india/status/1386285835775987712/photo/1" aria-label="Design and Social Justice">

    <div class="grid-content">
      <h3 class="grid-title">Design and Social Justice</h3>
      <div class="grid-description">A workshop (2021) discussing how design can support or hinder social justice goals. Collaborators: Senjuti, Siddhant.</div>
    </div></a>
</article>



</div>

<h2 id="digital-archives-and-annotations">Digital Archives and Annotations</h2>
<div class="grid-container">







<article class="grid-item" data-density="full"><a class="grid-link" href="/enableindia-le/" aria-label="Lived Experience Archives for Champions of the Disability Sector">

    <div class="grid-content">
      <h3 class="grid-title">Lived Experience Archives for Champions of the Disability Sector</h3>
      <div class="grid-description">A workshop (2022) for the Disability NGO Alliance on archiving day-to-day practices and knowledge. Collaborators: Bhanu, Senjuti, Madhavi.</div>
    </div></a>
</article>







<article class="grid-item" data-density="full"><a class="grid-link" href="https://www.milli.link/iaw2021/" aria-label="Ways of Seeing: Archives and Annotations">

    <div class="grid-content">
      <h3 class="grid-title">Ways of Seeing: Archives and Annotations</h3>
      <div class="grid-description">A design demo/workshop (2021) on enhancing institutional archives through discovery, annotation, and re-narration. Collaborators: Bhanu, Venkat, Satakshi, Dinesh, Shafali. <a href="https://www.youtube.com/watch?t=7416&amp;v=rNUbcno_fzQ">Video</a>.</div>
    </div></a>
</article>



</div>

<h2 id="network-and-community-engagement">Network and Community Engagement</h2>
<div class="grid-container">







<article class="grid-item" data-density="full"><a class="grid-link" href="https://www.eventbrite.ca/e/technoscience-salon-alternatives-and-demands-in-network-ruins-tickets-150274849119" aria-label="Alternatives and Demands in Network Ruins">

    <div class="grid-content">
      <h3 class="grid-title">Alternatives and Demands in Network Ruins</h3>
      <div class="grid-description">A panel discussion (2021) on community networks in the context of technological and societal ruins. Collaborator: Shafali J.</div>
    </div></a>
</article>







<article class="grid-item" data-density="full"><a class="grid-link" href="https://twitter.com/DesignBeku/status/1305805491126247424" aria-label="Design Beku Townhall">

    <div class="grid-content">
      <h3 class="grid-title">Design Beku Townhall</h3>
      <div class="grid-description">A workshop (2021) to define principles for Design Beku, advocating for conscientious design practices. The townhall helped shape the organization&rsquo;s foundation.</div>
    </div></a>
</article>



</div>

<h2 id="media-and-politics">Media and Politics</h2>
<div class="grid-container">







<article class="grid-item" data-density="full"><a class="grid-link" href="https://twitter.com/blnaveen/status/1321689139327066112" aria-label="The Imposter Among Us: New Media and Politics">

    <div class="grid-content">
      <h3 class="grid-title">The Imposter Among Us: New Media and Politics</h3>
      <div class="grid-description">A facilitated discussion (2021) on the role of platforms in shaping perceptions of truth and ignorance, especially in the context of politics. <a href="/the-imposter-among-us/">Read more</a>. Facilitators: Paul and Micah.</div>
    </div></a>
</article>



</div>

]]></content:encoded></item><item><title>Seeing, Being, Doing: design</title><link>https://khattamicah.xyz/facilitating-a-design-studio/</link><pubDate>Sat, 01 Jan 2022 00:00:00 +0000</pubDate><author>micah.dvpp7@aleeas.com (Micah Alex)</author><guid>https://khattamicah.xyz/facilitating-a-design-studio/</guid><category domain="https://khattamicah.xyz/tags/design-methods/">design-methods</category><category domain="https://khattamicah.xyz/tags/design-research/">design-research</category><category domain="https://khattamicah.xyz/tags/workshop-facilitation/">workshop-facilitation</category><category domain="https://khattamicah.xyz/tags/place-based-research/">place-based-research</category><category domain="https://khattamicah.xyz/tags/mapping/">mapping</category><description>The essence of our exploration lies beyond just human-centered design; it delves into the rich, often overlooked narratives of spaces where humans and non-humans converge.
These spaces, termed gathering-spaces, serve as focal points where diverse actors collaborate to shape the environment and its functions. Our aim is to uncover how humans interact within these spaces, how their gatherings are influenced by the space itself, and the collective forces at play.</description><content:encoded><![CDATA[<p>The essence of our exploration lies beyond just human-centered design; it delves into the rich, often overlooked narratives of spaces where humans and non-humans converge.</p>
<blockquote>
<p>These spaces, termed <em>gathering-spaces</em>, serve as focal points where diverse actors collaborate to shape the environment and its functions. Our aim is to uncover how humans interact within these spaces, how their gatherings are influenced by the space itself, and the collective forces at play.</p>
</blockquote>
<p>The goal was to explore the process of learning from, existing within, and crafting within gathering spaces. We used metaphors from these environments to shape a practice focused on Human-Centered Design (HCD). Students engaged in diverse activities such as site visits, mapping, reading, crafting, and collaborative work with peers.</p>
<h2 id="the-brief">The Brief</h2>
<p>Adopt a method of learning to <strong>be, see and make</strong> in the spaces of gathering. Aim to understand the dynamics of human positioning within these environments. By employing auto-ethnographic design, immerse ourselves in these spaces, documenting what we perceive and what remains unseen. Through this process, we&rsquo;ll unravel key questions:</p>
<p>Our focus will be on cultivating multiple practices of situated making, leveraging the inherent qualities of gathering-spaces to inform our creative endeavors.</p>
<p>By critically evaluating the metaphors extracted from these environments, we aim to enrich our design practice while contributing to a deeper understanding of our relationship with space and its constituents.</p>
<h3 id="process">Process</h3>
<ol>
<li><strong>Observation</strong>- What can we learn from what we observe versus what we overlook in these spaces?</li>
<li><strong>Introspection</strong>- How do we exist within these environments, both present and absent?</li>
<li><strong>Reflection</strong>- As we engage in creative making, what insights do these spaces offer about ourselves and our design aspirations?</li>
<li><strong>Application</strong>- What metaphors can we derive from these spaces, and how do we assess their relevance within the broader context of design practice?</li>
</ol>
<h2 id="vibes">Vibes</h2>






<figure class="video-embed">
  <div class="video-embed__frame">
    <iframe
      src="https://www.youtube-nocookie.com/embed/AZh9EwjlRl0"
      title="YouTube video"
      loading="lazy"
      allowfullscreen
      referrerpolicy="no-referrer"
    ></iframe>
  </div>
</figure>


<h2 id="student-projects">Student Projects</h2>
<div class="grid-container grid-container--fixed-cols grid-container--expand" style="--grid-cols: 2;">







<article class="grid-item" data-density="full"><a class="grid-link" href="https://thetipsyartist.in/work/gathring-spaces" aria-label="Gathering Spaces — thetipsyartist.in">
    <div class="grid-image-wrap">
      <div class="grid-image">
        
        
        
        
        
        
          <img src="https://framerusercontent.com/images/SPnhdHNn20JdLnJ9M783hb7lg.webp?scale-down-to=1024&amp;lossless=1" alt="Gathering Spaces — thetipsyartist.in" loading="lazy" decoding="async">
        
      </div>
    </div>

    <div class="grid-content">
      <h3 class="grid-title">Gathering Spaces — thetipsyartist.in</h3>
      <div class="grid-description">The formation of boundaries is an expression of the thought that lines do not affect the identity of the place as there are similar happenings across the lines. With the connection of boundaries with thread explains how they are connected, and yet not as the threads are coloured in different colours indicating the diversity, but by the end, it is white, explaining that every land is the same, and it depends on what colour one chooses to interact for a sense of the place.</div>
    </div></a>
</article>







<article class="grid-item" data-density="full"><a class="grid-link" href="https://bangaloreinternationalcentre.org/blore/patchwork-pete-b%e2%80%a2lore-by-bic" aria-label="Patchwork Pete — B•LORE by BIC (Atheeva)">
    <div class="grid-image-wrap">
      <div class="grid-image">
        
        
        
        
        
        
          <img src="https://img.youtube.com/vi/wlh-UQ33-HE/hqdefault.jpg" alt="Patchwork Pete — B•LORE by BIC (Atheeva)" loading="lazy" decoding="async">
        
      </div>
    </div>

    <div class="grid-content">
      <h3 class="grid-title">Patchwork Pete — B•LORE by BIC (Atheeva)</h3>
      <div class="grid-description">The city is a patchwork made up of diverse elements from varied origins, all sewn together to make a vibrant, messy and fascinating whole. This film explores the diversity of Chickpete, one of the city&rsquo;s oldest neighbourhoods&hellip; the idea of walking as a way to get to know the city&hellip; through the crowded streets and the narrow lanes of the market&hellip; Once immersed in its flow, we sway to its dance, enraptured by its movement.</div>
    </div></a>
</article>







<article class="grid-item" data-density="full"><a class="grid-link" href="https://soundcloud.com/brown-kid-646151136/sets/the-pete-project?si=4ccb602f84944d54a3434d7673804d77" aria-label="The Pete Project playlist — the brown kid">
    <div class="grid-image-wrap">
      <div class="grid-image">
        
        
        
        
        
        
          <img src="https://i1.sndcdn.com/artworks-E9hCSY7XQzHmpgJE-EJUamA-t500x500.jpg" alt="The Pete Project playlist — the brown kid" loading="lazy" decoding="async">
        
      </div>
    </div>

    <div class="grid-content">
      <h3 class="grid-title">The Pete Project playlist — the brown kid</h3>
      <div class="grid-description">A collection of sounds from unique places in Pete, a marketplace and community in Bangalore arranged to create an expressive EP.</div>
    </div></a>
</article>







<article class="grid-item" data-density="full"><a class="grid-link" href="https://www.behance.net/gallery/160708807/Gathering-Spaces-in-Chickpete" aria-label="Seeing, Doing, Being Design — Pallavi Kiragi">
    <div class="grid-image-wrap">
      <div class="grid-image">
        
        
        
        
        
        
          <img src="https://mir-s3-cdn-cf.behance.net/project_modules/max_3840/cebd0c160708807.63d21f59a6bed.jpg" alt="Seeing, Doing, Being Design — Pallavi Kiragi" loading="lazy" decoding="async">
        
      </div>
    </div>

    <div class="grid-content">
      <h3 class="grid-title">Seeing, Doing, Being Design — Pallavi Kiragi</h3>
      <div class="grid-description">It was exciting to venture into the known territory of a marketplace and discover a subject of interest that arose from chickepte, not from personal likes or dislikes. At the same time, it was frustrating to progress and collate insights and thoughts together because the visits would get redundant, and finding newer observations would be challenging. It was an eye opener to the central question of what kind of practitioner I see myself become in the future.</div>
    </div></a>
</article>







<article class="grid-item" data-density="full"><a class="grid-link" href="https://sakshijsh8.wixsite.com/sakshi-joshi/single-screen-theatres" aria-label="Single Screen Theatres — Sakshi Joshi">
    <div class="grid-image-wrap">
      <div class="grid-image">
        
        
        
        
        
        
          <img src="https://static.wixstatic.com/media/41b6c6_c742dec2c0b642d2ba0ab74c7984ba01~mv2.jpg/v1/crop/x_0,y_120,w_485,h_981/fill/w_280,h_566,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/WhatsApp%20Image%202022-12-02%20at%2011_40_23.jpg" alt="Single Screen Theatres — Sakshi Joshi" loading="lazy" decoding="async">
        
      </div>
    </div>

    <div class="grid-content">
      <h3 class="grid-title">Single Screen Theatres — Sakshi Joshi</h3>
      <div class="grid-description">The projector acts as a tool to trigger memories of the single screen theatres among the people who have been visiting them. It helps in recalling the stories and experiences one might have and in turn it aids the documentation of a dying space. This artefact attempts to provides an entire experience of the theaters (in Chikpete). The panels have motifs&hellip; resembling the art deco style. The projector is manual which represents the bygone age of the old projectors. The reel has illustrations of the places I went to and the people I interacted with.</div>
    </div></a>
</article>







<article class="grid-item" data-density="full"><a class="grid-link" href="https://medium.com/@pronamikagoswami/inward-and-onward-making-the-most-of-field-research-as-an-introvert-91babdf496cd" aria-label="Field Research as an Introvert — Pronomika">
    <div class="grid-image-wrap">
      <div class="grid-image">
        
        
        
        
        
        
          <img src="/assets/img/projects/teaching.jpg" alt="Field Research as an Introvert — Pronomika" loading="lazy" decoding="async">
        
      </div>
    </div>

    <div class="grid-content">
      <h3 class="grid-title">Field Research as an Introvert — Pronomika</h3>
      <div class="grid-description">In the world of UX design, primary research is a crucial step in creating user-centric experiences. As introverts, we may approach this task differently, but that doesn&rsquo;t make our insights any less valuable. Embrace your introverted nature, play to your strengths, and remember that there&rsquo;s more than one way to gather the user data you need.</div>
    </div></a>
</article>







<article class="grid-item" data-density="full"><a class="grid-link" href="https://prethesis-a3.vercel.app/" aria-label="The monkey that did everything on his own — Malay Vasa">
    <div class="grid-image-wrap">
      <div class="grid-image">
        
        
        
        
        
        
          <img src="https://prethesis-a3.vercel.app/images/cold-2.png" alt="The monkey that did everything on his own — Malay Vasa" loading="lazy" decoding="async">
        
      </div>
    </div>

    <div class="grid-content">
      <h3 class="grid-title">The monkey that did everything on his own — Malay Vasa</h3>
      <div class="grid-description">The first step in working with others is trust. Doing everything on your own can be overwhelming, getting help makes it much easier.</div>
    </div></a>
</article>



</div>

<p><strong>Designing for Gathering Spaces</strong> is a course that moves beyond the confines of conventional Human-Centered Design (HCD) to consider the wider environment in which humans and non-human elements interact. It emphasizes on situated making and is taught in an interactive format involving active student engagement with diverse gathering spaces. The course takes a broad view of gathering spaces, incorporating both physical locations such as parks, urban environments, and workplaces, as well as digital spaces and ecosystems. Its approach acknowledges the co-presence of human and non-human actors, encompassing technology, animals, and natural features, among others.</p>
<h2 id="modes-of-engagement">Modes of Engagement</h2>
<ul>
<li><strong>Reading and Annotating</strong>: Students gain understanding of various histories, current scenarios, and narratives.</li>
<li><strong>Mapping and Seeing</strong>: This mode involves discovering and mapping distinct perspectives across various dimensions.</li>
<li><strong>Participating and Being</strong>: Encourages students to understand and experience various roles within a space.</li>
<li><strong>Making and Bridging</strong>: Focuses on the creation of artifacts as a means of communication and collective thinking.</li>
<li><strong>Archiving and Exhibiting</strong>: Students create archival artifacts that capture their engagements.</li>
<li><strong>Participatory and Collaborative</strong>: Students participate in shared decision-making and actions.</li>
<li><strong>Co-creating and Co-learning</strong>: This mode involves collaborative creation of artifacts or knowledge.</li>
</ul>
<h2 id="capabilities">Capabilities</h2>
<ul>
<li><strong>Speculate</strong>: Constructing from concepts in the face of complexity, risk and limited information.</li>
<li><strong>See &amp; Connect</strong>: Uncovering and synthesizing diverse experiences and forms of knowledge.</li>
<li><strong>Be Honest</strong>: Being self-aware and transparent in expressing one&rsquo;s position.</li>
<li><strong>Make</strong>: Creating new artifacts, things, and relationships as tools of critical inquiry.</li>
</ul>
]]></content:encoded></item><item><title>Speculative Storytelling in Wayanad</title><link>https://khattamicah.xyz/speculative-storytelling-in-wayanad/</link><pubDate>Sat, 01 Jan 2022 00:00:00 +0000</pubDate><author>micah.dvpp7@aleeas.com (Micah Alex)</author><guid>https://khattamicah.xyz/speculative-storytelling-in-wayanad/</guid><category domain="https://khattamicah.xyz/tags/design-research/">design-research</category><category domain="https://khattamicah.xyz/tags/speculative-design/">speculative-design</category><category domain="https://khattamicah.xyz/tags/media-making/">media-making</category><category domain="https://khattamicah.xyz/tags/social-justice/">social-justice</category><description>While studying the Paniya community in Kerala, I was first introduced to the severity of caste issues in India. I have covered all my research about the tribe here The Disenfranchisement of Adivasis in Kerala trying to find ties between their past oppressive histories and their current conditions.
We wanted to let the children create their own stories using our tapestry tool. However, we also decided to make a sample tapestry just as a test prototype.</description><content:encoded><![CDATA[<p>While studying the Paniya community in Kerala, I was first introduced to the severity of caste issues in India. I have covered all my research about the tribe here <a href="https://khattamicah.xyz/the-disenfranchisement-of-adivasis-in-kerala/">The Disenfranchisement of Adivasis in Kerala</a> trying to find ties between their past oppressive histories and their current conditions.</p>
<p>We wanted to let the children create their own stories using our tapestry tool. However, we also decided to make a sample tapestry just as a test prototype. Gopika and Veda used a simple stitching method with any waste cloth to help the kids create these stories.</p>
<p>We needed cultural context to make the stories relevant and reachable to the kids. We needed to use metaphors that came from within the community and not entirely from our heads. For this reason, we organised and analysed whatever we knew about the community under the Causal Layered Analysis. The CLA helps us identify the invisible threads that run under societies and services. This was where we derived the metaphors that we used in the story.</p>
<p>Their traditional dance, &lsquo;Vattakalli&rsquo; is inspired from the movement of elephants, so we wanted to keep the elephants central to the story. The elephants represent their belief in themselves. The rain and the floods were an obvious reference to the 2018 floods.</p>
<p>People Involved: @GopikaVerma, @JahnviVegad, @VedaSeshan, @MicahAlex</p>
<p>My contribution: Literature Review, story writing, story boarding, activity guide, Participatory Design, <a href="https://khattamicah.xyz/how-i-use-speculative-design-in-my-practice/">Speculative Design</a></p>
]]></content:encoded></item><item><title>Teaching &amp; Making Together</title><link>https://khattamicah.xyz/threads/teaching-and-learning/</link><pubDate>Sat, 01 Jan 2022 00:00:00 +0000</pubDate><author>micah.dvpp7@aleeas.com (Micah Alex)</author><guid>https://khattamicah.xyz/threads/teaching-and-learning/</guid><description>The questions that show up in the research, about power, about whose knowledge counts, about what tools do to the people who use them, show up in teaching too.
At Srishti Manipal I co-taught a semester studio on gathering spaces, asking students to learn from markets, parks, and street corners before reaching for design methods. Designers ACE is a deck of 101 prompt cards that group the traits a designer builds, observation, listening, critical thinking, storytelling, into exercises anyone can pick up without art-school training.</description><content:encoded><![CDATA[<p>The questions that show up in the research, about power, about whose knowledge counts, about what tools do to the people who use them, show up in teaching too.</p>
<p>At Srishti Manipal I co-taught a semester studio on gathering spaces, asking students to learn from markets, parks, and street corners before reaching for design methods. Designers ACE is a deck of 101 prompt cards that group the traits a designer builds, observation, listening, critical thinking, storytelling, into exercises anyone can pick up without art-school training.</p>
<p>Most of the teaching happened outside institutions, though. In Mirzapur, working with young women from rural Uttar Pradesh, the problem was access, not curriculum: how to make tools usable for people whose modes are oral and visual, and whose relationship to technology is shaped by language, literacy, and connectivity. The Kishori Film Festival gave 11th-grade participants the means to make and screen their own films on reconfigured devices. Jingle Tales let them claim a Raspberry Pi by customising its boot-up sound, a small bit of technical agency that opened onto who technology belongs to.</p>
<p>The Imposter Among Us is a reading list and panel on how platforms manufacture &ldquo;truth&rdquo; and &ldquo;ignorance,&rdquo; and what media literacy means when the platform itself is built to erode it.</p>
]]></content:encoded></item><item><title>The Lived Experience Project</title><link>https://khattamicah.xyz/enableindia-le/</link><pubDate>Sat, 01 Jan 2022 00:00:00 +0000</pubDate><author>micah.dvpp7@aleeas.com (Micah Alex)</author><guid>https://khattamicah.xyz/enableindia-le/</guid><category domain="https://khattamicah.xyz/tags/workshop-facilitation/">workshop-facilitation</category><category domain="https://khattamicah.xyz/tags/organizational-research/">organizational-research</category><category domain="https://khattamicah.xyz/tags/media-making/">media-making</category><category domain="https://khattamicah.xyz/tags/social-justice/">social-justice</category><category domain="https://khattamicah.xyz/tags/archives/">archives</category><category domain="https://khattamicah.xyz/tags/annotation/">annotation</category><description>Enable India approached Design Beku to help them design a co-created archive of the organisational and lived knowledge of the Officers who provided employment opportunities for people with disabilities in various districts of Karnataka.
This archive was made available as a knowledge management solution for for further annotation and curation to aid the workers that enabled livelihood training services for different communities of PwDs.
As part of this Pilot, my role was to create participatory ways of recognizing, experimenting and encouraging the use of the archive</description><content:encoded><![CDATA[<p>Enable India approached Design Beku to help them design a co-created archive of the organisational and lived knowledge of the Officers who provided employment opportunities for people with disabilities in various districts of Karnataka.</p>
<p>This archive was made available as a knowledge management solution for for further annotation and curation to aid the workers that enabled livelihood training services for different communities of PwDs.</p>
<p>As part of this Pilot, my role was to create participatory ways of recognizing, experimenting and encouraging the use of the archive</p>















    
    
    
    
  

<figure>
  <a class="spotlight" href="/enableindia-le/index-1777681841377.webp">
    <img src="/enableindia-le/index-1777681841377.webp" alt="Process Flow" width="6496" height="2240"
      loading="lazy" decoding="async">
  </a>
  <figcaption>The entire process</figcaption>
</figure>

<h2 id="knowledge-assets">Knowledge Assets</h2>
<p>A Lived Experience Database that surfaces the knowledge Officers build while setting up jobs for people with disabilities in India</p>
<p>We started off with a few initial insights</p>
<ul>
<li>Creating a co-archival space for Lived Experiences meant that archiving has to become a native process to the Officer’s existing workflows</li>
<li>Understanding the nature and structure of the GarvSe Center Infrastructure to imagine the contents of the archive meant that we had to learn what a good knowledge asset is in an emergent context. How would you discover and re-contextualise it?</li>
<li>This Lived Experience Archive would contain units of tacit and organisational knowledge that we called “assets”.</li>
</ul>
<p>As we read through their existing documentation, we prototyped what 1 singular asset in this archive would be structured like.</p>
<p>Additionally, we prototyped an organisational process for the officers to contribute to and benefit from the archive. We used a google sheet, a google form and a Notion Database to demonstrate what the process below could look like</p>
<p>However, we would need to test and iterate to make this archive useful for the Officers that worked with People with Disabilities. We intended to validate and demonstrate how contributing to the archive and using it would directly benefit their work.</p>
<p>This work was done in 3 Phases















    
    
    
    
  

<figure>
  <a class="spotlight" href="/enableindia-le/matrix.png">
    <img src="/enableindia-le/matrix.png" alt="Thinking through the project" width="2656" height="1696"
      loading="lazy" decoding="async">
  </a>
</figure>
















    
    
    
    
  

<figure>
  <a class="spotlight" href="/enableindia-le/flow.png">
    <img src="/enableindia-le/flow.png" alt="The spiral of outputs" width="6368" height="5328"
      loading="lazy" decoding="async">
  </a>
</figure>
</p>
<h3 id="phase-1-understand-and-prototype-the-archive">Phase 1: Understand and Prototype the Archive</h3>
<p>To create this archive as well as make it useful we needed to understand the most interoperable way to set up collecting, curating and archiving workflows.
To understand what kind of organisational knowledge is directly applicable to their day to day work</p>
<p>We started with unstructured discussions with the core team (RLM team and founder of Enable India) to familiarise ourselves with the current stores of knowledge.</p>
<p>Reading organisational documentation, reports, circulars and databases to acquire an in-depth understanding of the organisational structure, work practices and case studies of PwDs and enablers.</p>















    
    
    
    
  

<figure>
  <a class="spotlight" href="/enableindia-le/flow1.png">
    <img src="/enableindia-le/flow1.png" alt="Phase 1 process diagram in three columns, Understand, Inquire and Prototype, mapping qualitative research and knowledge-management infrastructure design through process steps toward establishing a first version of the asset library" width="2880" height="2208"
      loading="lazy" decoding="async">
  </a>
</figure>

<h3 id="phase-2-workshopping-the-archive">Phase 2: Workshopping the Archive</h3>
<p>After the initial prototype, we decided to facilitate a workshop with the GSCOs for them for a few reasons.</p>
<ul>
<li>To test the assetizing workflow to see if it could be valuable enough for them in their daily work.</li>
<li>To make some assets with their experiences and create some metadata that would be more intuitive for them to use later.</li>
<li>To annotate and use each others’ assets to see if there was a possibility of the archive could be a co-learning space</li>
</ul>
<p>The workshop gave us a few outputs and insights that led us to Phase 3. We received validated examples of lived experience-based knowledge assets and examples of a metadata schema that we could use for future assets. It also helped us set up future sessions with a few GSCOs to build more assets.</p>















    
    
    
    
  

<figure>
  <a class="spotlight" href="/enableindia-le/metadata.png">
    <img src="/enableindia-le/metadata.png" alt="A handwritten workshop card titled Envelope metadata 1, with callout labels mapping each line to a metadata field: date of documentation, name, organisation, place, language, topics, sector and potential user" width="2112" height="1592"
      loading="lazy" decoding="async">
  </a>
</figure>

<h3 id="phase-3-populating-the-archive">Phase 3: Populating the Archive</h3>
<p>This phase was about us getting to know the journeys of GSCOs better and to record their experiences in various forms. We conducted oral history interviews, created journey maps, annotation exercises to form multiple types of knowledge assets.</p>
<p>Alongside this work, we also processed the journey maps and interviews we conducted. Slicing up audio fragments and populating the Notion Archive. The booklet was designed to be used in tandem with the archive. So we linked single assets with the single record in Notion through a QR code.</p>















    
    
    
    
  

<figure>
  <a class="spotlight" href="/enableindia-le/Booklet.png">
    <img src="/enableindia-le/Booklet.png" alt="A two-page spread of the printed booklet with coloured text blocks and QR codes linking each section to its record in the Notion archive, showing a RUDSETI/RSETI collaboration note and the Muniraj versus Gangamma case study" width="1389" height="957"
      loading="lazy" decoding="async">
  </a>
</figure>

<p>These typologies became more useful as we started thinking about publication and dissemination. We created the content for a series of booklets based on our prior qualitative research. During this time, we established a partnership with LadyFinger, a design firm to illustrate these booklets















    
    
    
    
  

<figure>
  <a class="spotlight" href="/enableindia-le/booklets.png">
    <img src="/enableindia-le/booklets.png" alt="A hand holding the finished series of illustrated booklets fanned out and tied with a ribbon, titles including Rural Livelihood Mission and Case Study, with award trophies on the table behind" width="3318" height="2630"
      loading="lazy" decoding="async">
  </a>
</figure>
</p>
]]></content:encoded></item><item><title>Journeys, Dreams, and Everything In Between</title><link>https://khattamicah.xyz/journeys-dreams-and-everything-in-between/</link><pubDate>Wed, 01 Dec 2021 00:00:00 +0000</pubDate><author>micah.dvpp7@aleeas.com (Micah Alex)</author><guid>https://khattamicah.xyz/journeys-dreams-and-everything-in-between/</guid><category domain="https://khattamicah.xyz/tags/media-making/">media-making</category><category domain="https://khattamicah.xyz/tags/social-justice/">social-justice</category><description>This piece, published on the Janastu Blog, is about a project in Mirzapur, Uttar Pradesh, working with young women to reorient everyday smart devices toward their own storytelling and making.
The article grapples with a persistent tension: while smart devices are increasingly common, the effort required to access, learn, and reconfigure digital tools often outweighs their versatility for communities whose primary modes are oral and visual. Content-making and consumption are constrained not just by physical access but by language, literacy levels, expertise, context, and culture.</description><content:encoded><![CDATA[<p>This piece, published on the Janastu Blog, is about a project in Mirzapur, Uttar Pradesh, working with young women to reorient everyday smart devices toward their own storytelling and making.</p>
<p>The article grapples with a persistent tension: while smart devices are increasingly common, the effort required to access, learn, and reconfigure digital tools often outweighs their versatility for communities whose primary modes are oral and visual. Content-making and consumption are constrained not just by physical access but by language, literacy levels, expertise, context, and culture. The piece reflects on how we tried to navigate these constraints.</p>
<p><a href="https://blog.janastu.org/journeys-dreams-and-everything-in-between/">Read the full piece on Janastu Blog</a></p>
]]></content:encoded></item><item><title>Jingle Tales</title><link>https://khattamicah.xyz/jingle-tales/</link><pubDate>Sun, 01 Aug 2021 00:00:00 +0000</pubDate><author>micah.dvpp7@aleeas.com (Micah Alex)</author><guid>https://khattamicah.xyz/jingle-tales/</guid><category domain="https://khattamicah.xyz/tags/community-networks/">community-networks</category><category domain="https://khattamicah.xyz/tags/education/">education</category><category domain="https://khattamicah.xyz/tags/tooling/">tooling</category><description>Published as a &amp;ldquo;recipe&amp;rdquo; in the Critical Code Recipes collection, this piece documents a project in Mirzapur, India, where we sent laptops made of Raspberry Pis to young women- devices they could play with, reconfigure, and use to explore their interests.
The central challenge was demonstrating the tactility and adaptability of these open devices while competing with the familiarity of phones and laptops. The recipe focuses on one specific idea: letting the young women customise their device&amp;rsquo;s boot-up sound as a way to claim ownership over the technology.</description><content:encoded><![CDATA[<p>Published as a &ldquo;recipe&rdquo; in the Critical Code Recipes collection, this piece documents a project in Mirzapur, India, where we sent laptops made of Raspberry Pis to young women- devices they could play with, reconfigure, and use to explore their interests.</p>
<p>The central challenge was demonstrating the tactility and adaptability of these open devices while competing with the familiarity of phones and laptops. The recipe focuses on one specific idea: letting the young women customise their device&rsquo;s boot-up sound as a way to claim ownership over the technology. The process involves learning the device, basic sound editing with Audacity, and adapting Python scripts- a gateway into technical literacy that starts from personal expression.</p>
<p><a href="https://criticalcode.recipes/contributions/jingle-tales">Read the recipe on Critical Code Recipes</a></p>
]]></content:encoded></item><item><title>Milli Platform at International Archives Week</title><link>https://khattamicah.xyz/milli-platform-international-archives-week/</link><pubDate>Tue, 01 Jun 2021 00:00:00 +0000</pubDate><author>micah.dvpp7@aleeas.com (Micah Alex)</author><guid>https://khattamicah.xyz/milli-platform-international-archives-week/</guid><category domain="https://khattamicah.xyz/tags/archives/">archives</category><category domain="https://khattamicah.xyz/tags/annotation/">annotation</category><description>At International Archives Week 2021, I presented the designs for the Milli platform- showing how W3C Web Annotation could layer community discovery, annotation, and re-narration onto archives, to 25-plus organisations across India.
The presentation was part of a workshop titled &amp;ldquo;Ways of Seeing: Archives and Annotations&amp;rdquo;, where we showed how the W3C Web Annotation standard could be used to layer community interpretations onto institutional archival records, enabling multiple narratives to coexist around the same materials.</description><content:encoded><![CDATA[<p>At International Archives Week 2021, I presented the designs for the <a href="https://khattamicah.xyz/milli/">Milli platform</a>- showing how W3C Web Annotation could layer community discovery, annotation, and re-narration onto archives, to 25-plus organisations across India.</p>
<p>The presentation was part of a workshop titled &ldquo;Ways of Seeing: Archives and Annotations&rdquo;, where we showed how the W3C Web Annotation standard could be used to layer community interpretations onto institutional archival records, enabling multiple narratives to coexist around the same materials.</p>
<p><a href="https://www.milli.link/iaw2021/#ways-of-seeing--an-archive-annotation-workshop">View the workshop page</a></p>
]]></content:encoded></item><item><title>Mapping Migratory Routes of Pastoralists across India</title><link>https://khattamicah.xyz/mapping-migratory-routes-of-pastoralists/</link><pubDate>Sat, 01 May 2021 00:00:00 +0000</pubDate><author>micah.dvpp7@aleeas.com (Micah Alex)</author><guid>https://khattamicah.xyz/mapping-migratory-routes-of-pastoralists/</guid><category domain="https://khattamicah.xyz/tags/mapping/">mapping</category><category domain="https://khattamicah.xyz/tags/participatory-research/">participatory-research</category><description>This project, documented on the Janastu Blog, set out to collect, visualise, and integrate data about the seasonal migratory routes of pastoralist communities across India. Pastoralism is a land-use practice that predates most administrative boundaries, yet pastoralists&amp;rsquo; routes are increasingly disrupted by urbanisation, infrastructure projects, and policy changes.
The mapping work combined GIS tools with participatory research methods, drawing on the knowledge of pastoralist communities themselves. The aim was not just to produce maps but to make visible a pattern of land use that is often invisible to planners- and to do so in a way that centres indigenous knowledge.</description><content:encoded><![CDATA[<p>This project, documented on the Janastu Blog, set out to collect, visualise, and integrate data about the seasonal migratory routes of pastoralist communities across India. Pastoralism is a land-use practice that predates most administrative boundaries, yet pastoralists&rsquo; routes are increasingly disrupted by urbanisation, infrastructure projects, and policy changes.</p>
<p>The mapping work combined GIS tools with participatory research methods, drawing on the knowledge of pastoralist communities themselves. The aim was not just to produce maps but to make visible a pattern of land use that is often invisible to planners- and to do so in a way that centres indigenous knowledge.</p>
<p><a href="https://blog.janastu.org/mapping-migratory-routes-of-pastoralists/">Read the project documentation on Janastu Blog</a></p>
]]></content:encoded></item><item><title>Alternatives and Demands in Network Ruins</title><link>https://khattamicah.xyz/alternatives-and-demands-in-network-ruins/</link><pubDate>Thu, 01 Apr 2021 00:00:00 +0000</pubDate><author>micah.dvpp7@aleeas.com (Micah Alex)</author><guid>https://khattamicah.xyz/alternatives-and-demands-in-network-ruins/</guid><category domain="https://khattamicah.xyz/tags/community-networks/">community-networks</category><category domain="https://khattamicah.xyz/tags/collectives/">collectives</category><description>The conversation centred on what happens when dominant network infrastructures fail or exclude communities, and what kinds of demands and alternatives arise from those ruins. Drawing on our work in Karnataka, I shared how mesh networks and local intranets become not just technical solutions but sites for reimagining who gets to build, maintain, and benefit from digital infrastructure.</description><content:encoded>&lt;p>The conversation centred on what happens when dominant network infrastructures fail or exclude communities, and what kinds of demands and alternatives arise from those ruins. Drawing on our work in Karnataka, I shared how mesh networks and local intranets become not just technical solutions but sites for reimagining who gets to build, maintain, and benefit from digital infrastructure.&lt;/p>
</content:encoded></item><item><title>Pune Covid Relief</title><link>https://khattamicah.xyz/pune-covid-relief/</link><pubDate>Thu, 01 Apr 2021 00:00:00 +0000</pubDate><author>micah.dvpp7@aleeas.com (Micah Alex)</author><guid>https://khattamicah.xyz/pune-covid-relief/</guid><category domain="https://khattamicah.xyz/tags/collectives/">collectives</category><category domain="https://khattamicah.xyz/tags/tooling/">tooling</category><category domain="https://khattamicah.xyz/tags/social-justice/">social-justice</category><description>Home Page of the App Duration: 2 months
Project Information: Link to the App Website in Excel form
This rapid-response project was an exercise in collective care during crisis. Every tool choice, from the spreadsheet backend to the Glide app frontend, was guided by the constraints we developed for selecting tools in Indian collectives.
List of other cities where other such resource websites were available List of First Responder Hospitals List of open pharmacies, first responder delivery people, volunteers etc.</description><content:encoded><![CDATA[














    
    
    
    
  

<figure>
  <a class="spotlight" href="/pune-covid-relief/59dfbdc12cb614cedb0f87191f7263e9_MD5.jpg">
    <img src="/pune-covid-relief/59dfbdc12cb614cedb0f87191f7263e9_MD5.jpg" alt="Home Page of the App" width="436" height="725"
      loading="lazy" decoding="async">
  </a>
  <figcaption>Home Page of the App</figcaption>
</figure>

<blockquote>
<p>Duration: 2 months</p>
<p>Project Information:
<a href="https://punecovid.glideapp.io/dl/245b4e">Link to the App</a>
<a href="https://docs.google.com/spreadsheets/d/1i3PAHvtSLq-6IX_dA9d74O23eofBgX6vnN8rBGOmY8A/edit?pli=1#gid=2062682442">Website in Excel form</a></p>
</blockquote>
<p>This rapid-response project was an exercise in collective care during crisis. Every tool choice, from the spreadsheet backend to the Glide app frontend, was guided by the <a href="https://khattamicah.xyz/checklist-for-selecting-tools-for-indian/">constraints we developed for selecting tools in Indian collectives</a>.</p>















    
    
    
    
  

<figure>
  <a class="spotlight" href="/pune-covid-relief/2a79011cbc52226ada6b3d0f6be7b1f4_MD5.jpg">
    <img src="/pune-covid-relief/2a79011cbc52226ada6b3d0f6be7b1f4_MD5.jpg" alt="List of other cities" width="450" height="725"
      loading="lazy" decoding="async">
  </a>
  <figcaption>List of other cities where other such resource websites were available</figcaption>
</figure>
















    
    
    
    
  

<figure>
  <a class="spotlight" href="/pune-covid-relief/e66bf7669ce3f1909eb5d34d4ff40fa8_MD5.jpg">
    <img src="/pune-covid-relief/e66bf7669ce3f1909eb5d34d4ff40fa8_MD5.jpg" alt="List of First Responder Hospitals" width="435" height="629"
      loading="lazy" decoding="async">
  </a>
  <figcaption>List of First Responder Hospitals</figcaption>
</figure>
















    
    
    
    
  

<figure>
  <a class="spotlight" href="/pune-covid-relief/83c0cdf2597b58c93227a053ac9a02db_MD5.jpg">
    <img src="/pune-covid-relief/83c0cdf2597b58c93227a053ac9a02db_MD5.jpg" alt="List of open pharmacies and volunteers" width="436" height="724"
      loading="lazy" decoding="async">
  </a>
  <figcaption>List of open pharmacies, first responder delivery people, volunteers etc.</figcaption>
</figure>
















    
    
    
    
  

<figure>
  <a class="spotlight" href="/pune-covid-relief/479a68aa15f636e3ed89af42246c14a2_MD5.jpg">
    <img src="/pune-covid-relief/479a68aa15f636e3ed89af42246c14a2_MD5.jpg" alt="Social media Infographics" width="449" height="727"
      loading="lazy" decoding="async">
  </a>
  <figcaption>Social media Infographics</figcaption>
</figure>

]]></content:encoded></item><item><title>Kishori Film Festival</title><link>https://khattamicah.xyz/kishori-film-festival/</link><pubDate>Mon, 01 Feb 2021 00:00:00 +0000</pubDate><author>micah.dvpp7@aleeas.com (Micah Alex)</author><guid>https://khattamicah.xyz/kishori-film-festival/</guid><category domain="https://khattamicah.xyz/tags/media-making/">media-making</category><category domain="https://khattamicah.xyz/tags/workshop-facilitation/">workshop-facilitation</category><description>Kishori Film Festival (KiFi) was an 8-week media literacy programme designed for 11th-grade young women from rural Uttar Pradesh. Working with Janastu, I designed and facilitated classes that used reconfigured tools and devices- including Inshot for video-making and the Aamne Samne Pi, a modular open-source device- to support digital storytelling.
The programme aimed to go beyond teaching technical skills. It was about creating space for the participants to tell their own stories using tools they could take apart, understand, and reshape.</description><content:encoded><![CDATA[<p>Kishori Film Festival (KiFi) was an 8-week media literacy programme designed for 11th-grade young women from rural Uttar Pradesh. Working with Janastu, I designed and facilitated classes that used reconfigured tools and devices- including Inshot for video-making and the <a href="https://open.janastu.org/projects/webinar-pi">Aamne Samne Pi</a>, a modular open-source device- to support digital storytelling.</p>
<p>The programme aimed to go beyond teaching technical skills. It was about creating space for the participants to tell their own stories using tools they could take apart, understand, and reshape. The films produced were screened at a festival organised by and for the participants.</p>
<p>





<figure class="video-embed">
  <div class="video-embed__frame">
    <iframe
      src="https://www.youtube-nocookie.com/embed/pRwE-PgPfaY"
      title="YouTube video"
      loading="lazy"
      allowfullscreen
      referrerpolicy="no-referrer"
    ></iframe>
  </div>
</figure>








<figure class="video-embed">
  <div class="video-embed__frame">
    <iframe
      src="https://www.youtube-nocookie.com/embed/SDgaEe8me0c"
      title="YouTube video"
      loading="lazy"
      allowfullscreen
      referrerpolicy="no-referrer"
    ></iframe>
  </div>
</figure>

</p>
]]></content:encoded></item><item><title>Wikipedia Editathon - Dalit History Month</title><link>https://khattamicah.xyz/wikipedia-editathon-dalit-history-month/</link><pubDate>Mon, 01 Feb 2021 00:00:00 +0000</pubDate><author>micah.dvpp7@aleeas.com (Micah Alex)</author><guid>https://khattamicah.xyz/wikipedia-editathon-dalit-history-month/</guid><category domain="https://khattamicah.xyz/tags/digital-humanities/">digital-humanities</category><category domain="https://khattamicah.xyz/tags/social-justice/">social-justice</category><description>For Dalit History Month, I participated in a Wikipedia editathon focused on improving the representation of Dalit literature and history on the platform. The effort resulted in 24.5K words contributed across 27 edited articles, including the creation of 2 new articles, 167 references added, 2 Commons uploads, and approximately 105K article views.
Wikipedia&amp;rsquo;s knowledge gaps are not accidental- they reflect whose histories are considered encyclopaedic. Editathons like this are a form of knowledge activism: making visible what dominant editorial cultures have overlooked, and doing so within the infrastructure that shapes how millions encounter history.</description><content:encoded><![CDATA[<p>For Dalit History Month, I participated in a Wikipedia editathon focused on improving the representation of Dalit literature and history on the platform. The effort resulted in 24.5K words contributed across 27 edited articles, including the creation of 2 new articles, 167 references added, 2 Commons uploads, and approximately 105K article views.</p>
<p>Wikipedia&rsquo;s knowledge gaps are not accidental- they reflect whose histories are considered encyclopaedic. Editathons like this are a form of knowledge activism: making visible what dominant editorial cultures have overlooked, and doing so within the infrastructure that shapes how millions encounter history.</p>
<p><a href="https://xtools.wmcloud.org/topedits/en.wikipedia.org/Miximon/0/Dalit_literature">View edit statistics</a></p>
]]></content:encoded></item><item><title>Climate Resource Center</title><link>https://khattamicah.xyz/climate-resource-center/</link><pubDate>Fri, 01 Jan 2021 00:00:00 +0000</pubDate><author>micah.dvpp7@aleeas.com (Micah Alex)</author><guid>https://khattamicah.xyz/climate-resource-center/</guid><category domain="https://khattamicah.xyz/tags/design-research/">design-research</category><category domain="https://khattamicah.xyz/tags/place-based-research/">place-based-research</category><description>We conceptualised the &amp;ldquo;Climate Resource Center&amp;rdquo; as borne from a design research project to document and share local agrarian knowledge. As part of a team, I interviewed farmers, seed distributors, and agrarian scientists talking about
knowledge-encoded mythic narratives, seasonal heuristics, and care practices that farming communities use to relate to their environments- knowledge systems that often go unrecorded by formal climate research. The project sits at the intersection of place-based research and climate practice, asking how communities already know and respond to ecological change as well as set up observatories and political actions for agrarian-centred ecological knowledge.</description><content:encoded><![CDATA[<p>We conceptualised the &ldquo;Climate Resource Center&rdquo; as borne from a design research project to document and share local agrarian knowledge. As part of a team, I interviewed farmers, seed distributors, and agrarian scientists talking about</p>
<ol>
<li>knowledge-encoded mythic narratives,</li>
<li>seasonal heuristics, and</li>
<li>care practices that farming communities
use to relate to their environments- knowledge systems that often go unrecorded by formal climate research.</li>
</ol>
<p>The project sits at the intersection of place-based research and climate practice, asking how communities already know and respond to ecological change as well as set up observatories and political actions for agrarian-centred ecological knowledge.
Key Project Actions</p>
<ol>
<li>Observatory: Mapping seasonal water availability, water levels, and monitoring</li>
<li>Community led maintenance: Organizing collective maintenance activities</li>
<li>Restoration: Reviving and mentioning all the techniques</li>
<li>Advocacy: Water conservation and its linkage with health, migration, changing crops, etc.</li>
</ol>
]]></content:encoded></item><item><title>Feeling through the Cities - Koramangala</title><link>https://khattamicah.xyz/koramangala/</link><pubDate>Fri, 01 Jan 2021 00:00:00 +0000</pubDate><author>micah.dvpp7@aleeas.com (Micah Alex)</author><guid>https://khattamicah.xyz/koramangala/</guid><category domain="https://khattamicah.xyz/tags/writing/">writing</category><description>My house is in a silent place in koramangala There is no cars rushing to get to the other side of my cul-de-sac like area A few dogs bark hesitantly at night Quasi-police employed by a corporation frequently whiz around on silent electric bikes People walk on the streets sometimes talking between themselves or on headphones
In the morning, there&amp;rsquo;s the sound of water rushing through pipes to meet beautiful small gardens A little before that there&amp;rsquo;s a herd of buffaloes that passes through my area to go to graze They go back before anyone wakes up too The only sign that they did are long lines of moist dung that dries during the day Or gets spread around by tires Only to be topped up in the morning</description><content:encoded><![CDATA[<p>My house is in a silent place in koramangala
There is no cars rushing to get to the other side of my cul-de-sac like area
A few dogs bark hesitantly at night
Quasi-police employed by a corporation frequently whiz around on silent electric bikes
People walk on the streets sometimes talking between themselves or on headphones</p>
<p>In the morning, there&rsquo;s the sound of water rushing through pipes to meet beautiful small gardens
A little before that there&rsquo;s a herd of buffaloes that passes through my area to go to graze
They go back before anyone wakes up too
The only sign that they did are long lines of moist dung that
dries during the day
Or gets spread around by tires
Only to be topped up in the morning</p>
<hr>
<p>On the other side of the park is a playground where boys play in the evening
Sometimes the pourakarmikas come for meetings
I see them in the morning too, shuffling about cleaning up leaves and flowers
The garbage truck comes and goes while I&rsquo;m asleep</p>
<blockquote>
<p>Chalapathi, I know his name, because I pay him every two months on Google Pay
I can&rsquo;t seem to remember the names of anyone else because I pay them cash</p>
</blockquote>
]]></content:encoded></item><item><title>Milli - Connect and Annotate your Archives</title><link>https://khattamicah.xyz/milli/</link><pubDate>Fri, 01 Jan 2021 00:00:00 +0000</pubDate><author>micah.dvpp7@aleeas.com (Micah Alex)</author><guid>https://khattamicah.xyz/milli/</guid><category domain="https://khattamicah.xyz/tags/archives/">archives</category><category domain="https://khattamicah.xyz/tags/annotation/">annotation</category><category domain="https://khattamicah.xyz/tags/design-research/">design-research</category><description>In the video, the team demos the tool, and I discuss the platform design with the participants. (2:03:00 - 2:12:00) The Process Milli started as a platform to connect different archives to each other and open them up to annotation. We were piloting the platform with metadata from the NCBS Archives. Our overarching goal was to create interconnections among diverse archives, be it private, institutional, governmental, or personal. We wanted a community of users who annotate, discover, and narrate stories across collections of annotations.</description><content:encoded><![CDATA[<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/rNUbcno_fzQ?si=Rzy_06WvEsiH1g9n&amp;start=7416" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
In the video, the team demos the tool, and I discuss the platform design with the participants. (2:03:00 - 2:12:00)
<h2 id="the-process">The Process</h2>
<p>Milli started as a platform to connect different archives to each other and open them up to annotation. We were piloting the platform with metadata from the <a href="https://archives.ncbs.res.in/collections">NCBS Archives</a>. Our overarching goal was to create interconnections among diverse archives, be it private, institutional, governmental, or personal. We wanted a community of users who annotate, discover, and narrate stories across collections of annotations.</p>
<h3 id="user-personas-and-intentions">User Personas and Intentions</h3>
<p>We considered various aspects, starting with user stories based on the following hypothesis:</p>
<blockquote>
<p>As a [type of user or role], I want [some goal] so that [some reason].</p>
</blockquote>
<table>
<thead>
<tr>
<th>User Role</th>
<th>Goal</th>
<th>Intent</th>
</tr>
</thead>
<tbody>
<tr>
<td>Science Student</td>
<td>Better finding aids to browse metadata descriptions of different archives</td>
<td>To enhance the ability to locate relevant information within archives</td>
</tr>
<tr>
<td>Research Associate</td>
<td>Add tags to specific archive item metadata descriptions</td>
<td>Facilitate easy retrieval and organization of archived items</td>
</tr>
<tr>
<td>Researcher</td>
<td>Add text comments to specific archive item metadata descriptions</td>
<td>To provide contextual information and facilitate citation in research</td>
</tr>
<tr>
<td>Science Journalist</td>
<td>Link two archival items with custom relationships</td>
<td>Analyze emerging patterns and trends for storytelling purposes</td>
</tr>
<tr>
<td>Archivist</td>
<td>Create categories to organize archival research</td>
<td>Improve organization and accessibility of archival materials</td>
</tr>
<tr>
<td>Owner of Milli Platform</td>
<td>Create new sites/accounts to manage contracts, policies, and interactions</td>
<td>Facilitate management of interactions with institutions and organizations</td>
</tr>
<tr>
<td>Technical Administrator</td>
<td>Set up background processes or jobs for data exchange, parsing, or adapters</td>
<td>Automate tasks related to data management and processing</td>
</tr>
<tr>
<td>Site Administrator</td>
<td>Create and manage users</td>
<td>Administer user accounts and permissions within the platform</td>
</tr>
<tr>
<td>Site Administrator</td>
<td>Approve or reject annotations (tags, comments) to prevent spam</td>
<td>Maintain quality and relevance of annotations within the platform</td>
</tr>
</tbody>
</table>
<h3 id="key-insights">Key Insights</h3>
<p>During our user research phase, we gleaned several key insights that shaped our design:</p>
<p><strong>Focus on Metadata</strong></p>
<p>Most archives prefer to share only their metadata. Consequently, we aimed to create an interface that enabled users to annotate this metadata.</p>
<p><strong>Flexible Annotation Mechanism</strong></p>
<p>Users might want to annotate different archival items for various purposes. This was also highlighted in the W3C Standards for Web Annotation.</p>
<p><strong>Metadata Standard Agnostic</strong></p>
<p>We observed that different archives employ different metadata standards, such as EAD, FOAF, and Dublincore. As a result, our import mechanism needed to be agnostic to these varying standards.</p>















    
    
    
    
  

<figure>
  <a class="spotlight" href="/milli/b01fe4d05d5255c8eccd8f6f08de18dc_MD5.jpg">
    <img src="/milli/b01fe4d05d5255c8eccd8f6f08de18dc_MD5.jpg" alt="Motivations specified under the W3C Annotation Standard" style="width: 500px" width="1280" height="681"
      loading="lazy" decoding="async">
  </a>
  <figcaption>Motivations specified under the W3C Annotation Standard</figcaption>
</figure>

<h3 id="considerations-for-design">Considerations for design</h3>
<table>
<thead>
<tr>
<th>Insight</th>
<th>Implication</th>
<th>Action</th>
</tr>
</thead>
<tbody>
<tr>
<td>Most archives will only share their metadata, so the annotation target has to be metadata</td>
<td>Focus annotation efforts on metadata to enable interoperability and access across diverse archival sources.</td>
<td>Develop annotation tools and protocols that specifically target metadata fields for annotation purposes.</td>
</tr>
<tr>
<td>Users might want to annotate different archival items for different purposes (this mechanism was also highlighted in the W3C Standards for Web Annotation)</td>
<td>Allow users flexibility in annotating archival items based on their specific needs and objectives.</td>
<td>Implement a versatile annotation system that supports multiple types and purposes of annotations.</td>
</tr>
<tr>
<td>Different archives will use different standards for the metadata - eg. EAD, FOAF, Dublincore etc. This meant that importing of metadata for partners would have to be agnostic to these standards</td>
<td>Make metadata import agnostic to the different standards, so archives in different formats can still connect.</td>
<td>Develop tools and algorithms for importing and harmonizing metadata from different standards and formats.</td>
</tr>
<tr>
<td>Users annotate -&gt; Users Discover Annotations -&gt; Users Annotate more OR -&gt; Users narrate stories using collections of annotations</td>
<td>Enable a feedback loop where users can discover existing annotations, contribute their own, and utilise annotated collections to construct narratives.</td>
<td>Implement user-friendly interfaces and features for discovering, creating, and utilising annotations effectively.</td>
</tr>
</tbody>
</table>
<p>Of these, I worked on making a mechanism for annotating an archival object as well as how the archival object looked. I also helped design the information visible on each search result.</p>
<h2 id="feature-design-priority-matrix">Feature Design Priority Matrix</h2>
<ol>
<li>Which fields are annotable,</li>
<li>What fields act as access points to other objects in the archive</li>
<li>What is the hierarchy of the current object</li>
<li>Create user flows for private curation, notetaking, and collection - including a way to subscribe to new annotations, make a private annotation and save objects to a jhola(&ldquo;metaphor for a bag&rdquo;)</li>
</ol>
<h2 id="user-flows">User Flows</h2>
<h3 id="annotating-the-archival-item">Annotating the archival item</h3>
<p>My work also involved designing the Annotation Widget, a vital tool for user interaction, allowing:</p>
<ul>
<li>Structuring each annotation as a key-value pair, and</li>
<li>Annotation of the entire object as well as parts of the object&rsquo;s description.</li>
</ul>
<h4 id="design-from-information-architecture">Design from Information Architecture</h4>















    
    
    
    
  

<figure>
  <a class="spotlight" href="/milli/Milli1.png">
    <img src="/milli/Milli1.png" alt="Archival item Prototype" style="width: 600px" width="960" height="2157"
      loading="lazy" decoding="async">
  </a>
  <figcaption>Archival item Prototype</figcaption>
</figure>
















    
    
    
    
  

<figure>
  <a class="spotlight" href="/milli/7c9d7f8b6d2d523cb3afd200ee2c9a52_MD5.jpg">
    <img src="/milli/7c9d7f8b6d2d523cb3afd200ee2c9a52_MD5.jpg" alt="Popup toolbar for annotation considering the specifications under W3C standards" style="width: 300px" width="499" height="496"
      loading="lazy" decoding="async">
  </a>
  <figcaption>Popup toolbar for annotation considering the specifications under W3C standards</figcaption>
</figure>

<h3 id="private-curation">Private Curation</h3>















    
    
    
    
  

<figure>
  <a class="spotlight" href="/milli/Milli3.png">
    <img src="/milli/Milli3.png" alt="How to access saved items and annotations" style="width: 600px" width="1440" height="1897"
      loading="lazy" decoding="async">
  </a>
  <figcaption>How to access saved items and annotations</figcaption>
</figure>

<h3 id="search-hits">Search Hits</h3>
<p>In order to enrich the user experience, I optimised the search hits by:</p>
<ul>
<li>Using the metadata categorization from the Archival Object page to add more context in an accordion on the results card, and</li>
<li>Indicating whether the search had hits on the annotations in the object.</li>
</ul>















    
    
    
    
  

<figure>
  <a class="spotlight" href="/milli/86088c9ac55bf31a55e0f2a5786366f2_MD5.jpg">
    <img src="/milli/86088c9ac55bf31a55e0f2a5786366f2_MD5.jpg" alt="Website Prototype" width="1440" height="1861"
      loading="lazy" decoding="async">
  </a>
  <figcaption>Search Prototype</figcaption>
</figure>

<!-- TODO: Link to archival interface post when available -->
]]></content:encoded></item><item><title>Selecting tools for Indian Collectives</title><link>https://khattamicah.xyz/checklist-for-selecting-tools-for-indian/</link><pubDate>Fri, 01 Jan 2021 00:00:00 +0000</pubDate><author>micah.dvpp7@aleeas.com (Micah Alex)</author><guid>https://khattamicah.xyz/checklist-for-selecting-tools-for-indian/</guid><category domain="https://khattamicah.xyz/tags/collectives/">collectives</category><category domain="https://khattamicah.xyz/tags/tooling/">tooling</category><description>When selecting tools for use by the collectives I worked with in India, we had to consider the following factors due to the unique context and limited resources available:
Export Capabilities: Does the tool allow for easy export of data or content? Compatibility with Other Tools: Do the export options work well with other tools commonly used by the collectives? Self-Hosting: If the collective has its own server, can the tool be self-hosted?</description><content:encoded><![CDATA[<p>When selecting tools for use by the collectives I worked with in India, we had to consider the following factors due to the unique context and limited resources available:</p>
<h2 id="export-capabilities">Export Capabilities:</h2>
<ul>
<li><input disabled="" type="checkbox"> Does the tool allow for easy export of data or content?</li>
</ul>
<h2 id="compatibility-with-other-tools">Compatibility with Other Tools:</h2>
<ul>
<li><input disabled="" type="checkbox"> Do the export options work well with other tools commonly used by the collectives?</li>
</ul>
<h2 id="self-hosting">Self-Hosting:</h2>
<ul>
<li><input disabled="" type="checkbox"> If the collective has its own server, can the tool be self-hosted?</li>
<li><input disabled="" type="checkbox"> Is there someone available to maintain and experiment with it?</li>
</ul>
<h2 id="device-and-screen-compatibility">Device and Screen Compatibility:</h2>
<ul>
<li><input disabled="" type="checkbox"> Is the tool usable on multiple devices and different screen sizes?</li>
</ul>
<h2 id="collaboration-features">Collaboration Features:</h2>
<ul>
<li><input disabled="" type="checkbox"> Can the tool facilitate collaborative work among team members?</li>
</ul>
<h2 id="affordability">Affordability:</h2>
<ul>
<li><input disabled="" type="checkbox"> Is the tool relatively free or affordable for Indian collectives, with a monthly cost of less than 200-300 INR?</li>
</ul>
<h2 id="open-source">Open Source:</h2>
<ul>
<li><input disabled="" type="checkbox"> If the usage involves sensitive data, is the tool open source, providing transparency and security?</li>
</ul>
<h2 id="input-variety">Input Variety:</h2>
<ul>
<li><input disabled="" type="checkbox"> Can the platform support different types of input, such as voice, text, and other formats?</li>
</ul>
<h2 id="input-delivery-options">Input Delivery Options:</h2>
<ul>
<li><input disabled="" type="checkbox"> Can the tool enable input delivery through various means, like phone calls for voice-based inputs?</li>
</ul>
<h2 id="efficiency-vs-accessibility">Efficiency vs. Accessibility:</h2>
<ul>
<li><input disabled="" type="checkbox"> If there are multiple tools available, one being faster but more opaque, and another being slower but more accessible, which trade-off is more important based on the specific needs and limitations of the collective?</li>
</ul>
<h2 id="long-term-stability">Long Term Stability</h2>
<ul>
<li><input disabled="" type="checkbox"> Is there some sort of way that the project itself fails in the long-term either by acquisition, abandonment or commercialisation</li>
</ul>
<h2 id="coherence-for-collaborators">Coherence for Collaborators</h2>
<ul>
<li>[] Does it make sense with the larger context of our work to our team internally and to our collaborators</li>
</ul>
<hr>
















<aside class="content-card card-info" role="note">
  
  <div class="card__header">
    <span class="card__icon" aria-hidden="true">
      
      
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><path d="M12 16v-4"/><path d="M12 8h.01"/></svg>
      
    </span>
    
      <span class="card__title"> Why This Checklist Exists</span>
    
  </div>

  
  <div class="card__content">
    Considerations for the checklist were driven by the unique characteristics of the work environment in India &ndash; limited resources for maintenance, challenges related to connectivity and device capabilities, language and interface simplicity requirements, the importance of open visibility for learning and collaboration, and the limited technical expertise of collaborators.
  </div>
</aside>

]]></content:encoded></item><item><title>Learning from COWs: Community Owned Wifi-Mesh</title><link>https://khattamicah.xyz/learning-from-cows/</link><pubDate>Sun, 01 Nov 2020 00:00:00 +0000</pubDate><author>micah.dvpp7@aleeas.com (Micah Alex)</author><guid>https://khattamicah.xyz/learning-from-cows/</guid><category domain="https://khattamicah.xyz/tags/community-networks/">community-networks</category><description>Published in Branch Magazine (Issue 4), this piece reflects on facilitating community network spaces and developing principles for open climate networks. &amp;ldquo;COWs&amp;rdquo;- Community Owned Wifi-Mesh- is both acronym and metaphor: a grounded, unglamorous, collectively maintained form of infrastructure.
The article draws on our experience building and maintaining mesh networks in rural Karnataka to propose principles for how community practices and local engagement can inform the design of climate-responsive digital infrastructure. It asks what &amp;ldquo;open&amp;rdquo; means when the communities in question have never been centred in conversations about openness.</description><content:encoded><![CDATA[<p>Published in Branch Magazine (Issue 4), this piece reflects on facilitating community network spaces and developing principles for open climate networks. &ldquo;COWs&rdquo;- Community Owned Wifi-Mesh- is both acronym and metaphor: a grounded, unglamorous, collectively maintained form of infrastructure.</p>
<p>The article draws on our experience building and maintaining mesh networks in rural Karnataka to propose principles for how community practices and local engagement can inform the design of climate-responsive digital infrastructure. It asks what &ldquo;open&rdquo; means when the communities in question have never been centred in conversations about openness.</p>
<p><a href="https://branch.climateaction.tech/issues/issue-4/cows/">Read the full piece on Branch Magazine</a></p>
]]></content:encoded></item><item><title>The Imposter Among Us</title><link>https://khattamicah.xyz/the-imposter-among-us/</link><pubDate>Thu, 01 Oct 2020 00:00:00 +0000</pubDate><author>micah.dvpp7@aleeas.com (Micah Alex)</author><guid>https://khattamicah.xyz/the-imposter-among-us/</guid><category domain="https://khattamicah.xyz/tags/critical-practice/">critical-practice</category><category domain="https://khattamicah.xyz/tags/technology-deep-dive/">technology-deep-dive</category><category domain="https://khattamicah.xyz/tags/workshop-facilitation/">workshop-facilitation</category><description>The announcement
🔮 &amp;ldquo;How do platforms compel/enable the manufacturing of &amp;ldquo;truth&amp;rdquo; and &amp;ldquo;ignorance&amp;rdquo;? And what does that mean in the context of live-streaming politicians&amp;rdquo;
These are notes from a presentation (Design Baithak) hosted by Micah and Paul
There are two parts we are juxtaposing. Firstly the idea of politicians on Twitch (a live-streaming platform) put into the context of Twitch&amp;rsquo;s various affordances and subcultures. The second part takes the idea of manufactured &amp;ldquo;authenticity&amp;rdquo; and manufactured &amp;ldquo;ignorance&amp;rdquo; that are enabled/compelled by platform cultures and interfaces.</description><content:encoded><![CDATA[<p><a href="https://twitter.com/blnaveen/status/1321689139327066112">The announcement</a></p>
<p>🔮 &ldquo;How do platforms compel/enable the manufacturing of &ldquo;truth&rdquo; and &ldquo;ignorance&rdquo;? And what does that mean in the context of live-streaming politicians&rdquo;</p>
<blockquote>
<p><em>These are notes from a presentation (Design Baithak) hosted by Micah and Paul</em></p>
</blockquote>
<hr>
<p>There are two parts we are juxtaposing. Firstly the idea of politicians on Twitch (a live-streaming platform) put into the context of Twitch&rsquo;s various affordances and subcultures. The second part takes the idea of manufactured &ldquo;authenticity&rdquo; and manufactured &ldquo;ignorance&rdquo; that are enabled/compelled by platform cultures and interfaces.</p>
<blockquote>
<p><em>Understanding virtual worlds is important because “we increasingly live in a world in which opting out of technological systems is more and more difficult and yet participation within those systems pushes us to accept structures we might oppose”</em> (Taylor 2006a:135). <em>-</em> Tom Boellstorff (Coming of Age in Second life: An Anthropologist explores the Virtually Human)</p>
</blockquote>
<h2 id="question-what-does-the-idea-of-live-streaming-platforms-mean-for-politics-information-and-networks-as-we-know-it"><strong>Question</strong>: What does the idea of live-streaming platforms mean for politics, information and networks as we know it?</h2>
<h2 id="what-is-the-twitch-culture-like">What is the Twitch Culture Like</h2>
<p>On 21st October, AOC and Ilhan Omar, two congresswomen from the USA went on Twitch, a live-streaming platform, and played a bunch of games with Twitch streamers. It was one of the most watched streams with over 4 Lac concurrent viewers and totally near 1 crore views over the course of the stream. This is an extensive account of the events that transpired. It includes accounts of how it was set-up, who was involved, how moderation for the usually rowdy Twitch chat was plannedwhile keeping the constitutional regulations set on the Congresswomen.</p>
<h2 id="aoc-streams-on-twitch">AOC streams on Twitch</h2>
<p><a href="https://kotaku.com/alexandria-ocasio-cortez-streams-on-twitch-with-hasan-p-1845431479">Alexandria Ocasio-Cortez Streams On Twitch With Hasan Piker And Pokimane, Draws Over 430,000 Viewers</a></p>
<blockquote>
<p>Aside 1</p>
</blockquote>
<p>





<figure class="video-embed">
  <div class="video-embed__frame">
    <iframe
      src="https://www.youtube-nocookie.com/embed/S0Zk3HWO6Nw"
      title="YouTube video"
      loading="lazy"
      allowfullscreen
      referrerpolicy="no-referrer"
    ></iframe>
  </div>
</figure>


LilyPichu getting used to AmongUs (the game that AOC and IO played)</p>
<p>This is quite significant as an event because of the platform it was streamed on. Twitch is quite unlike other live-streaming platforms in the way that is its own microcosm.</p>
<blockquote>
<p><em>The story of Prometheus describes one mythic moment when humans, receiving the gift of techne, became fully human for the first time. Since humans are always crafting themselves through culture, they have always been virtual</em> (Clark 2003). <em>The virtual is the anthropological. This makes it possible to study virtual worlds with the same flexible, underdetermined ethnographic tools used to study human cultures in the actual world.</em> - Tom Boellstorff (Coming of Age in Second life: An Anthropologist explores the Virtually Human)</p>
</blockquote>
<hr>
<h2 id="how-viewers-affect-the-streamer">How Viewers affect the Streamer</h2>
<p>





<figure class="video-embed">
  <div class="video-embed__frame">
    <iframe
      src="https://www.youtube-nocookie.com/embed/zFZWWJADtys"
      title="YouTube video"
      loading="lazy"
      allowfullscreen
      referrerpolicy="no-referrer"
    ></iframe>
  </div>
</figure>


Pewdiepie reacting to Streamers getting trolled, streamsniped, donowalled etc.</p>
<p>Twitch sub-cultures have their own unique languages, behaviours, histories, skeletons and demographics. Twitch&rsquo;s affordances enable a certain level of accessibility to the streamers which often manifests in different ways. this also plays out interestingly in the power dynamics between the platform, the streamers and the viewers.</p>
<h2 id="how-the-streamer-affects-the-viewer">How the Streamer affects the Viewer</h2>
<p>





<figure class="video-embed">
  <div class="video-embed__frame">
    <iframe
      src="https://www.youtube-nocookie.com/embed/UOg18EVbX9E"
      title="YouTube video"
      loading="lazy"
      allowfullscreen
      referrerpolicy="no-referrer"
    ></iframe>
  </div>
</figure>


ludwig going through viewers&rsquo; &ldquo;please unban me&rdquo; applications</p>
<hr>
<p>This then raises the question of &ldquo;authenticity&rdquo; and what it means to have parasocial relationships between streamers and viewers. This is considering the fact that many streams often go on for more than a few hours daily. Also this illusion of accessibility also goes up with amount of money that viewers spend. Different tiers of subs (subscriptions) have different privileges and levels of access.</p>
<h2 id="what-is-authenticity-when-you-can-see-unfiltered-streams">What is Authenticity when you can see &ldquo;unfiltered&rdquo; Streams</h2>
<p>





<figure class="video-embed">
  <div class="video-embed__frame">
    <iframe
      src="https://www.youtube-nocookie.com/embed/8FJEtCvb2Kw"
      title="YouTube video"
      loading="lazy"
      allowfullscreen
      referrerpolicy="no-referrer"
    ></iframe>
  </div>
</figure>


Lindsey Ellis On Manufactured Authenticity</p>
<p><em>Timestamps</em></p>
<ul>
<li>17:00 -19:00 - example of authenticity is manufactured in some youtube shows</li>
<li>23:00-30:00 Emotional Labour and its relationship with Money. And what that means for creators on Youtube.</li>
<li>33:00-34:51 - Lindsey&rsquo;s Conclusion</li>
</ul>
<hr>
<h2 id="what-is-a-performance">What is a performance</h2>
<p>





<figure class="video-embed">
  <div class="video-embed__frame">
    <iframe
      src="https://www.youtube-nocookie.com/embed/kVav1ri65Ws"
      title="YouTube video"
      loading="lazy"
      allowfullscreen
      referrerpolicy="no-referrer"
    ></iframe>
  </div>
</figure>


A skit on how parasocial(?) relationships play out on the creator&rsquo;s side</p>
<p>Timestamps*</p>
<ul>
<li>8:44 - 12:50 -  Manufactured Authenticity and Emotional Labour driven by Capital</li>
<li>16:00 - 16:45 - Parasocial Relationships????</li>
<li>22:45 - 29:36 - Is being a creator of content a performance(vs real)?</li>
</ul>
<hr>
<h2 id="streaming-is-a-performance-of-authenticity">Streaming is a performance of authenticity</h2>
<p><strong>Can you manufacture ignorance the same way that streamers, content creators manufacture authenticity.</strong>
What does that mean for platform interfaces?</p>
<h2 id="what-happens-to-truth-on-the-stage">What happens to truth on the Stage</h2>
<p><a href="https://points.datasociety.net/agnotology-and-epistemological-fragmentation-56aa3c509c6b">Agnotology and Epistemological Fragmentation</a>
a talk that invites us to re-examine, what it means to curate life as we live within and through the interface that has algorithmic mediation, being subverted towards strange tangents.</p>
<p>Quotes from the Article</p>
<ul>
<li>Whether we’re talking about the erasure of history or the undoing of scientific knowledge, agnotology is a tool of oppression by the powerful.</li>
<li>Epistemology is the term that describes how we know what we know. Most people who think about knowledge think about the processes of obtaining it. Ignorance is often assumed to be not-yet-knowledgeable. But what if ignorance is strategically manufactured? What if the tools of knowledge production are perverted to enable ignorance? In 1995, Robert Proctor and Iain Boal coined the term “agnotology” to describe the strategic and purposeful production of ignorance.</li>
<li>One of the best ways to seed agnotology is to make sure that doubtful and conspiratorial content is easier to reach than scientific material.</li>
<li>One tactic is to exploit “data voids.” These are areas within a search ecosystem where there’s no relevant data; those who want to manipulate media purposefully exploit these.</li>
<li>YouTube has great scientific videos about the value of vaccination, but countless anti-vaxxers have systematically trained YouTube to make sure that people who watch the Center for Disease Control and Prevention’s videos also watch videos asking questions about vaccinations or videos of parents who are talking emotionally about what they believe to be the result of vaccination. They comment on both of these videos, they watch them together, they link them together. This is the structural manipulation of media. Journalists often get caught up in telling “both sides,” but the creation of sides is a political project.</li>
<li>The creation of sides is a political project.</li>
<li>You will not achieve an informed public simply by making sure that high quality content is publicly available and presuming that credibility is enough while you wait for people to come find it. You have to understand the networked nature of the information war we’re in, actively be there when people are looking, and blanket the information ecosystem with the information people need to make informed decisions.</li>
</ul>
<hr>
<h3 id="how-is-truth-told-in-differernt-subcultures-like-twitch">How is Truth told in differernt subcultures like Twitch</h3>
<p>





<figure class="video-embed">
  <div class="video-embed__frame">
    <iframe
      src="https://www.youtube-nocookie.com/embed/_7FWr2Nvf9I"
      title="YouTube video"
      loading="lazy"
      allowfullscreen
      referrerpolicy="no-referrer"
    ></iframe>
  </div>
</figure>


How Aesthetics (read platform affordances and cultures) change the way &ldquo;truth&rdquo; is told</p>
<h2 id="what-we-can-learn-from-the-24x7-news-cycle---a-case-study">What we can learn from the 24x7 News Cycle - A case study</h2>
<p><a href="https://economictimes.indiatimes.com/tech/internet/the-strange-sometimes-sinister-conspiracy-theories-on-sushant-singh-rajputs-death-that-flourished-on-social-media/articleshow/78636570.cms">The strange, sometimes sinister conspiracy theories on Sushant Singh Rajput&rsquo;s death that flourished on social media</a>
How that affected India recently in the SSR case</p>
<p>Quotes from the Article</p>
<ul>
<li>The other prominent conspiracy theory features how FAU-G, the game developed by GOQII founder Vishal Gondal and promoted by Akshay Kumar were originally Rajput’s ideas. This theory is based on an Instagram post by the late actor where he was supposedly learning the basics of gaming from Khan Academy, during the lockdown. The claim was fact-checked by BOOMLive, and discredited, with clarifications from Gondal and his company nCORE Games.</li>
<li>Additionally, these groups present the trappings of the proverbial “rabbit hole”. Join one group, and Facebook’s algorithm offers you a carousel in the ‘Discover tab’ or “Suggested Groups” of at least eight to nine such groups or pages, which harbour similar interests. And typically, users get sucked in, keen to consume more content on similar matters.</li>
<li>The story about conspiracy theories on Sushant Singh Rajput’s death – bear a striking resemblance to QAnon conspiracy movement- which began in the United States and is now going global- to a large extent, underscores the global concerns about the information ecosystem, as it stands today. The several grievance-filled hashtags, deliberate misinformation campaigns and conspiracy theories arising out of large social media platforms are being mainstreamed by popular news channels, only for further content on those channels going back to the system, amplified by the same actors and drawing higher engagement.</li>
<li>“There’s the obvious link to the Bihar elections, and it gives them a good opportunity to create a parallel narrative, besides targeting the Mumbai Police and the Maharashtra government, something that has been a constant since Thackeray became CM,” says the digital political strategist quoted earlier in the story. A recent report by social media researcher Joyojeet Pal and his team highlighted that the data showed “the important role played by politicians, especially the BJP, in proposing a ‘murder’ alternative to the ‘suicide’ narrative.”</li>
</ul>
]]></content:encoded></item><item><title>Carpooling Unalone - Karwaan</title><link>https://khattamicah.xyz/carpooling-unalone-karwaan/</link><pubDate>Fri, 15 May 2020 00:00:00 +0000</pubDate><author>micah.dvpp7@aleeas.com (Micah Alex)</author><guid>https://khattamicah.xyz/carpooling-unalone-karwaan/</guid><category domain="https://khattamicah.xyz/tags/design-research/">design-research</category><description>To begin the research, we conducted secondary research to gather insights into the preferences and motivations of potential carpoolers, the types of passengers who might be interested in carpooling, the incentives for carpooling, and the challenges faced in the pre-technology era. They also explored the factors specific to India that could affect the adoption of carpooling.
Through further research, including interviews and interactions with IT professionals participating in carpooling, the team discovered that cohort-based carpooling was successful in India, particularly in the IT sector.</description><content:encoded><![CDATA[<p>To begin the research, we conducted secondary research to gather insights into the preferences and motivations of potential carpoolers, the types of passengers who might be interested in carpooling, the incentives for carpooling, and the challenges faced in the pre-technology era. They also explored the factors specific to India that could affect the adoption of carpooling.</p>
<p>Through further research, including interviews and interactions with IT professionals participating in carpooling, the team discovered that cohort-based carpooling was successful in India, particularly in the IT sector. Factors such as traveling with like-minded individuals, corporate culture support, platform tie-ups with IT firms, shared destinations, shared context beyond carpooling, and regular commute patterns played a crucial role in boosting carpooling adoption within this specific group.</p>
<p>We carried out some secondary research to find possible answers to this question. We looked at various aspects:</p>
<ul>
<li>What do potential carpoolers want?</li>
<li>Who are the kinds of passengers that would potentially pool a ride?</li>
<li>What are the incentives for someone to pool a ride?</li>
<li>What are some reasons not to?</li>
<li>What were the challenges to Carpooling in the pre-technology era?</li>
<li>How many of these were solved by Technology?</li>
<li>What remains to be solved?</li>
<li>Since most of these papers were from elsewhere, what were the defining factors in India?</li>
</ul>
<h2 id="the-principles-for-our-system-design">The Principles for Our System Design</h2>
<p>With these insights, the team developed the concept of “Karwaan,” a community-based carpooling platform focused on event-based travel in Bangalore. The platform aimed to facilitate ride-sharing to events, cost splitting, and community-building among participants. The team designed user journeys for booking events, pooling rides, and fostering friendships during the journey. They incorporated monetary and non-monetary nudges within the app to incentivize participation and engagement.</p>
<ol>
<li>It had to be fun</li>
<li>It had to be community-based</li>
</ol>
<h2 id="key-findings">Key Findings:</h2>
<table>
<thead>
<tr>
<th>Aspect</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>Aspirational Value</td>
<td>Cars are perceived as status symbols, and ownership is often an aspiration in society.</td>
</tr>
<tr>
<td>Safety</td>
<td>The risk of getting into a stranger&rsquo;s car is a concern, particularly in India.</td>
</tr>
<tr>
<td>Inconvenience</td>
<td>Maintaining pool discipline, negotiating pick-up points, potential delays, and longer routes.</td>
</tr>
<tr>
<td>Legal Ambiguity</td>
<td>Carpooling platforms operate despite restrictions on private vehicles for commercial use.</td>
</tr>
<tr>
<td>Lack of Awareness</td>
<td>Many individuals are unaware of formalized platform-based carpooling services.</td>
</tr>
<tr>
<td>Social Barriers</td>
<td>Class differences, building trust among poolmates, negotiating timing, and cost splitting.</td>
</tr>
</tbody>
</table>
<p>Based on their findings, the team identified trust and cooperation as significant barriers to carpooling in India. They also discovered successful models in India that fostered trust and cooperation among carpooling participants. With these insights, the team created clusters of factors that influenced carpooling adoption, including the aspirational value of a car, safety concerns, inconvenience, legal ambiguity, lack of awareness, and social barriers.</p>
<p>To narrow down their focus, the team eliminated factors that were not major bottlenecks to carpooling adoption, such as the aspirational value of a car and safety concerns. They also considered the legal ambiguity surrounding carpooling, which required policy changes beyond the scope of their project. This led them to shift their perspective and explore the concept of cohort/community traveling as a dominant factor in carpooling adoption.</p>
<h2 id="successful-carpooling-environments-in-india">Successful Carpooling Environments in India</h2>
<p>Apps like Quick Ride, Ho Ho rides and Wunder are promoting carpooling among IT professionals in Bangalore. Our interviews showed us factors boosting this trend:</p>
<ul>
<li>Cohort Travel</li>
<li>Part of corporate culture</li>
<li>Platform tie-ups</li>
<li>Common destination</li>
<li>Shared context</li>
<li>Regular Commute and Routine times</li>
</ul>
<p>This led us to understand the importance of &lsquo;cohort/community travelling&rsquo; as a key component in carpooling. Trust, shared community and culture became a significant part of our system design.</p>















    
    
    
    
  

<figure>
  <a class="spotlight" href="/carpooling-unalone-karwaan/Karwaan%281%29.jpg">
    <img src="/carpooling-unalone-karwaan/Karwaan%281%29.jpg" alt="Storytelling based matchmaking" style="width: 300px" width="375" height="812"
      loading="lazy" decoding="async">
  </a>
  <figcaption>Storytelling based matchmaking</figcaption>
</figure>

<p>














    
    
    
    
  

<figure>
  <a class="spotlight" href="/carpooling-unalone-karwaan/Karwaan%282%29.jpg">
    <img src="/carpooling-unalone-karwaan/Karwaan%282%29.jpg" alt="Booked page" style="width: 300px" width="375" height="812"
      loading="lazy" decoding="async">
  </a>
  <figcaption>Booked page</figcaption>
</figure>

As Vivek Kumar, a marketing manager at Wunder, stated:</p>
<blockquote>
<p>“We are in for a longer game, we are here to build a culture and community of carpoolers than looking at profitability at the moment”.</p>
</blockquote>
<p>We came up with a <a href="https://medium.com/exploring-ride-sharing-systems-at-scale/creating-a-community-based-carpooling-system-afbac6b732cb">piece that details the research more</a> as a team.</p>
<iframe class="figma-embed" width="450" height="800" src="https://www.figma.com/embed?embed_host=share&url=https%3A%2F%2Fwww.figma.com%2Fproto%2FlGZklLSlFA2yjPxmcyykud%2FKarwaan%3Ftype%3Ddesign%26node-id%3D1-2318%26t%3DmBKBIBjbD6xK6YN2-1%26scaling%3Dmin-zoom%26page-id%3D35%253A0%26starting-point-node-id%3D1%253A2318%26mode%3Ddesign" allowfullscreen></iframe>
<h2 id="contributors">Contributors</h2>
<p>People Involved: @BaishnabiMonger, @SamarthGupta, @SarojTailor, @AnantKaur, @MicahAlex</p>
<p>My contribution: System Design, Qualitative Research, Market Research</p>
]]></content:encoded></item><item><title>Care-full Collectives and their Care Practices</title><link>https://khattamicah.xyz/carefull-collectives-and-their-care-practices/</link><pubDate>Sun, 01 Mar 2020 00:00:00 +0000</pubDate><author>micah.dvpp7@aleeas.com (Micah Alex)</author><guid>https://khattamicah.xyz/carefull-collectives-and-their-care-practices/</guid><category domain="https://khattamicah.xyz/tags/participatory-research/">participatory-research</category><category domain="https://khattamicah.xyz/tags/organizational-research/">organizational-research</category><category domain="https://khattamicah.xyz/tags/collectives/">collectives</category><category domain="https://khattamicah.xyz/tags/care/">care</category><description>Caring in Networks: Reflections on Archetypes and Axioms of Collaborative Practice Originally published by Srishti Institute of Art, Design and Technology, 2020. Licensed under CC BY-NC-SA 4.0.
Acknowledgements This project would not really have been possible without the whole village of support that I received. At every point in my project there were people that picked me up, gave new directions, compensated for my weaker phases and supported me. My parents and Merlyn have always been supportive despite Srishti being a huge risk to take and that is something I’ll always be grateful for.</description><content:encoded><![CDATA[<h2 id="caring-in-networks-reflections-on-archetypes-and-axioms-of-collaborative-practice">Caring in Networks: Reflections on Archetypes and Axioms of Collaborative Practice</h2>
<p><em>Originally published by Srishti Institute of Art, Design and Technology, 2020. Licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>.</em></p>
<h2 id="acknowledgements">Acknowledgements</h2>
<p><em>This project would not really have been possible without the whole village of support that I received. At every point in my project there were people that picked me up, gave new directions, compensated for my weaker phases and supported me. My parents and Merlyn have always been supportive despite Srishti being a huge risk to take and that is something I’ll always be grateful for. My support systems were many and amazing and I hope they will forgive me if I forget to mention someone. Paul, Naveen and Shreyas have always been the wind at my back, comforting me when things got overwhelming. They opened up so many different ways for me to articulate my thoughts. The breadth and depth of their knowledge is only matched by the volume of their compassion. In Bidar, Supriya, Dilip and Vinay took really good care of me and showed me my thesis in practice and showed me how persistence transforms a place. They will be my lifelong inspirations for this. Ruksana Ma’am was an encouragement to me in this sense as well. Her knowledge, compassion for the world and her view on things have changed many things in me. A large group of my peers and friends have been the safety net on which I have so often relied on. The writing group created and moderated by Thomson was immensely helpful in helping me vent when necessary. Veda, Nishita, Siddhant, Malini, Koumudi, Baishnabi,Thomson,Chandra, Shreya, Sweta, Mahima, Sanket have constantly helped me clarify my thoughts, given me support and helped me look at things from a different perspective and teaching me about why collectives have strength. Ayan, Preshit, Maria, Oindrilla, Subhashmita have helped me keep sane during the lockdown. David, Naveen, Mufteeb and Vishnu were constant companions in the last month of the race - keeping things from getting overwhelming and always being people I could rely on to shift my viewpoints. Even though we didn’t talk much about the project, Padmini was always a north star for the things I was describing. Ishita helped me out a lot by sharing her experiences of collectives and what she has lived and loved in them and discussing my ideas through her experiences. I owe a lot of these possibilities also to Rohini, who has looked after and nourished my mental health through these two years-she is a gem of a person. Also repeat shoutout to Paul and Shreyas.</em></p>
<p><em>Lots of strength and hope to you all.</em></p>
<h2 id="preface">Preface</h2>
<p>The systemic nature of the issues we face has been revealed through the various breaks, in reality, we are seeing all around us. I experienced this from working in Wayanad with the budding network of research and design. During the studio, I studied how the socio-economic situation of the Paniya tribe was being reinforced through histories of oppression and ahistoric policies <a href="#suchman-2018">(Suchman 2018)</a>.</p>
<p>More and more we are realising that the non-linear nature of these issues and each factor feeds into other factors and create loops of reinforcement or depreciation. This also means that band-aid solutions often end up worsening the problem because of the interactions between the different factors and stakeholders in play. It also makes systemic issues much harder to see and much easier to dismiss the number of factors involved in each systemic issue and how densely interlinked they are.</p>
<p>Through a studio about future studies, I explored how the systems that surround us so ubiquitously are wrongly attributed to a positivist view of human civilisation. Our progress was never linear but plural. The systems that come into power and the mainstream are often chosen based on existing hegemonies and sometimes sheer luck and are seldom an indicator of quality. Rather they are an indicator of what metrics took importance to whom at what point of time. This leaves ghosts of systems that could’ve been and never realised. The presences and absences of alternative ways to make sense of the world affect the way bodies are structured or collectivised. Through a conscious effort to speculate about these ghosts, we try to surface alternate ways of do-ing and be-ing while also suggesting that ‘this’ isn’t the ‘natural’ way of things. The saying that a fish doesn&rsquo;t know about the water till its outside is an apt metaphor for how much this ubiquitousness blinkers us. It is a clouding of vision in a temporal sense and restricts the way we see the past, present and the future.</p>
<p>Cally Gatehouse summarises this using the way that Jacques Derrida and Mark Fischer talk about the concept of Hauntology.</p>
<p>“Hauntology is a term coined by Jacques Derrida that ‘supplants its near-homonym ontology, replacing the priority of being and presence with the figure of the ghost as that which is neither present nor absent, neither dead nor alive.’. Cultural critic Mark Fisher has identified two hauntological patterns through which virtual entities come to act upon the present: the first is something that is no longer present, but still has an effect even after it is gone. This can manifest itself in a compulsion to repeat what has gone before. The second is something that is anticipated, but never manifested. This anticipation can also shape our behaviour, even if the thing anticipated is never realised. Speculation, as a practice that aims to generate previously unanticipated futures, could be understood as an attempt to reconfigure these patterns so that both futures and past might manifest themselves differently” <a href="#gatehouse-2020">(Gatehouse 2020)</a></p>
<p>Through the future studies studio, I explored the various socio-political alternatives that could have arisen in pre-independence India. Furthermore, how these alternatives would affect the technological realms that are in place in our country today. Our worlds are made of many human and technology linkages in every aspect of our life. I use technology as more than a modern digital electronic tool and more as a term encompassing made objects and the socio-material systems that guide them. However, like Lucy Suchman shows in her talk “Relocating Innovation: Places and Practices of Future Making”, the visions of these made objects are blinkered temporally by limiting the historicity of technology <a href="#suchman-2018">(Suchman 2018)</a>. These same ‘blinkerings’ apply to humans, their bodies, societies and the relations between these. The neoliberal capitalist view of the world as a linear progression or even a geometric progression like that Moore’s law(The Editors of Encyclopaedia Britannica 2020) is something that I hope to challenge at least in the slightest way.</p>
<p>In this paper, I aim to offer a glimpse of different epistemology for collaborative networks from the position of centring the various collectives that we belong to. Much has been said about care, but I hope to contextualise my experiences in the theories of care from medical anthropology, political actor-network theories, feminist geography and science and technology studies. Through this research, I hope to present a reimagination of hierarchical practices in networks, of typologies of collectives and institutional practices that are ‘new’. I present the different manifestations of care that I observed, embodied, built for and encountered in networks. I have, through my time at Srishti approached collaborations and networks and studied how they addressed whatever issues they were formed around.</p>
<p>Through a studio in Wayanad, I explored ways of helping tribal children speculate about futures with children from other castes as a way to destigmatize caste. The project was important for me to understand systemic perspectives and how issues play into each other. Another project in Bihar with early childhood care involved understanding the links between caste and spacio-linguistic access to education. In partnership with Project Potential, we were on field with youth from the district and were lucky enough to talk to them and have them talk to us about the research. Working with groundwater fluoridation in Chikkaballapur helped me understand the value of middlemen in the support and maintenance of the network. INREM and a network of people, practices and organisations were working to solve this. It was amazing to witness how much longevity matters to field engagement. As a part of my Transdisciplinary studio, I was exploring conflict and care across systems to answer existential questions that were close to me like “Can we actually hope that we can deal with Climate Change and all the conflicts that it will bring?”. Through the fieldwork for the capstone, I explored how collaborations and networks can work from practices of care and use conflict and care to deal with important issues. Through all of these experiences, I grew closer to the idea of redefining how we work within our collectives. How do we practice caring for the world through these collectives while also making sure that the collectives themselves were cared for? This involves a lot more work than caring for the individuals within the collective and often about understanding that care for the individual rarely has benefits for the collective. Annemarie Mol puts this succinctly, “care for collectives tinkers with the conditions in which they live” <a href="#mol-2008">(Mol 2008, p. 68)</a>. Through the paper, I explore what this means for the everyday lives, the places of these collectives and their practices.</p>
<p>It was a struggle for me to describe and reflect on these practices as I was still learning through most of my capstone how I recognized and responded to these care practices. I intended to flesh out these slices through my capstone. However, I’d be remiss if I didn’t mention the various privileges that made it possible for me to do the research this way. I come from the privilege of living in a Tier 1 city; higher caste and middle class; neurotypical; able-bodied; cis-het male studying in a expensive design research institution. Also, the reason I was able to do this capstone is the access I had to travel and stay in a place with funds from home and focus on my work most of the time. There was also the privilege of being the practitioner and the respect and access I received through the role.</p>
<p><figure class="responsive-figure lightbox-trigger" data-annotate-image>
  <a href="/carefull-collectives-and-their-care-practices/000017.png" class="lightbox-link">
    <picture>
    <source type="image/webp" srcset="/carefull-collectives-and-their-care-practices/000017_hu9704624512928699835.webp 480w, /carefull-collectives-and-their-care-practices/000017_hu621185869298779304.webp 501w" sizes="(max-width: 960px) 100vw, 65vw">
    <img src="/carefull-collectives-and-their-care-practices/000017.png" srcset="/carefull-collectives-and-their-care-practices/000017_hu1563193102941380089.png 480w, /carefull-collectives-and-their-care-practices/000017.png 501w" sizes="(max-width: 960px) 100vw, 65vw" alt="A causal loop diagram of my Wayanad Research" loading="lazy" decoding="async" width="501" height="389">
  </picture>


  </a>
</figure>
</p>
<p><em>Fig 1: A causal loop diagram of my Wayanad Research - <a href="https://khattamicah.xyz/the-disenfranchisement-of-adivasis-in-kerala/">The Disenfranchisement of Paniyas in Kerala</a></em></p>
<p><figure class="responsive-figure lightbox-trigger" data-annotate-image>
  <a href="/carefull-collectives-and-their-care-practices/000024.png" class="lightbox-link">
    <picture>
    <source type="image/webp" srcset="/carefull-collectives-and-their-care-practices/000024_hu10342577615093592037.webp 480w, /carefull-collectives-and-their-care-practices/000024_hu10085606593276230535.webp 768w, /carefull-collectives-and-their-care-practices/000024_hu5178902491429192403.webp 1200w, /carefull-collectives-and-their-care-practices/000024_hu11192935425503225723.webp 4270w" sizes="(max-width: 960px) 100vw, 65vw">
    <img src="/carefull-collectives-and-their-care-practices/000024.png" srcset="/carefull-collectives-and-their-care-practices/000024_hu18209804868910036622.png 480w, /carefull-collectives-and-their-care-practices/000024_hu14302880193507036526.png 768w, /carefull-collectives-and-their-care-practices/000024_hu16957353346342878260.png 1200w, /carefull-collectives-and-their-care-practices/000024.png 4270w" sizes="(max-width: 960px) 100vw, 65vw" alt="From the Mapping Futures Studio" loading="lazy" decoding="async" width="4270" height="5865">
  </picture>


  </a>
</figure>
</p>
<p><em>Fig 2: From the Mapping Futures Studio<a href="https://khattamicah.xyz/antarsam-exploring-alternate-histories-and-futures/">Ecological System: Drawing Inspiration from Ants</a></em></p>
<h2 id="methodology-and-representation-of-research">Methodology and Representation of Research</h2>
<p>It is precisely the fact that our vision of the world is a vision from somewhere – that it is inextricably based in an embodied, and therefore partial, perspective – which makes us personally responsible for it. The only possible route to objectivity on this view is through collective knowledge of the specific locations of our respective visions.<a href="#suchman-2002a">(Suchman 2002)</a></p>
<p>I wanted to do the capstone not as a single thesis or problem-solution but rather as an object produced from participation and collaboration which in turn produces multiple smaller outcomes, outputs, practices and reflections. The aim was for me to be able to first understand how care manifests in networks, frame my learnings on care through the outcomes, outputs, practices and reflection. As I reflected on how I wanted to represent my learnings, I came to using multiple descriptive tools such as archetypal roles of care practitioners in networks and other practices of these care practitioners that weren’t big/small enough for those archetypes. Through this capstone, I hoped to rehearse a practice I wanted to develop for myself, one that moved in between academia, activism, technology and design that is heavily centred in responsive human-nonhuman networks.</p>
<p>I imagine, retrospectively that there are two ways that I envision my participation in these networks-through being and through doing. By be-ing in a network, I wanted to see the network as not separate from me. This would have been a defeat if my engagement remained within the scope of my capstone or my “research question”. Care as a general inquiry helped me build an inductive experience of the network not by forcing my agenda but by involving myself with the activities of the networks themselves. The post-COVID part of my capstone served as an illustration of that to me. I was, first, part of those networks and be-ing in them and only then did it occur to me to include the work in my capstone.</p>
<p>“Rather than occupying the two positions simultaneously all of the time, what happens is more akin to an oscillation between observation and participation.” <a href="#bondi-2003">(Bondi 2003)</a></p>
<p>The second aspect of the participation involved do-ing things in the network. These could include making with, for and of these networks. These constantly helped me frame the differences in the contexts and practices of these networks and also helped me draw shapes around the things that united them in my inquiry, care. By making artefacts that served the role of shaping, supporting and aiding the work of the network, I was able to understand my thoughts about care and articulate them through the work. Often, this process of do-ing was interrupted by the capabilities of the tool and the tooler. Finding different ways of doing those things also gave me insights on how tooling and meta-tooling- their appropriation and sculpting-is a legitimate care practice that doesn’t receive its due. This is, in Lucy Suchman’s view an effect of the binaries of designer and user and the resulting centring of power and visibility on the designer’s side. This is despite the amount of work it takes to articulate and appropriate the tools for whatever specific work it is needed for. <a href="#suchman-2002b">(Suchman 2002)</a></p>
<p>I draw from the theories of feminist geography to inform my research methodology. This methodology&rsquo;s self-criticality and reflexivity refine both the way I conducted my research and what emerged from it. Another principle is to make visible the presence and absence of bodies, histories, knowledges and practices in a geographical setting <a href="#thien-2009">(Thien 2009)</a>. Through this process, I engaged with ideas of care - in the forms they exist in-unique to the communities, networks, technologies and individuals that I work with. The question I got to ask in the end was “How do you re/imagine different modes of collaborative networks that take care of their communities and their value systems?”. This ‘how’ was important to me. I wanted to make sure that this knowledge production emerged through intersubjective and very relational dynamics which involved more than mere objectivity but rather an overt acknowledgement of the emotional content of the research(ibid). It was also my intention, in the spirit of participation to research through learning as a method.</p>
<p>As much as the scope of the research goes, I want to emphasize on the specificity of the research, and how if the same participation was undertaken with another set of networks then my descriptions of care would change. However, I would like to outline the processes of research like this, which could be adapted and used according to context.</p>
<p>Juxtaposition is a method I am borrowing from Jenna Grant to translate between concepts of care and practice of care in networks of collaboration. I want to juxtapose my anecdotes, experiences and made objects on the field with how care has been theorised in politics, medical anthropology, STS and feminist geographies. Juxtaposition offers the opportunity of talking and thinking about “difference without the subordination of one in terms of the other” <a href="#grant-2020">(Grant 2020, p. 22)</a> Also for my purposes, it brings forward the specificity of this research and negates any claim to objectivity and talks about the intersubjectivity of this research.</p>
<p>I also struggled with getting together a coherent representation of the anecdotes, metaphors, embodied intuitions, epiphanies that I gathered as well as the understandings I gained through the making of artefacts and micro-practices. I was somewhat inspired by the roles that Deepa Iyer envisioned in a social change ecosystem for the Solidarity Is and Building Movement project <a href="#iyer-2019">(Iyer 2019)</a>. I bring together a synthesis of these experiences in the form of archetypal roles that care practitioners play in a network. Other than that, I describe other axioms of care that I saw in these networks. Hopefully, the archetypes and axioms serve to partially illustrate my learnings through the capstone.</p>
<p>The decision to structure my paper in this way was a conscious one taking into consideration the non-linear nature of the work. By not isolating aspects of the work in distinct chapters, I use the current structure to move between binaries like theory and practice, designed artefacts and reflections, methodologies and personal connections to the research. Another decision was to use micro-outputs by defining outputs as any “do-ings, be-ings or make-ings” that helped me understand care in networks. Keeping this collection of outputs as the cornerstone of the description of axioms and archetypes, I present a glimpse of how I was witness to care practices.</p>
<p>The preface of this paper introduces systems-networks as I have come to understand through my practice in Srishti and speculates how futures thinking can help us imagine new paradigms of collaboration. The first chapter is an articulation of my intent and how that reflected in the work that I did in terms of research, making and theorising. The second chapter describes briefly my experiences and my work with the various networks. Thirdly, I describe how I reflected on theories of Actor-Network and political care through the structures and shared value systems of the networks. In the next chapter, I present some of the doings and beings I used to reflect on and understand the nature of care in collaboratives. I do this in three ways:</p>
<ul>
<li>Micro-understandings contain experiences which served as epiphanies</li>
<li>Micro-practices contain understandings that I was able to gain through putting some things into practice or while rehearsing a practice</li>
<li>Micro-makings consist of artefacts made or retooled for a purpose and what they taught me through the process</li>
</ul>
<p>The fifth chapter uses descriptive tools like archetypes and axioms to articulate how I see care work in networks and talk about shared value systems. I do this in two parts. Archetypes which describe how there are roles of care practitioners that members may slip into when performing care work. These roles aren’t used as normative notions but rather a tool to describe care work in networks. The second descriptive tool that I use are axioms of care work in these networks. It is a convergence of the shared values that networks like these espouse. I go about the description by interspersing anecdotes and reflections with different theories.</p>
<p><figure class="responsive-figure lightbox-trigger" data-annotate-image>
  <a href="/carefull-collectives-and-their-care-practices/000028.png" class="lightbox-link">
    <picture>
    <source type="image/webp" srcset="/carefull-collectives-and-their-care-practices/000028_hu10760284591873107499.webp 480w, /carefull-collectives-and-their-care-practices/000028_hu707313068522965623.webp 768w, /carefull-collectives-and-their-care-practices/000028_hu7507803695199330285.webp 1200w, /carefull-collectives-and-their-care-practices/000028_hu770655519769617302.webp 5811w" sizes="(max-width: 960px) 100vw, 65vw">
    <img src="/carefull-collectives-and-their-care-practices/000028.png" srcset="/carefull-collectives-and-their-care-practices/000028_hu7610711249995633393.png 480w, /carefull-collectives-and-their-care-practices/000028_hu6310638332448644738.png 768w, /carefull-collectives-and-their-care-practices/000028_hu5163915223373651430.png 1200w, /carefull-collectives-and-their-care-practices/000028.png 5811w" sizes="(max-width: 960px) 100vw, 65vw" alt="From the Gondhal we attended. credits: Anu AP, Anushtha Sharma" loading="lazy" decoding="async" width="5811" height="3714">
  </picture>


  </a>
</figure>
</p>
<p><em>Fig 3: From the Gondhal we attended. credits: Anu AP, Anushtha Sharma</em></p>
<p><figure class="responsive-figure lightbox-trigger" data-annotate-image>
  <a href="/carefull-collectives-and-their-care-practices/000031.png" class="lightbox-link">
    <picture>
    <source type="image/webp" srcset="/carefull-collectives-and-their-care-practices/000031_hu5263670089837454189.webp 480w, /carefull-collectives-and-their-care-practices/000031_hu3412631562874391844.webp 768w, /carefull-collectives-and-their-care-practices/000031_hu5768563464378081907.webp 1200w, /carefull-collectives-and-their-care-practices/000031_hu6673567880677460265.webp 2286w" sizes="(max-width: 960px) 100vw, 65vw">
    <img src="/carefull-collectives-and-their-care-practices/000031.png" srcset="/carefull-collectives-and-their-care-practices/000031_hu10067998006249503966.png 480w, /carefull-collectives-and-their-care-practices/000031_hu16010924970667670959.png 768w, /carefull-collectives-and-their-care-practices/000031_hu17420586147102361376.png 1200w, /carefull-collectives-and-their-care-practices/000031.png 2286w" sizes="(max-width: 960px) 100vw, 65vw" alt="With Ruksana Ma&amp;rsquo;am and her husband. Credits: Dilip Patil" loading="lazy" decoding="async" width="2286" height="1054">
  </picture>


  </a>
</figure>
</p>
<p><em>Fig 4: With Ruksana Ma&rsquo;am and her husband. Credits: Dilip Patil</em></p>
<p><figure class="responsive-figure lightbox-trigger" data-annotate-image>
  <a href="/carefull-collectives-and-their-care-practices/000012.png" class="lightbox-link">
    <picture>
    <source type="image/webp" srcset="/carefull-collectives-and-their-care-practices/000012_hu7797255738781812433.webp 480w, /carefull-collectives-and-their-care-practices/000012_hu8668625631434778006.webp 768w, /carefull-collectives-and-their-care-practices/000012_hu1245614000613680905.webp 1200w, /carefull-collectives-and-their-care-practices/000012_hu18401643629382285100.webp 3072w" sizes="(max-width: 960px) 100vw, 65vw">
    <img src="/carefull-collectives-and-their-care-practices/000012.png" srcset="/carefull-collectives-and-their-care-practices/000012_hu3611734109973523841.png 480w, /carefull-collectives-and-their-care-practices/000012_hu18043174441526254645.png 768w, /carefull-collectives-and-their-care-practices/000012_hu11885532741354993053.png 1200w, /carefull-collectives-and-their-care-practices/000012.png 3072w" sizes="(max-width: 960px) 100vw, 65vw" alt="From Naveen&amp;rsquo;s workshop" loading="lazy" decoding="async" width="3072" height="2880">
  </picture>


  </a>
</figure>
</p>
<p><em>Fig 5: From Naveen&rsquo;s workshop</em></p>
<p><figure class="responsive-figure lightbox-trigger" data-annotate-image>
  <a href="/carefull-collectives-and-their-care-practices/000010.png" class="lightbox-link">
    <picture>
    <source type="image/webp" srcset="/carefull-collectives-and-their-care-practices/000010_hu10300258195206869529.webp 480w, /carefull-collectives-and-their-care-practices/000010_hu6980200134678856804.webp 768w, /carefull-collectives-and-their-care-practices/000010_hu13721215600415877249.webp 1200w, /carefull-collectives-and-their-care-practices/000010_hu4216414516351118993.webp 4096w" sizes="(max-width: 960px) 100vw, 65vw">
    <img src="/carefull-collectives-and-their-care-practices/000010.png" srcset="/carefull-collectives-and-their-care-practices/000010_hu17740687647817415510.png 480w, /carefull-collectives-and-their-care-practices/000010_hu5174627371926465359.png 768w, /carefull-collectives-and-their-care-practices/000010_hu2823663353917378956.png 1200w, /carefull-collectives-and-their-care-practices/000010.png 4096w" sizes="(max-width: 960px) 100vw, 65vw" alt="From Naveen&amp;rsquo;s workshop Credit: Vinay Malge" loading="lazy" decoding="async" width="4096" height="2101">
  </picture>


  </a>
</figure>
</p>
<p><em>Fig 6: From Naveen&rsquo;s workshop Credit: Vinay Malge</em></p>
<p><figure class="responsive-figure lightbox-trigger" data-annotate-image>
  <a href="/carefull-collectives-and-their-care-practices/000008.png" class="lightbox-link">
    <picture>
    <source type="image/webp" srcset="/carefull-collectives-and-their-care-practices/000008_hu9042023616830031880.webp 428w" sizes="(max-width: 960px) 100vw, 65vw">
    <img src="/carefull-collectives-and-their-care-practices/000008.png" srcset="/carefull-collectives-and-their-care-practices/000008.png 428w" sizes="(max-width: 960px) 100vw, 65vw" alt="From the exhibition Credits: Vinay Malge" loading="lazy" decoding="async" width="428" height="175">
  </picture>


  </a>
</figure>
</p>
<p><em>Fig 7: From the exhibition Credits: Vinay Malge</em></p>
<p><figure class="responsive-figure lightbox-trigger" data-annotate-image>
  <a href="/carefull-collectives-and-their-care-practices/000013.png" class="lightbox-link">
    <picture>
    <source type="image/webp" srcset="/carefull-collectives-and-their-care-practices/000013_hu13034752820006233471.webp 480w, /carefull-collectives-and-their-care-practices/000013_hu13924191304574588539.webp 768w, /carefull-collectives-and-their-care-practices/000013_hu14038370961956245023.webp 1200w, /carefull-collectives-and-their-care-practices/000013_hu11109954966936082238.webp 1414w" sizes="(max-width: 960px) 100vw, 65vw">
    <img src="/carefull-collectives-and-their-care-practices/000013.png" srcset="/carefull-collectives-and-their-care-practices/000013_hu14511320087773199113.png 480w, /carefull-collectives-and-their-care-practices/000013_hu18711381978684476.png 768w, /carefull-collectives-and-their-care-practices/000013_hu9825803833192020634.png 1200w, /carefull-collectives-and-their-care-practices/000013.png 1414w" sizes="(max-width: 960px) 100vw, 65vw" alt="An old visualisation of my research" loading="lazy" decoding="async" width="1414" height="802">
  </picture>


  </a>
</figure>
</p>
<p><em>Fig 8: An old visualisation of my research</em></p>
<p><figure class="responsive-figure lightbox-trigger" data-annotate-image>
  <a href="/carefull-collectives-and-their-care-practices/000045.png" class="lightbox-link">
    <picture>
    <source type="image/webp" srcset="/carefull-collectives-and-their-care-practices/000045_hu4710060215056223600.webp 480w, /carefull-collectives-and-their-care-practices/000045_hu8952585631236922267.webp 768w, /carefull-collectives-and-their-care-practices/000045_hu12405479924730369449.webp 1080w" sizes="(max-width: 960px) 100vw, 65vw">
    <img src="/carefull-collectives-and-their-care-practices/000045.png" srcset="/carefull-collectives-and-their-care-practices/000045_hu961417944567414334.png 480w, /carefull-collectives-and-their-care-practices/000045_hu12823155388043525206.png 768w, /carefull-collectives-and-their-care-practices/000045.png 1080w" sizes="(max-width: 960px) 100vw, 65vw" alt="The first messages in the ICAN" loading="lazy" decoding="async" width="1080" height="1477">
  </picture>


  </a>
</figure>
</p>
<p><em>Fig 9: The first messages in the ICAN</em></p>
<p><figure class="responsive-figure lightbox-trigger" data-annotate-image>
  <a href="/carefull-collectives-and-their-care-practices/000026.png" class="lightbox-link">
    <picture>
    <source type="image/webp" srcset="/carefull-collectives-and-their-care-practices/000026_hu17138999307267294942.webp 480w, /carefull-collectives-and-their-care-practices/000026_hu16715893265654548782.webp 768w, /carefull-collectives-and-their-care-practices/000026_hu15324231604803066688.webp 771w" sizes="(max-width: 960px) 100vw, 65vw">
    <img src="/carefull-collectives-and-their-care-practices/000026.png" srcset="/carefull-collectives-and-their-care-practices/000026_hu14139346213712797433.png 480w, /carefull-collectives-and-their-care-practices/000026_hu14499606107192042838.png 768w, /carefull-collectives-and-their-care-practices/000026.png 771w" sizes="(max-width: 960px) 100vw, 65vw" alt="The welcome message in DB" loading="lazy" decoding="async" width="771" height="387">
  </picture>


  </a>
</figure>
</p>
<p><em>Fig 10: The welcome message in DB</em></p>
<p><figure class="responsive-figure lightbox-trigger" data-annotate-image>
  <a href="/carefull-collectives-and-their-care-practices/000042.png" class="lightbox-link">
    <picture>
    <source type="image/webp" srcset="/carefull-collectives-and-their-care-practices/000042_hu4199899012383631702.webp 480w, /carefull-collectives-and-their-care-practices/000042_hu15390718266131330559.webp 768w, /carefull-collectives-and-their-care-practices/000042_hu18167617035638991607.webp 1080w" sizes="(max-width: 960px) 100vw, 65vw">
    <img src="/carefull-collectives-and-their-care-practices/000042.png" srcset="/carefull-collectives-and-their-care-practices/000042_hu12514764990467089906.png 480w, /carefull-collectives-and-their-care-practices/000042_hu17158423297113204757.png 768w, /carefull-collectives-and-their-care-practices/000042.png 1080w" sizes="(max-width: 960px) 100vw, 65vw" alt="An update from Padmini on the Beku Group" loading="lazy" decoding="async" width="1080" height="1920">
  </picture>


  </a>
</figure>
</p>
<p><em>Fig 11: An update from Padmini on the Beku Group</em></p>
<p><figure class="responsive-figure lightbox-trigger" data-annotate-image>
  <a href="/carefull-collectives-and-their-care-practices/000011.png" class="lightbox-link">
    <picture>
    <source type="image/webp" srcset="/carefull-collectives-and-their-care-practices/000011_hu3028092695919709719.webp 300w" sizes="(max-width: 960px) 100vw, 65vw">
    <img src="/carefull-collectives-and-their-care-practices/000011.png" srcset="/carefull-collectives-and-their-care-practices/000011.png 300w" sizes="(max-width: 960px) 100vw, 65vw" alt="The apps made in other cities" loading="lazy" decoding="async" width="300" height="602">
  </picture>


  </a>
</figure>
</p>
<p><em>Fig 12: The apps made in other cities</em></p>
<p><figure class="responsive-figure lightbox-trigger" data-annotate-image>
  <a href="/carefull-collectives-and-their-care-practices/000002.png" class="lightbox-link">
    <picture>
    <source type="image/webp" srcset="/carefull-collectives-and-their-care-practices/000002_hu9760664072302511961.webp 480w, /carefull-collectives-and-their-care-practices/000002_hu12328845968356863677.webp 768w, /carefull-collectives-and-their-care-practices/000002_hu2046536178398686446.webp 904w" sizes="(max-width: 960px) 100vw, 65vw">
    <img src="/carefull-collectives-and-their-care-practices/000002.png" srcset="/carefull-collectives-and-their-care-practices/000002_hu600757426864687006.png 480w, /carefull-collectives-and-their-care-practices/000002_hu18041122213542156524.png 768w, /carefull-collectives-and-their-care-practices/000002.png 904w" sizes="(max-width: 960px) 100vw, 65vw" alt="I helped the Sukhibhava team make this poster which was then translated" loading="lazy" decoding="async" width="904" height="1280">
  </picture>


  </a>
</figure>
</p>
<p><em>Fig 13: I helped the Sukhibhava team make this poster which was then translated</em></p>
<p><figure class="responsive-figure lightbox-trigger" data-annotate-image>
  <a href="/carefull-collectives-and-their-care-practices/000039.png" class="lightbox-link">
    <picture>
    <source type="image/webp" srcset="/carefull-collectives-and-their-care-practices/000039_hu12030207936744545919.webp 480w, /carefull-collectives-and-their-care-practices/000039_hu1587556642386076439.webp 768w, /carefull-collectives-and-their-care-practices/000039_hu1236456780615907399.webp 813w" sizes="(max-width: 960px) 100vw, 65vw">
    <img src="/carefull-collectives-and-their-care-practices/000039.png" srcset="/carefull-collectives-and-their-care-practices/000039_hu4322646875196976514.png 480w, /carefull-collectives-and-their-care-practices/000039_hu5124074475128384935.png 768w, /carefull-collectives-and-their-care-practices/000039.png 813w" sizes="(max-width: 960px) 100vw, 65vw" alt="Translated versions of the same IEC material all done by different volunteers" loading="lazy" decoding="async" width="813" height="1434">
  </picture>


  </a>
</figure>
</p>
<p><em>Fig 14: Translated versions of the same IEC material all done by different volunteers</em></p>
<p><figure class="responsive-figure lightbox-trigger" data-annotate-image>
  <a href="/carefull-collectives-and-their-care-practices/000039.png" class="lightbox-link">
    <picture>
    <source type="image/webp" srcset="/carefull-collectives-and-their-care-practices/000039_hu12030207936744545919.webp 480w, /carefull-collectives-and-their-care-practices/000039_hu1587556642386076439.webp 768w, /carefull-collectives-and-their-care-practices/000039_hu1236456780615907399.webp 813w" sizes="(max-width: 960px) 100vw, 65vw">
    <img src="/carefull-collectives-and-their-care-practices/000039.png" srcset="/carefull-collectives-and-their-care-practices/000039_hu4322646875196976514.png 480w, /carefull-collectives-and-their-care-practices/000039_hu5124074475128384935.png 768w, /carefull-collectives-and-their-care-practices/000039.png 813w" sizes="(max-width: 960px) 100vw, 65vw" alt="Translated to Marathi by me and Saili" loading="lazy" decoding="async" width="813" height="1434">
  </picture>


  </a>
</figure>
</p>
<p><em>Fig 15: Translated to Marathi by me and Saili</em></p>
<h2 id="understanding-how-networks-come-together">Understanding how networks come together</h2>
<p>“We can refuse to miss what we are deemed to be missing. We can share a refusal.” <a href="#ahmed-2017">(Ahmed 2017, p. 185)</a></p>
<p>Care as a concept was only familiar to me as being vaguely socio-spiritual. Shreyas suggested that I look at theories of ethics in practice in feminist geographies and through Naveen, I found Annemarie Mol and Lucy Suchman who talk about care in the contexts of medical anthropology and science and technology studies. It started to become clear to me the kind of literature I would read from that point on as I started to look at care in different contexts to recognize it in networks and maybe elaborate about a theory of care in collaborative places. Annemarie Mol&rsquo;s Logic of care underlined a few very important things for the course of this research. Annemarie Mol asks the question of whether we are individuals or collectives first. She talks about how we are not singular entities and argues the case for adding temporal relations in the associative identity of a human. By putting out missives to individuals to encourage them to keep up healthy practices, it is assumed that the health of the collective will also increase. Collectives are not made by adding together its individuals and much like emergence in systems practice. The actions, responses and reactions of collectives are non-linear to those of the individuals that it consists of. The two ways that she uses to elaborate on this idea is through categorisation and specification. How certain categorisations stick but are not the options that take the best care of the collectives and how a generalisation of care practices only alienate people, as they are now demonstrably deviant to the norm. Thus, care must be specific. <a href="#mol-2008">(Mol 2008)</a></p>
<p>Through this project, I hope to present categorisations of people in networks not as individuals with a function but through their practice of care. This may be a smaller part of a larger reimagination of how networks situate themselves. It also may offer insight into how these different networks were organized around something. It would either be a shared value system, a response to an emerging event or matter of concern or both.</p>
<p>An worldly thing may fill in as a mutual object of concern for a specific collective. It is consistently a contested item, that also creates a bond among them. Something that cleaves as well as unites. This is not to say that it is not something that takes away commonality but rather defines something as a different type of common like a match on a football field. A political matter that is common through the process of people connecting because of it but also articulating distinctions within and without themselves through the “thing”. Ella Myers talks about how a &rsquo;thing&rsquo; or a &lsquo;matter of concern&rsquo; happens before the emergence of &lsquo;publics&rsquo; and &lsquo;solidarities&rsquo; between them. Through these contest and alliances, she dismisses the idea of an all-inclusive &lsquo;we&rsquo; in this emergence of a collective. <a href="#myers-2013">(Myers 2013)</a></p>
<p>Latour also talks about how anthro-techno and natural assemblages start to coagulate around a “matter of concern” and not a “matter of fact”. This &rsquo;thing&rsquo; is about the shared care of the world that is much larger than care for the self and care for loved ones and others <a href="#latour-weibel-2005">(Latour &amp; Weibel 2005)</a>. It is a care that transcends the personal and the intimate and moves beyond that as a shared articulation of concern for something present in the world. The public coagulates around this thing in various forms of solidarity. These solidarities take the form of “alliances and contests”. <a href="#suchman-2002b">(Suchman 2002)</a></p>
<p>Vinay when talking about the beginning of Team YUVAA told me that the network was activated when they decided to clean up the monuments in Bidar. The monuments thus became a part of the assemblage that is Team YUVAA. This was evidenced by their continued engagement with the geographies of Bidar, its various ecologies, dying practices and other micro-contexts. It was in the vein of this same compassion for the place that Shreyas and Vinay started working together. Their style of working heavily centred these shared values as drivers of action. There are so many times that I was a little confused by the melding and ‘unmelding’ of the identities of DLL, Team YUVAA, their partner organisations and their academic engagements. This was amply demonstrated during the Bidar civil society response to Coronavirus. The groups were heterogeneous in their constitution and didn’t have any name other than “CoronaSainikaru” which was given to them by the people. This soon changed to “Koi Bhooka Na Rahe”. Vinay always jokes to Shreyas about how the names don’t matter but the work does. ICAN was a chance for me to see how a network coagulated around individual intentions to respond to the crisis. However, in retrospect, the scale at which Ruchi chose to work, inside a city and with quick making tools, had an effect of articulating the values that would be shared later-Small, local, contextual, low barrier to replication and quick making. It was unfortunate that I couldn’t work anymore after a point and the group also disengaged from each other. The Telegram group, the Google Sheets, the Glideapps-by their very collaborative nature hosted a bunch of different people and conversations. Many of them flitting in and out of conversations, some hidden, some over a long period.</p>
<p>Another way that I saw the coagulation of these networks were through the latent and invisible processes that came before them. Design Beku is the brainchild of Padmini, Shreyas, Naveen and Paul who wanted to recontextualise design to more than the IT sector. I had attended a workshop in 2019 that Beku had conducted with trans-persons from across Karnataka post the 377 judgement. It was an effort with Sangama, an organisation that works for trans livelihoods and dignity. It was a time where Beku was still finding its place and pace. When coronavirus hit, they saw a reason to activate the network and invite more people to join them. Even with Team YUVAA, Vinay told me about how he had scoped Bidar for over two years looking for individuals who wanted to do something(“kuch karna he”) for Bidar. “One day we just decided to start cleaning the areas around monuments because they were really dirty. And from then on, the group kept working in more and more places with real issues that needed to be worked on. That whole process built up a lot of goodwill.” This also laid the groundwork for DLL to emerge even though Team YUVAA had very few members left in Bidar. Shreyas and Vinay started working together by chance and decided to team up and give a new direction to their efforts.</p>
<p>Each of the networks has had so many human and nonhuman members, participants and actants. In Bidar, through Naveen’s workshop, the networks we interacted with were mostly activated by the recording done on the Pi Zero. The nature of the RPi allowed us to do certain things while forbidding others. It allowed us to bring the sense of novelty to the activities while still having to be able to persuade the other network actants to use the device. Design Beku was a true assemblage of human, nonhuman, digital and non-digital, visible and invisible. The tools that made it possible to continuously collaborate allowed us more time to keep posting and putting out stuff even though the time that each volunteer could spare was quite less. The tools also needed to be interoperable. The ICAN became possible to put in app form only because something like Glideapps existed. The modular, sheet-based structure allowed for non-technical persons like me to start compilation on my own.</p>
<p>By “anthro-techno and natural”, I am also trying to describe assemblages and networks the way that Myers and Latour talk about their makeup. Anthro stands for humans and their pace in these systems and Techno as a broader term going back to the concept of ‘Techne’ <sup>1</sup>. Natural systems, organic and inorganic also feature as part of these assemblages. Latour speaks about these constituents of these assemblages having a distributed agency in the whole process. He posited that it might be beneficial for humans to see that they aren’t the only ones with agency in these assemblages. They posited that effects were generated by an assemblage of organic and inorganic factors and humans cannot claim a monopoly on world-building. This diffusion of agency could lead to more conscientious care for the world(<a href="#myers-2013">Myers 2013</a>; <a href="#latour-weibel-2005">Latour &amp; Weibel 2005</a>).</p>
<p>Techne as the belief systems that guide systems of making, made objects and the belief systems behind them. <a href="https://plato.stanford.edu/entries/episteme-techne/">https://plato.stanford.edu/entries/episteme-techne/</a></p>
<p>However, Myers argues that this denies the amplified world-building capabilities that humans have in their respective sites. She stands against the flat-out distribution of agency that Latour and Bennett talk about in their network theories and instead argues that each actant in a network or assemblage is not the same in terms of the capacity for world-building. There are many things that she borrows from Latour and Bennet&rsquo;s description of assemblages in terms of the fallibility, non-sovereignty and the blindness of human actors in these sites. However, she rejects the notion of levelling the agency among each of the actants in an assemblage. Human agency has the most effect on the assemblages of organic and inorganic. She talks about assemblages as not just actants that may be organic and inorganic, she talks about “worldly things” surfacing assemblages that are defined in scope and scale by its human actants. This means that the process of care for the world must also take into consideration the lack of agency we have in defining newer paradigms of assemblages <a href="#myers-2013">(Myers 2013)</a>.</p>
<p>However, she doesn&rsquo;t factor in the changes in human communities, histories, wealths and personal agencies. In effect, when we add the dimension of time to the concepts of these assemblages there are implications as to the fixed identities of these actants that both Latour and Myers suggest. I believe networks are made not of unitary actants and that each actant is also an assemblage of their collectives, histories and wealth. Assemblages are themselves constellations of bodies, generations, relations and wealths through time.</p>
<p>We cannot just cleave systems and its actors into human and nonhuman components. Neither has a world-building capacity as an individual unit, devoid of the relations between each other that enable such world-building.. Especially in political organizing, this starts to become more clear once you start to include temporality as a factor of actant agency. Each of the human actants is a combination of their memories, resources, relations and perspectives on the world. The nonhuman world is now a combination of its history, memory, trauma and resilience which is indistinguishably intertwined with human history. Annemarie Mol talks about a patient who has been brought up with her single mom and was reported to have diabetes from her father&rsquo;s side. Her father had gone from being absent to being an inconvenient presence in her life. Thus, the actant that is the patient constitutes also of the material and immaterial histories of her father and the genes that were passed to her before she came to the scene. She talks about a patient who has been brought up with her single mom and was reported to have diabetes from her father&rsquo;s side. Her father had gone from being absent to being an inconvenient presence in her life. It might be helpful to use this as a framework to set in place the battles of privilege and dominance in human histories to match up with nonhuman histories. A diffused sense of agency among the actant constellations and their parts could also have implications in terms of the access and ability to perform care.</p>
<p><figure class="responsive-figure lightbox-trigger" data-annotate-image>
  <a href="/carefull-collectives-and-their-care-practices/000019.png" class="lightbox-link">
    <picture>
    <source type="image/webp" srcset="/carefull-collectives-and-their-care-practices/000019_hu98996453034622274.webp 480w, /carefull-collectives-and-their-care-practices/000019_hu4687720263004266436.webp 768w, /carefull-collectives-and-their-care-practices/000019_hu17681046275862071488.webp 1200w, /carefull-collectives-and-their-care-practices/000019_hu12777232428210959874.webp 1386w" sizes="(max-width: 960px) 100vw, 65vw">
    <img src="/carefull-collectives-and-their-care-practices/000019.png" srcset="/carefull-collectives-and-their-care-practices/000019_hu9138868316493858934.png 480w, /carefull-collectives-and-their-care-practices/000019_hu9700007847256093183.png 768w, /carefull-collectives-and-their-care-practices/000019_hu3120734352693679193.png 1200w, /carefull-collectives-and-their-care-practices/000019.png 1386w" sizes="(max-width: 960px) 100vw, 65vw" alt="An old representation of me trying to make sense of what I am doing" loading="lazy" decoding="async" width="1386" height="580">
  </picture>


  </a>
</figure>
</p>
<p><em>Fig 16: An old representation of me trying to make sense of what I am doing</em></p>
<p><figure class="responsive-figure lightbox-trigger" data-annotate-image>
  <a href="/carefull-collectives-and-their-care-practices/000006.png" class="lightbox-link">
    <picture>
    <source type="image/webp" srcset="/carefull-collectives-and-their-care-practices/000006_hu165172920186647966.webp 480w, /carefull-collectives-and-their-care-practices/000006_hu16559483695041487419.webp 768w, /carefull-collectives-and-their-care-practices/000006_hu18079701705570377326.webp 1200w, /carefull-collectives-and-their-care-practices/000006_hu16880864508010170262.webp 1371w" sizes="(max-width: 960px) 100vw, 65vw">
    <img src="/carefull-collectives-and-their-care-practices/000006.png" srcset="/carefull-collectives-and-their-care-practices/000006_hu12958853622955796306.png 480w, /carefull-collectives-and-their-care-practices/000006_hu15230517464852173040.png 768w, /carefull-collectives-and-their-care-practices/000006_hu8128717151411051598.png 1200w, /carefull-collectives-and-their-care-practices/000006.png 1371w" sizes="(max-width: 960px) 100vw, 65vw" alt="An old diagram of me still trying to make sense of this" loading="lazy" decoding="async" width="1371" height="916">
  </picture>


  </a>
</figure>
</p>
<p><em>Fig 17: An old diagram of me still trying to make sense of this</em></p>
<h2 id="do-ings-and-be-ings-a-collection-of-micro-outputs">Do-ings and Be-ings: A collection of micro-outputs</h2>
<p>Repair as care means that ongoing work of tailoring, appropriation, and resistance is an attachment, for it is “to bear and affirm a moral relation” to the object. <a href="#jackson-2013">(Jackson 2013)</a>.</p>
<p>to think of care beyond a moral disposition, or a good intention, extending its senses to a material doing, the way we experience, perceive, represent, and live with things.</p>
<p>&ldquo;Care stands for a signifier of necessary yet mostly dismissed labourers of everyday maintenance of life, an ethico-political commitment to neglected things, and the affective remaking of relationships with our objects” <a href="#bellacasa-2011">(Bellacasa 2011)</a></p>
<p>I present here a collection of experiences of do-ing and be-ing that helped me articulate ideas of care in networks.</p>
<h3 id="micro-understandings">Micro-Understandings</h3>
<p>These are experiences that don’t have any making or practising form explicitly but it was instrumental in contextualising some of the other experiences.</p>
<h4 id="mudras-for-clay">Mudras for clay</h4>
<p>Jahnavi and I went to the workshop of the Kumbhara potters. The workshop was principally a male domain. It was quite different from the home where we met Vidyawati ma’am where they were drying smaller vessels and clay instruments. The workshop space is where five brothers work from. It is a structure with a courtyard and a little more land in front of that. There are 5 rooms where each brother stores their products. The open space in front has a variety of utensils kept to dry, the women work within the courtyard, adding ash to the pots and other tasks which weren’t considered part of the main pottery work, according to the mother of the 5 brothers. As we sat there with them for a while, one of the brothers offered to teach us how to make a small diya. The process starts with adding wet mud to the platform on the wheel. There’s a long stick that fits into the notch of the wheel where you fit and rotate it forcefully and with a rhythm. He then showed us the exact hand positions that we need to mould the diya. I was immediately struck by how gentle and mudra-like it seemed. I had a lot of issues managing my hand pressure and keeping my body upright in a squatting position. Reflecting on it, the experience demonstrated to me how important bodies are, as a vessel of knowledge and practice. The rhythm, pressure and posture mattered in how the diya turned out.</p>
<p>After a few failed attempts, when I finally managed to make a decent one, he showed me how to cut it off the mud base with a thin wire. The cutting itself was a task of motion and rhythm. He said he would be delighted to teach us about the work if I came every day before 8. “There’s enough research and books about us, we like to teach. The last time a student came to learn from us, he was quite consistent and came every day for a month. We liked him a lot.” I started to play with the idea of researching through doing, but doing through learning. It sparked the idea of being an active and partial participant rather than an impartial and distant observer.</p>
<h4 id="grassy-computers">Grassy Computers</h4>
<p>A team from Servelots-Janasthu ran a session in Naveen’s workshop about their work in the Tech4Good sector. One of the projects that were relevant to the context of the workshop was part of their effort to establish an internet radio that is mobile in Devarayanadurga. They were also using a Raspberry Pi to record and create an ad-hoc network. However, the part that I found most interesting is how they shaped the hardware according to the place and the practices of the place. Devarayanadurga is mostly rural and has a few forests around. Bullgrass is amply available there. They made a container for the device made of bull grass in the shape of a pouch. It started to strike me how the minimalism aesthetic of mainstream design and “clean curves” serves the purpose of delocating the technology. Situating the technology would also involve the effort of using context to shape how the technology is perceived and felt - tangibly as well as intangibly.</p>
<h4 id="city-as-an-archive">“City as an archive”</h4>
<p>There was a point in the workshop where the groups were preparing to do activities with the communities that they had chosen. But as the day went on, many didn’t show up. While I was puzzled, Naveen got it immediately that it was probably due to fatigue of having 3 sessions in 4 days with us. He decided then that the workshop phases which were planned for more sessions of community participation wouldn’t happen. It was interesting to see how the facilitator in him was constantly on the lookout for the interests of the groups and not the interest of the activities and was willing to take a day off in the middle of a packed schedule.</p>
<p>In the exhibition space where Naveen’s workshop’s outcomes would culminate. I saw the way that cross-talk happened between communities of Bidar and the various groups that we had. The collaborating groups had a chance to see the outcomes that came about for other groups and comment on them as well. There was a table with the team from Servelots-Janasthu who were displaying and demo-ing their various projects and tools. Within the context of the workshop, the collaborating communities already had quite a bit of familiarity with some of the hardware. This made it easier for them to participate in the demo as well.</p>
<h3 id="micro-practices">Micro-practices</h3>
<p>This section outlines the times that I found another articulation of care through putting certain things in practice.</p>
<h4 id="rehearsing-alternate-futures">Rehearsing Alternate Futures</h4>
<p>Shreyas and I were discussing the role of an archive in a community and how it has to move beyond a dead store. The activation of an archive happens when the community has agency over it and derives a utility from it. We were discussing how the practices are so enmeshed in their bodies and not a purely mental exercise. We discussed a few embodied ways of interacting with the archive. Around this time, Naveen and a studio of MA Ex. students came down to Bidar for a studio called ‘Archiving the City’. Naveen spoke about the way that archives are designed in a way that musemises people and practices. He wanted to co-experiment in the living labs for alternative imaginations of archives and how they can be used by the people to whom it must belong. I also tried a few ways to use archives in a way that channels more than just seeing them from behind a literal or metaphorical glass case. In what ways can archives invite responses and collective building of the archives if the input methods were designed by allowing for more bodily agency.</p>
<p>We were also using audio as the medium of archiving. However, there are many problems with audio, one that it doesn’t offer the modularity that text gives. This modularity would allow for more ways to annotate a voice clip or song. Another option that was closed off was the more cumbersome ways to search and index the song and the content within it.</p>
<h4 id="meta-facilitating-for-and-with-care">Meta-Facilitating for and with care</h4>
<p>Naveen showed me how a meta-facilitation practice works through the studio. Where I joined along with a group with Jackson, Giri and Ishan who were working with the Shayara ma’am. Besides that, I was involved with the other groups when they worked on their brainstorming for activities. Some of them had difficulties understanding the workshop’s intention because of the popular use of Hindi and the academic use of English. After a session of reflection, I would sit with some of them and try to work out with them the way that they interpreted Naveen’s sessions about the workshop.</p>
<p>There was a point in the workshop where I was the facilitator for a few days, which gave me a little anxiety on whether I would send someone down the wrong direction and I spoke to Naveen about it. Naveen told me how now I am part of the workshop for all its ‘good’ and ‘bad’ implications. As long as I understood some of my biases and the apparent “don’ts”, I would be part of shaping the workshop and that is okay. This helped me understand and augment my understanding of opposing design authorship practically. I also faced some situations where I couldn’t articulate the right thing to do for some students who were surfacing their own biases while working in the field. From the knowledge that I have struggled with the same thing in the past, I decided to take a safer route for the conversation and leave the critical parts of it to Vinay and Naveen, which they handled well.</p>
<p>After we went through the first two stages of the workshop, which involved acclimating themselves with the place and understanding the people we were working with. We started to discuss the tendencies of practitioners to separate a practice from its people, their environments, livelihoods and their everyday lives. As we moved into the third phase, we wanted to bring this research to the living labs and co-experiment with the brainstorming part of it. I led a workshop with children from the school at which Supriya is the headmistress. The children were mostly from the 8th and 9th standards. We had a strict deadline which wasn’t possible with our earlier plan so Supriya and I decided to change the structure to make some things faster. An initial briefing was done from me and I intended to get the children comfortable with speaking to us and also slowly understanding the idea of what things we wanted to brainstorm and experiment with them.</p>
<p>After they broke out into smaller groups, I moved around making sure to see if the facilitators themselves were participating and not just observing. The night before the workshop, Naveen was explaining the concept of an embodied knowledge through the way that he and his child count ‘red badam trees’ on the road and how they no longer needed to consciously see and count the trees. It was an aspect, I wanted to be able to encourage them to follow through on. It worked well when they brought the way to make it an embodied rehearsal of the future and demonstrated to me that the scaffolding was fitting in place.</p>
<h4 id="tooba---a-translation-from-urdu">Tooba - A Translation From Urdu</h4>
<p>I also worked more closely with Ruksana ma&rsquo;am-the Shayara. In conversation, she started to mention how the limited readership of Urdu literature was not ideal for writers in the language. We started to talk about how we could start the process of translation or continue with making her stories as audio episodes narrated by her. I offered to help her translate her work and she said she would like to translate “Tooba”, one of her books. The book was a collection of medium length short stories. Hindi was the in-between language and a second language to both of us. It was interesting, however, because I am a writer too and I was constantly watching for my style overpowering her prose. Sometimes, I would understand a phrase or word through intuition, however, the process of confirming the meaning from her in Hindi took a lot more time. The nuances of the word, juxtaposed meanings and just the way the word is structured would cause a lot of dissonances when I tried the more obvious choices of translations. The experience also took to task a lot of my assumptions regarding language and how natural language speakers find its rules. Often when ma&rsquo;am would translate a word, I would find myself asking her if the word was a composite of two other words and she would not consider that as a good question because it is intuitive. I also would come to points where the English words would dangle at the tip of my pen but the experience of translating from Urdu to Hindi to English would cause many slippages.</p>
<p>Another concept that I started questioning was the idea of genres because of how she imagined her works as categorised on the most general level. Once after reading to us the story of a grandfather and grandson contesting and comparing their ideas and experiences of love, she said that she doesn&rsquo;t like to write on such topics which were &lsquo;khayali&rsquo; and it was more important to write real(sachhi) stories. At first, I thought they aligned with the English fiction/non-fiction binary but as she spoke more I started to realise how much it was tinted towards the way of suffering. Having a hard childhood, she remarked to me once, was the reason she wrote stories the way she did so that people who were suffering would get hope from her stories. Another time, she told me about how she knew her limitations, how she doesn&rsquo;t include real-life details in the stories. Her physical affliction was such that she wasn&rsquo;t able to see as much of the world as other writers. This, in addition to the fact that she was only educated till the fourth standard, made it all the more impressive that she was able to produce so much work and be known for being a writer all over India. She attributes her success to Allah and how she was always surrounded by supportive family members. The reason that she could write as she did despite only having studied until the fourth standard was that her father would get her books to help her overcome the loneliness that her affliction forced on her. She talks about how her husband has always been supportive of the things she does and helps her with her work. Uncle is a jolly person who&rsquo;s always joking around and making her laugh.</p>
<h4 id="collaborative-translations">Collaborative Translations</h4>
<p>When I started making the COVID19 resource spreadsheet, we hadn’t yet started to translate the materials. I found an add-on to translate a sheet. It was surprising that Google Sheets didn’t have an in-built feature to do it. Prayag suggested that we rephrase it because the language was a direct translation and didn’t quite work. I also struggled to find a way to deal with a large number of English and Marathi sheets, and finally used the links within the sheets to create separate indexes for the Marathi sheets and English sheets. After this, Sowmya helped me rejig the translations with the help of her parents. It was heartwarming to see that they were so excited to help even though they didn’t live in Pune. I soon started to work with Viral Kindness group in Pune, they also helped finish up the translation and change things within the sheets.</p>
<h4 id="translations-between-community-practices">Translations between community practices</h4>
<p>I had come to Bidar and was living at the nodal centre of DLL. At the time songs, folklore and stories of women members of various communities were being recorded on Raspberry Pis. There was also an effort to familiarise the communities with the use of these devices. These devices were to become smaller nodes in a mesh network across Bidar and serve as an intra-archive to be used by the residents of Bidar. A roadblock that DLL and Janasthu-Servelots were facing was in the procurement of the Libre router devices to set up a Bidar-wide mesh network. They were costly and needed to be shipped from overseas and this process was creating a delay in operationalising the technical part of the project. People-as-Nodes was designed as an alternative approach to bypass this handicap where people would act as nodes and facilitate the use of the archive manually. The whole team thus designed a series of workshops to prototype and experiment with the way that the network would hopefully encourage annotation and cross-talk of these practices. The first workshop was held with three communities - the Kumbhara, the Bhooteru and the Shayaras. I wasn&rsquo;t present for the first workshop with was to be the first of three. The first workshop was an effort to facilitate a process of self-annotation. The communities listened to their songs in sections after which they were given the time to draw or write anything they could associate with it. The Shayaras however, were given photos from different places, peoples and practices in Bidar and asked to annotate it through freewriting, prose or poem. I was only present when the second workshop was being planned. I introduced the idea of adding some more mediums such as clay and paper cuttings to the activity.</p>
<p>The Bhooteru group weren&rsquo;t able to attend the workshop and hence we did the workshop with three women from the Kumbhara and Ruksana ma&rsquo;am from the Shayara. The plan initially was to show each community the practice of another community and facilitate annotation of that. Since the Bhooteru weren&rsquo;t present, we decided that Vidyawati ma&rsquo;am, her mother and one of their community members would sit together with Ruksana ma&rsquo;am. In this setting, they would listen to a song that the Bhooteru sang. Ruksana Ma&rsquo;am didn&rsquo;t understand Kannada and the Kumbhara women had a little difficulty understanding that particular dialect, so Dilip had to translate for them after every section. We offered clay, paper cuttings and writing material and told them to use whatever they wanted and make something in response to the sections of the song being played.</p>
<p>The clay helped the Kumbhara women to quickly start making things which they were most comfortable with. However, their annotations started to come out more in the things they said and the songs they sang in response. At this point, I was only getting used to understanding the idea of an embodied cognition and knowledge practice. I observed through the whole process how the material and their bodies working with the material opened up more associations for them. I have always wondered about the process of participatory activities and how each participant requires a scaffolding that helps create a translation. This translation is so much more important when it is a matter of language, privilege and concept dictionaries. In the process of linguistic translation, there is a lot of slippage because of how nebulous language itself is and how this slippage is aggravated through a second language. I posit that the clay was instrumental in becoming the medium of that translation.</p>
<p>It was a bigger barrier for Shayara ma&rsquo;am because she was dealing with paper cuttings, which were not a medium she was comfortable with. However, in the whole process, her husband started helping her and a conversation started to form around the group. It was a bit of a learning experience for me and something I reflected on later as to the nature of participatory workshops. We, the facilitators weren&rsquo;t actively a part of the workshop which took away the meaning of a co-creationary workshop.</p>
<h3 id="micro-makings">Micro-makings</h3>
<p>Through the process of making I was able to think through the process to see things a little differently.</p>
<h4 id="the-flow-of-working">The Flow of working</h4>
<p>While we were making IEC material with DB, we started work on tasks in two ways. We would initiate a rephrasing of more global missives to contextualise them. The second way would be by entering the process after the initial rephrasing was done. These tasks would be accounted to different volunteers, who would then inform us of the stage at which the artefact was and someone else would pick it up.</p>
<p>The initial work started with a few people on a WhatsApp group. The interface didn’t facilitate modular conversations about the tasks for different stages of different tasks. Soon, important messages started to get lost in the long singular thread. We then moved the conversation to Slack, which again required a lot of articulation work to set it up kind of like we want it. Padmini and Naveen decided to invite more people to join the collective through a form. As new people joined, the nature of how we worked changed with the scale. Here it became all the more important to be able to have these conversations. Each of the tasks was made of smaller subtasks which would be done by one or two members each. This further complicated things so I made a rough spreadsheet which I shared with Padmini to discuss workflow. The spreadsheet allowed for a more minute scale of accountability and tracking. It also allowed members to work as much as they could and document precisely where they stopped to allow someone else to pick it up from there.</p>
<h4 id="gifs-through-real-time-collaboration">Gifs through Real-time Collaboration</h4>
<p>When fake news about COVID19 was spreading and changing the behaviour of people towards medical personnel and other communities we decided to respond to it. In this larger goal, we started to have smaller projects like the one that Thomson started - the myth-buster gifs. He made them with a combination of XD and Keynote. However, since the coronavirus information was still changing at the time, he had to do these changes constantly. This took a lot of his bandwidth with the constant revisions. We needed to find a collaborative tool that was browser-based and quick enough to pick up. Especially in a time-sensitive context, we needed something so that many people could work on something so that we could put things out faster and constantly revise. I started to play with the UX prototyping features of Figma with a hunch that we could use it for the task. I did this by using the ‘smart-animate’ feature that they had made for movement between frames and triggering it through delay.</p>
<h4 id="payments-for-collaborating-volunteers">Payments for collaborating volunteers</h4>
<p>Design Beku was a collective that had activated after the coronavirus started to look scary. It was also founded with the vision that it would be a collective with a flat structural operation during the effort to put out IEC material. At one point, Design Beku had a possibility of being funded and we needed to figure out how to disburse the funds among the volunteers. It also involved deciding collectively on the way that projects and tasks would be costed. After a conversation about it on the Slack group, we decided it could be one of two ways. The first option involved getting a lump sum and dividing it among projects and how many ever volunteers were involved. The other option seemed more appealing since task complexity affected the amount of time that was needed to complete it. For different types of content creation, the rejigging of information, translation, giving it a form as pictures, video, audio or gifs would all require different intensities of effort. We then decided to move forward with costing by the hour for each task. This involved making a repository of this data by listing the average time that would be needed to complete different tasks. This would be compiled with a list of volunteers and projects.</p>
<p>I decided to try making an app that could be used for this purpose. It involved having the volunteers input the work they did through the honour system. I worked on Glideapps that whole night and had a prototype ready by the next day afternoon. The process of making the app was a difficult one because of how Glideapps organises data on a spreadsheet with limited capabilities for interweaving data of different types. I couldn’t find a good way to this the way that I had articulated the problem. I wanted to have three main tabs on the app other than the data entry tab for projects, tasks and volunteers’ names. I hoped that the data entered could be represented seamlessly in the headings and sub-headings of each tab. But the modular structure of Glideapps made it unpredictable how it would be displaying the data and that became more complicated once I started to add the option to edit records on the app. The prototype itself was full of bugs and I needed people to test it and talk to them about it while also trying to contend with Glideapps.</p>
<h4 id="covid-resources-for-pune">COVID Resources for Pune</h4>
<p>After seminar 2 when it became clear to me that I couldn&rsquo;t go back to Bidar because of COVID, I stopped working on the project completely. I saw Ruchi’s tweet about how she made a Google sheet and Glideapp for Bangalore with resources and information that people would need in the coming days. I messaged her immediately and started a conversation about how I could do the same. I started to collect and collate information related to Pune but immediately ran into issues. I had to find the location and information regarding hospitals that were deemed first responders and testing centres. At the time, there were few testing centres in Maharashtra and 7 of the 10 were newly assigned. I couldn’t, therefore, find much of that information long after I put out the app and sheets. Other than those, I spent a lot of time gathering from my social media volunteer organisations and their contact details. Other than that I decided to create a separate tab for people to find organisations easily to donate to. Both of these organisations’ information had to be personally checked by the nature of the spreadsheets I created. This involved long nights trawling the internet for information and constantly second-guessing if the amount of information was verified enough.</p>
<p>The reason the same information was made available in two forms was so that we could provide alternative access means to the same information assuming differences in devices and reading capability. Ruchi and I also worked to put out a meta-guide for getting these resources together and putting them in the form that we had.</p>
<h4 id="fundraising-activities-with-figma">Fundraising Activities with Figma</h4>
<p>For #KoiBhookaNaRahe, Team YUVAA and other organisations were working on-field to distribute food among the people of Bidar. These were included in relief packets that had other essentials like soap and sanitiser. Each of the packets was costly and the government was responding very slowly. We needed to raise funds if the groundwork had to continue. We decided then to create a crowdfunding campaign and we needed to add updates and stories from the field to the creative material that we put out for the campaign. We decided to collect the information whenever Geeta, Supriya, Dilip or Vinay had time. Vinay was sending updates from the field almost daily as well. On this side, Eeshita, Shreyas and I needed to put these stories together, edit them and work on making it reflective of the on-ground conditions. This was a little more complex to do because those on-field were already swamped. Using a zoom call, interviews were recorded which were also used. For the images and text that had to be created, it had to be done fast and collaboratively. I decided to move the process to Figma, which would allow us to do that. I made a few templates using the text from material that had already been made. These were reconfigured for different screen sizes. I wasn’t able to work on the campaign materials but Eeshita and Shreyas tweaked the templates to narrate stories of different forms.</p>
<h4 id="a-website-to-go">A Website to Go</h4>
<p>In the initial stages, Koi Bhooka Na Rahe wasn’t even named. Vinay and others had started the process of delivering rations and essentials to houses and localities. They used to post updates about the work on Facebook. This information would go out to the groups that Vinay was part of and would come daily. There was a need to put them together with the calls for funds. In the beginning, we used two images, which had information on what each relief packet had and the bank details to donate to. However, this text had to be copied by anyone who had the intent of donating. Since there was no website yet, I created an Evernote with a shareable link. Using it I created a template with the main calls to action in the beginning and the updates below. These included the bank details and kept updating the daily updates that Vinay put up with pictures. After using a link shortener I changed the URL to something easier to remember - <a href="https://tinyurl.com/BidarRelief2020">https://tinyurl.com/BidarRelief2020</a>. We used the same URL to put the campaign on Ketto, which had a website field to fill. With this, we were able to update the note on the go, while also providing easy access to the bank details.</p>
<h4 id="the-struggle-of-the-choropleth-map">The Struggle of the Choropleth Map</h4>
<p>The cases in Pune started to rise and entire localities started to get sealed off. I was prompted by someone that a choropleth map of the increasing cases would be ideal. This was because both the PMC and PCMC were not putting out timely information. PCMC was posting maps of the wards and their active and new cases with random colours and unreadable text. I also felt that the citizen-led information portals on Instagram and elsewhere were only showing information from PMC.</p>
<p>I had to find a shapefile that included both the municipalities of Pune city. This was easier said than done. I found a shapefile of every ward in Maharashtra that was done through an open-source meeting of tech people and the government. I extracted the ward information of Pune and Pimpri through that file. However, since the information was old(2017) I had to rejig it and deal with the wards and zones as they are demarcated and administered today. I found a relatively recent shapefile for PMC which I decided to graft to my original file. However, the wards in PCMC had now been administratively grouped into zones and it was quite difficult to find a shapefile of that. However, using the maps that PCMC put out on Instagram as a reference I reshaped them and dealt with all the errors of my inexperience with QGIS.</p>
<p>I decided early on that if I had to make this, the numbers data would need to be something that people can change daily and it wouldn’t just be my responsibility. However, most of the tools I explored like Tableau, DataWrapper, ArcGis and QGIS considered the ESRI shapefiles of the maps and the data in the same.geojson,.json, or.kml file. There was no way to separate the data of the numbers from the shape data. The reason that this was important was that I was hoping to create a collaborative sheet with the Viral Kindness group and we could collectively update it. This was a struggle that went on for a while and the emotional toll of the lockdown had caught up to me. It was after that point that I discontinued all the self-initiated projects including the work of managing the Slack channel of DB. After that, I only helped out here and there.</p>
<p><figure class="responsive-figure lightbox-trigger" data-annotate-image>
  <a href="/carefull-collectives-and-their-care-practices/000007.png" class="lightbox-link">
    <picture>
    <source type="image/webp" srcset="/carefull-collectives-and-their-care-practices/000007_hu7858790639502120167.webp 480w, /carefull-collectives-and-their-care-practices/000007_hu16766473831671826912.webp 768w, /carefull-collectives-and-their-care-practices/000007_hu347522395284876284.webp 1147w" sizes="(max-width: 960px) 100vw, 65vw">
    <img src="/carefull-collectives-and-their-care-practices/000007.png" srcset="/carefull-collectives-and-their-care-practices/000007_hu2077859904887433495.png 480w, /carefull-collectives-and-their-care-practices/000007_hu939761942415169721.png 768w, /carefull-collectives-and-their-care-practices/000007.png 1147w" sizes="(max-width: 960px) 100vw, 65vw" alt="Kumbhara Potter spinning the wheel" loading="lazy" decoding="async" width="1147" height="1791">
  </picture>


  </a>
</figure>
</p>
<p><em>Fig 19: Kumbhara Potter spinning the wheel</em></p>
<p><figure class="responsive-figure lightbox-trigger" data-annotate-image>
  <a href="/carefull-collectives-and-their-care-practices/000035.png" class="lightbox-link">
    <picture>
    <source type="image/webp" srcset="/carefull-collectives-and-their-care-practices/000035_hu12141869631327327914.webp 480w, /carefull-collectives-and-their-care-practices/000035_hu11412564396210131465.webp 768w, /carefull-collectives-and-their-care-practices/000035_hu6386707825592576330.webp 960w" sizes="(max-width: 960px) 100vw, 65vw">
    <img src="/carefull-collectives-and-their-care-practices/000035.png" srcset="/carefull-collectives-and-their-care-practices/000035_hu17913339889201178290.png 480w, /carefull-collectives-and-their-care-practices/000035_hu2238842190355460223.png 768w, /carefull-collectives-and-their-care-practices/000035.png 960w" sizes="(max-width: 960px) 100vw, 65vw" alt="Learning to make Diya. Credits: Jahnavi Koganti" loading="lazy" decoding="async" width="960" height="966">
  </picture>


  </a>
</figure>
</p>
<p><em>Fig 18: Learning to make Diya. Credits: Jahnavi Koganti</em></p>
<p><figure class="responsive-figure lightbox-trigger" data-annotate-image>
  <a href="/carefull-collectives-and-their-care-practices/000036.png" class="lightbox-link">
    <picture>
    <source type="image/webp" srcset="/carefull-collectives-and-their-care-practices/000036_hu16717702295897574011.webp 480w, /carefull-collectives-and-their-care-practices/000036_hu604335812502885380.webp 508w" sizes="(max-width: 960px) 100vw, 65vw">
    <img src="/carefull-collectives-and-their-care-practices/000036.png" srcset="/carefull-collectives-and-their-care-practices/000036_hu9531749194310724704.png 480w, /carefull-collectives-and-their-care-practices/000036.png 508w" sizes="(max-width: 960px) 100vw, 65vw" alt="Translation of one of Ruksana Ma&amp;rsquo;am&amp;rsquo;s stories" loading="lazy" decoding="async" width="508" height="266">
  </picture>


  </a>
</figure>
</p>
<p><em>Fig 20: Translation of one of Ruksana Ma&rsquo;am&rsquo;s stories</em></p>
<p><figure class="responsive-figure lightbox-trigger" data-annotate-image>
  <a href="/carefull-collectives-and-their-care-practices/000030.png" class="lightbox-link">
    <picture>
    <source type="image/webp" srcset="/carefull-collectives-and-their-care-practices/000030_hu13076295192723499661.webp 480w, /carefull-collectives-and-their-care-practices/000030_hu13571863838662937319.webp 768w, /carefull-collectives-and-their-care-practices/000030_hu12410889718911457934.webp 973w" sizes="(max-width: 960px) 100vw, 65vw">
    <img src="/carefull-collectives-and-their-care-practices/000030.png" srcset="/carefull-collectives-and-their-care-practices/000030_hu6809841985590969371.png 480w, /carefull-collectives-and-their-care-practices/000030_hu16548189543804247784.png 768w, /carefull-collectives-and-their-care-practices/000030.png 973w" sizes="(max-width: 960px) 100vw, 65vw" alt="The sheet for Pune was translated by many different people into Marathi" loading="lazy" decoding="async" width="973" height="262">
  </picture>


  </a>
</figure>
</p>
<p><em>Fig 21: The sheet for Pune was translated by many different people into Marathi</em></p>
<p><figure class="responsive-figure lightbox-trigger" data-annotate-image>
  <a href="/carefull-collectives-and-their-care-practices/000014.png" class="lightbox-link">
    <picture>
    <source type="image/webp" srcset="/carefull-collectives-and-their-care-practices/000014_hu17465505096495818730.webp 480w, /carefull-collectives-and-their-care-practices/000014_hu16194801130202493881.webp 768w, /carefull-collectives-and-their-care-practices/000014_hu4997483715330803879.webp 1200w, /carefull-collectives-and-their-care-practices/000014_hu14894633766325813931.webp 1600w" sizes="(max-width: 960px) 100vw, 65vw">
    <img src="/carefull-collectives-and-their-care-practices/000014.png" srcset="/carefull-collectives-and-their-care-practices/000014_hu1937586535807349605.png 480w, /carefull-collectives-and-their-care-practices/000014_hu15038814213070052907.png 768w, /carefull-collectives-and-their-care-practices/000014_hu5515421895211502695.png 1200w, /carefull-collectives-and-their-care-practices/000014.png 1600w" sizes="(max-width: 960px) 100vw, 65vw" alt="The workshop with two communities on annotating other community practices" loading="lazy" decoding="async" width="1600" height="900">
  </picture>


  </a>
</figure>
</p>
<p><em>Fig 22: The workshop with two communities on annotating other community practices</em></p>
<p><figure class="responsive-figure lightbox-trigger" data-annotate-image>
  <a href="/carefull-collectives-and-their-care-practices/000032.png" class="lightbox-link">
    <picture>
    <source type="image/webp" srcset="/carefull-collectives-and-their-care-practices/000032_hu11704003875895769661.webp 480w, /carefull-collectives-and-their-care-practices/000032_hu31914112639072659.webp 768w, /carefull-collectives-and-their-care-practices/000032_hu16757741363269982604.webp 800w" sizes="(max-width: 960px) 100vw, 65vw">
    <img src="/carefull-collectives-and-their-care-practices/000032.png" srcset="/carefull-collectives-and-their-care-practices/000032_hu8692395180343163818.png 480w, /carefull-collectives-and-their-care-practices/000032_hu2933709436851653125.png 768w, /carefull-collectives-and-their-care-practices/000032.png 800w" sizes="(max-width: 960px) 100vw, 65vw" alt="Dilip, Supriya, Vinay and I experiment with materials the day before the workshop" loading="lazy" decoding="async" width="800" height="450">
  </picture>


  </a>
</figure>
</p>
<p><em>Fig 23: Dilip, Supriya, Vinay and I experiment with materials the day before the workshop</em></p>
<p><figure class="responsive-figure lightbox-trigger" data-annotate-image>
  <a href="/carefull-collectives-and-their-care-practices/000025.png" class="lightbox-link">
    <picture>
    <source type="image/webp" srcset="/carefull-collectives-and-their-care-practices/000025_hu6291673394069164436.webp 480w, /carefull-collectives-and-their-care-practices/000025_hu17424519883488080537.webp 561w" sizes="(max-width: 960px) 100vw, 65vw">
    <img src="/carefull-collectives-and-their-care-practices/000025.png" srcset="/carefull-collectives-and-their-care-practices/000025_hu16410374562283410663.png 480w, /carefull-collectives-and-their-care-practices/000025.png 561w" sizes="(max-width: 960px) 100vw, 65vw" alt="The workflow sheet had these headings" loading="lazy" decoding="async" width="561" height="378">
  </picture>


  </a>
</figure>
</p>
<p><em>Fig 24: The workflow sheet had these headings</em></p>
<p><figure class="responsive-figure lightbox-trigger" data-annotate-image>
  <a href="/carefull-collectives-and-their-care-practices/000038.png" class="lightbox-link">
    <picture>
    <source type="image/webp" srcset="/carefull-collectives-and-their-care-practices/000038_hu4724086525346620943.webp 238w" sizes="(max-width: 960px) 100vw, 65vw">
    <img src="/carefull-collectives-and-their-care-practices/000038.png" srcset="/carefull-collectives-and-their-care-practices/000038.png 238w" sizes="(max-width: 960px) 100vw, 65vw" alt="This is from the figma file used to create the gifmaking meta-tool" loading="lazy" decoding="async" width="238" height="370">
  </picture>


  </a>
</figure>
</p>
<p><em>Fig 25: This is from the figma file used to create the gifmaking meta-tool</em></p>
<p><figure class="responsive-figure lightbox-trigger" data-annotate-image>
  <a href="/carefull-collectives-and-their-care-practices/000016.png" class="lightbox-link">
    <picture>
    <source type="image/webp" srcset="/carefull-collectives-and-their-care-practices/000016_hu5664980988513095371.webp 480w, /carefull-collectives-and-their-care-practices/000016_hu6373563797140423987.webp 543w" sizes="(max-width: 960px) 100vw, 65vw">
    <img src="/carefull-collectives-and-their-care-practices/000016.png" srcset="/carefull-collectives-and-their-care-practices/000016_hu2686810696029924656.png 480w, /carefull-collectives-and-their-care-practices/000016.png 543w" sizes="(max-width: 960px) 100vw, 65vw" alt="This is from the Glideapps for doing the costing for DB" loading="lazy" decoding="async" width="543" height="591">
  </picture>


  </a>
</figure>
</p>
<p><em>Fig 26: This is from the Glideapps for doing the costing for DB</em></p>
<p><figure class="responsive-figure lightbox-trigger" data-annotate-image>
  <a href="/carefull-collectives-and-their-care-practices/000021.png" class="lightbox-link">
    <picture>
    <source type="image/webp" srcset="/carefull-collectives-and-their-care-practices/000021_hu10566481898917970070.webp 480w, /carefull-collectives-and-their-care-practices/000021_hu8875310939748152338.webp 768w, /carefull-collectives-and-their-care-practices/000021_hu3704699360846314997.webp 792w" sizes="(max-width: 960px) 100vw, 65vw">
    <img src="/carefull-collectives-and-their-care-practices/000021.png" srcset="/carefull-collectives-and-their-care-practices/000021_hu9864020618367198918.png 480w, /carefull-collectives-and-their-care-practices/000021_hu5523848920448347399.png 768w, /carefull-collectives-and-their-care-practices/000021.png 792w" sizes="(max-width: 960px) 100vw, 65vw" alt="This is from the Glideapps for the Covid Resources Pune" loading="lazy" decoding="async" width="792" height="564">
  </picture>


  </a>
</figure>
</p>
<p><em>Fig 27: This is from the Glideapps for the Covid Resources Pune</em></p>
<p><figure class="responsive-figure lightbox-trigger" data-annotate-image>
  <a href="/carefull-collectives-and-their-care-practices/000041.png" class="lightbox-link">
    <picture>
    <source type="image/webp" srcset="/carefull-collectives-and-their-care-practices/000041_hu14865942081741320819.webp 480w, /carefull-collectives-and-their-care-practices/000041_hu2599241900481237487.webp 768w, /carefull-collectives-and-their-care-practices/000041_hu3476883402601734689.webp 1069w" sizes="(max-width: 960px) 100vw, 65vw">
    <img src="/carefull-collectives-and-their-care-practices/000041.png" srcset="/carefull-collectives-and-their-care-practices/000041_hu11635879353910313569.png 480w, /carefull-collectives-and-their-care-practices/000041_hu10031855155954884094.png 768w, /carefull-collectives-and-their-care-practices/000041.png 1069w" sizes="(max-width: 960px) 100vw, 65vw" alt="This is from the sheets for the Covid Resources Pune, translated" loading="lazy" decoding="async" width="1069" height="959">
  </picture>


  </a>
</figure>
</p>
<p><em>Fig 28: This is from the sheets for the Covid Resources Pune, translated</em></p>
<p><figure class="responsive-figure lightbox-trigger" data-annotate-image>
  <a href="/carefull-collectives-and-their-care-practices/000040.png" class="lightbox-link">
    <picture>
    <source type="image/webp" srcset="/carefull-collectives-and-their-care-practices/000040_hu14203292103712394978.webp 480w, /carefull-collectives-and-their-care-practices/000040_hu18181086088946539862.webp 768w, /carefull-collectives-and-their-care-practices/000040_hu12421497990038059465.webp 1082w" sizes="(max-width: 960px) 100vw, 65vw">
    <img src="/carefull-collectives-and-their-care-practices/000040.png" srcset="/carefull-collectives-and-their-care-practices/000040_hu7839033701537974827.png 480w, /carefull-collectives-and-their-care-practices/000040_hu8889496211121600769.png 768w, /carefull-collectives-and-their-care-practices/000040.png 1082w" sizes="(max-width: 960px) 100vw, 65vw" alt="What is this Covid Resource App" loading="lazy" decoding="async" width="1082" height="422">
  </picture>


  </a>
</figure>
</p>
<p><em>Fig 29: What is this Covid Resource App</em></p>
<p><figure class="responsive-figure lightbox-trigger" data-annotate-image>
  <a href="/carefull-collectives-and-their-care-practices/000018.png" class="lightbox-link">
    <picture>
    <source type="image/webp" srcset="/carefull-collectives-and-their-care-practices/000018_hu8353903238367168983.webp 480w, /carefull-collectives-and-their-care-practices/000018_hu10888107638450532995.webp 768w, /carefull-collectives-and-their-care-practices/000018_hu8205384559344902400.webp 1200w, /carefull-collectives-and-their-care-practices/000018_hu2779553201190905062.webp 2160w" sizes="(max-width: 960px) 100vw, 65vw">
    <img src="/carefull-collectives-and-their-care-practices/000018.png" srcset="/carefull-collectives-and-their-care-practices/000018_hu6596509985334524472.png 480w, /carefull-collectives-and-their-care-practices/000018_hu17851701347171022443.png 768w, /carefull-collectives-and-their-care-practices/000018_hu16195918243108211983.png 1200w, /carefull-collectives-and-their-care-practices/000018.png 2160w" sizes="(max-width: 960px) 100vw, 65vw" alt="Fundraising Material that Eeshita and Shreyas made for Koi Bhooka na Rahe" loading="lazy" decoding="async" width="2160" height="1080">
  </picture>


  </a>
</figure>
</p>
<p><em>Fig 31: Fundraising Material that Eeshita and Shreyas made for Koi Bhooka na Rahe</em></p>
<p><figure class="responsive-figure lightbox-trigger" data-annotate-image>
  <a href="/carefull-collectives-and-their-care-practices/000027.png" class="lightbox-link">
    <picture>
    <source type="image/webp" srcset="/carefull-collectives-and-their-care-practices/000027_hu594505468877509770.webp 480w, /carefull-collectives-and-their-care-practices/000027_hu9972323724886716178.webp 768w, /carefull-collectives-and-their-care-practices/000027_hu3443005493010010767.webp 1200w, /carefull-collectives-and-their-care-practices/000027_hu3372395606420411074.webp 1366w" sizes="(max-width: 960px) 100vw, 65vw">
    <img src="/carefull-collectives-and-their-care-practices/000027.png" srcset="/carefull-collectives-and-their-care-practices/000027_hu16672222143550781017.png 480w, /carefull-collectives-and-their-care-practices/000027_hu2518481366108995390.png 768w, /carefull-collectives-and-their-care-practices/000027_hu4808918087049112800.png 1200w, /carefull-collectives-and-their-care-practices/000027.png 1366w" sizes="(max-width: 960px) 100vw, 65vw" alt="The Figma template used to make the fundraising material" loading="lazy" decoding="async" width="1366" height="738">
  </picture>


  </a>
</figure>
</p>
<p><em>Fig 32: The Figma template used to make the fundraising material</em></p>
<p><figure class="responsive-figure lightbox-trigger" data-annotate-image>
  <a href="/carefull-collectives-and-their-care-practices/000020.png" class="lightbox-link">
    <picture>
    <source type="image/webp" srcset="/carefull-collectives-and-their-care-practices/000020_hu12267424110961799369.webp 480w, /carefull-collectives-and-their-care-practices/000020_hu2800370750005872000.webp 768w, /carefull-collectives-and-their-care-practices/000020_hu13585300896745177844.webp 1200w, /carefull-collectives-and-their-care-practices/000020_hu16468192612858709112.webp 1297w" sizes="(max-width: 960px) 100vw, 65vw">
    <img src="/carefull-collectives-and-their-care-practices/000020.png" srcset="/carefull-collectives-and-their-care-practices/000020_hu5163123322256991470.png 480w, /carefull-collectives-and-their-care-practices/000020_hu13552395690936115257.png 768w, /carefull-collectives-and-their-care-practices/000020_hu3312974459725096548.png 1200w, /carefull-collectives-and-their-care-practices/000020.png 1297w" sizes="(max-width: 960px) 100vw, 65vw" alt="Makeshift Website for the fundraising campaign with donation details and daily updates" loading="lazy" decoding="async" width="1297" height="829">
  </picture>


  </a>
</figure>
</p>
<p><em>Fig 33: Makeshift Website for the fundraising campaign with donation details and daily updates</em></p>
<p><figure class="responsive-figure lightbox-trigger" data-annotate-image>
  <a href="/carefull-collectives-and-their-care-practices/000029.png" class="lightbox-link">
    <picture>
    <source type="image/webp" srcset="/carefull-collectives-and-their-care-practices/000029_hu8473213596410595280.webp 480w, /carefull-collectives-and-their-care-practices/000029_hu2506396842603218776.webp 768w, /carefull-collectives-and-their-care-practices/000029_hu6278370206092088702.webp 1116w" sizes="(max-width: 960px) 100vw, 65vw">
    <img src="/carefull-collectives-and-their-care-practices/000029.png" srcset="/carefull-collectives-and-their-care-practices/000029_hu8233175673498384576.png 480w, /carefull-collectives-and-their-care-practices/000029_hu2964355635349451115.png 768w, /carefull-collectives-and-their-care-practices/000029.png 1116w" sizes="(max-width: 960px) 100vw, 65vw" alt="All the failed attempts at making the choropleth map" loading="lazy" decoding="async" width="1116" height="628">
  </picture>


  </a>
</figure>
</p>
<p><em>Fig 34: All the failed attempts at making the choropleth map</em></p>
<h2 id="describing-care-in-these-collectives">Describing Care in these Collectives</h2>
<p>Drawing from these doings and beings, I describe care in these collectives using two tools. Archetypes and Axioms. Archetypes are roles that care-practitioners in these collectives undertake for specific types of efforts and work. Axioms serve to illustrate the shared common space that these networks launch from. Both of these serve to illustrate a neglected politics of care in those spaces.</p>
<h3 id="archetypes">Archetypes</h3>
<h4 id="maintainers-repairers">Maintainers-Repairers</h4>
<p>Maintenance in these collectives is essential to the longevity of the entire project(<a href="#hyysalo-2018">Hyysalo 2018</a>). Myers&rsquo; concept of the worldly things has tried to explain how different solidarities and publics come together in cooperation or contest to respond to a “worldly thing”. The “thing” is cared for and emerges from the idea that world is a shared home for many different entities - human and nonhuman, organic and inorganic and that the world is an in-between/medium of conversation <a href="#myers-2013">(Myers 2013)</a>. This coagulation of different contests and alliances around a worldly thing may happen slowly over time or be a rapid response. These modes of working each have their pros and cons and generally define maintainers as those involved in keeping up the momentum of the work. This may in terms of creating new excitements, flashpoints within the network’s work or nurturing the slow-moving parts of the collectives’ work. The former involves understanding fragility as not a weakness but rather a source of divergent pathways. The latter is usually a much harder process of working on something and keeping it alive, revisiting things. This is a much more invisible work often referred to as the ‘mundane’.</p>
<p>Hysallo and Hysallo, in their account of a participatory revival of a library talk about the invisible work that goes into making something participatory. Through their exercise of conducting a series of workshops across various experts and publics, they start to articulate the things that happen behind the scenes. from conducting many workshops, one after another, the aspect of feedforward and feedback started to emerge. Their workshops were used as a platform to generate imaginaries for the library which could help it in some way. The ideas, futures and imaginations that were generated in workshop 1 would feed into an aspect of workshop 2. This required a lot of articulation work-refining, elaborating and simplifying-to get it ready to use for the next stage. Other than this, there were constant back-and-forths to plan for different workshops, getting people on board, making marketing material, publishing results, obtaining consent etc. This kind of mundane and strategic work remains invisible in a lot of settings where it isn&rsquo;t valued. The newspaper article about how people started to see sanitation workers and transport workers as an essential worker only after coronavirus pulled back the veil, drove home the point for me. <a href="#sunday-times-2020">(Sunday Times 2020)</a></p>
<p>Maintenance is an idea associated with the concept of the “broken world thinking” that assumes the fragility of the world as the norm but underscores and appreciates actions that undertake stabilization <a href="#jackson-2013">(Jackson 2013)</a>. The concept of repair takes the form of care in that world. Grant makes the argument that repair is a moral good only if it is one choice of many, however, broken world thinking helps us to be okay with breakdowns of people, technology, practice and excites us for the process of repair. This is largely also tied to the work needed to help create safe spaces for all types of actants. Morale work is part of the many mundane and strategic courses of action undertaken by care practitioners who wear the maintainer archetype in a network.</p>
<p>In collaborative networks, however, as I have observed and participated in them, the role of a maintainer-repairer has a lot of value. These collectives are already so fragile through the nature of the collaborations and the mismatch with what the market hegemony rewards. The lack of maintenance/repair work has much more immediate and dire consequences here. Shreyas often spoke about this to me in terms of persistence and morale. In Bidar, Khansaab has an amazing collection of historical artefacts and knows their stories. I haven&rsquo;t met him. But I would be regaled by stories of Khansaab&rsquo;s small house, filled from wall to wall cups and stamps and photos and of all the stories he had found and now tell about them. In Shreyas’ words, he was no longer a hobby collector but a “keeper of public memory”. However, Khansaab had other problems on the homefront, his children were growing up fast and didn&rsquo;t have his passion for the treasure trove of things that he had. He was growing old as and slowly feeling the brunt of it. Khansaab felt and expressed often that he is frustrated by the seeming invalidation of his life&rsquo;s work. He feels that he might have to sell his collection.</p>
<p>The story above is unpacking maintenance at multiple levels, for many types of actants. The organic and inorganic assemblages that surround a “worldly thing” or “matter of concern” need multiplicities of maintenance. Khaansaab&rsquo;s understanding of history as witnessed and manifested by made objects helped him to care for them. He undertook a lifelong effort to ensure that these objects moved on with their stories to the next generation. However, his struggle to keep up his optimism at this point is indicative of the lack of a support system. Maintenance work is some of the hardest work and I witnessed the emotional toll of it. Keeping work up during the lockdown when I was trying to articulate a purpose for the Pune volunteer group - Viral Kindness - was becoming impossible. I started working with them on a few things. However, within some time, I was met with my own body feeling battered and worn down. I discontinued a large chunk of my volunteering work after that.</p>
<p>There’s also the constant theme of digital groups having a heavy passerby effect. To counter this is also a difficult task. In some of the collectives, I had my share of experiences with this. Messages that are read but not responded to, urgent situations that need people to stand up but no one does. This is not to moralise but rather a frustration of ignorance. Through some of my past experiences, I have always found it difficult to manage a group that comes together for something. Through this capstone, I had hoped to find a way to do it well. However, the work of the capstone has taught me how to manage these frustrations better and find alternative ways to do some things.</p>
<p>In Bidar, there is a community called the Valmiki Samaj who had a collection of songs that seemed Haryanvi in origin that they sang for the &lsquo;rasams&rsquo;- wedding, sangeet, Mehendi etc. They had songs for every part of the rasam and often sang in a group. Dilip and I went to the house of a grandmother that we knew sung these songs as we were archiving song and dance practices throughout Bidar, in the hope of establishing an intra-network on which such media would be stored, annotated and elaborated. The day we went, the grandfather was sitting outside the house on his cot that had large cotton ropes as the netting. A hookah the size of a 7-year-old kid was next to the bed. The grandmother was on a cot next to him and little more on the concrete road. She had her own smaller hookah. She was ill today and was lying in the sun because of that. Somehow, she mustered some strength to talk to us and she did, some of her energy came back and she offered to sing for us even though we said that we only came to talk to her today. After singing for a while, we saw that her health wasn&rsquo;t good so we offered to come another day, with better equipment. Grandfather assured us that the next time, they&rsquo;d call the women in the neighbouring houses who also were originally from Haryana and they would sing together. Then he said something that often comes back to me, “when there&rsquo;s a lot of people singing when one person&rsquo;s voice falls, another can take its place.”</p>
<p>Especially in collaborative networks based in the global south, there are a lot of things that have to be figured out for the first time. These might be ambiguities of people, practices, places, finances, legalities and other constraints that may be unique. The navigation of these politics and obstacles and nurturing of a collectives’ work are what make a maintainer invaluable as a care practitioner. The maintainer oils the process of revisiting old engagements, making new ones, and nurturing the current versions.</p>
<h4 id="translator-weavers-facilitators">Translator-Weavers-Facilitators</h4>
<p>The translator-weavers-facilitators connect ideas, concepts, struggles, people, practices while experimenting with the overlaps and distinctions with care according to context.</p>
<p>Through my experience working with Ruksaaan Ma’am and translating her work, I started to realise how her writing in Urdu comes with its own sets of support systems, conventions and issues. She often spoke to me about how Urdu wasn’t well-read in the current times and how the political turmoil only adds to it. Through Nakhads(critics) who write about her work and talk to her about her craft and give her honest feedback, she improves it. There is also a local event called a Mushayara where poets come on stage and recite their poetry.</p>
<p>This led me to think of the connotations that translation has as a word. Translation is also the process of facilitating a dialogue where the universal claim to knowledge is substituted by partial viewpoints. In this, translation is similar to facilitation in the way that I see it because it involves bringing in stakeholders who have their stakes deprioritised or invisibilised. In Naveen’s workshop, the group I was with - Ishan, Giri and Jackson had problems with languages in two ways. I sat with them repeatedly over and over, because of the slippage of language both in linguistic and academic terms, trying to relate stuff to how I worked out those same issues through my studios. Giri and Jackson spoke less, if at all any, Hindi. This was worsened by the fact that Bidar was a place where mostly Hindi was spoken and their classmates also spoke mostly Hindi. By bringing them into the conversation, albeit with a little extra effort, we added two more partial viewpoints to the conversation which would themselves shape the conversation. Additionally, the experience of facilitating these students and Naveen’s advice about placing myself in the workshop and not worrying about doing or saying the wrong thing struck a chord with me about facilitation in general. It was also pointed out to me by Shreyas when I asked him about how he acts when an obstacle or mistake becomes apparent in the course of the project. He said that it helps us move on when we see the challenges, mistakes and obstacles not as stopping points but rather as points of divergence. These are one of the points where new perspectives get added, evaluated or appropriated to the movement of the project. Internal and external conflicts, conflicts between facilitators and others, conflicts of time, money, mental health, physical health and space work as breakpoints to reevaluate our decisions. I started to see where this would fit in my role as translator-weaver-facilitator. The looseness and fragility of action allow enough wiggle space for the world to talk back to us. This connects also to Ella Myers’ notion of the world as an intermediating presence. This intermediating presence allows for looser spaces to evolve which facilitates a more concerted effort of translation and weaving together of ideas, places, people and contexts <a href="#myers-2013">(Myers 2013)</a></p>
<p>The first workshop with Kumbhara and Shayara also illustrated how made objects also take on this role of a Weaver-Translator-Facilitator. The clay became a medium of translation between the songs of the Kumbhara and the Bhooteru. Through the making of the objects that she was most familiar with, she was able to respond to the songs of the Bhooteru with one of their own. The mouldability of the clay and her familiarity of the material helped her two translations, one from the Bhooteru song to the clay and from the clay to the songs of her community.</p>
<p>To claim that the world is a shared home is not to make the unsupportable assertion that the world is shared at all equitably. Rather, it is to say that the world, conceptualized as a tangible and intangible, organic and inorganic web,&hellip;The world’s commonality, both as a mediating presence and as a collective home, is something to be achieved or sought after; it is far from assured.<a href="#myers-2013">(Myers 2013)</a></p>
<p>This “mediating presence” is also something that must be actively shaped in the light of the need for translation. This practice is something I rehearse through my understanding of meta-tooling. The Figma templates that I made for making gifs and the other for making campaign materials were something that urged me to think in this direction. The templates allowed for different people in a collective to collaboratively build, verify, edit and recheck the artefact in a time-sensitive manner.</p>
<p>I believe technology can play a big role in this practice, especially when designed with specific people in mind and responding to their imaginations of how the technology would fit into their everyday lives, their professions, places or their practice. An implication of this according to Lucy Suchman is the opposite of the ecosystem monopolies that exist today but rather “hybrid systems” that have interoperability between “multiple heterogeneous devices” <a href="#suchman-2002b">(Suchman 2002)</a>. These hybrid systems are platforms for translations between what is introduced recently and that which is older as well.</p>
<p>However, this mediating presence also facilitates a space for a contest/conflict to arrive on the scene. In the ICAN group, we had our run-ins with engineers and developers who were trying to work on a much bigger scale than what we were attempting. Some, with a chip on their shoulder, entered the group announcing their intentions to help out groups “like ours” quite pompously. Ruchi handled it quite well as they interrogated her while also flashing their credentials constantly. I reflected on that conversation and why it unsettled me so much. There were so many varied responses to a global crisis, some like ours limited in scope and geography and others working at a national scale.</p>
<p>However, the belief that scaling up is always a good thing was being reflected in these responses and as those from the government with the advent of the Aarogya Setu. The important issues often give way to the interest of scaling. These issues include privacy, specificity, narrow-minded imaginations of algorithms, algorithmic black boxes, data protection and the metaphor of data being the new “oil” - to be extracted, refined, sold and marketed. The lack of transparency in these data markets is just another way to exclude voices. The weaving that happens there is an oppressive technocratic hegemony which excludes the real stakeholders and their bodies.</p>
<p>The weaver-translator-facilitator practices the rejection of these extractive practices and puts in the extra effort to be better. Through the exhibition of Naveen’s workshop I observed how important it was for collaborators to see how the time they invested in us, the academia was utilised for them. My initial dread of these exhibitions came from the question of “What can a student do?” Through the exhibition, I saw imaginations of a technological system and the one-day renderings of exhausted students still had an impact.</p>
<p>This exhibition was an amazing sight to see even though many people couldn’t make it. The guests who came were from our collaborator communities - a group of Bhooteru folk and Ruksana ma’am. A team from Janasthu was also showing their annotation software. The exhibition, though done hurriedly, was an important step in the whole workshop. It allowed us to demonstrate what work we were doing and hopefully become a little more worthy of their trust to keep working with them. In the same way that the clay opened up the conversation and allowed different people to respond to each other’s practices. As the made object, became a translator-weaver-facilitator so did the exhibition space. Space, filled with objects, imaginations and ideas of different contextual archival technology was demonstrative of their participatory nature of the workshop. It was activated by objects of shared imagination.</p>
<p>On the note of translation, I was lucky enough to attempt to craft a name with Vinay and Naveen’s help for the exhibition that would read similarly in Urdu and Kannada.<sup>1,2</sup></p>
<p><strong>Kale, Kride, Kalpane</strong> - Art, Doing/Playing, Imagination</p>
<p><strong>Tehzeeb, Tehfillat aur Techne</strong> - Culture, Imagination and “Techne”(root for Technology but implying the belief systems that guide making and doing)</p>
<h4 id="storyteller-archiver-guides">Storyteller-Archiver-Guides</h4>
<p>Another interesting idea that I got to explore through working in Bidar was the idea of how archiving and storytelling are activities that tethers a community together. The project “Co-Creating Local Knowledge Network&rsquo;&rsquo; that DLL applied for a grant to implement with Servelots as its partner was one such exploration. Through the project, DLL and Team YUVAA worked to map the various practices of Bidar that involved singing and storytelling. I got involved in after more than half of the project timeframe and was able to accompany Dilip, Supriya and Vinay on many such activities. Servelots and DLL were trying to put in place a local mesh network that would act as a store for such practices of women and non-binary groups. The idea was that it would be locally stored and accessed. Through the activities, I got to meet people from various communities like the Kumbhara, Bhooteru, Valmiki Samaj, women Dholak players, Shayaras and Khitmatgar. Each of these practices had a rich history of women/non-binary groups singing and speaking about their culture and history.</p>
<p>The local mesh was built first in Devarayanadurga, where a local internet radio was managed by school children. The intent was to build this local mesh using open-source hardware that would have a long-range in transmission and be durable to the elements. At a point, the project was severely delayed due to the inaccessibility of the technology in India and the difficulty of procurement. During this time, Dheeraj, Shreyas and Vinay decided to move to the framework of People as Nodes. Instead of having routers which would work as nodes for the local mesh, people would collect the stories and songs on Raspberry Pi devices that enabled an ad-hoc network. It was during this time that Naveen and a group of M.A. Experience students came to Bidar to explore the idea of a contextualised archive that enabled these collections to be more than just dead stores. The idea was to involve these communities in the reimagination of these technologies to start to talk about the various ways in which the archive could come alive. It immediately felt like the stories of the Kabooliwaala. The wanderer in many stories who sold toys and knick-knacks and told stories of the past. Even the story of Khansaab was one such story that sparked this imagination in me. I could imagine a future in which an atomised community like an urban setting needs these shared experiences and people and sensemakers to make sense of the world. A recent example was the Italian lockdown videos of musicians playing from balconies and whole crowds of balcony audiences chiming in.</p>
<p>This connected with me on various levels because of Eragon - a book that I’d read before. Eragon lives near a town with an old storyteller named Brom. It is a time of hardship across the kingdom, the taxes are high and legal systems seem to be breaking down because of rumours of magical creatures that are to be feared. Brom, on a few occasions, tells stories at the place where the townspeople gather. He tells stories of old times when dragons existed and were at war with the different species of the world. He talks about a time that came later, where dragon riders were selected every generation among the species as part of a peace treaty and how the governance system was fair and just because of the dragon riders. It turns out later that he was a dragon rider himself and was part of the rebellion against the tyrant king who had now put the entire kingdom of humans under his subjugation. Forcing the other species to retreat where his immense power couldn’t subjugate them as well <a href="#paolini-2003">(Paolini 2003)</a>. He then becomes the first teacher to Eragon and opens us new possibilities for the world they lived in. The archiver-storyteller-guide has a similar practice in the way that I envision them. They archive the multiple and often erased histories of places and collectives and uses them to demonstrate that the current state is not one to resign ourselves to or even help the world in imagining different possibilities.</p>
<p>Even though the coronavirus was a universal fracture, many existing and emerging fractures disrupt the lives of distinct communities. The role of a storyteller-guide becomes more and more important in these times. The urgency of situations often allows no space for other perspectives to emerge and that is when the role of the archiver-storyteller guide becomes important. I also include this as a role that researchers can place themselves in; as I do through this document. By documenting practices and technologies and how they evolved meanings over time, researchers can open up conversations of alternate systems and futures.</p>
<h3 id="axioms-of-practice">Axioms of Practice</h3>
<h4 id="fragility">Fragility</h4>
<p>Underlying these collectives is the core idea of fragility which manifests itself in many spaces that the collectives must operate in as well as the structure of the network itself. These networks demonstrate this fragility in both an overarching manner as well as in the everydayness of it. These are easy to come across in the very simple operational matters.</p>
<p>When we were talking about volunteer time commitments in DB, Thomson said something very important to the group,</p>
<p>“Voluntary thing. No hard deadlines. Contri whenever possible, keep things shared so others can pick up if you’re down. Keep things moving but sustainable.”</p>
<p>Operationally, it offers an alternative way of working which has its merit. However, this often brought me up to an “internal wall”. It would be often something on the lines of how “this is not how things work in the real world”. In the real world, there are deadlines and timeframes, strategies and liabilities. Work couldn’t possibly be done in this way, could it? There’s no way that a group like this could have an impact, can it? When some of my internal walls manifest and realise themselves, it&rsquo;s a confirmation of these assumptions of these networks being breakable. This was a difficult thing for me to navigate.</p>
<p>These internal walls have come to me in many places, and I will be using my retrospection to describe the fragilities that I saw. I asked Shreyas about how he deals with obstacles and things that don’t work out in a project. His reply to me was something that changed the way that I thought about the fragility of these things. “It isn’t an obstacle that stops you rather, it is a point of divergence.” This point of divergence occurs in the times of coming up against walls, external or internal. However, this is something that requires a readiness to bear the burden of the divergence. When I was working on the choropleth map, I witnessed this. I had been working on the COVID 19 Pune app for a while, constantly updating it and verifying the information that went on it. This, however, soon brought me to a point of exhaustion and I decided to find some help. That is when I started working with the Viral Kindness group for Pune the map was to have a collaborative object for us to work on together. But when that didn’t work out, I could feel the exhaustion in my body. By some time, there was no energy for me to bounce back either.</p>
<p>“some bodies become depleted because of what is required to go somewhere, to be somewhere, to stay somewhere.” <a href="#ahmed-2017">(Ahmed 2017, p.186)</a></p>
<p>Another implication of this fragility that I saw was the move from liability to accountability. In the app that I made to handle fund disbursals for volunteer teams, the honour system was the core operating principle that I used. Volunteers weren’t held liable for the work they did, the information they gave about their work. However, they assumed accountability for them. This comes from the shared understanding that they are part of something fragile. I have also previously seen the manipulation of these beliefs by networks to exploit their members. This also is an indicator of the connections that these actants and the networks have among each other and with other enabling institutions. These connections are of many types-some fragile, some symbiotic, some parasitic and most others a hybrid of these. These connections are also different manifestations, linkages, relationships between many different identities. The practice of care often involves discussions and decisions about the packing and unpacking, the integration and differentiation of these identities. These things often involve deciding what might be better at what point.</p>
<p>&ldquo;But, while it is impossible to ascertain in general what it is good to do, this does not mean that everyone has to figure it out for herself. The task of establishing what ‘better’ might be involves collectives.&rdquo; <a href="#mol-2008">(Mol 2008)</a></p>
<p>I have seen this as practice in DLL as well as DB, where group conversations happen about new sources of funding, new projects and collectively understanding whether the engagement would be “good to do”. Another conversation that merits this kind of collective concern is the question of melding and unmelding identities between people, collectives and institutions. These reflect in the processes of adding people to the collective, discussing if overlapping collective identities are to be differentiated for projects or endeavours. It is also a question of asking which identity is more suitable for a project. This kind of nebulous identity is flexible and fragile at the same time.</p>
<p>Sara Ahmed describes fragility in three ways:</p>
<ul>
<li>The quality of being easily breakable</li>
<li>When being breakable stops possibilities of doing something or reaching somewhere</li>
<li>No longer able to grasp hold of what we need to persist in something <a href="#ahmed-2017">(Ahmed 2017)</a></li>
</ul>
<p>If this is what fragility means for individuals, how does this translate to the collective sees the world. Practices such as adding to the collective then go much further than mere skill or capital, whether it is for people, other collectives, institutions or corporations. Even for things such as keeping up morale after a setback, it is anticipated because of a more honest view of our collectives.</p>
<h4 id="counter-hegemonic-practices">Counter-hegemonic practices</h4>
<p>I wrote before about ICAN, and how there was a conscious unspoken decision to stay at a small scale and not “solve” anything. The saviour idea of technology is looked at quite humbly and seen as a tool that needs to be situated. For DB, there were some spaces where this “stand against” becomes clearer. While we translating the IEC material, I would sometimes take on Marathi and Malayalam. I have a conversational hold over both languages and often I would stumble where a little more complex concepts were included. Soon, I started to rely on Google translate to do my work. At first glance, the output seems okay but often quite formal. After reviewing my work, Naveen re-edited once and told me how he had to “de-sanskritise” it. That got me thinking about how the differences between formal and informal language is often a story of imperialism or colonialism. Instantly transported back to school, how even though I could read and write literary Marathi, I wouldn’t be able to speak colloquial Marathi. It was only later that I realised the differences lay in the Brahmanistic influence on Marathi and the relation to whoever couldn’t speak the “Puneri” Marathi was considered “gavthi”(a slur that means village-folk). These actions require us to constantly think about how we talk about our work, what is our work, how was it done, why it was done in a certain way and question everything. Care is a very political act in the sense of what it questions and that has reflected in these collectives.</p>
<h4 id="relationships">Relationships</h4>
<p>Another thing that I have seen the collectives question are the arbitrary yet normative way that relationships have been formed. I spoke to Shreyas about scoping Bidar for my capstone, and visited it once for a week and he added me to the main group of Living Labs. I was bewildered by this. As I worked with DLL longer, I saw this in the context of how relationships were formed, taking into consideration personal feelings, larger engagements. I started to understand how adding people was less about the opacity of the “top management” but rather the convenience and bandwidth of the collaborators. DB, DLL, LLN and Team YUVAA are quite closely interlinked in terms of the in-betweening of contexts and collaborators. However, discussions about matters of identity often emerge only in terms of the differences between the identities and what each can or cannot do, not in the prescriptive sense but rather as a matter of humble honesty.</p>
<p><figure class="responsive-figure lightbox-trigger" data-annotate-image>
  <a href="/carefull-collectives-and-their-care-practices/000009.png" class="lightbox-link">
    <picture>
    <source type="image/webp" srcset="/carefull-collectives-and-their-care-practices/000009_hu17551200624239056347.webp 480w, /carefull-collectives-and-their-care-practices/000009_hu6121826250252011603.webp 768w, /carefull-collectives-and-their-care-practices/000009_hu3938225349028068472.webp 1200w, /carefull-collectives-and-their-care-practices/000009_hu10840373291693862041.webp 1393w" sizes="(max-width: 960px) 100vw, 65vw">
    <img src="/carefull-collectives-and-their-care-practices/000009.png" srcset="/carefull-collectives-and-their-care-practices/000009_hu16006039428355219029.png 480w, /carefull-collectives-and-their-care-practices/000009_hu9988677265357174485.png 768w, /carefull-collectives-and-their-care-practices/000009_hu14302595058470204207.png 1200w, /carefull-collectives-and-their-care-practices/000009.png 1393w" sizes="(max-width: 960px) 100vw, 65vw" alt="An early attempt at visualising the archetypes" loading="lazy" decoding="async" width="1393" height="1503">
  </picture>


  </a>
</figure>
</p>
<p><em>Fig 35: An early attempt at visualising the archetypes</em></p>
<p><figure class="responsive-figure lightbox-trigger" data-annotate-image>
  <a href="/carefull-collectives-and-their-care-practices/000003.png" class="lightbox-link">
    <picture>
    <source type="image/webp" srcset="/carefull-collectives-and-their-care-practices/000003_hu4662517693368195529.webp 480w, /carefull-collectives-and-their-care-practices/000003_hu1630409635473616088.webp 768w, /carefull-collectives-and-their-care-practices/000003_hu16119026731058131697.webp 1200w, /carefull-collectives-and-their-care-practices/000003_hu5114179153364485202.webp 1280w" sizes="(max-width: 960px) 100vw, 65vw">
    <img src="/carefull-collectives-and-their-care-practices/000003.png" srcset="/carefull-collectives-and-their-care-practices/000003_hu12251847177213914185.png 480w, /carefull-collectives-and-their-care-practices/000003_hu5655327202264736405.png 768w, /carefull-collectives-and-their-care-practices/000003_hu14003330297802369165.png 1200w, /carefull-collectives-and-their-care-practices/000003.png 1280w" sizes="(max-width: 960px) 100vw, 65vw" alt="The poster I made for the exhibition" loading="lazy" decoding="async" width="1280" height="591">
  </picture>


  </a>
</figure>
</p>
<p><em>Fig 36: The poster I made for the exhibition</em></p>
<p><figure class="responsive-figure lightbox-trigger" data-annotate-image>
  <a href="/carefull-collectives-and-their-care-practices/000005.png" class="lightbox-link">
    <picture>
    <source type="image/webp" srcset="/carefull-collectives-and-their-care-practices/000005_hu3126314432609027316.webp 480w, /carefull-collectives-and-their-care-practices/000005_hu967727099137335458.webp 768w, /carefull-collectives-and-their-care-practices/000005_hu3279333150996310541.webp 1200w, /carefull-collectives-and-their-care-practices/000005_hu9274722505548357625.webp 1642w" sizes="(max-width: 960px) 100vw, 65vw">
    <img src="/carefull-collectives-and-their-care-practices/000005.png" srcset="/carefull-collectives-and-their-care-practices/000005_hu6544009412046950843.png 480w, /carefull-collectives-and-their-care-practices/000005_hu11927616978580264450.png 768w, /carefull-collectives-and-their-care-practices/000005_hu18211453159176105907.png 1200w, /carefull-collectives-and-their-care-practices/000005.png 1642w" sizes="(max-width: 960px) 100vw, 65vw" alt="An overview of the capstone" loading="lazy" decoding="async" width="1642" height="1285">
  </picture>


  </a>
</figure>
</p>
<p><em>Fig 37: An overview of the capstone</em></p>
<p><figure class="responsive-figure lightbox-trigger" data-annotate-image>
  <a href="/carefull-collectives-and-their-care-practices/000000.png" class="lightbox-link">
    <picture>
    <source type="image/webp" srcset="/carefull-collectives-and-their-care-practices/000000_hu3810204118537659174.webp 200w" sizes="(max-width: 960px) 100vw, 65vw">
    <img src="/carefull-collectives-and-their-care-practices/000000.png" srcset="/carefull-collectives-and-their-care-practices/000000.png 200w" sizes="(max-width: 960px) 100vw, 65vw" alt="This QR code redirects to all the web artifacts listed" loading="lazy" decoding="async" width="200" height="200">
  </picture>


  </a>
</figure>
</p>
<p><em>Fig 38: This QR code redirects to all the web artifacts listed</em></p>
<h2 id="conclusion">Conclusion</h2>
<p>I have discussed my experiences of different collectives and I witnessed care manifesting in them. The research opens up ways of looking at networks in a systemic and structural level through the lenses of care. Care systems are working in each of these collectives and quite probably in every network. The people who are part of these care systems often adorn themselves with different roles of care-practice that might allow them to nurture collectives. This is also a smaller exercise in reimagining networks structurally and revisioning how they coagulate, evolve and operate. The shared assumptions carried by these collectives often enable them to ground themselves and move beyond the few normative methods of being and doing in a network.</p>
<p>Fragility is an honest and important understanding in this sense because it changes the way we look at incentives and penalisations as a motivation. I imagine this in the sense of “broken world thinking” and how honesty helps us to better appreciate care practices.(<a href="#grant-2020">Grant 2020</a>; <a href="#jackson-2013">Jackson 2013</a>) The relationships of these collectives are pluralistic and multi-faceted, each requiring a different aspect of care practice. I think that a large portion of these newer networked practices emerges as a result of their stand against a hegemony of materials, knowledge, scales, relationships and hierarchies. And some of these practices of care from the necessity of this “stand against” causes a fracture and sets up the network to fail when looked at in relation with the belief systems that surround it. But also, as Sara Ahmed says, a point of breakage isn’t just that it is a point of becoming - a divergence from the norm, new protocols, practices, ways of finding capital, engaging with people, engaging with other institutions and networks emerge.</p>
<p>“Shattering: scattering. What is shattered so often is scattered, strewn all over the place. A history that is down, heavy, is also messy, strewn. The fragments: an assembly. In pieces. Becoming army” <a href="#ahmed-2017">(Ahmed 2017, p.186)</a></p>
<p>It is a “diseased” collective in a world that claims to be effective and optimised. If living with the disease isn’t seen as a temporary thing, but rather as the norm then maybe care is the best way to navigate that.</p>
<p>“The logic of care is definitely better geared to living with a diseased and unpredictable body&hellip; examine it, adapt it, fiddle with it, push and pull it, alter it, as and where this seems right. The logic of care as I articulate it here is not something to solidify or cast in stone. Not at all! It is fluid and adaptable. But it is a good place to start from since, instead of addressing only the part of us that is healthy, it takes us seriously as we are, diseases and all. It seeks to nourish our bodies; respects the collectivities to which we belong; reacts forgivingly to our failures; and stubbornly strives for improvement, even if things keep on going wrong; though not beyond an (un-)certain limit, for in the end it will let go. Although it is difficult to relate to one’s own suffering in a clinical way, learning to combine being active with being receptive does more than strengthening our capacity to care. For the ability to let go actively not only makes suffering easier to bear. It is also a precondition for experiencing pleasure.” <a href="#mol-2008">(Mol 2008, p. 83)</a></p>
<h2 id="bibliography">Bibliography</h2>
<p><span id="ahmed-2017"></span><strong>Ahmed 2017</strong></p>
<p>Ahmed, Sara. &ldquo;Fragile Connections.&rdquo; In <em>Living a Feminist Life</em>, 163–86. Durham: Duke University Press, 2017.</p>
<p><span id="alex-2020"></span><strong>Alex 2020</strong></p>
<p>Alex, Micah. 2020. &ldquo;How To Destroy An Entire Community In Three Steps.&rdquo; Blog. <em>Micah Alex</em>. <a href="https://medium.com/micah-alex/how-to-destroy-an-entire-community-in-three-steps-27bb8bd5c960">https://medium.com/micah-alex/how-to-destroy-an-entire-community-in-three-steps-27bb8bd5c960</a></p>
<p><span id="bellacasa-2011"></span><strong>Bellacasa 2011</strong></p>
<p>Bellacasa, Maria Puig de la. &ldquo;Matters of Care in Technoscience: Assembling Neglected Things.&rdquo; <em>Social Studies of Science</em> 41, no. 1 (February 2011): 85–106. <a href="https://doi.org/10.1177/0306312710380301">https://doi.org/10.1177/0306312710380301</a></p>
<p><span id="bondi-2003"></span><strong>Bondi 2003</strong></p>
<p>Bondi, Liz. &ldquo;Empathy and Identification: Conceptual Resources for Feminist Fieldwork.&rdquo; <em>ACME: An International E-Journal for Critical Geographies</em> 2, no. 1 (2003): 64–76.</p>
<p><span id="gatehouse-2020"></span><strong>Gatehouse 2020</strong></p>
<p>Gatehouse, Cally. &ldquo;A Hauntology of Participatory Speculation.&rdquo; In <em>Proceedings of the 16th Participatory Design Conference 2020</em>, 116–25. Manizales, Colombia: ACM, 2020. <a href="https://doi.org/10.1145/3385010.3385024">https://doi.org/10.1145/3385010.3385024</a></p>
<p><span id="grant-2020"></span><strong>Grant 2020</strong></p>
<p>Grant, Jenna. &ldquo;Repair in Translation.&rdquo; <em>East Asian Science, Technology and Society</em> 14, no. 1 (March 1, 2020): 15–33. <a href="https://doi.org/10.1215/18752160-8233535">https://doi.org/10.1215/18752160-8233535</a></p>
<p><span id="hyysalo-2018"></span><strong>Hyysalo 2018</strong></p>
<p>Hyysalo, Virve, and Sampsa Hyysalo. &ldquo;The Mundane and Strategic Work in Collaborative Design.&rdquo; <em>Design Issues</em> 34, no. 3 (July 2018): 42–58. <a href="https://doi.org/10.1162/desi_a_00496">https://doi.org/10.1162/desi_a_00496</a></p>
<p><span id="iyer-2019"></span><strong>Iyer 2019</strong></p>
<p>Iyer, Deepa. 2019. &ldquo;My Role In A Social Change Ecosystem: A Mid-Year Check-In.&rdquo; Blog. <em>Deepa Iyer</em>. <a href="https://medium.com/@dviyer/my-role-in-a-social-change-ecosystem-a-mid-year-check-in-1d852589cdb1">https://medium.com/@dviyer/my-role-in-a-social-change-ecosystem-a-mid-year-check-in-1d852589cdb1</a></p>
<p><span id="jackson-2013"></span><strong>Jackson 2013</strong></p>
<p>Jackson, Steven J. <em>Thin Description: Ethnography and the African Hebrew Israelites of Jerusalem</em>. Cambridge, Massachusetts: Harvard University Press, 2013.</p>
<p><span id="latour-weibel-2005"></span><strong>Latour Weibel 2005</strong></p>
<p>Latour, Bruno, and Peter Weibel, eds. &ldquo;From Realpolitik to Dingpolitik.&rdquo; In <em>Making Things Public: Atmospheres of Democracy</em>. Cambridge, Mass.: MIT Press; ZKM/Center for Art and Media in Karlsruhe, 2005.</p>
<p><span id="mol-2008"></span><strong>Mol 2008</strong></p>
<p>Mol, Annemarie. <em>The Logic of Care: Health and the Problem of Patient Choice</em>. London; New York: Routledge, 2008.</p>
<p><span id="myers-2013"></span><strong>Myers 2013</strong></p>
<p>Myers, Ella. <em>Worldly Ethics: Democratic Politics and Care for the World</em>. Durham, N.C.: Duke University Press, 2013. <a href="https://doi.org/10.1215/9780822398035">https://doi.org/10.1215/9780822398035</a></p>
<p><span id="paolini-2003"></span><strong>Paolini 2003</strong></p>
<p>Paolini, Christopher. <em>Eragon</em>. New York: Alfred A. Knopf, 2003.</p>
<p><span id="suchman-2002a"></span><strong>Suchman 2002a</strong></p>
<p>Suchman, Lucy A. &ldquo;Located Accountabilities in Technology Production.&rdquo; <em>Scandinavian Journal of Information Systems</em> 14, no. 2 (2002).</p>
<p><span id="suchman-2002b"></span><strong>Suchman 2002b</strong></p>
<p>Suchman, Lucy A. &ldquo;Practice-Based Design of Information Systems: Notes from the Hyperdeveloped World.&rdquo; <em>The Information Society</em> 18, no. 2 (March 2002): 139–44. <a href="https://doi.org/10.1080/01972240290075066">https://doi.org/10.1080/01972240290075066</a></p>
<p><span id="suchman-2018"></span><strong>Suchman 2018</strong></p>
<p>Suchman, Lucy, and NCSAatIllinois. 2018. <em>Relocating Innovation: Places And Practices Of Future Making</em>. Video. <a href="https://www.youtube.com/watch?v=s4FGfgR8_yc">https://www.youtube.com/watch?v=s4FGfgR8_yc</a></p>
<p><span id="sunday-times-2020"></span><strong>Sunday Times 2020</strong></p>
<p><em>The Sunday Times, Singapore</em>. 2020. &ldquo;Essential V Non-Essential Jobs: How The Survey Was Conducted.&rdquo; <a href="https://www.straitstimes.com/singapore/how-the-survey-was-conducted">https://www.straitstimes.com/singapore/how-the-survey-was-conducted</a></p>
<p><span id="thien-2009"></span><strong>Thien 2009</strong></p>
<p>Thien, D. &ldquo;Feminist Methodologies.&rdquo; In <em>International Encyclopedia of Human Geography</em>, 71–78. Elsevier, 2009. <a href="https://doi.org/10.1016/B978-008044910-4.00435-1">https://doi.org/10.1016/B978-008044910-4.00435-1</a></p>
]]></content:encoded></item><item><title>Community Networks Stories: Experiences from Co-creating a Local Knowledge Network</title><link>https://khattamicah.xyz/community-networks-stories/</link><pubDate>Sun, 01 Mar 2020 00:00:00 +0000</pubDate><author>micah.dvpp7@aleeas.com (Micah Alex)</author><guid>https://khattamicah.xyz/community-networks-stories/</guid><category domain="https://khattamicah.xyz/tags/community-networks/">community-networks</category><category domain="https://khattamicah.xyz/tags/collectives/">collectives</category><description>Written for the Association for Progressive Communications, this piece shares insights from the experience of co-creating local knowledge networks- the messy, collaborative process of helping communities establish and maintain their own digital infrastructure.
The article draws on fieldwork in rural India, where &amp;ldquo;community network&amp;rdquo; means something different from its usual technical definition. Here, networks are not just about connectivity but about the social relationships, trust, and shared knowledge that make infrastructure meaningful.</description><content:encoded><![CDATA[<p>Written for the Association for Progressive Communications, this piece shares insights from the experience of co-creating local knowledge networks- the messy, collaborative process of helping communities establish and maintain their own digital infrastructure.</p>
<p>The article draws on fieldwork in rural India, where &ldquo;community network&rdquo; means something different from its usual technical definition. Here, networks are not just about connectivity but about the social relationships, trust, and shared knowledge that make infrastructure meaningful. The piece reflects on what it takes to support communities in building these layers together. Alongside infrastructure, we also experimented with community-driven content creation tools to help participants claim ownership over these networks.</p>
<p><a href="https://www.apc.org/en/blog/community-networks-stories-experiences-co-creating-local-knowledge-network">Read the full piece on APC</a></p>
]]></content:encoded></item><item><title>Caste and Education Geospatially in Rural Bihar</title><link>https://khattamicah.xyz/caste-and-education/</link><pubDate>Tue, 01 Jan 2019 00:00:00 +0000</pubDate><author>micah.dvpp7@aleeas.com (Micah Alex)</author><guid>https://khattamicah.xyz/caste-and-education/</guid><category domain="https://khattamicah.xyz/tags/participatory-research/">participatory-research</category><category domain="https://khattamicah.xyz/tags/workshop-facilitation/">workshop-facilitation</category><category domain="https://khattamicah.xyz/tags/mapping/">mapping</category><description>In 2019, working with Project Potential Trust in Kishanganj, rural Bihar, we ran a participatory research project on how caste shapes education and village life. We worked mostly in Bhutijhari, where caste sorts the settlement plainly, and its neighbouring Adivasi settlement of Bhelatupi.
Project Context We chose Bhutijhari with Project Potential, and included Bhelatupi nearby, because the contrast between the two shows how caste plays out in where people live and how children get to school.</description><content:encoded><![CDATA[<p>In 2019, working with Project Potential Trust in Kishanganj, rural Bihar, we ran a participatory research project on how caste shapes education and village life. We worked mostly in Bhutijhari, where caste sorts the settlement plainly, and its neighbouring Adivasi settlement of Bhelatupi.</p>
<h2 id="project-context">Project Context</h2>
<p>We chose Bhutijhari with Project Potential, and included Bhelatupi nearby, because the contrast between the two shows how caste plays out in where people live and how children get to school.</p>
<h2 id="initial-mapping-activity">Initial Mapping Activity</h2>
<p>We used a map to start structured discussions with Project Potential&rsquo;s local researchers, who shared their own observations and experiences of caste. Bhutijhari&rsquo;s houses run along caste lines; Bhelatupi&rsquo;s are mixed clusters. The map made that contrast easy to talk about.</p>
<h2 id="working-with-local-researchers">Working with local researchers</h2>
<p>The local researchers were mostly youth volunteers from Project Potential, and since they would still be there after we left, we worked with them as facilitators rather than subjects. We spent time on team-building first and shared some basic design-thinking tools.</p>
<p>One activity they ran, &ldquo;Mummy kya Bolengi? kya Bolenge?&rdquo;, looked at how beliefs pass from parents to children. Through storytelling and role-play, people voiced the myths and warnings that carry caste from one generation to the next.</p>
<h2 id="speculating-an-ideal-village">Speculating an Ideal Village</h2>
<p>We also asked adults and children to build an ideal village on a hand-drawn map, placing homes and infrastructure by occupation. Occupation stands in for caste here, so where people put things, and what they put first, showed how differently the two communities see the same village.</p>
<h2 id="reflections">Reflections</h2>
<p>The point was less to produce findings than to make caste discussable on the ground, in a form people could point at and argue with, rather than in academic language. It is a small piece of work, and it mostly taught us where the real questions are.</p>
]]></content:encoded></item><item><title>Ecological System: Drawing Inspiration from Ants</title><link>https://khattamicah.xyz/antarsam-exploring-alternate-histories-and-futures/</link><pubDate>Tue, 01 Jan 2019 00:00:00 +0000</pubDate><author>micah.dvpp7@aleeas.com (Micah Alex)</author><guid>https://khattamicah.xyz/antarsam-exploring-alternate-histories-and-futures/</guid><category domain="https://khattamicah.xyz/tags/speculative-design/">speculative-design</category><category domain="https://khattamicah.xyz/tags/community-networks/">community-networks</category><description>How might we reconceptualize our systems of production if we consider them not as fixed infrastructures but as evolving boundary objects? The social structures and cooperative behaviours of ants are the metaphor here for a politics of logistics centered around decentralized food production and distribution.
This theoretical lens allows us to interrogate the boundary between biological systems and technological infrastructures through the use of speculative fiction. My exploration started with a set of intriguing jump-off points:</description><content:encoded><![CDATA[<p>How might we reconceptualize our systems of production if we consider them not as fixed infrastructures but as evolving boundary objects? The social structures and cooperative behaviours of ants are the metaphor here for a politics of logistics centered around decentralized food production and distribution.</p>
<p>This theoretical lens allows us to interrogate the boundary between biological systems and technological infrastructures through the use of speculative fiction. My exploration started with a set of intriguing jump-off points:</p>
<ol>
<li>An ecological system: Ants producing and distributing liquid food</li>
<li>An artifact (thingamajig): Liquid food packets and their decentralized production and delivery system</li>
<li>A place: Bengal</li>
<li>A name: Antarsam</li>
</ol>
<h2 id="ecological-system-drawing-inspiration-from-ants">Ecological System: Drawing Inspiration from Ants</h2>
<h3 id="introduction-the-divergence-point">Introduction: The Divergence Point</h3>
<p>The year 1943 marked a devastating milestone in Bengal&rsquo;s history - a famine that claimed nearly three million lives. While our timeline saw this tragedy followed by the Green Revolution of the 1960s, elsewhere in the multiverse, a different path unfolded. This document examines that alternate trajectory, where a single change in history reshaped not just a nation, but the very nature of technology, society, and sustenance itself.</p>
<h3 id="the-alternative-timeline-netajis-survival">The Alternative Timeline: Netaji&rsquo;s Survival</h3>
<p>In this alternate reality, Subhashchandra Bose - the revolutionary leader who challenged Gandhi&rsquo;s non-violent approach to Indian independence - did not perish in a plane crash in 1945. Instead, Netaji (as he was respectfully known) continued his resistance against British colonial rule with tactical support from Japanese forces. Following World War II, he strategically positioned himself against both American and Japanese imperial ambitions, which had divided their control over the north-west and north-east regions of what would have been India and Pakistan.</p>
<p>Witnessing the Bengal famine and subsequent food crises through the 1960s, Netaji&rsquo;s government prioritized food security above all else. &ldquo;A nation that cannot feed itself cannot truly be independent,&rdquo; became his defining philosophy, reshaping the entire trajectory of this alternate India&rsquo;s development.</p>
<h3 id="the-ant-paradigm">The Ant Paradigm</h3>
<p>The breakthrough came from an unlikely source: myrmecology, the study of ants. Micah, a biologist specializing in social insects, observed how ant colonies solved complex resource allocation problems through decentralized systems. In her landmark 1952 paper, he wrote:</p>
<p>&ldquo;Ants have no central authority dictating distribution. Each ant follows simple rules, yet collectively they create remarkably efficient supply chains. Their social digestive system - where food is passed from ant to ant, processed at each stage - provides a blueprint for reimagining how humans might approach resource distribution.&rdquo;</p>
<p>This insight catalyzed two revolutionary innovations that would transform society.</p>
<h3 id="the-twin-innovations">The Twin Innovations</h3>
<h4 id="1-mrutaru-the-nectar-plant">1. Mrutaru (The Nectar Plant)</h4>
















<aside class="content-card card-info" role="note">
  
  <div class="card__header">
    <span class="card__icon" aria-hidden="true">
      
      
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><path d="M12 16v-4"/><path d="M12 8h.01"/></svg>
      
    </span>
    
      <span class="card__title">Mrutaru</span>
    
  </div>

  
  <div class="card__content">
    <p>The first breakthrough came through interdisciplinary collaboration between nuclear scientists and geneticists. Building on discoveries in isotope science, they developed a genetically modified house plant called Mrutaru (from Sanskrit &ldquo;mruta,&rdquo; meaning essence, and &ldquo;aru,&rdquo; denoting vitality).</p>
<p>The Mrutaru plant functioned as a biological processor, converting raw ingredients into a nutrient-rich liquid that contained complete human nutritional requirements. The efficiency was remarkable &ndash; each plant could convert low-quality organic matter into approximately 65-70 kilograms of nutrient solution weekly. A standard household with three plants could therefore produce up to 200 kilograms of liquid nutrition per week, sufficient to feed not just the family but contribute to community reserves.</p>

  </div>
</aside>

<p>Dr. Ayan (no relation to Netaji) explained the science: &ldquo;The plant utilises modified photosynthetic pathways and nitrogen-fixing bacteria to create protein structures and complex carbohydrates with unprecedented efficiency. Unlike conventional agriculture, which wastes nearly 60% of potential energy in each trophic transfer, Mrutaru captures almost 80% of input energy, approaching theoretical limits of thermodynamic efficiency.&rdquo;</p>
<h4 id="2-annacharkha-the-food-wheel">2. Annacharkha (The Food Wheel)</h4>
















<aside class="content-card card-info" role="note">
  
  <div class="card__header">
    <span class="card__icon" aria-hidden="true">
      
      
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><path d="M12 16v-4"/><path d="M12 8h.01"/></svg>
      
    </span>
    
      <span class="card__title">Annacharkha</span>
    
  </div>

  
  <div class="card__content">
    <p>The second innovation addressed processing and customization. The Annacharkha &ndash; combining &ldquo;anna&rdquo; (grain/food) and &ldquo;charkha&rdquo; (spinning wheel, ironically evoking Gandhi&rsquo;s symbol of self-sufficiency) &ndash; was a bicycle-powered device that processed Mrutaru&rsquo;s output into various food forms.</p>
<p>By incorporating different catalyst tablets into the Annacharkha&rsquo;s processing chamber, households could adjust nutritional profiles and flavor compounds. The device&rsquo;s design made it accessible for home production while ensuring standardization of the final product. Its bicycle-powered mechanism also offered a practical solution to both energy conservation and public health &ndash; early studies showed regular use contributed significantly to cardiovascular health, particularly addressing the rising rates of obesity in urban areas.</p>

  </div>
</aside>

<h3 id="antarsam-the-food-internet">Antarsam: The Food Internet</h3>
<p>As these innovations scaled across the nation, a new challenge emerged: coordinating decentralized production to ensure equitable distribution. This need birthed Antarsam, a communication network unlike the internet that developed in our timeline.</p>
<p>The term &ldquo;Antarsam&rdquo; merges &ldquo;antar&rdquo; (meaning &lsquo;in between&rsquo;) and &ldquo;sam&rdquo; (abbreviated from &lsquo;samachar,&rsquo; meaning &rsquo;news&rsquo;) - literally &ldquo;news between,&rdquo; but conceptually representing the connections between nodes in the food distribution network. Unlike our internet, which evolved from military and academic roots with packet-switching technology, Antarsam developed as a specialized network for matching surplus and deficit regions in real-time.</p>
<p>The system operated through three tiers:</p>
<ol>
<li><strong>Household Nodes:</strong> Families registered daily production and consumption, automatically reporting surpluses or deficits</li>
<li><strong>Neighborhood Hubs:</strong> Local coordination centers that balanced resources within communities</li>
<li><strong>Regional Exchanges:</strong> Larger facilities that handled inter-district transfers when local balancing was insufficient</li>
</ol>
<p>&ldquo;a nervous system for collective nourishment.&rdquo; Physical infrastructure - a combination of pneumatic tubes for urban areas and dedicated bicycle couriers for rural regions - enabled the rapid transfer of both information and resources.</p>
<h3 id="the-langaar-system">The Langaar System</h3>
<p>The comprehensive decentralized food system became known as &ldquo;Langaar,&rdquo; borrowing the Sikh concept of community kitchens where people of all backgrounds eat together. This naming reflected the system&rsquo;s social dimension - it wasn&rsquo;t merely about sustenance, but about redefining community relationships through food.</p>
<p>Traditional cooking didn&rsquo;t disappear but transformed. Households still prepared conventional meals for special occasions, while daily nutrition came primarily through Mrutaru and Annacharkha. New cultural practices emerged around &ldquo;flavor sharing&rdquo; - the exchange of catalyst tablets that produced distinct regional tastes. Marriages often included the ceremonial exchange of family flavor formulas, creating literal &ldquo;fusion cuisine&rdquo; in newly formed households.</p>
<p>The system fundamentally altered gender dynamics as well. With basic nutrition secured through a less labour-intensive process, the traditional burden of food preparation - which fell disproportionately on women - was significantly reduced. This created space for greater participation in other economic and social spheres, accelerating women&rsquo;s integration into previously male-dominated fields.</p>
<h3 id="the-outside-observer">The Outside observer</h3>
<p>Paul didn&rsquo;t consider himself a time traveler - he preferred &ldquo;possibility navigator.&rdquo; A quantum physicist from our timeline, he had accidentally discovered a method to traverse not through time but across divergent realities. His specialized equipment allowed brief observational periods in alternate timelines, though interaction remained limited.</p>
<p>&ldquo;The differences are both subtle and profound,&rdquo; Paul explained during a sanctioned presentation to the Antarsam Community Meeting in 2023 (their timeline). &ldquo;In my world, technology optimised for individual consumption rather than community distribution. Our &lsquo;internet&rsquo; connects information, but rarely connects physical resources in meaningful ways.&rdquo;</p>
<h3 id="reflection-the-power-of-small-changes">Reflection: The Power of Small Changes</h3>
<p>The fiction was an exploration on how relatively small changes to historical trajectories can cascade into fundamentally different social structures. By reimagining resource allocation through the lens of collective nourishment rather than individual accumulation, this alternate India created technological and social systems with profoundly different values and outcomes.</p>
<p>This case study reminds us that even seemingly monolithic systems in our own world are ultimately human constructions - the result of countless decisions, values, and historical contingencies. The alternate timeline of Antarsam offers not just an intriguing &ldquo;what if,&rdquo; but a mirror that helps us examine the assumptions and priorities embedded in our own technological and social systems.</p>
<p>It is also interesting to compare the conditions that led to the development of liquid food in the current reality ala <a href="https://en.wikipedia.org/wiki/Soylent_(meal_replacement)">Soylent</a> and the circumstances of this fiction.</p>
<blockquote>
<p>Rhinehart used to view food as a time-consuming hassle and had resolved to treat it as an engineering problem. He blended the ingredients with water and consumed only this drink for the next thirty days. Over the course of the next two months, he adjusted the proportions of the ingredients to counter various health issues and further refined the formula.</p>
</blockquote>
<p>We are also able to see other examples of digital infrastructures currently being speculated on for food networks ala Antarsam</p>
<p><a href="https://www.frontiersin.org/journals/blockchain/articles/10.3389/fbloc.2020.567175/full">Blockchain for Organic Food Traceability: Case Studies on Drivers and Challenges</a></p>
<hr>
]]></content:encoded></item><item><title>The Disenfranchisement of Paniyas in Kerala</title><link>https://khattamicah.xyz/the-disenfranchisement-of-adivasis-in-kerala/</link><pubDate>Sat, 01 Sep 2018 00:00:00 +0000</pubDate><author>micah.dvpp7@aleeas.com (Micah Alex)</author><guid>https://khattamicah.xyz/the-disenfranchisement-of-adivasis-in-kerala/</guid><category domain="https://khattamicah.xyz/tags/place-based-research/">place-based-research</category><category domain="https://khattamicah.xyz/tags/social-justice/">social-justice</category><description>I was thrown into Wayanad and its problems, both hidden and open. I decided to explore whether there was any reality to people&amp;rsquo;s claims that the tribals weren&amp;rsquo;t as affected by the 2018 floods because &amp;ldquo;they didn&amp;rsquo;t have much to lose and that they are used to it&amp;rdquo;. This led me on an eye-opening journey into the cruel realms of caste oppression and caste-privilege.
As part of a project to study the effects of the 2018 floods in Kerala, a group of 25 students left from Srishti Institute of Art, Design and Technology to Wayanad to see how the socio-political and economic realms of the state had been altered by a &amp;rsquo;natural&amp;rsquo; disaster of this sort.</description><content:encoded><![CDATA[<p>I was thrown into Wayanad and its problems, both hidden and open. I decided to explore whether there was any reality to people&rsquo;s claims that the tribals weren&rsquo;t as affected by the 2018 floods because &ldquo;they didn&rsquo;t have much to lose and that they are used to it&rdquo;. This led me on an eye-opening journey into the cruel realms of caste oppression and caste-privilege.</p>
<p>As part of a project to study the effects of the 2018 floods in Kerala, a group of 25 students left from Srishti Institute of Art, Design and Technology to <a href="https://www.google.co.in/maps/place/Wayanad,+Kerala/@11.7141243,75.8289888,10z/">Wayanad</a> to see how the socio-political and economic realms of the state had been altered by a &rsquo;natural&rsquo; disaster of this sort. On this five-day research journey, we spoke to many of the affected, and the stakeholders in an initiative to make Kerala more resilient in the future.</p>
<blockquote>
<p>Millions of Dalits, Tribals and others still face discrimination, especially the women and girls. In too many communities, religious minorities also suffer. We must continue Gandhi&rsquo;s battle for equality.</p>
<ul>
<li>Ban-ki-Moon, UN Secretary-General, 2015</li>
</ul>
</blockquote>
<p>We were on our way to <a href="https://www.google.co.in/maps/place/Kottathara,+Kerala+673122/@11.6589662,76.0206001,15z/">Kottathara</a> to see one of the places that had been submerged in the floods. I saw the scars of the flood, reaching up to 10 feet in some places, marking its horrors in muddy tree trunks, dead plantains and compacted soil.</p>
<p>As I brooded over this destruction, I saw Paniya workers in the fields that we were crossing. I knew that the Paniya are one of the most populous and deprived tribes of India. They also constitute nearly <a href="https://www.stdd.kerala.gov.in/index.php/about-us/tribes-in-kerala/population-statistics-2011-census">15%</a> of Wayanad&rsquo;s population. Before we left, we had been told that the Paniya were a tribal group in Wayanad who were employed as agricultural labourers. They used to be slaves that were bought with the land and had always worked in someone else&rsquo;s fields toiling away under the harsh sun, doing the same job for centuries. It was then that I decided (very naively) that I would design better systems for them to inhabit. So I set about learning as much as I can about them in the following weeks.</p>
<blockquote>
<p>Traditional caste rules mandate forced labour from certain communities. This is perfectly reflected in India&rsquo;s labour market, which is more governed by laws of social origin than by statutory legislation. Moreover, violation of caste rules by Dalits seeking to break caste-related employment barriers is prone to severe punishment from dominant castes, including economic boycotts and even physical violence.</p>
<ul>
<li>India Exclusion Report, 2014</li>
</ul>
</blockquote>
<p>These were some readings and anecdotes that set the foundation of my knowledge about that tribe. This literature review provides insights into various aspects of the Paniya tribe, covering topics such as population, caste names and structures in Wayanad, periods of Paniya history, inter-tribal disparity, work and employment for Adivasis, alienation through the education system, public perceptions, plantation economy, exclusion from the financial system, and health issues.</p>
<h2 id="population">Population</h2>
<ol>
<li>According to the 2011 census, the scheduled tribes&rsquo; population in Kerala is 4.85 lakh, which accounts for <a href="https://www.stdd.kerala.gov.in/index.php/about-us/tribes-in-kerala/population-statistics-2011-census">1.45% of the general population.</a></li>
</ol>
<h2 id="caste-names-structures-in-wayanad">Caste Names, Structures in Wayanad</h2>
<ol start="2">
<li>Livelihood changes and health status of paniyan of Wayanad by Vipindas, P <a href="https://shodhganga.inflibnet.ac.in/bitstream/10603/467937/6/06_chapter%202.pdf">explores the organization of the caste system</a> in Wayanad. <strong>Pages 1–13</strong> outline each of the tribes, their histories and how they got their names, which is interesting because of the implications it has for the phrase “What’s in a name”; <strong>pages 14–19</strong> describe the history of Wayanad and its Adivasi populations and <strong>page 20</strong> describes the tribe at the focus of this article- The Paniyans.</li>
</ol>
<h2 id="periods-of-paniya-history">Periods of Paniya History</h2>
<ol start="3">
<li>Paniya history can be divided into four periods, as summarized in <a href="https://www.researchgate.net/publication/242184693_THE_SHRINKING_LIVELIHOOD_STRATEGIES_OF_THE_PANIYAR">THE_SHRINKING_LIVELIHOOD_STRATEGIES_OF_THE_PANIYAR by Baby Francis Kulirani</a>. These periods include an early hunter-gatherer period leading to a long period of being agrarian slaves. Then as liberated wage earners, they entered an extremely competitive market, grew dependent on state welfare as a rising sense of desperation and hopelessness set in.</li>
</ol>
<h2 id="the-tribal-people-are-not-a-monolith">The Tribal People are Not a Monolith</h2>
<ol start="4">
<li>
<p><a href="https://www.redalyc.org/journal/364/36465118005/html/">TRIBAL POPULATIONS IN KERALA’S DEVELOPMENT PROCESS: AN IMPACT EVALUATION OF POLICIES AND SCHEMES</a> highlights the inter-tribal disparities in welfare scheme benefits and socio-economic conditions. It emphasizes that different tribes have vastly different socio-economic and political lives, challenging the notion of tribes as a monolithic group.</p>
</li>
<li>
<p><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3441884/">Health divide” between indigenous and non-indigenous populations in Kerala, India: Population based study</a> further emphasizes the inter-tribal disparities, showcasing the significant differences within tribal groups. It also sheds light on the stark contrast between ST communities and non-tribal groups.</p>
</li>
</ol>
<h2 id="work-and-employment-for-adivasis">Work and Employment for Adivasis</h2>
<ol start="6">
<li><a href="https://www.imrfjournals.com/_files/ugd/8b382d_6cff2e797a344d33907534b64e0ddb9f.pdf">SOCIO-ECONOMIC DEPRIVATION AND MALNUTRITION AMONG THE TRIBAL WOMEN: A COMPARITIVE STUDY</a> explores the kind of work Adivasi women engage in and their average monthly earnings as of 2016. It highlights their lack of political representation, economic growth, and physical well-being.</li>
</ol>
<h2 id="alienation-through-the-education-system">Alienation through the Education System</h2>
<ol start="7">
<li>The challenges faced by Paniya children in accessing education are outlined in (<a href="http://sci-hub.tw/10.1177/2455328x17745174">Inclusive Properties of School Interactional Milieu: Implicationsfor Identity Construction and Social Exclusion</a>). The paper raises questions about the inclusivity of existing educational models. Additionally, a video (<a href="https://www.youtube.com/watch?v=DAKtKeOGWQQ"><strong>source</strong></a>) provides insights into an education system designed with Adivasi culture in mind.</li>
</ol>
<h2 id="public-perceptions">Public Perceptions</h2>
<ol start="8">
<li>Our discussions with the locals brought up the themes of the Paniyans being lazy, unreliable, alcoholic and living off the government&rsquo;s welfare schemes. This, I found later, goes to show how oppressive systems perpetuate destruction.</li>
<li>We also saw, firsthand, how the Paniyas had become a spectacle when our guide stopped the rickshaw because he saw some of them walking by and told us to take photos. We learnt later that this might be because of the amount of social research and government aid that is centered around them.</li>
</ol>
<h2 id="plantation-economy">Plantation Economy</h2>
<ol start="10">
<li>Paniya workers primarily engaged in paddy cultivation but faced a decline in employment due to the expansion of plantations. They were not easily absorbed into the plantation labour economy. (<a href="http://hdl.handle.net/10603/302206"><strong>1</strong></a>, <a href="http://www.internationaljournalssrg.org/IJEMS/2018/Volume5-Issue3/IJEMS-V5I3P101.pdf"><strong>2</strong></a>)</li>
</ol>
<h2 id="exclusion-from-the-financial-system">Exclusion from the Financial System</h2>
<ol start="11">
<li>The majority of the Paniya population was excluded from formal financial activities and the financial sector. (<a href="http://hdl.handle.net/10603/389309"><strong>Source</strong></a>)</li>
</ol>
<h2 id="health-and-caste">Health and Caste</h2>
<ol start="12">
<li>The Paniya Tribe faces numerous health problems. One <a href="http://dx.doi.org/10.4103/2349-4220.159135">study</a> focuses on malnutrition among Paniya children, highlighting their underutilization of available governmental schemes and the resulting deprivation at the community level. Another study - <a href="https://www.ncbi.nlm.nih.gov/pubmed/17108296/">Women&rsquo;s health in a rural community in Kerala, India</a> explores the impact of caste on the health of tribal women, with lower castes experiencing amplified vulnerabilities while upper castes enjoy protection due to an invisible caste buffer. Additionally, a study - <a href="http://www.iosrjournals.org/iosr-jhss/papers/Vol.%2021%20Issue4/Version-3/C0214033036.pdf">Morbidity Pattern of Tribes in Kerala</a> examines the occurrence of various diseases among Adivasis, including the prevalence of sickle cell anemia in Paniya communities.</li>
<li>Access to quality healthcare is limited for tribal populations due to their remote locations. Government hospitals, community health centers, and primary health centers, though available, are insufficient to meet their needs. Mobile medical units have been introduced to cater to remote tribal areas. ASHA workers play a crucial role in responding to healthcare issues and alerting the government healthcare infrastructure. However, historical aversion to healthcare institutions among Paniyas remains a challenge. Government hospitals in Wayanad, located in Kalpetta, are often the only facilities equipped for specialized operations like deliveries, further restricting access to quality healthcare for the tribals living in remote areas.</li>
<li>Sumant Badami <a href="https://www.tandfonline.com/doi/abs/10.1080/19472491003593043">writes</a> about how the Paniyas use black magic practices as a sort of counseling session that acknowledges their existence and situates them in a temporal setting. He explores how oppressed communities often carry the burden of historical trauma which manifests itself in many forms, sometimes even as physical pain. He also shows how the power dynamics due to caste hierarchies often infiltrate the spaces of modern health-care.</li>
</ol>
<blockquote>
<p>&ldquo;When people say it has been 60 years of India’s liberation, I find it difficult to believe, for we are still slaves, working for others, picking up human excreta with our bare hands.&rdquo;</p>
<ul>
<li>Kala bai Lavre, a manual scavenger</li>
</ul>
</blockquote>
<p>By this point in my research, I was starting to see the kind of bubbles that I was living in. I also gained perspective on how the invisibility of caste is its biggest barrier to annihilation. I started to see how these oppressive systems worked and how they reinforced the same behaviour because of the systems they had put in place. I wanted to study how things got this bad for this community, so I tried to learn as much as I can about their histories and how the alienation unfolded. I was able to glean an elementary map of the systems that the Paniyas inhabit through this exercise.</p>
<h2 id="system-map-of-issues">System Map of Issues</h2>
















<figure>
  <a class="spotlight" href="/assets/img/projects/Paniyas/system-map-of-issues.jpeg">
    <img src="/assets/img/projects/Paniyas/system-map-of-issues.jpeg" alt="System map of issues affecting the Paniya community"
      loading="lazy" decoding="async">
  </a>
  <figcaption>Credit: Author’s own (Read the legend- Take a circled issue- backtrack and see the other issues contributing to that- move to next circle)</figcaption>
</figure>

<p>I was able to somewhat see the main factors that contribute to the vicious cycles that the Paniya were forced into.</p>
<blockquote>
<p>Decreasing Health, Alienation, Landlessness, Erosion of Cultural Pride, Anger, Lack of Wealth and a disconnected population</p>
</blockquote>
<p>After seeing the connections between Erosion of Cultural Pride and Anger, Landlessness and Wealthlessness, and Alienation and Disconnection, I also understood why the stories of their oppression and alienation never reached me before this. The problem was too complex for a five-minute soundbite on TV, and caste hierarchies and caste privilege meant that it was an inconvenient truth meant to be hidden away.</p>
<blockquote>
<p>&ldquo;Every single child labourer that I have documented comes from a highly impoverished family unit and belongs to a low-caste or minority community.&rdquo;</p>
<ul>
<li>Siddharth Kara</li>
</ul>
</blockquote>
<h2 id="understanding-the-history">Understanding the History</h2>
<p>I built this history out of the readings mentioned above, a few current media pieces, and the stories and songs that the Paniya peoples tell about themselves.</p>
<p><strong>I then mapped this into the three stages of alienation</strong> <em>(in the footsteps of Kulirani, <a href="#periods-of-paniya-history">whose work I mentioned above</a>)</em></p>
<h2 id="stage-1-a-rich-culture-mixed-with-centuries-of-oppression">Stage 1: A Rich Culture Mixed with Centuries of Oppression</h2>
<h3 id="cultural-artifacts-and-practices">Cultural Artifacts and Practices</h3>
<h4 id="stories-and-songs">Stories and Songs</h4>
<p>Through most of their rituals and practices, the scars of slavery can be seen clearly. They call themselves the &lsquo;Ippi-mala makkal&rsquo; -meaning The children of the mountain called Ippi. However, the name they are called, ‘Paniyan’ means worker. This story of oppression is also clearly evident in the story they tell of their origins:</p>
<blockquote>
<p>On a hill called Ippi-mala (Mt. Ippi), there was a temple with a Brahmin priest and Jain Gounder. The priest would often observe a boy and a girl playing near the temple well. So they captured the children with help of another tribal man who worked for them. The children then worked for them, after which the gounder got them married to each other and they had five daughters and five sons. The Paniya regard them to be their first ancestors.</p>
</blockquote>
<p>There are other variations of this story that warn the Paniya against manipulation from the upper castes. In that version, the Paniyas are enslaved because one of them was lured using good food that he then told the others about.</p>
<p>Rachel Santosh <a href="https://www.jstor.org/stable/41920057?seq=1">writes</a> about the ceremony where the Paniya were sold to different landlords at the <a href="https://en.wikipedia.org/wiki/Valliyoorkkavu">Valliyoorkaavu</a> temple every year. The ritual that confirmed the transaction consisted of songs that showed how much the Paniyans suffered under their slavers. In the songs that are sung, god (padachavan) approves of their bondage and wills it so. Ironically, this temple is the biggest place of Paniyan worship now — they get special privileges at the temple as well.</p>
<p>Other stories talk of the Paniyan afterlife, which does not constitute heaven or hell.</p>
<blockquote>
<p>After death, the soul splits into two — the soul shadow (nizhelu) and the ancestral spirit (pene). God takes the nizhelu of a paniyan and puts it in the body of another paniyan that is born after him. The pene goes down to the keenadu(netherworld) where the pene will have the same occupation and work under the same master. The bondages in the present world continue in the netherworld also. This means that there is no freedom for the Paniyan even after death.</p>
</blockquote>
<h4 id="dance-and-music">Dance and Music</h4>
<p>They also have a dance called the &ldquo;Vattakalli&rdquo; which is inspired by the movement of elephants. It is accompanied by instruments like the thudi.</p>
<p>





<figure class="video-embed">
  <div class="video-embed__frame">
    <iframe
      src="https://www.youtube-nocookie.com/embed/b7U81Ybv4X8"
      title="YouTube video"
      loading="lazy"
      allowfullscreen
      referrerpolicy="no-referrer"
    ></iframe>
  </div>
</figure>








<figure class="video-embed">
  <div class="video-embed__frame">
    <iframe
      src="https://www.youtube-nocookie.com/embed/8OSfyBmwKq8"
      title="YouTube video"
      loading="lazy"
      allowfullscreen
      referrerpolicy="no-referrer"
    ></iframe>
  </div>
</figure>

</p>
<h3 id="history-of-the-paniyans">History of the Paniyans</h3>
<blockquote>
<p>A tribal girl once asked me modestly, ”When we go to school, we read about Mahatma Gandhi. Did we have no heroes like that? Did we always suffer like this?”
Mahasweta Devi, Imaginary Maps 1993</p>
</blockquote>
<h4 id="origins">Origins</h4>
<p>No one really knows about the origins of the Paniyas. Some theories state that they are the original inhabitants of India. They, themselves say that they were brought to the Wayanad region by a Malabar King but have no records of when or who that king was.</p>
<p>They initially lived as hunter-gatherers in the forests, sometimes straying into the farms of the landlords of the time to steal some food and then run away. Soon the landlords got tired of this behaviour and enslaved them and made them work in the fields as bonded labourers. This incident is preserved in the origin story that the Paniyans tell about themselves about their origins. However, the veracity might be dubious considering all the other stories which seem to be told by or board towards the upper castes.</p>
<p>As slaves that are sold with the land, they worked under the upper caste Namboothiris and Nairs or the ‘<em>janmis</em>’ <em>(rightful inheritors of the land).</em> This caste hierarchy has had great effects on the cultural stories of the Paniyans — they called themselves the <em>‘kachavanmar’ (lowest of the low).</em> Other castes and subcastes were also cultivators but they were the tenants of the ‘janmis’. The Paniya and the Adiya were the bonded laborers who did the work on the land. The Paniyas were also known to be ‘fearless’ and were used as weapons in vendettas between the janmis, often robbing or killing the enemies of their masters.</p>
<h4 id="settler-oppression">Settler Oppression</h4>
<p>There were many political upheavals during this time from Tipu Sultan to Pazhassi Raja to the invasion of the British, but the situation of the Paniyans remained them same. Working from dawn to dusk for meager amounts of money, they were treated as objects and property. This only changed in the early 20th century, after the British tried to put a stop to the slave trade. Soon after, a new wave of migrants came to Wayanad and the Paniyans moved on to daily wage work. There was a little more freedom now, but the means of exploitation only changed into other subtle but equally nefarious forms.</p>
<p>These new Christian and Muslim immigrant landlords forced Paniyans out of the little land they were given under the Janmis. Since the Paniyas rarely had any paperwork regarding their ownership, they had to move. Some of these landlords would put fire to their colonies so that they would clear another patch of forest for the landlord to convert into farmland — at no expense. They even paid the Paniyans partly in alcohol and encouraged an addiction to it so that they would continue to work under them. They also exploited their illiteracy and would often trick them into signing off huge parcels of their land without them knowing or understanding what they were signing off. Other landlords took sizeable populations of the Paniyas and Adiyas with them to their homelands in different districts and settled them there.</p>
<hr>
<h2 id="stage-2-wealthlessness-due-to-landlessness">Stage 2: Wealthlessness due to Landlessness</h2>
<blockquote>
<p>The lack of access to their own land, combined with this expectation to perform free labour and the threat of violence and economic boycott against those who challenge their expected social roles, keeps many Dalit families in bondage and a perpetual state of poverty</p>
<p>India Exclusion Report, 2014</p>
</blockquote>
<p>Despite the abundance of land reform attempts, Landlessness is a very serious issue as Paniya households own the least land on average among the other tribes in Wayanad. When coupled with their forced exile from forest lands this has led to the shrinkage of livelihood options for the Paniya. This has profound implications as they weren’t able to move into other professions, create wealth — or in extension political power — which became the biggest roadblock to land reforms in modern Kerala. The landowners have too much political clout that they frequently use to thwart movements by the landless marginalized.</p>
<h3 id="land-reforms-in-kerala">Land Reforms in Kerala</h3>
<p>After the state of Kerala was formed, an act that made it illegal to own land above 15 acres was passed. However, plantations were exempted from this act. In this process, many landowners got away by declaring their land as a plantation. There is evidence to show that because these huge plantations were exempted from this act, the Paniyas were forced into small overcrowded ghettos.</p>
<p>The Forest Rights Act that aimed to empower the tribes that live off the forest ended up excluding the Paniya community from the list of tribes that can use and sell forest produce. With this, they were cut off from their past as well because prior to their enslavement they were hunter-gatherers in the forests. Not only were they alienated from those forests but now they were also banned from using those skills in wealth creation.</p>
<p>Other than that, there have been several attempts to reform land practices. This was and is, however, repeatedly being sabotaged by unwilling governments, powerful landowners and cunning businessmen. Even after two successive acts in 1975 and 1999 and an HC order demanding the restoration of land to the tribals, the distribution of land has been meager and often inhabitable.</p>
<h3 id="aralam-and-other-land-crimes---land-assertion">Aralam and other Land Crimes - Land Assertion</h3>
<p>The story of how <a href="http://environmentportal.in/files/Challenges%20before%20Keralas%20Landless.pdf">Aralam</a> <em>(a heartbreaking read of the violence that they had to face even when things looked calm on the outside)</em>, a centralized farm was distributed to tribals but without any kind of support in the way forward. They lived in semi-starvation conditions without power or knowledge of how to tend for the crops that were already there on the farms that they were given. It also talks about the malicious tactics that the government employed to evict those whose claims they saw as invalid is a case in point.</p>
<p>There have been land struggles for the Adivasis at almost every piece of land that was to be restored to them. <a href="https://www.ritimo.org/The-Promised-Land-Adivasi-Land-Struggles-in-Kerala">This</a> article lists out a small history of such struggles. This systemic apathy has given rise to many political tribal movements that have demanded the restoration of land in movements called “land assertion”. As a community, they would occupy the land and protest the inaction of the government. These movements, however, received a huge setback in Kerala during what the media called the “Muthanga Incident”. The official report of how the police fired on an angry Adivasi crowd is contrasted by the Rajmanikyam probe commissioned by People’s Judicial Enquiry Commission shows how the community was targeted by keeping their children and tribal women hostage and torturing them. Other activists, such as <a href="https://en.wikipedia.org/wiki/C._K._Janu">C.K. Janu</a> — the leader of the AGMS, Adivasi Gothra Mahasabha — were imprisoned.</p>
<p>These movements were also harmed by powerful parties using divisive tactics to split the movement on the basis of leaders, districts and affiliations. A unified movement to demand land soon broke down.</p>
<p>The systematic land grab over the years has been affecting tribal populations significantly and adversely. This is why these movements have come to believe that ownership of land is the only way out for these communities to grow. Which seems to be verified by this paper, that highlights the differences in land claims for the Dalits and the Adivasis. It theorizes that the reason only 22% of Dalits vs 49% of the tribals are still engaged in agriculture is the difference in land allotment. Since, a lot of the Dalits received land as part of the land reforms, they were able to gain social mobility and move into other sectors of work that will remain closed for the landless tribes.</p>
<h3 id="consequences-on-health-and-financial-conditions">Consequences on Health and Financial Conditions</h3>
<p>As of now, a majority of the Paniyas face malnutrition on a large scale. The uprooting of that community from forestlands where they were able to find nutritional food plays a huge role in this. Not having land, means that the Paniyas must work as agricultural laborers in other landowners’ fields. This, when coupled with their tendency to not save any money owing to the hopelessness for a good future that is often seen in many oppressed indigenous peoples. <a href="https://extension.umn.edu/mental-health/historical-trauma-and-cultural-healing">This</a> is a great article shows how trauma in the Native American peoples has mirrored the trauma in the Paniyas as well. Alcoholism is rampant in such communities and further contributes to the loss of wealth.</p>
<p>In this vicious circle, they then approach the owners of the land they work in for money. Adding debt to this dangerous circle makes it almost impossible to escape. Even though ‘bonded labour’ is apparently outlawed, these forms of slavery and feudalism still remain.</p>
<blockquote>
<p>“The sign of ultimate oppression working is when the oppressor can take away his hands, stand back and say ‘look at what they’re doing to themselves.’”</p>
<ul>
<li>Jessica Gourneau</li>
</ul>
</blockquote>
<h2 id="stage-3-lack-of-access-and-lack-of-trust">Stage 3: Lack of Access and Lack of Trust</h2>
<h3 id="no-access">No Access</h3>















    
    
    
    
  

<figure>
  <a class="spotlight" href="/the-disenfranchisement-of-adivasis-in-kerala/f2c7c402bc8a7bcaeee3dd571d99e63f_MD5.jpg">
    <img src="/the-disenfranchisement-of-adivasis-in-kerala/f2c7c402bc8a7bcaeee3dd571d99e63f_MD5.jpg" alt="CK Janu and the political position of Adivasis" width="500" height="281"
      loading="lazy" decoding="async">
  </a>
</figure>

<h3 id="ck-janu-on-the-political-position-of-adivasis">CK Janu on the political position of Adivasis</h3>
<p>For this section, I’d like to quote <a href="http://roundtableindia.co.in/~roundta3/index.php?option=com_content&amp;view=article&amp;id=6330:adivasis-cannot-survive-without-their-land-c-k-janu&amp;catid=119&amp;Itemid=132">C.K. Janu</a>, leader of the AGMS <em>(an Adivasi activist who has been at the forefront of many politically organised movements for Adivasi upliftment —</em> <a href="https://alchetron.com/C-K-Janu"><em>a profile of C.K. Janu</em></a><em>)</em></p>
<blockquote>
<p>Traditionally, Adivasis maintained a harmonious relationship with their land, both cultivated and forest land, and it formed an integral part of their lives. Also, these resources are inseparable to the Adivasi way of living. By and large, Adivasis were uneducated people and they earned their living by making use of the resources available to them- their lands. So they have a symbiotic relationship with the soil and even now they haven’t turned away from this eco-centric culture.</p>
<p>Now, after the setting up of Adivasi colonies, they are in a crisis. Land is the primal symbol of power. So without tackling the issues regarding the ownership of land, Adivasis’ problems cannot be resolved. Only those who have land can play an active role in the socio-political and cultural spheres of the society. So those who are pushed to the margins are effectively alienated from the modern institutions of power with respect to politics, bureaucracy, and social order.</p>
<p>For Adivasis, the resources that they get from the land are their sole revenue and therefore they maintain a blood-relation with their land. So they cannot survive without their lands.</p>
<p>During the Land Reforms in the 1960s, the Kerala state government decided the upper limit of land that can be possessed by an individual as 15 acres. But this limit was not applicable to the estate plantations that cultivated cash crops. Through this law, the Government assumed the ownership of the excess land. This in effect, led to the ghettoization of the Adivasi communities as they were pushed to the reserves and colonies.</p>
</blockquote>
<h3 id="ghettoization-of-these-communities">Ghettoization of these communities</h3>
<p>The Tenancy Reforms Act of 1970 contributed to the process of creating Dalit and Adivasi colonies and recent studies show that there is a total of 12,500 Dalit and 4,082 Adivasi colonies in the state.<a href="https://www.academia.edu/32117865/2012-_Illegal_Land_Illegal_People_The_Chengara_Land_Struggle_in_Kerala_Economic_and_Political_Weekly_Commentary_Vol._XLVII_No.30_July_28_2012_pp._21-24_ISSN_00129976">[1]</a></p>
<p>This ghettoization meant that the Adivasis now live in small parcels of land that are often remote and inaccessible. They often face scarcities because of this. Water supply to these overcrowding of colonies is often intermittent and unclean. The overcrowding and the locations in remote places also make them really hard to reach. This has special significance in the matter of accessibility to services. In Wayanad, some colony members have to travel 30 kilometers to the nearest government hospital for a childbirth. Even though, medical services are free in the government PHCs, THCs and Government Hospitals the travel to and from there costs upto 500 Rs in some cases which is often a lot as they earn up to 400 Rs a day for working in the fields.</p>
<h3 id="2018-floods">2018 Floods</h3>
<p>This inaccessibility was clearly also revealed in <a href="https://www.thenewsminute.com/article/how-caste-discrimination-during-and-after-kerala-floods-has-affected-dalits-adivasis-90804">the recent floods</a>, where rescue workers couldn&rsquo;t go to the colonies because of how remote and unknown they were. There were also clear cases of discrimination rising up out of the disaster.</p>
<h3 id="no-trust">No Trust</h3>
<h4 id="the-dystopia-of-the-kerala-model">The dystopia of the Kerala Model</h4>
<p>From all of these, we finally arrive at a conjunction of all these issues playing out and against each other. A lack of trust in everyone but themselves, and for good reason. The government, no matter which party, which has often touted its credentials under the hyped label of the ‘Kerala Model’ has <a href="https://newsable.asianetnews.com/south/left-and-right-subvert-law-to-restore-alienated-tribal-land">repeatedly</a> been unable to eke out the political will to actually do something radically bold and helpful for the landless marginalized. This kind of ostracization meant that violence against these communities is often hidden away or ignored. These kinds of oppressed communities have huge numbers of unwed mothers that were either manipulated or abused. It is no different for the Paniyas.</p>
<h3 id="ms-sreerekha-on-land-alienation-and-restorative-justice">M.S. Sreerekha on Land Alienation and Restorative Justice</h3>
<p>To end this I’d like to quote from M.S. Sreerekha’s <a href="http://environmentportal.in/files/Challenges%20before%20Keralas%20Landless.pdf">report</a>:</p>
<blockquote>
<p>Both the state and civil society wish to interpret and believe that alienation as such has never happened. Many, who were for or against restoration of land, today prefer to believe it is actually impractical. Alienation is a thing of the past and it is too much of a responsibility on the Adivasi community today to prove it though in reality one wonders whether there is any land ever that has not been alienated from the Adivasis.</p>
<p>Alienation in itself is a sensitive matter and so is the need for restoration of land. Should land be “restored”? If yes, is that “impractical” due to the state’s inability to face the “organised resistance” against it?</p>
<p>In the decades of never-ending legal battles, the adivasi community has experienced and learned the complexities that law can create. They have seen that a change of words or definitions on one piece of legislation on land, restored, alienated, forest, non-forest, immovable property, agricultural, non-agricultural, revenue land, forest land…and the ways in these can be used/misused means a lot to them.</p>
<p>…. the only changing “ground reality” is that the long fight against the migrant, upper caste/class settlers within the state has today become a struggle against the state and many big plantation owners and private agriculturalists, working hand in hand.</p>
</blockquote>
<h2 id="no-clean-answers">No Clean Answers</h2>
<p>After reading the histories of the Paniyas, I understood that my assumptions about designing solutions for them were presumptuous and naive. As an aspirant &ldquo;social designer&rdquo;, I understand now that the trap lies in the hero-worship that design engages. The future is multi-disciplinary and one person cannot take on problems like these, no matter how optimistic your view of this field is.</p>
<p>This was beginning to look like a wicked problem that had no solution. I was starting to see that H. L. Mencken was right when he said</p>
<blockquote>
<p>&ldquo;For every complex problem there is an answer that is clear, simple, and wrong&rdquo;</p>
</blockquote>
]]></content:encoded></item><item><title>Tweaking the Education System</title><link>https://khattamicah.xyz/tweaking-the-education-system/</link><pubDate>Fri, 01 Jun 2018 00:00:00 +0000</pubDate><author>micah.dvpp7@aleeas.com (Micah Alex)</author><guid>https://khattamicah.xyz/tweaking-the-education-system/</guid><category domain="https://khattamicah.xyz/tags/education/">education</category><description>An early piece of writing reflecting on possible changes to the education system to better meet student needs. Written for &amp;ldquo;Yes, I am Happy&amp;rdquo;- this was one of my first published reflections on pedagogy, a thread that would grow into a central part of my practice through later work in design education, media literacy, and community-based learning.
Read the archived piece</description><content:encoded><![CDATA[<p>An early piece of writing reflecting on possible changes to the education system to better meet student needs. Written for &ldquo;Yes, I am Happy&rdquo;- this was one of my first published reflections on pedagogy, a thread that would grow into a central part of my practice through later work in design education, media literacy, and community-based learning.</p>
<p><a href="https://web.archive.org/web/20181112165829/http://yesiamhappy.me/article/tweaking-education-system/">Read the archived piece</a></p>
]]></content:encoded></item><item><title>Habba</title><link>https://khattamicah.xyz/habba-redesign/</link><pubDate>Mon, 01 Jan 2018 00:00:00 +0000</pubDate><author>micah.dvpp7@aleeas.com (Micah Alex)</author><guid>https://khattamicah.xyz/habba-redesign/</guid><category domain="https://khattamicah.xyz/tags/design-research/">design-research</category><description>My Role: User Research, Prototyping
Project Description: Habba Website Redesign
In my internship with Habba in 2018, I undertook the task of redesigning their website to improve user experience and highlight the unique aspects of their platform. The goal was to create an engaging interface that effectively communicated the values and offerings of Habba, a platform dedicated to supporting artisans and promoting handmade products.
The redesigned website incorporated visually appealing elements such as carousels and product grids to showcase the diverse range of products available.</description><content:encoded><![CDATA[<p>My Role: User Research, Prototyping</p>
<p>Project Description: Habba Website Redesign</p>
<p>In my internship with Habba in 2018, I undertook the task of redesigning their website to improve user experience and highlight the unique aspects of their platform. The goal was to create an engaging interface that effectively communicated the values and offerings of Habba, a platform dedicated to supporting artisans and promoting handmade products.</p>
<p>The redesigned website incorporated visually appealing elements such as carousels and product grids to showcase the diverse range of products available. The main focus was to highlight Habba’s three key promises: supporting artisans, ensuring product authenticity, and transparent pricing.</p>
<p>To enhance the user’s browsing experience, I introduced a feature that allowed users to choose from different styles for outfits, specifically kurtas. This customization option provided visitors with a personalized shopping experience.</p>
<p>I also added sections for other Habba initiatives, like the Habba Bioscope (a rural-urban outreach run on corporate CSR funds), and for their social-responsibility and staff activities.</p>
<p>Throughout the website, I emphasized Habba’s dedication to supporting artisans and showcased their products, ensuring customers understood the authenticity and creativity behind each handmade item. Additionally, I incorporated a breakdown of the cost-price for each product, allowing customers to see how their money directly supported the artisans and the production process.</p>
<p>The aim was a plain interface that put the artisans and the cost-price breakdown first, for buyers who care where handmade goods come from.</p>
<iframe class="figma-embed" width="800" height="450" src="https://www.figma.com/embed?embed_host=share&url=https%3A%2F%2Fwww.figma.com%2Fproto%2FRVRKgZ4dKP1II6H4IWvIMk39%2FTest-For-Landing-page%3Ftype%3Ddesign%26node-id%3D1-2%26t%3D7IKQLEasq0cEU9Kj-1%26scaling%3Dscale-down-width%26page-id%3D0%253A1%26starting-point-node-id%3D1%253A2%26show-proto-sidebar%3D1%26mode%3Ddesign" allowfullscreen></iframe>















    
    
    
    
  

<figure>
  <a class="spotlight" href="/habba-redesign/Habba.png">
    <img src="/habba-redesign/Habba.png" alt="Full Website Prototype" width="955" height="3072"
      loading="lazy" decoding="async">
  </a>
  <figcaption>Full Website Prototype</figcaption>
</figure>

]]></content:encoded></item><item><title>Designers Ace</title><link>https://khattamicah.xyz/designers-ace/</link><pubDate>Sun, 01 Jan 2017 00:00:00 +0000</pubDate><author>micah.dvpp7@aleeas.com (Micah Alex)</author><guid>https://khattamicah.xyz/designers-ace/</guid><category domain="https://khattamicah.xyz/tags/design-methods/">design-methods</category><category domain="https://khattamicah.xyz/tags/media-making/">media-making</category><description>Our primary goal was to challenge the prevailing notion that only individuals who have spent their entire lives drawing and sketching can become designers.</description><content:encoded><![CDATA[<p>This was a <a href="https://www.behance.net/gallery/63290189/Designers-Ace">project</a> from a team of people that were all aspiring to be a part of a design school someday, somewhere. This was a collective effort of a group of aspiring design school applicants: a set of 101 cards aimed at fostering design thinking among budding designers.</p>
<p>Our primary goal was to challenge the prevailing notion that only individuals who have spent their entire lives drawing and sketching can become designers. We partnered with several designers to identify the most effective traits in their profession, subsequently devising tasks to enhance these characteristics.</p>
<p>Here&rsquo;s a glimpse of the tasks:</p>
<table>
<thead>
<tr>
<th>Serial Number</th>
<th>Task</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Begin your day with meditation and illustrate your experience</td>
</tr>
<tr>
<td>2</td>
<td>Connect with a stranger via a helpline and sketch a face to match their voice</td>
</tr>
<tr>
<td>3</td>
<td>Discover and photograph ten distinct textures</td>
</tr>
<tr>
<td>4</td>
<td>Visualize being at two locations simultaneously and narrate the experience</td>
</tr>
<tr>
<td>5</td>
<td>Reflect on the worst movie you&rsquo;ve seen and describe your emotional response</td>
</tr>
<tr>
<td>6</td>
<td>Spend time in a bustling location, capturing its dynamic nature through photographs</td>
</tr>
<tr>
<td>7</td>
<td>Close your eyes, immerse in the ambient sounds for five minutes</td>
</tr>
<tr>
<td>8</td>
<td>Observe a conversation, try to read lips and guess the discussion topic</td>
</tr>
<tr>
<td>9</td>
<td>Craft a comic strip depicting an episode from your life</td>
</tr>
<tr>
<td>10</td>
<td>Analyze various objects and concoct a narrative around them</td>
</tr>
</tbody>
</table>
<p>These tasks were formulated by grouping the traits a designer should ideally possess, as per the consensus of a community of designers.</p>
<table>
<thead>
<tr>
<th>Sr. No.</th>
<th>Traits</th>
<th>Our Interpretation</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Empathy</td>
<td>ability to resonate with others</td>
</tr>
<tr>
<td>2</td>
<td>Creativity</td>
<td>grasping the essence of design</td>
</tr>
<tr>
<td>3</td>
<td>Sensitivity</td>
<td>aptitude to perceive things in their true form</td>
</tr>
<tr>
<td>4</td>
<td>Observation</td>
<td>generation of unique ideas</td>
</tr>
<tr>
<td>5</td>
<td>Art Skills</td>
<td>refinement of craftmanship</td>
</tr>
</tbody>
</table>
<p>In addition, we arranged the tasks based on their inherent nature and introduced a gameplay element via the application of archetypes.</p>
<table>
<thead>
<tr>
<th>Symbol</th>
<th>Archetypes</th>
<th>Our Interpretation</th>
</tr>
</thead>
<tbody>
<tr>
<td>&lsquo;+&rsquo;</td>
<td>Conjurer</td>
<td>tasks promoting creativity</td>
</tr>
<tr>
<td>&lsquo;()&rsquo;</td>
<td>Guru</td>
<td>tasks fostering self discovery</td>
</tr>
<tr>
<td>'</td>
<td>Astronaut</td>
<td>tasks enhancing awareness</td>
</tr>
<tr>
<td>?</td>
<td>Mad Scientist</td>
<td>tasks encouraging experimentation</td>
</tr>
<tr>
<td>!</td>
<td>Dancer</td>
<td>tasks intended for expression</td>
</tr>
</tbody>
</table>
<p>People Involved: @DarpanaNaik, @KiranSabnis, @Anagha Rewalkar, @VivekShinde, @MicahAlex
My contribution: Qualitative Research, Prototyping, Play system, Nomenclature and Typology</p>
]]></content:encoded></item></channel></rss>