This commit is contained in:
garrying 2021-03-28 23:11:58 +00:00
parent 91dd582700
commit 3ec5922875
23 changed files with 41 additions and 448 deletions

View File

@ -7,24 +7,10 @@
<link rel="stylesheet" href="/assets/css/style.css"><link type="application/atom+xml" rel="alternate" href="/feed.xml" /></head><body class="dark-green sans-serif bg-washed-green"><header id="header" class="f5 pa3 flex bb b--dark-green bg-washed-green justify-between sticky top-0 w-100 items-baseline z-1"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7"><a class="no-underline dark-green underline-hover" href="/colophon/">Colophon</a><a class="no-underline dark-green ml3 underline-hover" href="/feed.xml">RSS Feed</a>
<a class="no-underline dark-green ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
</nav></header><main class="links-dark-green" aria-label="Content">
<style type="text/css" media="screen">
.container {
margin: 10px auto;
max-width: 600px;
text-align: center;
}
h1 {
margin: 30px 0;
font-size: 4em;
line-height: 1;
letter-spacing: -1px;
}
</style>
<div class="container tc">
<h1 class="f-6 work-sans-light normal">404</h1>
<div class="container">
<h1>404</h1>
<p><strong>Page not found :(</strong></p>
<p class="f1 normal">Page not found :(</p>
<p>The requested page could not be found.</p>
</div>

View File

@ -112,6 +112,14 @@ const setupListeners = (linkElement) => {
document.querySelectorAll('#notes-entry-container a').forEach(setupListeners)
// Random note index
if (typeof window.graphDataIndex !== 'undefined') {
const indexNodes = window.graphDataIndex.nodes
const randomNode = indexNodes[Math.floor(Math.random() * indexNodes.length)]
window.location = randomNode.path
}
// Notes graph
const d3 = window.d3

View File

@ -19,7 +19,7 @@
</time>
<time class="code dib f7 pb2" datetime="2021-03-28T22:35:25+00:00">
<time class="code dib f7 pb2" datetime="2021-03-28T23:11:31+00:00">
Last updated on March 28, 2021
</time>

View File

@ -18,7 +18,7 @@
</time>
<time class="code dib f7 pb2" datetime="2021-03-28T22:35:25+00:00">
<time class="code dib f7 pb2" datetime="2021-03-28T23:11:31+00:00">
Last updated on March 28, 2021
</time>

View File

@ -19,7 +19,7 @@ http://www.e...">
<header class="mb2 b--washed-green">
<div class="note-meta flex justify-between">
<time class="code dib f7 pb2" datetime="2021-03-28T22:35:25+00:00">
<time class="code dib f7 pb2" datetime="2021-03-28T23:11:31+00:00">
Last updated on March 28, 2021
</time>

View File

@ -1,22 +1,22 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.2.0">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2021-03-28T22:35:50+00:00</updated><id>/feed.xml</id><title type="html">Digital Garden | Notes</title><subtitle>A digital garden or public notebook for The Bentways Digital and/as Public Space Micro-Residency.</subtitle><entry><title type="html">World Wide Web</title><link href="/world-wide-web" rel="alternate" type="text/html" title="World Wide Web" /><published>2021-03-28T22:35:50+00:00</published><updated>2021-03-28T22:35:25+00:00</updated><id>/world-wide-web</id><content type="html" xml:base="/world-wide-web">&lt;p&gt;TBD&lt;/p&gt;</content><author><name></name></author><summary type="html">TBD</summary></entry><entry><title type="html">Web Browser</title><link href="/web-browser" rel="alternate" type="text/html" title="Web Browser" /><published>2021-03-28T22:35:50+00:00</published><updated>2021-03-28T22:35:25+00:00</updated><id>/web-browser</id><content type="html" xml:base="/web-browser">&lt;p&gt;A web browser (commonly referred to as a browser) is a software application for accessing the &lt;a class=&quot;internal-link&quot; href=&quot;/world-wide-web&quot;&gt;World Wide Web&lt;/a&gt;. When a user requests a web page from a particular website, the web browser retrieves the necessary content from a web server and then displays the page on the users device.&lt;/p&gt;
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.2.0">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2021-03-28T23:11:56+00:00</updated><id>/feed.xml</id><title type="html">Digital Garden | Notes</title><subtitle>A digital garden or public notebook for The Bentways Digital and/as Public Space Micro-Residency.</subtitle><entry><title type="html">World Wide Web</title><link href="/world-wide-web" rel="alternate" type="text/html" title="World Wide Web" /><published>2021-03-28T23:11:56+00:00</published><updated>2021-03-28T23:11:31+00:00</updated><id>/world-wide-web</id><content type="html" xml:base="/world-wide-web">&lt;p&gt;TBD&lt;/p&gt;</content><author><name></name></author><summary type="html">TBD</summary></entry><entry><title type="html">Web Browser</title><link href="/web-browser" rel="alternate" type="text/html" title="Web Browser" /><published>2021-03-28T23:11:56+00:00</published><updated>2021-03-28T23:11:31+00:00</updated><id>/web-browser</id><content type="html" xml:base="/web-browser">&lt;p&gt;A web browser (commonly referred to as a browser) is a software application for accessing the &lt;a class=&quot;internal-link&quot; href=&quot;/world-wide-web&quot;&gt;World Wide Web&lt;/a&gt;. When a user requests a web page from a particular website, the web browser retrieves the necessary content from a web server and then displays the page on the users device.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Web_browser&quot;&gt;https://en.wikipedia.org/wiki/Web_browser&lt;/a&gt;&lt;/p&gt;</content><author><name></name></author><summary type="html">A web browser (commonly referred to as a browser) is a software application for accessing the [[World Wide Web]]. When a user requests a web page from a particular website, the web browser retrieves the necessary content from a web server and then displays the page on the users device. https://en.wikipedia.org/wiki/Web_browser</summary></entry><entry><title type="html">Statement of Intent</title><link href="/statement-of-intent" rel="alternate" type="text/html" title="Statement of Intent" /><published>2021-03-28T22:35:50+00:00</published><updated>2021-03-28T22:35:25+00:00</updated><id>/statement-of-intent</id><content type="html" xml:base="/statement-of-intent">&lt;p&gt;&lt;a class=&quot;internal-link&quot; href=&quot;/hypha&quot;&gt;Hypha&lt;/a&gt;s practice is situated across many topics that are present in the theme of &lt;em&gt;Adaptive Reuse &amp;amp; Creative Misuse&lt;/em&gt;. Drawing from our collective experiences, histories, and methodologies, our goal for the micro-residency to investigate how notions of digital &lt;a class=&quot;internal-link&quot; href=&quot;/infrastructure&quot;&gt;infrastructure&lt;/a&gt; can be reused, reinterpreted, and reconfigured, to realize a kind of &lt;a class=&quot;internal-link&quot; href=&quot;/public-space&quot;&gt;public space&lt;/a&gt;. Our approach to this theme will be composed of a few, very preliminary, subjects that will ground the residency: the situated histories of digital infrastructure, the implications of protocols for &lt;a class=&quot;internal-link&quot; href=&quot;/publishing&quot;&gt;publishing&lt;/a&gt; (&lt;a class=&quot;internal-link&quot; href=&quot;/hypertext&quot;&gt;Hypertext&lt;/a&gt;, &lt;a class=&quot;internal-link&quot; href=&quot;/rss&quot;&gt;RSS&lt;/a&gt;, &lt;a class=&quot;internal-link&quot; href=&quot;/peer-to-peer&quot;&gt;Peer-to-peer&lt;/a&gt;) in defining public spaces, and the possibilities of cooperative approaches to maintenance and repair. Our intent is to make the process of this investigation &lt;span title=&quot;There is no note that matches this link.&quot; class=&quot;invalid-link&quot;&gt;
&lt;p&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Web_browser&quot;&gt;https://en.wikipedia.org/wiki/Web_browser&lt;/a&gt;&lt;/p&gt;</content><author><name></name></author><summary type="html">A web browser (commonly referred to as a browser) is a software application for accessing the [[World Wide Web]]. When a user requests a web page from a particular website, the web browser retrieves the necessary content from a web server and then displays the page on the users device. https://en.wikipedia.org/wiki/Web_browser</summary></entry><entry><title type="html">Statement of Intent</title><link href="/statement-of-intent" rel="alternate" type="text/html" title="Statement of Intent" /><published>2021-03-28T23:11:56+00:00</published><updated>2021-03-28T23:11:31+00:00</updated><id>/statement-of-intent</id><content type="html" xml:base="/statement-of-intent">&lt;p&gt;&lt;a class=&quot;internal-link&quot; href=&quot;/hypha&quot;&gt;Hypha&lt;/a&gt;s practice is situated across many topics that are present in the theme of &lt;em&gt;Adaptive Reuse &amp;amp; Creative Misuse&lt;/em&gt;. Drawing from our collective experiences, histories, and methodologies, our goal for the micro-residency to investigate how notions of digital &lt;a class=&quot;internal-link&quot; href=&quot;/infrastructure&quot;&gt;infrastructure&lt;/a&gt; can be reused, reinterpreted, and reconfigured, to realize a kind of &lt;a class=&quot;internal-link&quot; href=&quot;/public-space&quot;&gt;public space&lt;/a&gt;. Our approach to this theme will be composed of a few, very preliminary, subjects that will ground the residency: the situated histories of digital infrastructure, the implications of protocols for &lt;a class=&quot;internal-link&quot; href=&quot;/publishing&quot;&gt;publishing&lt;/a&gt; (&lt;a class=&quot;internal-link&quot; href=&quot;/hypertext&quot;&gt;Hypertext&lt;/a&gt;, &lt;a class=&quot;internal-link&quot; href=&quot;/rss&quot;&gt;RSS&lt;/a&gt;, &lt;a class=&quot;internal-link&quot; href=&quot;/peer-to-peer&quot;&gt;Peer-to-peer&lt;/a&gt;) in defining public spaces, and the possibilities of cooperative approaches to maintenance and repair. Our intent is to make the process of this investigation &lt;span title=&quot;There is no note that matches this link.&quot; class=&quot;invalid-link&quot;&gt;
&lt;span class=&quot;invalid-link-brackets&quot;&gt;[[&lt;/span&gt;
public
&lt;span class=&quot;invalid-link-brackets&quot;&gt;]]&lt;/span&gt;&lt;/span&gt; through online tools mapping our thinking about the theme (Open channels in Are.na as one example) and cultivating a &lt;a class=&quot;internal-link&quot; href=&quot;/digital-public-garden&quot;&gt;Digital Public Garden&lt;/a&gt; as part of Hyphas contributions to the initiative (a &lt;a class=&quot;internal-link&quot; href=&quot;/rss&quot;&gt;resyndicatable&lt;/a&gt; adaptive online notebook). The outputs from the &lt;a class=&quot;internal-link&quot; href=&quot;/bentway&quot;&gt;micro-residency&lt;/a&gt; will be a written contribution to the &lt;a href=&quot;https://www.are.na/from-later/field-guide-to-the-digital-real&quot;&gt;&lt;em&gt;Field Guide to the Digital Real&lt;/em&gt;&lt;/a&gt; and a micro-website containing the synthesis of our investigations and our evolving practice. The outputs will be textual and visual, and draw from our collaborative practices as a cooperative. They will explore ways to represent relationships with existing and emergent technologies within our communities. Through our micro-residency we will capture a poetic interpretation of the theme and provide prompts for institutions in the city on how they could reconfigure technology to create radically creative platforms.&lt;/p&gt;</content><author><name></name></author><summary type="html">[[Hypha]]s practice is situated across many topics that are present in the theme of Adaptive Reuse &amp;amp; Creative Misuse. Drawing from our collective experiences, histories, and methodologies, our goal for the micro-residency to investigate how notions of digital [[infrastructure]] can be reused, reinterpreted, and reconfigured, to realize a kind of [[public space]]. Our approach to this theme will be composed of a few, very preliminary, subjects that will ground the residency: the situated histories of digital infrastructure, the implications of protocols for [[publishing]] ([[Hypertext]], [[RSS]], [[Peer-to-peer]]) in defining public spaces, and the possibilities of cooperative approaches to maintenance and repair. Our intent is to make the process of this investigation [[public]] through online tools mapping our thinking about the theme (Open channels in Are.na as one example) and cultivating a [[Digital Public Garden]] as part of Hyphas contributions to the initiative (a [[RSS resyndicatable]] adaptive online notebook). The outputs from the [[bentway micro-residency]] will be a written contribution to the Field Guide to the Digital Real and a micro-website containing the synthesis of our investigations and our evolving practice. The outputs will be textual and visual, and draw from our collaborative practices as a cooperative. They will explore ways to represent relationships with existing and emergent technologies within our communities. Through our micro-residency we will capture a poetic interpretation of the theme and provide prompts for institutions in the city on how they could reconfigure technology to create radically creative platforms.</summary></entry><entry><title type="html">RSS</title><link href="/rss" rel="alternate" type="text/html" title="RSS" /><published>2021-03-28T22:35:50+00:00</published><updated>2021-03-28T22:35:25+00:00</updated><id>/rss</id><content type="html" xml:base="/rss">&lt;p&gt;RSS (RDF Site Summary or Really Simple Syndication) is a web feed that allows users and applications to access updates to websites in a standardized, computer-readable format. These feeds can, for example, allow a user to keep track of many different websites in a single news aggregator. The news aggregator will automatically check the RSS feed for new content, allowing the list to be automatically passed from website to website or from website to user. This passing of content is called web syndication. Websites usually use RSS feeds to publish frequently updated information, such as blog entries, news headlines, or episodes of audio and video series. RSS is also used to distribute podcasts. An RSS document (called “feed”, “web feed”, or “channel”) includes full or summarized text, and metadata, like &lt;a class=&quot;internal-link&quot; href=&quot;/publishing&quot;&gt;publishing&lt;/a&gt; date and authors name.&lt;/p&gt;
&lt;span class=&quot;invalid-link-brackets&quot;&gt;]]&lt;/span&gt;&lt;/span&gt; through online tools mapping our thinking about the theme (Open channels in Are.na as one example) and cultivating a &lt;a class=&quot;internal-link&quot; href=&quot;/digital-public-garden&quot;&gt;Digital Public Garden&lt;/a&gt; as part of Hyphas contributions to the initiative (a &lt;a class=&quot;internal-link&quot; href=&quot;/rss&quot;&gt;resyndicatable&lt;/a&gt; adaptive online notebook). The outputs from the &lt;a class=&quot;internal-link&quot; href=&quot;/bentway&quot;&gt;micro-residency&lt;/a&gt; will be a written contribution to the &lt;a href=&quot;https://www.are.na/from-later/field-guide-to-the-digital-real&quot;&gt;&lt;em&gt;Field Guide to the Digital Real&lt;/em&gt;&lt;/a&gt; and a micro-website containing the synthesis of our investigations and our evolving practice. The outputs will be textual and visual, and draw from our collaborative practices as a cooperative. They will explore ways to represent relationships with existing and emergent technologies within our communities. Through our micro-residency we will capture a poetic interpretation of the theme and provide prompts for institutions in the city on how they could reconfigure technology to create radically creative platforms.&lt;/p&gt;</content><author><name></name></author><summary type="html">[[Hypha]]s practice is situated across many topics that are present in the theme of Adaptive Reuse &amp;amp; Creative Misuse. Drawing from our collective experiences, histories, and methodologies, our goal for the micro-residency to investigate how notions of digital [[infrastructure]] can be reused, reinterpreted, and reconfigured, to realize a kind of [[public space]]. Our approach to this theme will be composed of a few, very preliminary, subjects that will ground the residency: the situated histories of digital infrastructure, the implications of protocols for [[publishing]] ([[Hypertext]], [[RSS]], [[Peer-to-peer]]) in defining public spaces, and the possibilities of cooperative approaches to maintenance and repair. Our intent is to make the process of this investigation [[public]] through online tools mapping our thinking about the theme (Open channels in Are.na as one example) and cultivating a [[Digital Public Garden]] as part of Hyphas contributions to the initiative (a [[RSS resyndicatable]] adaptive online notebook). The outputs from the [[bentway micro-residency]] will be a written contribution to the Field Guide to the Digital Real and a micro-website containing the synthesis of our investigations and our evolving practice. The outputs will be textual and visual, and draw from our collaborative practices as a cooperative. They will explore ways to represent relationships with existing and emergent technologies within our communities. Through our micro-residency we will capture a poetic interpretation of the theme and provide prompts for institutions in the city on how they could reconfigure technology to create radically creative platforms.</summary></entry><entry><title type="html">RSS</title><link href="/rss" rel="alternate" type="text/html" title="RSS" /><published>2021-03-28T23:11:56+00:00</published><updated>2021-03-28T23:11:31+00:00</updated><id>/rss</id><content type="html" xml:base="/rss">&lt;p&gt;RSS (RDF Site Summary or Really Simple Syndication) is a web feed that allows users and applications to access updates to websites in a standardized, computer-readable format. These feeds can, for example, allow a user to keep track of many different websites in a single news aggregator. The news aggregator will automatically check the RSS feed for new content, allowing the list to be automatically passed from website to website or from website to user. This passing of content is called web syndication. Websites usually use RSS feeds to publish frequently updated information, such as blog entries, news headlines, or episodes of audio and video series. RSS is also used to distribute podcasts. An RSS document (called “feed”, “web feed”, or “channel”) includes full or summarized text, and metadata, like &lt;a class=&quot;internal-link&quot; href=&quot;/publishing&quot;&gt;publishing&lt;/a&gt; date and authors name.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/RSS&quot;&gt;https://en.wikipedia.org/wiki/RSS&lt;/a&gt;&lt;/p&gt;</content><author><name></name></author><summary type="html">RSS (RDF Site Summary or Really Simple Syndication) is a web feed that allows users and applications to access updates to websites in a standardized, computer-readable format. These feeds can, for example, allow a user to keep track of many different websites in a single news aggregator. The news aggregator will automatically check the RSS feed for new content, allowing the list to be automatically passed from website to website or from website to user. This passing of content is called web syndication. Websites usually use RSS feeds to publish frequently updated information, such as blog entries, news headlines, or episodes of audio and video series. RSS is also used to distribute podcasts. An RSS document (called “feed”, “web feed”, or “channel”) includes full or summarized text, and metadata, like [[publishing]] date and authors name. https://en.wikipedia.org/wiki/RSS</summary></entry><entry><title type="html">Publishing</title><link href="/publishing" rel="alternate" type="text/html" title="Publishing" /><published>2021-03-28T22:35:50+00:00</published><updated>2021-03-28T22:35:25+00:00</updated><id>/publishing</id><content type="html" xml:base="/publishing"></content><author><name></name></author><summary type="html"></summary></entry><entry><title type="html">Public Space</title><link href="/public-space" rel="alternate" type="text/html" title="Public Space" /><published>2021-03-28T22:35:50+00:00</published><updated>2021-03-28T22:35:25+00:00</updated><id>/public-space</id><content type="html" xml:base="/public-space">&lt;p&gt;TBD&lt;/p&gt;</content><author><name></name></author><summary type="html">TBD</summary></entry><entry><title type="html">Protocol</title><link href="/protocol" rel="alternate" type="text/html" title="Protocol" /><published>2021-03-28T22:35:50+00:00</published><updated>2021-03-28T22:35:25+00:00</updated><id>/protocol</id><content type="html" xml:base="/protocol">&lt;blockquote&gt;
&lt;p&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/RSS&quot;&gt;https://en.wikipedia.org/wiki/RSS&lt;/a&gt;&lt;/p&gt;</content><author><name></name></author><summary type="html">RSS (RDF Site Summary or Really Simple Syndication) is a web feed that allows users and applications to access updates to websites in a standardized, computer-readable format. These feeds can, for example, allow a user to keep track of many different websites in a single news aggregator. The news aggregator will automatically check the RSS feed for new content, allowing the list to be automatically passed from website to website or from website to user. This passing of content is called web syndication. Websites usually use RSS feeds to publish frequently updated information, such as blog entries, news headlines, or episodes of audio and video series. RSS is also used to distribute podcasts. An RSS document (called “feed”, “web feed”, or “channel”) includes full or summarized text, and metadata, like [[publishing]] date and authors name. https://en.wikipedia.org/wiki/RSS</summary></entry><entry><title type="html">Publishing</title><link href="/publishing" rel="alternate" type="text/html" title="Publishing" /><published>2021-03-28T23:11:56+00:00</published><updated>2021-03-28T23:11:31+00:00</updated><id>/publishing</id><content type="html" xml:base="/publishing"></content><author><name></name></author><summary type="html"></summary></entry><entry><title type="html">Public Space</title><link href="/public-space" rel="alternate" type="text/html" title="Public Space" /><published>2021-03-28T23:11:56+00:00</published><updated>2021-03-28T23:11:31+00:00</updated><id>/public-space</id><content type="html" xml:base="/public-space">&lt;p&gt;TBD&lt;/p&gt;</content><author><name></name></author><summary type="html">TBD</summary></entry><entry><title type="html">Protocol</title><link href="/protocol" rel="alternate" type="text/html" title="Protocol" /><published>2021-03-28T23:11:56+00:00</published><updated>2021-03-28T23:11:31+00:00</updated><id>/protocol</id><content type="html" xml:base="/protocol">&lt;blockquote&gt;
&lt;p&gt;A communication protocol is a system of rules that allows two or more entities of a communications system to transmit information via any kind of variation of a physical quantity. The protocol defines the rules, syntax, semantics and synchronization of communication and possible error recovery methods. Protocols may be implemented by hardware, software, or a combination of both.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Communication_protocol&quot;&gt;https://en.wikipedia.org/wiki/Communication_protocol&lt;/a&gt;&lt;/p&gt;</content><author><name></name></author><summary type="html">A communication protocol is a system of rules that allows two or more entities of a communications system to transmit information via any kind of variation of a physical quantity. The protocol defines the rules, syntax, semantics and synchronization of communication and possible error recovery methods. Protocols may be implemented by hardware, software, or a combination of both. https://en.wikipedia.org/wiki/Communication_protocol</summary></entry><entry><title type="html">peer-to-peer</title><link href="/peer-to-peer" rel="alternate" type="text/html" title="peer-to-peer" /><published>2021-03-28T22:35:50+00:00</published><updated>2021-03-28T22:35:25+00:00</updated><id>/peer-to-peer</id><content type="html" xml:base="/peer-to-peer">&lt;ul&gt;
&lt;p&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Communication_protocol&quot;&gt;https://en.wikipedia.org/wiki/Communication_protocol&lt;/a&gt;&lt;/p&gt;</content><author><name></name></author><summary type="html">A communication protocol is a system of rules that allows two or more entities of a communications system to transmit information via any kind of variation of a physical quantity. The protocol defines the rules, syntax, semantics and synchronization of communication and possible error recovery methods. Protocols may be implemented by hardware, software, or a combination of both. https://en.wikipedia.org/wiki/Communication_protocol</summary></entry><entry><title type="html">peer-to-peer</title><link href="/peer-to-peer" rel="alternate" type="text/html" title="peer-to-peer" /><published>2021-03-28T23:11:56+00:00</published><updated>2021-03-28T23:11:31+00:00</updated><id>/peer-to-peer</id><content type="html" xml:base="/peer-to-peer">&lt;ul&gt;
&lt;li&gt;&lt;a class=&quot;internal-link&quot; href=&quot;/hypercore&quot;&gt;Hypercore&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&quot;internal-link&quot; href=&quot;/ipfs&quot;&gt;IPFS&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;TBD&lt;/p&gt;</content><author><name></name></author><summary type="html">[[Hypercore]] [[IPFS]] TBD</summary></entry><entry><title type="html">IPFS</title><link href="/ipfs" rel="alternate" type="text/html" title="IPFS" /><published>2021-03-28T22:35:50+00:00</published><updated>2021-03-28T22:35:25+00:00</updated><id>/ipfs</id><content type="html" xml:base="/ipfs">&lt;p&gt;The InterPlanetary File System (IPFS) is a &lt;a class=&quot;internal-link&quot; href=&quot;/protocol&quot;&gt;protocol&lt;/a&gt; and peer-to-peer network for storing and sharing data in a distributed file system. IPFS uses content-addressing to uniquely identify each file in a global namespace connecting all computing devices.&lt;/p&gt;
&lt;p&gt;TBD&lt;/p&gt;</content><author><name></name></author><summary type="html">[[Hypercore]] [[IPFS]] TBD</summary></entry><entry><title type="html">IPFS</title><link href="/ipfs" rel="alternate" type="text/html" title="IPFS" /><published>2021-03-28T23:11:56+00:00</published><updated>2021-03-28T23:11:31+00:00</updated><id>/ipfs</id><content type="html" xml:base="/ipfs">&lt;p&gt;The InterPlanetary File System (IPFS) is a &lt;a class=&quot;internal-link&quot; href=&quot;/protocol&quot;&gt;protocol&lt;/a&gt; and peer-to-peer network for storing and sharing data in a distributed file system. IPFS uses content-addressing to uniquely identify each file in a global namespace connecting all computing devices.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/InterPlanetary_File_System&quot;&gt;https://en.wikipedia.org/wiki/InterPlanetary_File_System&lt;/a&gt;&lt;/p&gt;</content><author><name></name></author><summary type="html">The InterPlanetary File System (IPFS) is a [[protocol]] and peer-to-peer network for storing and sharing data in a distributed file system. IPFS uses content-addressing to uniquely identify each file in a global namespace connecting all computing devices. https://en.wikipedia.org/wiki/InterPlanetary_File_System</summary></entry><entry><title type="html">Initial Seeds</title><link href="/initial-seeds" rel="alternate" type="text/html" title="Initial Seeds" /><published>2021-03-28T22:35:50+00:00</published><updated>2021-03-28T22:35:25+00:00</updated><id>/initial-seeds</id><content type="html" xml:base="/initial-seeds">&lt;p&gt;Set of areas that guide our reveries?&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/InterPlanetary_File_System&quot;&gt;https://en.wikipedia.org/wiki/InterPlanetary_File_System&lt;/a&gt;&lt;/p&gt;</content><author><name></name></author><summary type="html">The InterPlanetary File System (IPFS) is a [[protocol]] and peer-to-peer network for storing and sharing data in a distributed file system. IPFS uses content-addressing to uniquely identify each file in a global namespace connecting all computing devices. https://en.wikipedia.org/wiki/InterPlanetary_File_System</summary></entry><entry><title type="html">Initial Seeds</title><link href="/initial-seeds" rel="alternate" type="text/html" title="Initial Seeds" /><published>2021-03-28T23:11:56+00:00</published><updated>2021-03-28T23:11:31+00:00</updated><id>/initial-seeds</id><content type="html" xml:base="/initial-seeds">&lt;p&gt;Set of areas that guide our reveries?&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The history of &lt;a class=&quot;internal-link&quot; href=&quot;/hypertext-transfer-protocol&quot;&gt;hypertext&lt;/a&gt;, &lt;a class=&quot;internal-link&quot; href=&quot;/rss&quot;&gt;rss&lt;/a&gt;+adjacent protocols and standards.&lt;/li&gt;

View File

@ -14,7 +14,7 @@
<header class="mb2 b--washed-green">
<div class="note-meta flex justify-between">
<time class="code dib f7 pb2" datetime="2021-03-28T22:35:25+00:00">
<time class="code dib f7 pb2" datetime="2021-03-28T23:11:31+00:00">
Last updated on March 28, 2021
</time>

View File

@ -13,7 +13,7 @@
<header class="mb2 b--washed-green">
<div class="note-meta flex justify-between">
<time class="code dib f7 pb2" datetime="2021-03-28T22:35:25+00:00">
<time class="code dib f7 pb2" datetime="2021-03-28T23:11:31+00:00">
Last updated on March 28, 2021
</time>

View File

@ -13,7 +13,7 @@
<header class="mb2 b--washed-green">
<div class="note-meta flex justify-between">
<time class="code dib f7 pb2" datetime="2021-03-28T22:35:25+00:00">
<time class="code dib f7 pb2" datetime="2021-03-28T23:11:31+00:00">
Last updated on March 28, 2021
</time>

View File

@ -13,7 +13,7 @@
<header class="mb2 b--washed-green">
<div class="note-meta flex justify-between">
<time class="code dib f7 pb2" datetime="2021-03-28T22:35:25+00:00">
<time class="code dib f7 pb2" datetime="2021-03-28T23:11:31+00:00">
Last updated on March 28, 2021
</time>

View File

@ -17,7 +17,7 @@ We are a team of technologists, designers, and community organize...">
<header class="mb2 b--washed-green">
<div class="note-meta flex justify-between">
<time class="code dib f7 pb2" datetime="2021-03-28T22:35:25+00:00">
<time class="code dib f7 pb2" datetime="2021-03-28T23:11:31+00:00">
Last updated on March 28, 2021
</time>

View File

@ -7,412 +7,11 @@
<link rel="stylesheet" href="/assets/css/style.css"><link type="application/atom+xml" rel="alternate" href="/feed.xml" /></head><body class="dark-green sans-serif bg-washed-green"><header id="header" class="f5 pa3 flex bb b--dark-green bg-washed-green justify-between sticky top-0 w-100 items-baseline z-1"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7"><a class="no-underline dark-green underline-hover" href="/colophon/">Colophon</a><a class="no-underline dark-green ml3 underline-hover" href="/feed.xml">RSS Feed</a>
<a class="no-underline dark-green ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
</nav></header><main class="links-dark-green" aria-label="Content">
<ul>
<li>
<a href="/bentway">Bentway</a>
</li>
<li>
<a href="/dawn">Dawn Walker</a>
</li>
<li>
<a href="/digital-public-garden">Digital Public Garden</a>
</li>
<li>
<a href="/garry">Garry Ing</a>
</li>
<li>
<a href="/hypercore">Hypercore</a>
</li>
<li>
<a href="/hypertext-transfer-protocol">Hypertext Transfer Protocol</a>
</li>
<li>
<a href="/hypertext">Hypertext</a>
</li>
<li>
<a href="/hypha">Hypha</a>
</li>
<li>
<a href="/infrastructure">Infrastructure</a>
</li>
<li>
<a href="/initial-seeds">Initial Seeds</a>
</li>
<li>
<a href="/ipfs">IPFS</a>
</li>
<li>
<a href="/peer-to-peer">peer-to-peer</a>
</li>
<li>
<a href="/protocol">Protocol</a>
</li>
<li>
<a href="/public-space">Public Space</a>
</li>
<li>
<a href="/publishing">Publishing</a>
</li>
<li>
<a href="/rss">RSS</a>
</li>
<li>
<a href="/statement-of-intent">Statement of Intent</a>
</li>
<li>
<a href="/web-browser">Web Browser</a>
</li>
<li>
<a href="/world-wide-web">World Wide Web</a>
</li>
</ul>
<section>
<div class="post_excerpt">
<article>
<h2 itemprop="headline">
<a href="" rel="permalink">Bentway</a>
</h2>
<p class="excerpt" itemprop="description"><em>
The Bentway re-imagines how we build, experience, activate, and value [[public space
public]] space together. With From Later, they are hosting an initiative from March 1 to May 31 called Digital and/as Public Space (see From Laters Public Notebook) which this site is a part of as a micro-residency.
</em></p>
</article>
</div>
<div class="post_excerpt">
<article>
<h2 itemprop="headline">
<a href="" rel="permalink">Dawn Walker</a>
</h2>
<p class="excerpt" itemprop="description"><em>
Dawn Walker is a design researcher and PhD Candidate at the Faculty of Information, University of Toronto. Her research focuses on the possibilities for social transformation through the design of alternative and decentralized (web) infrastructures. She is a member-worker of [[Hypha
Hypha Worker Co-operative]], a tech worker co-operative, and co-organizes Our Networks, a conference about the past, present, and future of building our own network [[infrastructure
infrastructures]].
</em></p>
</article>
</div>
<div class="post_excerpt">
<article>
<h2 itemprop="headline">
<a href="" rel="permalink">Digital Public Garden</a>
</h2>
<p class="excerpt" itemprop="description"><em>
A Brief History &amp; Ethos of the Digital Garden
Maggie Appleton
https://maggieappleton.com/garden-history
Hypertext Gardens: Delightful Vistas
Mark Bernstein, Eastgate Systems, Inc.
http://www.eastgate.com/garden/Enter.html
</em></p>
</article>
</div>
<div class="post_excerpt">
<article>
<h2 itemprop="headline">
<a href="" rel="permalink">Garry Ing</a>
</h2>
<p class="excerpt" itemprop="description"><em>
Garry Ing is a designer and researcher residing in Toronto. He is a member of [[Hypha
Hypha Worker Co-operative]] and sessional faculty at OCAD University teaching interactive media. Previous work and collaborations has been with the Strategic Innovation Lab (sLab) at OCAD University, the Technologies for Aging Gracefully Lab at the University of Toronto, Normative, Format.com, and Pivotal Software. He is a co-organizer of Our Networks, a conference on building distributed network [[infrastructure
infrastructures]], and A-B-Z-TXT, an autonomous school for art, design and computation in Toronto and Montréal.
</em></p>
</article>
</div>
<div class="post_excerpt">
<article>
<h2 itemprop="headline">
<a href="" rel="permalink">Hypercore</a>
</h2>
<p class="excerpt" itemprop="description"><em>
Hypercore [[Protocol]] is a [[peer-to-peer]] data network built on the Hypercore logs. Hypercores are signed, append-only logs. Theyre like lightweight blockchains without the consensus algorithm. As with BitTorrent, as more people “seed” a dataset it will increase the available bandwidth.
https://hypercore-protocol.org/
</em></p>
</article>
</div>
<div class="post_excerpt">
<article>
<h2 itemprop="headline">
<a href="" rel="permalink">Hypertext Transfer Protocol</a>
</h2>
<p class="excerpt" itemprop="description"><em>
The [[Hypertext]] Transfer [[Protocol]] (HTTP) is an application layer protocol for distributed, collaborative, hypermedia information systems. HTTP is the foundation of data communication for the [[World Wide Web]], where [[hypertext]] documents include hyperlinks to other resources that the user can easily access, for example by a mouse click or by tapping the screen in a [[web browser]].
https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol
</em></p>
</article>
</div>
<div class="post_excerpt">
<article>
<h2 itemprop="headline">
<a href="" rel="permalink">Hypertext</a>
</h2>
<p class="excerpt" itemprop="description"><em>
Hypertext is text displayed on a computer display or other electronic devices with references (hyperlinks) to other text that the reader can immediately access. Hypertext documents are interconnected by hyperlinks, which are typically activated by a mouse click, keypress set, or by touching the screen. Apart from text, the term “hypertext” is also sometimes used to describe tables, images, and other presentational content formats with integrated hyperlinks. Hypertext is one of the key underlying concepts of the [[World Wide Web]], where Web pages are often written in the Hypertext Markup Language (HTML). As implemented on the Web, hypertext enables the easy-to-use publication of information over the Internet.
https://en.wikipedia.org/wiki/Hypertext
</em></p>
</article>
</div>
<div class="post_excerpt">
<article>
<h2 itemprop="headline">
<a href="" rel="permalink">Hypha</a>
</h2>
<p class="excerpt" itemprop="description"><em>
https://hypha.coop
We cultivate collective growth and meaningful livelihoods through learning and building technologies together.
We are a team of technologists, designers, and community organizers who value working with mission-oriented organizations.
Our values
Together, we have years of experience building open source technologies and sustainable communities.
Our core values reflect our understanding of what it means to cultivate respectful, resilient, and democratic technology ecologies.
Build change that lasts
Disruptive growth has its costs. We believe that the culture of “move fast and break things” is untenable. Instead, we seek change that strengthens our communities and nurtures our planet. We work thoughtfully and with care toward the futures we imagine.
Embody co-operative values
We serve our clients, members, neighbours, and the co-operative movement the world over. Hypha embodies the co-operative values of self-help, self-responsibility, democracy, equality, equity, and solidarity.
Provide safe harbour
We acknowledge the sacred land we work on is the territory of many nations and was the subject of the Dish with One Spoon Wampum Belt Covenant, an agreement to peaceably share and care for the resources around the Great Lakes. Today it is still home to many First Nations, Inuit, and Métis peoples from across Turtle Island. We also recognize the ongoing history of oppression and marginalization in our society and workplaces. Hypha strives to be a safe harbour to all, regardless of race, class, gender identity and expression, sexual orientation, disability, physical appearance, body size, religion, or technical skill.
</em></p>
</article>
</div>
<div class="post_excerpt">
<article>
<h2 itemprop="headline">
<a href="" rel="permalink">Infrastructure</a>
</h2>
<p class="excerpt" itemprop="description"><em>
TBD
</em></p>
</article>
</div>
<div class="post_excerpt">
<article>
<h2 itemprop="headline">
<a href="" rel="permalink">Initial Seeds</a>
</h2>
<p class="excerpt" itemprop="description"><em>
Set of areas that guide our reveries?
The history of [[hypertext transfer protocol
hypertext]], [[rss]]+adjacent protocols and standards.
The act of [[publishing]] as “making something public” → publicness → hybrid [[public space]].
The possibilities for the infrastructural (maintenance/repair) to draw from the past to rethink the present through co-operative approaches.
</em></p>
</article>
</div>
<div class="post_excerpt">
<article>
<h2 itemprop="headline">
<a href="" rel="permalink">IPFS</a>
</h2>
<p class="excerpt" itemprop="description"><em>
The InterPlanetary File System (IPFS) is a [[protocol]] and peer-to-peer network for storing and sharing data in a distributed file system. IPFS uses content-addressing to uniquely identify each file in a global namespace connecting all computing devices.
https://en.wikipedia.org/wiki/InterPlanetary_File_System
</em></p>
</article>
</div>
<div class="post_excerpt">
<article>
<h2 itemprop="headline">
<a href="" rel="permalink">peer-to-peer</a>
</h2>
<p class="excerpt" itemprop="description"><em>
[[Hypercore]]
[[IPFS]]
TBD
</em></p>
</article>
</div>
<div class="post_excerpt">
<article>
<h2 itemprop="headline">
<a href="" rel="permalink">Protocol</a>
</h2>
<p class="excerpt" itemprop="description"><em>
A communication protocol is a system of rules that allows two or more entities of a communications system to transmit information via any kind of variation of a physical quantity. The protocol defines the rules, syntax, semantics and synchronization of communication and possible error recovery methods. Protocols may be implemented by hardware, software, or a combination of both.
https://en.wikipedia.org/wiki/Communication_protocol
</em></p>
</article>
</div>
<div class="post_excerpt">
<article>
<h2 itemprop="headline">
<a href="" rel="permalink">Public Space</a>
</h2>
<p class="excerpt" itemprop="description"><em>
TBD
</em></p>
</article>
</div>
<div class="post_excerpt">
<article>
<h2 itemprop="headline">
<a href="" rel="permalink">Publishing</a>
</h2>
<p class="excerpt" itemprop="description"><em>
</em></p>
</article>
</div>
<div class="post_excerpt">
<article>
<h2 itemprop="headline">
<a href="" rel="permalink">RSS</a>
</h2>
<p class="excerpt" itemprop="description"><em>
RSS (RDF Site Summary or Really Simple Syndication) is a web feed that allows users and applications to access updates to websites in a standardized, computer-readable format. These feeds can, for example, allow a user to keep track of many different websites in a single news aggregator. The news aggregator will automatically check the RSS feed for new content, allowing the list to be automatically passed from website to website or from website to user. This passing of content is called web syndication. Websites usually use RSS feeds to publish frequently updated information, such as blog entries, news headlines, or episodes of audio and video series. RSS is also used to distribute podcasts. An RSS document (called “feed”, “web feed”, or “channel”) includes full or summarized text, and metadata, like [[publishing]] date and authors name.
https://en.wikipedia.org/wiki/RSS
</em></p>
</article>
</div>
<div class="post_excerpt">
<article>
<h2 itemprop="headline">
<a href="" rel="permalink">Statement of Intent</a>
</h2>
<p class="excerpt" itemprop="description"><em>
[[Hypha]]s practice is situated across many topics that are present in the theme of Adaptive Reuse &amp; Creative Misuse. Drawing from our collective experiences, histories, and methodologies, our goal for the micro-residency to investigate how notions of digital [[infrastructure]] can be reused, reinterpreted, and reconfigured, to realize a kind of [[public space]]. Our approach to this theme will be composed of a few, very preliminary, subjects that will ground the residency: the situated histories of digital infrastructure, the implications of protocols for [[publishing]] ([[Hypertext]], [[RSS]], [[Peer-to-peer]]) in defining public spaces, and the possibilities of cooperative approaches to maintenance and repair. Our intent is to make the process of this investigation [[public]] through online tools mapping our thinking about the theme (Open channels in Are.na as one example) and cultivating a [[Digital Public Garden]] as part of Hyphas contributions to the initiative (a [[RSS
resyndicatable]] adaptive online notebook). The outputs from the [[bentway
micro-residency]] will be a written contribution to the Field Guide to the Digital Real and a micro-website containing the synthesis of our investigations and our evolving practice. The outputs will be textual and visual, and draw from our collaborative practices as a cooperative. They will explore ways to represent relationships with existing and emergent technologies within our communities. Through our micro-residency we will capture a poetic interpretation of the theme and provide prompts for institutions in the city on how they could reconfigure technology to create radically creative platforms.
</em></p>
</article>
</div>
<div class="post_excerpt">
<article>
<h2 itemprop="headline">
<a href="" rel="permalink">Web Browser</a>
</h2>
<p class="excerpt" itemprop="description"><em>
A web browser (commonly referred to as a browser) is a software application for accessing the [[World Wide Web]]. When a user requests a web page from a particular website, the web browser retrieves the necessary content from a web server and then displays the page on the users device.
https://en.wikipedia.org/wiki/Web_browser
</em></p>
</article>
</div>
<div class="post_excerpt">
<article>
<h2 itemprop="headline">
<a href="" rel="permalink">World Wide Web</a>
</h2>
<p class="excerpt" itemprop="description"><em>
TBD
</em></p>
</article>
</div>
</section>
<h1 class="f-6 work-sans-light normal">Loading a note...</h1>
<script>
window.graphDataIndex = {"edges":[{"source":"229320080329284392969231993","target":"24831158218"},{"source":"229320080329284392969231993","target":"139376232583985260057851086495"},{"source":"1277273995756","target":"1277273995756"},{"source":"50678562032474","target":"50678562032474"},{"source":"2579652121850163","target":"50678562032474"},{"source":"2455193638329872464","target":"403333506966985812956264495103083930421"},{"source":"403333506966985812956264495103083930421","target":"50678562812897"},{"source":"2455193638329872464","target":"50678562812897"},{"source":"229320080329284392969231993","target":"50678562812897"},{"source":"1351050207728787","target":"30172798"},{"source":"1277273995756","target":"30172798"},{"source":"30172798","target":"30172798"},{"source":"229320080329284392969231993","target":"30172798"},{"source":"1351050207728787","target":"3181528016773134152954"},{"source":"1277273995756","target":"3181528016773134152954"},{"source":"229320080329284392969231993","target":"3181528016773134152954"},{"source":"2579652121850163","target":"872776"},{"source":"50678562032474","target":"2579652121850163"},{"source":"229320080329284392969231993","target":"2579652121850163"},{"source":"50678562032474","target":"2019378258741"},{"source":"403333506966985812956264495103083930421","target":"2019378258741"},{"source":"872776","target":"2019378258741"},{"source":"24831158218","target":"94483477513940126"},{"source":"2455193638329872464","target":"94483477513940126"},{"source":"229320080329284392969231993","target":"94483477513940126"},{"source":"2455193638329872464","target":"2624541068405932"},{"source":"36028","target":"2624541068405932"},{"source":"229320080329284392969231993","target":"2624541068405932"},{"source":"2455193638329872464","target":"36028"},{"source":"229320080329284392969231993","target":"36028"},{"source":"403333506966985812956264495103083930421","target":"3290301776931795"},{"source":"403333506966985812956264495103083930421","target":"4302444777154252931"},{"source":"50678562812897","target":"4302444777154252931"},{"source":"3290301776931795","target":"4302444777154252931"}],"nodes":[{"id":"24831158218","path":"/bentway","label":"Bentway"},{"id":"1351050207728787","path":"/dawn","label":"Dawn Walker"},{"id":"139376232583985260057851086495","path":"/digital-public-garden","label":"Digital Public Garden"},{"id":"1277273995756","path":"/garry","label":"Garry Ing"},{"id":"50678562032474","path":"/hypercore","label":"Hypercore"},{"id":"403333506966985812956264495103083930421","path":"/hypertext-transfer-protocol","label":"Hypertext Transfer Protocol"},{"id":"50678562812897","path":"/hypertext","label":"Hypertext"},{"id":"30172798","path":"/hypha","label":"Hypha"},{"id":"3181528016773134152954","path":"/infrastructure","label":"Infrastructure"},{"id":"2455193638329872464","path":"/initial-seeds","label":"Initial Seeds"},{"id":"872776","path":"/ipfs","label":"IPFS"},{"id":"2579652121850163","path":"/peer-to-peer","label":"peer-to-peer"},{"id":"2019378258741","path":"/protocol","label":"Protocol"},{"id":"94483477513940126","path":"/public-space","label":"Public Space"},{"id":"2624541068405932","path":"/publishing","label":"Publishing"},{"id":"36028","path":"/rss","label":"RSS"},{"id":"229320080329284392969231993","path":"/statement-of-intent","label":"Statement of Intent"},{"id":"3290301776931795","path":"/web-browser","label":"Web Browser"},{"id":"4302444777154252931","path":"/world-wide-web","label":"World Wide Web"}]}
</script>
</main><footer>
</footer><!-- That file is not particularly elegant. This will need a refactor at some point. -->

View File

@ -13,7 +13,7 @@
<header class="mb2 b--washed-green">
<div class="note-meta flex justify-between">
<time class="code dib f7 pb2" datetime="2021-03-28T22:35:25+00:00">
<time class="code dib f7 pb2" datetime="2021-03-28T23:11:31+00:00">
Last updated on March 28, 2021
</time>

View File

@ -30,7 +30,7 @@
</time>
<time class="code dib f7 pb2" datetime="2021-03-28T22:35:25+00:00">
<time class="code dib f7 pb2" datetime="2021-03-28T23:11:31+00:00">
Last updated on March 28, 2021
</time>

View File

@ -13,7 +13,7 @@
<header class="mb2 b--washed-green">
<div class="note-meta flex justify-between">
<time class="code dib f7 pb2" datetime="2021-03-28T22:35:25+00:00">
<time class="code dib f7 pb2" datetime="2021-03-28T23:11:31+00:00">
Last updated on March 28, 2021
</time>

View File

@ -17,7 +17,7 @@ TBD">
<header class="mb2 b--washed-green">
<div class="note-meta flex justify-between">
<time class="code dib f7 pb2" datetime="2021-03-28T22:35:25+00:00">
<time class="code dib f7 pb2" datetime="2021-03-28T23:11:31+00:00">
Last updated on March 28, 2021
</time>

View File

@ -13,7 +13,7 @@
<header class="mb2 b--washed-green">
<div class="note-meta flex justify-between">
<time class="code dib f7 pb2" datetime="2021-03-28T22:35:25+00:00">
<time class="code dib f7 pb2" datetime="2021-03-28T23:11:31+00:00">
Last updated on March 28, 2021
</time>

View File

@ -13,7 +13,7 @@
<header class="mb2 b--washed-green">
<div class="note-meta flex justify-between">
<time class="code dib f7 pb2" datetime="2021-03-28T22:35:25+00:00">
<time class="code dib f7 pb2" datetime="2021-03-28T23:11:31+00:00">
Last updated on March 28, 2021
</time>

View File

@ -13,7 +13,7 @@
<header class="mb2 b--washed-green">
<div class="note-meta flex justify-between">
<time class="code dib f7 pb2" datetime="2021-03-28T22:35:25+00:00">
<time class="code dib f7 pb2" datetime="2021-03-28T23:11:31+00:00">
Last updated on March 28, 2021
</time>

View File

@ -13,7 +13,7 @@
<header class="mb2 b--washed-green">
<div class="note-meta flex justify-between">
<time class="code dib f7 pb2" datetime="2021-03-28T22:35:25+00:00">
<time class="code dib f7 pb2" datetime="2021-03-28T23:11:31+00:00">
Last updated on March 28, 2021
</time>

View File

@ -13,7 +13,7 @@
<header class="mb2 b--washed-green">
<div class="note-meta flex justify-between">
<time class="code dib f7 pb2" datetime="2021-03-28T22:35:25+00:00">
<time class="code dib f7 pb2" datetime="2021-03-28T23:11:31+00:00">
Last updated on March 28, 2021
</time>

View File

@ -13,7 +13,7 @@
<header class="mb2 b--washed-green">
<div class="note-meta flex justify-between">
<time class="code dib f7 pb2" datetime="2021-03-28T22:35:25+00:00">
<time class="code dib f7 pb2" datetime="2021-03-28T23:11:31+00:00">
Last updated on March 28, 2021
</time>

View File

@ -13,7 +13,7 @@
<header class="mb2 b--washed-green">
<div class="note-meta flex justify-between">
<time class="code dib f7 pb2" datetime="2021-03-28T22:35:25+00:00">
<time class="code dib f7 pb2" datetime="2021-03-28T23:11:31+00:00">
Last updated on March 28, 2021
</time>