deploy: 5eb13350c4
This commit is contained in:
parent
a84b7ccb51
commit
f01c205ab8
10
404.html
10
404.html
@ -4,9 +4,9 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Digital Garden</title>
|
||||
<meta name="description" content="A digital garden or public notebook for The Bentway’s Digital and/as Public Space Micro-Residency.">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618192508963033936"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/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-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><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">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618759802506493906"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/feed.xml" /></head><body class="foreground-text sans-serif bg-background"><header id="header" class="f5 pa3 flex bb b--foreground-text bg-background justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 foreground-text anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline foreground-text underline-hover" href="/colophon/">Colophon</a><a class="no-underline foreground-text ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<a class="no-underline foreground-text ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
|
||||
</nav></header><main class="links-foreground-text" aria-label="Content">
|
||||
<div class="container tc">
|
||||
<h1 class="f-6 anthony normal">404</h1>
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
</main><footer>
|
||||
|
||||
</footer><!-- That file is not particularly elegant. This will need a refactor at some point. -->
|
||||
<div class="hide-child links-dark-green">
|
||||
<div class="hide-child foreground-text links-foreground-text">
|
||||
<div id='tooltip-wrapper' class="bg-white br4 shadow-solid-accent lh-copy dn o-0 pa3 w6 f6 absolute z-2 child">
|
||||
<div id='tooltip-content' class="relative overflow-hidden note-contents">
|
||||
</div>
|
||||
@ -26,6 +26,6 @@
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js"></script>
|
||||
<script src="/assets/js/scripts.js?1618192508963033936"></script>
|
||||
<script src="/assets/js/scripts.js?1618759802506493906"></script>
|
||||
</body>
|
||||
</html>
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -122,7 +122,7 @@ if (typeof window.graphDataIndex !== 'undefined') {
|
||||
setInterval(() => {
|
||||
counter += 1
|
||||
document.querySelector('.loading').innerHTML += '.'
|
||||
if (counter === 4) {
|
||||
if (counter === 5) {
|
||||
document.querySelector('.loading').innerHTML = 'Loading a note'
|
||||
counter = 0
|
||||
}
|
||||
@ -130,12 +130,12 @@ if (typeof window.graphDataIndex !== 'undefined') {
|
||||
|
||||
setInterval(() => {
|
||||
const randomNodeLoader = indexNodes[Math.floor(Math.random() * indexNodes.length)]
|
||||
const randomNodeTemplate = `<p class="ma0">${randomNodeLoader.path}</p>`
|
||||
const randomNodeTemplate = randomNodeLoader.path
|
||||
document.querySelector('.rand-notes').innerHTML += randomNodeTemplate
|
||||
if (counter === 3) {
|
||||
if (counter === 4) {
|
||||
document.querySelector('.rand-notes').innerHTML = ''
|
||||
}
|
||||
}, 250)
|
||||
}, 150)
|
||||
|
||||
setTimeout(() => {
|
||||
window.location = randomNode.path
|
||||
@ -256,7 +256,7 @@ if (typeof window.graphData !== 'undefined') {
|
||||
.distance(100)
|
||||
)
|
||||
.force('center', d3.forceCenter(width / 2, height / 2))
|
||||
.force('collision', d3.forceCollide().radius(80))
|
||||
.force('collision', d3.forceCollide().radius(90))
|
||||
.stop()
|
||||
|
||||
const g = svg.append('g')
|
||||
|
26
bentway.html
26
bentway.html
@ -5,25 +5,25 @@
|
||||
<title>Bentway 🌱 Digital Garden</title>
|
||||
<meta name="description" content="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...">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618192508963033936"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/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-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><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">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618759802506493906"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/feed.xml" /></head><body class="foreground-text sans-serif bg-background"><header id="header" class="f5 pa3 flex bb b--foreground-text bg-background justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 foreground-text anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline foreground-text underline-hover" href="/colophon/">Colophon</a><a class="no-underline foreground-text ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<a class="no-underline foreground-text ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
|
||||
</nav></header><main class="links-foreground-text" aria-label="Content">
|
||||
<div class="flex">
|
||||
<article id="note-container" class="w-50 pa3 pr0 relative z-1">
|
||||
<div class="container bg-white min-vh-100-header-comp pa3 br4 flex flex-column justify-between">
|
||||
<header>
|
||||
<div class="note-meta flex justify-between">
|
||||
<div class="note-meta flex f7 justify-between code items-center">
|
||||
|
||||
<time class="code dib f7 pb2" datetime="2021-04-12T01:54:44+00:00">
|
||||
Last updated on April 12, 2021
|
||||
<time datetime="2021-04-18T15:29:36+00:00">
|
||||
Last updated on April 18, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
<h1 class="normal work-sans-light f-6 mb4 lh-solid">Bentway</h1>
|
||||
<h1 class="note-title normal relative work-sans-light f-5 mb4 lh-solid">Bentway</h1>
|
||||
</header>
|
||||
|
||||
<div id="notes-entry-container" class="flex-auto">
|
||||
<div class="note-contents f6 lh-copy">
|
||||
<div class="note-contents f5 lh-copy">
|
||||
<p>The Bentway re-imagines how we build, experience, activate, and value <a class="internal-link" href="/public-space">public</a> space together. With <a class="internal-link" href="/from-later">From Later</a>, they are hosting an initiative from March 1 to May 31 called <a href="https://www.thebentway.ca/event/digital-and-as-public-space/"><em>Digital and/as Public Space</em></a> (see From Later’s <a href="https://docs.google.com/document/d/1eXk14blXZSm7EQrksFgcoZ8Rf17rmu7zrBEUyczGG5M/edit#">Public Notebook</a>) which this site is a part of as a micro-residency.</p>
|
||||
|
||||
<p><a href="https://www.thebentway.ca/">https://www.thebentway.ca/</a></p>
|
||||
@ -31,7 +31,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside class="bt b--washed-green bw1 nl3 nr3 ph3 mt5">
|
||||
<aside class="bt b--background bw1 nl3 nr3 ph3 mt5">
|
||||
<h3 class="normal f1 mt5 work-sans-light mb4">Notes mentioning this note</h3>
|
||||
|
||||
<div class="flex flex-wrap">
|
||||
@ -48,7 +48,7 @@
|
||||
|
||||
</aside>
|
||||
</div>
|
||||
<button id="note-expand" class="absolute top-1 pointer nr4 right-0 bg-washed-green button-reset bn dark-green o-50">→</button>
|
||||
<button id="note-expand" class="absolute top-1 pointer nr4 mt3 right-0 bg-background button-reset bn foreground-text ">→</button>
|
||||
</article>
|
||||
|
||||
<div class="fixed top-0 right-0 w-50 vh-100">
|
||||
@ -56,7 +56,7 @@
|
||||
<script>
|
||||
window.graphData = {"edges":[{"source":"229320080329284392969231993","target":"24831158218"},{"source":"2455193638329872464","target":"14857"},{"source":"229320080329284392969231993","target":"139376232583985260057851086495"},{"source":"24831158218","target":"44486089850979"},{"source":"2579652121850163","target":"50678562032474"},{"source":"2455193638329872464","target":"403333506966985812956264495103083930421"},{"source":"403333506966985812956264495103083930421","target":"50678562812897"},{"source":"229320080329284392969231993","target":"50678562812897"},{"source":"1351050207728787","target":"30172798"},{"source":"1277273995756","target":"30172798"},{"source":"2624541068405932","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":"37307","target":"2579652121850163"},{"source":"229320080329284392969231993","target":"2579652121850163"},{"source":"14857","target":"2019378258741"},{"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":"2455193638329872464","target":"37307"},{"source":"2579652121850163","target":"37307"},{"source":"403333506966985812956264495103083930421","target":"3290301776931795"},{"source":"403333506966985812956264495103083930421","target":"4302444777154252931"},{"source":"50678562812897","target":"4302444777154252931"},{"source":"3290301776931795","target":"4302444777154252931"}],"nodes":[{"id":"24831158218","path":"/bentway","label":"Bentway"},{"id":"14857","path":"/bgp","label":"BGP"},{"id":"1351050207728787","path":"/dawn","label":"Dawn Walker"},{"id":"139376232583985260057851086495","path":"/digital-public-garden","label":"Digital Public Garden"},{"id":"12537461525184510083948912143790305013277","path":"/field-guide-to-the-digital-real","label":"Field Guide To The Digital Real"},{"id":"44486089850979","path":"/from-later","label":"From Later"},{"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":"37307","path":"/ssb","label":"SSB"},{"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>
|
||||
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-washed-green br4 pa3">
|
||||
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-background br4 pa3">
|
||||
<p class="ma0 f7 measure-narrow lh-copy">Here are all the notes in this garden, along with their links, visualized as a graph.</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -65,7 +65,7 @@
|
||||
</main><footer>
|
||||
|
||||
</footer><!-- That file is not particularly elegant. This will need a refactor at some point. -->
|
||||
<div class="hide-child links-dark-green">
|
||||
<div class="hide-child foreground-text links-foreground-text">
|
||||
<div id='tooltip-wrapper' class="bg-white br4 shadow-solid-accent lh-copy dn o-0 pa3 w6 f6 absolute z-2 child">
|
||||
<div id='tooltip-content' class="relative overflow-hidden note-contents">
|
||||
</div>
|
||||
@ -74,6 +74,6 @@
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js"></script>
|
||||
<script src="/assets/js/scripts.js?1618192508963033936"></script>
|
||||
<script src="/assets/js/scripts.js?1618759802506493906"></script>
|
||||
</body>
|
||||
</html>
|
28
bgp.html
28
bgp.html
@ -4,30 +4,30 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>BGP 🌱 Digital Garden</title>
|
||||
<meta name="description" content="Border Gateway Protocol (BGP) is a standardized exterior gateway protocol designed to exchange routing and reachability information among autonomous systems (AS) on the Internet. BGP is classified ...">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618192508963033936"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/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-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><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">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618759802506493906"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/feed.xml" /></head><body class="foreground-text sans-serif bg-background"><header id="header" class="f5 pa3 flex bb b--foreground-text bg-background justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 foreground-text anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline foreground-text underline-hover" href="/colophon/">Colophon</a><a class="no-underline foreground-text ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<a class="no-underline foreground-text ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
|
||||
</nav></header><main class="links-foreground-text" aria-label="Content">
|
||||
<div class="flex">
|
||||
<article id="note-container" class="w-50 pa3 pr0 relative z-1">
|
||||
<div class="container bg-white min-vh-100-header-comp pa3 br4 flex flex-column justify-between">
|
||||
<header>
|
||||
<div class="note-meta flex justify-between">
|
||||
<div class="note-meta flex f7 justify-between code items-center">
|
||||
|
||||
<time class="code dib f7 pb2 flex" datetime="2021-03-15T00:00:00+00:00">
|
||||
<time class="ml3 flex-auto" datetime="2021-03-15T00:00:00+00:00">
|
||||
Created on March 15, 2021
|
||||
|
||||
</time>
|
||||
|
||||
<time class="code dib f7 pb2" datetime="2021-04-12T01:54:44+00:00">
|
||||
Last updated on April 12, 2021
|
||||
<time datetime="2021-04-18T15:29:36+00:00">
|
||||
Last updated on April 18, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
<h1 class="normal work-sans-light f-6 mb4 lh-solid">BGP</h1>
|
||||
<h1 class="note-title normal relative work-sans-light f-5 mb4 lh-solid">BGP</h1>
|
||||
</header>
|
||||
|
||||
<div id="notes-entry-container" class="flex-auto">
|
||||
<div class="note-contents f6 lh-copy">
|
||||
<div class="note-contents f5 lh-copy">
|
||||
<p>Border Gateway Protocol (BGP) is a standardized exterior gateway <a class="internal-link" href="/protocol">protocol</a> designed to exchange routing and reachability information among autonomous systems (AS) on the Internet. BGP is classified as a path-vector routing protocol, and it makes routing decisions based on paths, network policies, or rule-sets configured by a network administrator.</p>
|
||||
|
||||
<p><a href="https://en.wikipedia.org/wiki/Border_Gateway_Protocol">https://en.wikipedia.org/wiki/Border_Gateway_Protocol</a></p>
|
||||
@ -64,7 +64,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside class="bt b--washed-green bw1 nl3 nr3 ph3 mt5">
|
||||
<aside class="bt b--background bw1 nl3 nr3 ph3 mt5">
|
||||
<h3 class="normal f1 mt5 work-sans-light mb4">Notes mentioning this note</h3>
|
||||
|
||||
<div class="flex flex-wrap">
|
||||
@ -81,7 +81,7 @@
|
||||
|
||||
</aside>
|
||||
</div>
|
||||
<button id="note-expand" class="absolute top-1 pointer nr4 right-0 bg-washed-green button-reset bn dark-green o-50">→</button>
|
||||
<button id="note-expand" class="absolute top-1 pointer nr4 mt3 right-0 bg-background button-reset bn foreground-text ">→</button>
|
||||
</article>
|
||||
|
||||
<div class="fixed top-0 right-0 w-50 vh-100">
|
||||
@ -89,7 +89,7 @@
|
||||
<script>
|
||||
window.graphData = {"edges":[{"source":"229320080329284392969231993","target":"24831158218"},{"source":"2455193638329872464","target":"14857"},{"source":"229320080329284392969231993","target":"139376232583985260057851086495"},{"source":"24831158218","target":"44486089850979"},{"source":"2579652121850163","target":"50678562032474"},{"source":"2455193638329872464","target":"403333506966985812956264495103083930421"},{"source":"403333506966985812956264495103083930421","target":"50678562812897"},{"source":"229320080329284392969231993","target":"50678562812897"},{"source":"1351050207728787","target":"30172798"},{"source":"1277273995756","target":"30172798"},{"source":"2624541068405932","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":"37307","target":"2579652121850163"},{"source":"229320080329284392969231993","target":"2579652121850163"},{"source":"14857","target":"2019378258741"},{"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":"2455193638329872464","target":"37307"},{"source":"2579652121850163","target":"37307"},{"source":"403333506966985812956264495103083930421","target":"3290301776931795"},{"source":"403333506966985812956264495103083930421","target":"4302444777154252931"},{"source":"50678562812897","target":"4302444777154252931"},{"source":"3290301776931795","target":"4302444777154252931"}],"nodes":[{"id":"24831158218","path":"/bentway","label":"Bentway"},{"id":"14857","path":"/bgp","label":"BGP"},{"id":"1351050207728787","path":"/dawn","label":"Dawn Walker"},{"id":"139376232583985260057851086495","path":"/digital-public-garden","label":"Digital Public Garden"},{"id":"12537461525184510083948912143790305013277","path":"/field-guide-to-the-digital-real","label":"Field Guide To The Digital Real"},{"id":"44486089850979","path":"/from-later","label":"From Later"},{"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":"37307","path":"/ssb","label":"SSB"},{"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>
|
||||
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-washed-green br4 pa3">
|
||||
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-background br4 pa3">
|
||||
<p class="ma0 f7 measure-narrow lh-copy">Here are all the notes in this garden, along with their links, visualized as a graph.</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -98,7 +98,7 @@
|
||||
</main><footer>
|
||||
|
||||
</footer><!-- That file is not particularly elegant. This will need a refactor at some point. -->
|
||||
<div class="hide-child links-dark-green">
|
||||
<div class="hide-child foreground-text links-foreground-text">
|
||||
<div id='tooltip-wrapper' class="bg-white br4 shadow-solid-accent lh-copy dn o-0 pa3 w6 f6 absolute z-2 child">
|
||||
<div id='tooltip-content' class="relative overflow-hidden note-contents">
|
||||
</div>
|
||||
@ -107,6 +107,6 @@
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js"></script>
|
||||
<script src="/assets/js/scripts.js?1618192508963033936"></script>
|
||||
<script src="/assets/js/scripts.js?1618759802506493906"></script>
|
||||
</body>
|
||||
</html>
|
@ -4,9 +4,9 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Colophon 🌱 Digital Garden</title>
|
||||
<meta name="description" content="A digital garden or public notebook for The Bentway’s Digital and/as Public Space Micro-Residency.">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618192508963033936"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/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-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><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">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618759802506493906"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/feed.xml" /></head><body class="foreground-text sans-serif bg-background"><header id="header" class="f5 pa3 flex bb b--foreground-text bg-background justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 foreground-text anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline foreground-text underline-hover" href="/colophon/">Colophon</a><a class="no-underline foreground-text ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<a class="no-underline foreground-text ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
|
||||
</nav></header><main class="links-foreground-text" aria-label="Content">
|
||||
<article class="measure-wide ml3">
|
||||
<header>
|
||||
<h1 class="f-6 normal anthony">Colophon</h1>
|
||||
@ -35,7 +35,7 @@
|
||||
<script>
|
||||
window.graphData = {"edges":[{"source":"229320080329284392969231993","target":"24831158218"},{"source":"2455193638329872464","target":"14857"},{"source":"229320080329284392969231993","target":"139376232583985260057851086495"},{"source":"24831158218","target":"44486089850979"},{"source":"2579652121850163","target":"50678562032474"},{"source":"2455193638329872464","target":"403333506966985812956264495103083930421"},{"source":"403333506966985812956264495103083930421","target":"50678562812897"},{"source":"229320080329284392969231993","target":"50678562812897"},{"source":"1351050207728787","target":"30172798"},{"source":"1277273995756","target":"30172798"},{"source":"2624541068405932","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":"37307","target":"2579652121850163"},{"source":"229320080329284392969231993","target":"2579652121850163"},{"source":"14857","target":"2019378258741"},{"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":"2455193638329872464","target":"37307"},{"source":"2579652121850163","target":"37307"},{"source":"403333506966985812956264495103083930421","target":"3290301776931795"},{"source":"403333506966985812956264495103083930421","target":"4302444777154252931"},{"source":"50678562812897","target":"4302444777154252931"},{"source":"3290301776931795","target":"4302444777154252931"}],"nodes":[{"id":"24831158218","path":"/bentway","label":"Bentway"},{"id":"14857","path":"/bgp","label":"BGP"},{"id":"1351050207728787","path":"/dawn","label":"Dawn Walker"},{"id":"139376232583985260057851086495","path":"/digital-public-garden","label":"Digital Public Garden"},{"id":"12537461525184510083948912143790305013277","path":"/field-guide-to-the-digital-real","label":"Field Guide To The Digital Real"},{"id":"44486089850979","path":"/from-later","label":"From Later"},{"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":"37307","path":"/ssb","label":"SSB"},{"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>
|
||||
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-washed-green br4 pa3">
|
||||
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-background br4 pa3">
|
||||
<p class="ma0 f7 measure-narrow lh-copy">Here are all the notes in this garden, along with their links, visualized as a graph.</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -45,7 +45,7 @@
|
||||
</main><footer>
|
||||
|
||||
</footer><!-- That file is not particularly elegant. This will need a refactor at some point. -->
|
||||
<div class="hide-child links-dark-green">
|
||||
<div class="hide-child foreground-text links-foreground-text">
|
||||
<div id='tooltip-wrapper' class="bg-white br4 shadow-solid-accent lh-copy dn o-0 pa3 w6 f6 absolute z-2 child">
|
||||
<div id='tooltip-content' class="relative overflow-hidden note-contents">
|
||||
</div>
|
||||
@ -54,6 +54,6 @@
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js"></script>
|
||||
<script src="/assets/js/scripts.js?1618192508963033936"></script>
|
||||
<script src="/assets/js/scripts.js?1618759802506493906"></script>
|
||||
</body>
|
||||
</html>
|
28
dawn.html
28
dawn.html
@ -4,36 +4,36 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Dawn Walker 🌱 Digital Garden</title>
|
||||
<meta name="description" content="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 ...">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618192508963033936"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/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-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><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">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618759802506493906"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/feed.xml" /></head><body class="foreground-text sans-serif bg-background"><header id="header" class="f5 pa3 flex bb b--foreground-text bg-background justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 foreground-text anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline foreground-text underline-hover" href="/colophon/">Colophon</a><a class="no-underline foreground-text ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<a class="no-underline foreground-text ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
|
||||
</nav></header><main class="links-foreground-text" aria-label="Content">
|
||||
<div class="flex">
|
||||
<article id="note-container" class="w-50 pa3 pr0 relative z-1">
|
||||
<div class="container bg-white min-vh-100-header-comp pa3 br4 flex flex-column justify-between">
|
||||
<header>
|
||||
<div class="note-meta flex justify-between">
|
||||
<div class="note-meta flex f7 justify-between code items-center">
|
||||
|
||||
<time class="code dib f7 pb2 flex" datetime="2021-03-26T00:00:00+00:00">
|
||||
<time class="ml3 flex-auto" datetime="2021-03-26T00:00:00+00:00">
|
||||
Created on March 26, 2021
|
||||
|
||||
</time>
|
||||
|
||||
<time class="code dib f7 pb2" datetime="2021-04-12T01:54:44+00:00">
|
||||
Last updated on April 12, 2021
|
||||
<time datetime="2021-04-18T15:29:36+00:00">
|
||||
Last updated on April 18, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
<h1 class="normal work-sans-light f-6 mb4 lh-solid">Dawn Walker</h1>
|
||||
<h1 class="note-title normal relative work-sans-light f-5 mb4 lh-solid">Dawn Walker</h1>
|
||||
</header>
|
||||
|
||||
<div id="notes-entry-container" class="flex-auto">
|
||||
<div class="note-contents f6 lh-copy">
|
||||
<div class="note-contents f5 lh-copy">
|
||||
<p><a href="https://dcwalker.ca/">Dawn Walker</a> 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 <a class="internal-link" href="/hypha">Hypha Worker Co-operative</a>, a tech worker co-operative, and co-organizes Our Networks, a conference about the past, present, and future of building our own network <a class="internal-link" href="/infrastructure">infrastructures</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside class="bt b--washed-green bw1 nl3 nr3 ph3 mt5">
|
||||
<aside class="bt b--background bw1 nl3 nr3 ph3 mt5">
|
||||
<h3 class="normal f1 mt5 work-sans-light mb4">Notes mentioning this note</h3>
|
||||
|
||||
<div>
|
||||
@ -44,7 +44,7 @@
|
||||
|
||||
</aside>
|
||||
</div>
|
||||
<button id="note-expand" class="absolute top-1 pointer nr4 right-0 bg-washed-green button-reset bn dark-green o-50">→</button>
|
||||
<button id="note-expand" class="absolute top-1 pointer nr4 mt3 right-0 bg-background button-reset bn foreground-text ">→</button>
|
||||
</article>
|
||||
|
||||
<div class="fixed top-0 right-0 w-50 vh-100">
|
||||
@ -52,7 +52,7 @@
|
||||
<script>
|
||||
window.graphData = {"edges":[{"source":"229320080329284392969231993","target":"24831158218"},{"source":"2455193638329872464","target":"14857"},{"source":"229320080329284392969231993","target":"139376232583985260057851086495"},{"source":"24831158218","target":"44486089850979"},{"source":"2579652121850163","target":"50678562032474"},{"source":"2455193638329872464","target":"403333506966985812956264495103083930421"},{"source":"403333506966985812956264495103083930421","target":"50678562812897"},{"source":"229320080329284392969231993","target":"50678562812897"},{"source":"1351050207728787","target":"30172798"},{"source":"1277273995756","target":"30172798"},{"source":"2624541068405932","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":"37307","target":"2579652121850163"},{"source":"229320080329284392969231993","target":"2579652121850163"},{"source":"14857","target":"2019378258741"},{"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":"2455193638329872464","target":"37307"},{"source":"2579652121850163","target":"37307"},{"source":"403333506966985812956264495103083930421","target":"3290301776931795"},{"source":"403333506966985812956264495103083930421","target":"4302444777154252931"},{"source":"50678562812897","target":"4302444777154252931"},{"source":"3290301776931795","target":"4302444777154252931"}],"nodes":[{"id":"24831158218","path":"/bentway","label":"Bentway"},{"id":"14857","path":"/bgp","label":"BGP"},{"id":"1351050207728787","path":"/dawn","label":"Dawn Walker"},{"id":"139376232583985260057851086495","path":"/digital-public-garden","label":"Digital Public Garden"},{"id":"12537461525184510083948912143790305013277","path":"/field-guide-to-the-digital-real","label":"Field Guide To The Digital Real"},{"id":"44486089850979","path":"/from-later","label":"From Later"},{"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":"37307","path":"/ssb","label":"SSB"},{"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>
|
||||
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-washed-green br4 pa3">
|
||||
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-background br4 pa3">
|
||||
<p class="ma0 f7 measure-narrow lh-copy">Here are all the notes in this garden, along with their links, visualized as a graph.</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -61,7 +61,7 @@
|
||||
</main><footer>
|
||||
|
||||
</footer><!-- That file is not particularly elegant. This will need a refactor at some point. -->
|
||||
<div class="hide-child links-dark-green">
|
||||
<div class="hide-child foreground-text links-foreground-text">
|
||||
<div id='tooltip-wrapper' class="bg-white br4 shadow-solid-accent lh-copy dn o-0 pa3 w6 f6 absolute z-2 child">
|
||||
<div id='tooltip-content' class="relative overflow-hidden note-contents">
|
||||
</div>
|
||||
@ -70,6 +70,6 @@
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js"></script>
|
||||
<script src="/assets/js/scripts.js?1618192508963033936"></script>
|
||||
<script src="/assets/js/scripts.js?1618759802506493906"></script>
|
||||
</body>
|
||||
</html>
|
@ -10,25 +10,25 @@ https://maggieappleton.com/garden-history
|
||||
Hypertext Gardens: Delightful Vistas
|
||||
Mark Bernstein, Eastgate Systems, Inc.
|
||||
http://www.e...">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618192508963033936"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/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-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><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">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618759802506493906"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/feed.xml" /></head><body class="foreground-text sans-serif bg-background"><header id="header" class="f5 pa3 flex bb b--foreground-text bg-background justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 foreground-text anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline foreground-text underline-hover" href="/colophon/">Colophon</a><a class="no-underline foreground-text ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<a class="no-underline foreground-text ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
|
||||
</nav></header><main class="links-foreground-text" aria-label="Content">
|
||||
<div class="flex">
|
||||
<article id="note-container" class="w-50 pa3 pr0 relative z-1">
|
||||
<div class="container bg-white min-vh-100-header-comp pa3 br4 flex flex-column justify-between">
|
||||
<header>
|
||||
<div class="note-meta flex justify-between">
|
||||
<div class="note-meta flex f7 justify-between code items-center">
|
||||
|
||||
<time class="code dib f7 pb2" datetime="2021-04-12T01:54:44+00:00">
|
||||
Last updated on April 12, 2021
|
||||
<time datetime="2021-04-18T15:29:36+00:00">
|
||||
Last updated on April 18, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
<h1 class="normal work-sans-light f-6 mb4 lh-solid">Digital Public Garden</h1>
|
||||
<h1 class="note-title normal relative work-sans-light f-5 mb4 lh-solid">Digital Public Garden</h1>
|
||||
</header>
|
||||
|
||||
<div id="notes-entry-container" class="flex-auto">
|
||||
<div class="note-contents f6 lh-copy">
|
||||
<div class="note-contents f5 lh-copy">
|
||||
<p><img src="https://user-images.githubusercontent.com/227587/114309337-d5ff4800-9ab4-11eb-8f38-e7b4b7f590f0.png" alt="digital-garden" /></p>
|
||||
|
||||
<p>A Brief History & Ethos of the Digital Garden
|
||||
@ -42,7 +42,7 @@ Mark Bernstein, Eastgate Systems, Inc.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside class="bt b--washed-green bw1 nl3 nr3 ph3 mt5">
|
||||
<aside class="bt b--background bw1 nl3 nr3 ph3 mt5">
|
||||
<h3 class="normal f1 mt5 work-sans-light mb4">Notes mentioning this note</h3>
|
||||
|
||||
<div class="flex flex-wrap">
|
||||
@ -59,7 +59,7 @@ Mark Bernstein, Eastgate Systems, Inc.
|
||||
|
||||
</aside>
|
||||
</div>
|
||||
<button id="note-expand" class="absolute top-1 pointer nr4 right-0 bg-washed-green button-reset bn dark-green o-50">→</button>
|
||||
<button id="note-expand" class="absolute top-1 pointer nr4 mt3 right-0 bg-background button-reset bn foreground-text ">→</button>
|
||||
</article>
|
||||
|
||||
<div class="fixed top-0 right-0 w-50 vh-100">
|
||||
@ -67,7 +67,7 @@ Mark Bernstein, Eastgate Systems, Inc.
|
||||
<script>
|
||||
window.graphData = {"edges":[{"source":"229320080329284392969231993","target":"24831158218"},{"source":"2455193638329872464","target":"14857"},{"source":"229320080329284392969231993","target":"139376232583985260057851086495"},{"source":"24831158218","target":"44486089850979"},{"source":"2579652121850163","target":"50678562032474"},{"source":"2455193638329872464","target":"403333506966985812956264495103083930421"},{"source":"403333506966985812956264495103083930421","target":"50678562812897"},{"source":"229320080329284392969231993","target":"50678562812897"},{"source":"1351050207728787","target":"30172798"},{"source":"1277273995756","target":"30172798"},{"source":"2624541068405932","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":"37307","target":"2579652121850163"},{"source":"229320080329284392969231993","target":"2579652121850163"},{"source":"14857","target":"2019378258741"},{"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":"2455193638329872464","target":"37307"},{"source":"2579652121850163","target":"37307"},{"source":"403333506966985812956264495103083930421","target":"3290301776931795"},{"source":"403333506966985812956264495103083930421","target":"4302444777154252931"},{"source":"50678562812897","target":"4302444777154252931"},{"source":"3290301776931795","target":"4302444777154252931"}],"nodes":[{"id":"24831158218","path":"/bentway","label":"Bentway"},{"id":"14857","path":"/bgp","label":"BGP"},{"id":"1351050207728787","path":"/dawn","label":"Dawn Walker"},{"id":"139376232583985260057851086495","path":"/digital-public-garden","label":"Digital Public Garden"},{"id":"12537461525184510083948912143790305013277","path":"/field-guide-to-the-digital-real","label":"Field Guide To The Digital Real"},{"id":"44486089850979","path":"/from-later","label":"From Later"},{"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":"37307","path":"/ssb","label":"SSB"},{"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>
|
||||
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-washed-green br4 pa3">
|
||||
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-background br4 pa3">
|
||||
<p class="ma0 f7 measure-narrow lh-copy">Here are all the notes in this garden, along with their links, visualized as a graph.</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -76,7 +76,7 @@ Mark Bernstein, Eastgate Systems, Inc.
|
||||
</main><footer>
|
||||
|
||||
</footer><!-- That file is not particularly elegant. This will need a refactor at some point. -->
|
||||
<div class="hide-child links-dark-green">
|
||||
<div class="hide-child foreground-text links-foreground-text">
|
||||
<div id='tooltip-wrapper' class="bg-white br4 shadow-solid-accent lh-copy dn o-0 pa3 w6 f6 absolute z-2 child">
|
||||
<div id='tooltip-content' class="relative overflow-hidden note-contents">
|
||||
</div>
|
||||
@ -85,6 +85,6 @@ Mark Bernstein, Eastgate Systems, Inc.
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js"></script>
|
||||
<script src="/assets/js/scripts.js?1618192508963033936"></script>
|
||||
<script src="/assets/js/scripts.js?1618759802506493906"></script>
|
||||
</body>
|
||||
</html>
|
@ -4,25 +4,25 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Field Guide To The Digital Real 🌱 Digital Garden</title>
|
||||
<meta name="description" content="Research findings will be incorporated into The Bentway’s Field Guide to the Digital Real (to be published May 2021). The Field Guide will be a public resource that provides insights, case studies,...">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618192508963033936"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/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-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><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">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618759802506493906"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/feed.xml" /></head><body class="foreground-text sans-serif bg-background"><header id="header" class="f5 pa3 flex bb b--foreground-text bg-background justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 foreground-text anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline foreground-text underline-hover" href="/colophon/">Colophon</a><a class="no-underline foreground-text ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<a class="no-underline foreground-text ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
|
||||
</nav></header><main class="links-foreground-text" aria-label="Content">
|
||||
<div class="flex">
|
||||
<article id="note-container" class="w-50 pa3 pr0 relative z-1">
|
||||
<div class="container bg-white min-vh-100-header-comp pa3 br4 flex flex-column justify-between">
|
||||
<header>
|
||||
<div class="note-meta flex justify-between">
|
||||
<div class="note-meta flex f7 justify-between code items-center">
|
||||
|
||||
<time class="code dib f7 pb2" datetime="2021-04-12T01:54:44+00:00">
|
||||
Last updated on April 12, 2021
|
||||
<time datetime="2021-04-18T15:29:36+00:00">
|
||||
Last updated on April 18, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
<h1 class="normal work-sans-light f-6 mb4 lh-solid">Field Guide To The Digital Real</h1>
|
||||
<h1 class="note-title normal relative work-sans-light f-5 mb4 lh-solid">Field Guide To The Digital Real</h1>
|
||||
</header>
|
||||
|
||||
<div id="notes-entry-container" class="flex-auto">
|
||||
<div class="note-contents f6 lh-copy">
|
||||
<div class="note-contents f5 lh-copy">
|
||||
<blockquote>
|
||||
<p>Research findings will be incorporated into The Bentway’s Field Guide to the Digital Real (to be published May 2021). The Field Guide will be a public resource that provides insights, case studies, provocations, and speculations on how hybrid approaches are shaping and reshaping public space.</p>
|
||||
</blockquote>
|
||||
@ -32,7 +32,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside class="bt b--washed-green bw1 nl3 nr3 ph3 mt5">
|
||||
<aside class="bt b--background bw1 nl3 nr3 ph3 mt5">
|
||||
<h3 class="normal f1 mt5 work-sans-light mb4">Notes mentioning this note</h3>
|
||||
|
||||
<div>
|
||||
@ -43,7 +43,7 @@
|
||||
|
||||
</aside>
|
||||
</div>
|
||||
<button id="note-expand" class="absolute top-1 pointer nr4 right-0 bg-washed-green button-reset bn dark-green o-50">→</button>
|
||||
<button id="note-expand" class="absolute top-1 pointer nr4 mt3 right-0 bg-background button-reset bn foreground-text ">→</button>
|
||||
</article>
|
||||
|
||||
<div class="fixed top-0 right-0 w-50 vh-100">
|
||||
@ -51,7 +51,7 @@
|
||||
<script>
|
||||
window.graphData = {"edges":[{"source":"229320080329284392969231993","target":"24831158218"},{"source":"2455193638329872464","target":"14857"},{"source":"229320080329284392969231993","target":"139376232583985260057851086495"},{"source":"24831158218","target":"44486089850979"},{"source":"2579652121850163","target":"50678562032474"},{"source":"2455193638329872464","target":"403333506966985812956264495103083930421"},{"source":"403333506966985812956264495103083930421","target":"50678562812897"},{"source":"229320080329284392969231993","target":"50678562812897"},{"source":"1351050207728787","target":"30172798"},{"source":"1277273995756","target":"30172798"},{"source":"2624541068405932","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":"37307","target":"2579652121850163"},{"source":"229320080329284392969231993","target":"2579652121850163"},{"source":"14857","target":"2019378258741"},{"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":"2455193638329872464","target":"37307"},{"source":"2579652121850163","target":"37307"},{"source":"403333506966985812956264495103083930421","target":"3290301776931795"},{"source":"403333506966985812956264495103083930421","target":"4302444777154252931"},{"source":"50678562812897","target":"4302444777154252931"},{"source":"3290301776931795","target":"4302444777154252931"}],"nodes":[{"id":"24831158218","path":"/bentway","label":"Bentway"},{"id":"14857","path":"/bgp","label":"BGP"},{"id":"1351050207728787","path":"/dawn","label":"Dawn Walker"},{"id":"139376232583985260057851086495","path":"/digital-public-garden","label":"Digital Public Garden"},{"id":"12537461525184510083948912143790305013277","path":"/field-guide-to-the-digital-real","label":"Field Guide To The Digital Real"},{"id":"44486089850979","path":"/from-later","label":"From Later"},{"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":"37307","path":"/ssb","label":"SSB"},{"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>
|
||||
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-washed-green br4 pa3">
|
||||
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-background br4 pa3">
|
||||
<p class="ma0 f7 measure-narrow lh-copy">Here are all the notes in this garden, along with their links, visualized as a graph.</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -60,7 +60,7 @@
|
||||
</main><footer>
|
||||
|
||||
</footer><!-- That file is not particularly elegant. This will need a refactor at some point. -->
|
||||
<div class="hide-child links-dark-green">
|
||||
<div class="hide-child foreground-text links-foreground-text">
|
||||
<div id='tooltip-wrapper' class="bg-white br4 shadow-solid-accent lh-copy dn o-0 pa3 w6 f6 absolute z-2 child">
|
||||
<div id='tooltip-content' class="relative overflow-hidden note-contents">
|
||||
</div>
|
||||
@ -69,6 +69,6 @@
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js"></script>
|
||||
<script src="/assets/js/scripts.js?1618192508963033936"></script>
|
||||
<script src="/assets/js/scripts.js?1618759802506493906"></script>
|
||||
</body>
|
||||
</html>
|
@ -4,25 +4,25 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>From Later 🌱 Digital Garden</title>
|
||||
<meta name="description" content="From Later is a foresight studio from Toronto that brings together a range of poetic misfits, abandoned lawyers, redeemed bohemians, lost artists, and disillusioned strategists. It’s a network of c...">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618192508963033936"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/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-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><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">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618759802506493906"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/feed.xml" /></head><body class="foreground-text sans-serif bg-background"><header id="header" class="f5 pa3 flex bb b--foreground-text bg-background justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 foreground-text anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline foreground-text underline-hover" href="/colophon/">Colophon</a><a class="no-underline foreground-text ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<a class="no-underline foreground-text ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
|
||||
</nav></header><main class="links-foreground-text" aria-label="Content">
|
||||
<div class="flex">
|
||||
<article id="note-container" class="w-50 pa3 pr0 relative z-1">
|
||||
<div class="container bg-white min-vh-100-header-comp pa3 br4 flex flex-column justify-between">
|
||||
<header>
|
||||
<div class="note-meta flex justify-between">
|
||||
<div class="note-meta flex f7 justify-between code items-center">
|
||||
|
||||
<time class="code dib f7 pb2" datetime="2021-04-12T01:54:44+00:00">
|
||||
Last updated on April 12, 2021
|
||||
<time datetime="2021-04-18T15:29:36+00:00">
|
||||
Last updated on April 18, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
<h1 class="normal work-sans-light f-6 mb4 lh-solid">From Later</h1>
|
||||
<h1 class="note-title normal relative work-sans-light f-5 mb4 lh-solid">From Later</h1>
|
||||
</header>
|
||||
|
||||
<div id="notes-entry-container" class="flex-auto">
|
||||
<div class="note-contents f6 lh-copy">
|
||||
<div class="note-contents f5 lh-copy">
|
||||
<p>From Later is a foresight studio from Toronto that brings together a range of poetic misfits, abandoned lawyers, redeemed bohemians, lost artists, and disillusioned strategists. It’s a network of collaboration that engages art, strategy, engineering, and design for building other futures.</p>
|
||||
|
||||
<p><a href="https://fromlater.com/">https://fromlater.com/</a></p>
|
||||
@ -30,7 +30,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside class="bt b--washed-green bw1 nl3 nr3 ph3 mt5">
|
||||
<aside class="bt b--background bw1 nl3 nr3 ph3 mt5">
|
||||
<h3 class="normal f1 mt5 work-sans-light mb4">Notes mentioning this note</h3>
|
||||
|
||||
<div class="flex flex-wrap">
|
||||
@ -47,7 +47,7 @@
|
||||
|
||||
</aside>
|
||||
</div>
|
||||
<button id="note-expand" class="absolute top-1 pointer nr4 right-0 bg-washed-green button-reset bn dark-green o-50">→</button>
|
||||
<button id="note-expand" class="absolute top-1 pointer nr4 mt3 right-0 bg-background button-reset bn foreground-text ">→</button>
|
||||
</article>
|
||||
|
||||
<div class="fixed top-0 right-0 w-50 vh-100">
|
||||
@ -55,7 +55,7 @@
|
||||
<script>
|
||||
window.graphData = {"edges":[{"source":"229320080329284392969231993","target":"24831158218"},{"source":"2455193638329872464","target":"14857"},{"source":"229320080329284392969231993","target":"139376232583985260057851086495"},{"source":"24831158218","target":"44486089850979"},{"source":"2579652121850163","target":"50678562032474"},{"source":"2455193638329872464","target":"403333506966985812956264495103083930421"},{"source":"403333506966985812956264495103083930421","target":"50678562812897"},{"source":"229320080329284392969231993","target":"50678562812897"},{"source":"1351050207728787","target":"30172798"},{"source":"1277273995756","target":"30172798"},{"source":"2624541068405932","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":"37307","target":"2579652121850163"},{"source":"229320080329284392969231993","target":"2579652121850163"},{"source":"14857","target":"2019378258741"},{"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":"2455193638329872464","target":"37307"},{"source":"2579652121850163","target":"37307"},{"source":"403333506966985812956264495103083930421","target":"3290301776931795"},{"source":"403333506966985812956264495103083930421","target":"4302444777154252931"},{"source":"50678562812897","target":"4302444777154252931"},{"source":"3290301776931795","target":"4302444777154252931"}],"nodes":[{"id":"24831158218","path":"/bentway","label":"Bentway"},{"id":"14857","path":"/bgp","label":"BGP"},{"id":"1351050207728787","path":"/dawn","label":"Dawn Walker"},{"id":"139376232583985260057851086495","path":"/digital-public-garden","label":"Digital Public Garden"},{"id":"12537461525184510083948912143790305013277","path":"/field-guide-to-the-digital-real","label":"Field Guide To The Digital Real"},{"id":"44486089850979","path":"/from-later","label":"From Later"},{"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":"37307","path":"/ssb","label":"SSB"},{"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>
|
||||
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-washed-green br4 pa3">
|
||||
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-background br4 pa3">
|
||||
<p class="ma0 f7 measure-narrow lh-copy">Here are all the notes in this garden, along with their links, visualized as a graph.</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -64,7 +64,7 @@
|
||||
</main><footer>
|
||||
|
||||
</footer><!-- That file is not particularly elegant. This will need a refactor at some point. -->
|
||||
<div class="hide-child links-dark-green">
|
||||
<div class="hide-child foreground-text links-foreground-text">
|
||||
<div id='tooltip-wrapper' class="bg-white br4 shadow-solid-accent lh-copy dn o-0 pa3 w6 f6 absolute z-2 child">
|
||||
<div id='tooltip-content' class="relative overflow-hidden note-contents">
|
||||
</div>
|
||||
@ -73,6 +73,6 @@
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js"></script>
|
||||
<script src="/assets/js/scripts.js?1618192508963033936"></script>
|
||||
<script src="/assets/js/scripts.js?1618759802506493906"></script>
|
||||
</body>
|
||||
</html>
|
26
garry.html
26
garry.html
@ -5,31 +5,31 @@
|
||||
<title>Garry Ing 🌱 Digital Garden</title>
|
||||
<meta name="description" content="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 wor...">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618192508963033936"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/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-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><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">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618759802506493906"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/feed.xml" /></head><body class="foreground-text sans-serif bg-background"><header id="header" class="f5 pa3 flex bb b--foreground-text bg-background justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 foreground-text anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline foreground-text underline-hover" href="/colophon/">Colophon</a><a class="no-underline foreground-text ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<a class="no-underline foreground-text ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
|
||||
</nav></header><main class="links-foreground-text" aria-label="Content">
|
||||
<div class="flex">
|
||||
<article id="note-container" class="w-50 pa3 pr0 relative z-1">
|
||||
<div class="container bg-white min-vh-100-header-comp pa3 br4 flex flex-column justify-between">
|
||||
<header>
|
||||
<div class="note-meta flex justify-between">
|
||||
<div class="note-meta flex f7 justify-between code items-center">
|
||||
|
||||
<time class="code dib f7 pb2" datetime="2021-04-12T01:54:44+00:00">
|
||||
Last updated on April 12, 2021
|
||||
<time datetime="2021-04-18T15:29:36+00:00">
|
||||
Last updated on April 18, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
<h1 class="normal work-sans-light f-6 mb4 lh-solid">Garry Ing</h1>
|
||||
<h1 class="note-title normal relative work-sans-light f-5 mb4 lh-solid">Garry Ing</h1>
|
||||
</header>
|
||||
|
||||
<div id="notes-entry-container" class="flex-auto">
|
||||
<div class="note-contents f6 lh-copy">
|
||||
<div class="note-contents f5 lh-copy">
|
||||
<p><a href="https://garrying.com">Garry Ing</a> is a designer and researcher residing in Toronto. He is a member of <a class="internal-link" href="/hypha">Hypha Worker Co-operative</a> 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 <a class="internal-link" href="/infrastructure">infrastructures</a>, and A-B-Z-TXT, an autonomous school for art, design and computation in Toronto and Montréal.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside class="bt b--washed-green bw1 nl3 nr3 ph3 mt5">
|
||||
<aside class="bt b--background bw1 nl3 nr3 ph3 mt5">
|
||||
<h3 class="normal f1 mt5 work-sans-light mb4">Notes mentioning this note</h3>
|
||||
|
||||
<div>
|
||||
@ -40,7 +40,7 @@
|
||||
|
||||
</aside>
|
||||
</div>
|
||||
<button id="note-expand" class="absolute top-1 pointer nr4 right-0 bg-washed-green button-reset bn dark-green o-50">→</button>
|
||||
<button id="note-expand" class="absolute top-1 pointer nr4 mt3 right-0 bg-background button-reset bn foreground-text ">→</button>
|
||||
</article>
|
||||
|
||||
<div class="fixed top-0 right-0 w-50 vh-100">
|
||||
@ -48,7 +48,7 @@
|
||||
<script>
|
||||
window.graphData = {"edges":[{"source":"229320080329284392969231993","target":"24831158218"},{"source":"2455193638329872464","target":"14857"},{"source":"229320080329284392969231993","target":"139376232583985260057851086495"},{"source":"24831158218","target":"44486089850979"},{"source":"2579652121850163","target":"50678562032474"},{"source":"2455193638329872464","target":"403333506966985812956264495103083930421"},{"source":"403333506966985812956264495103083930421","target":"50678562812897"},{"source":"229320080329284392969231993","target":"50678562812897"},{"source":"1351050207728787","target":"30172798"},{"source":"1277273995756","target":"30172798"},{"source":"2624541068405932","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":"37307","target":"2579652121850163"},{"source":"229320080329284392969231993","target":"2579652121850163"},{"source":"14857","target":"2019378258741"},{"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":"2455193638329872464","target":"37307"},{"source":"2579652121850163","target":"37307"},{"source":"403333506966985812956264495103083930421","target":"3290301776931795"},{"source":"403333506966985812956264495103083930421","target":"4302444777154252931"},{"source":"50678562812897","target":"4302444777154252931"},{"source":"3290301776931795","target":"4302444777154252931"}],"nodes":[{"id":"24831158218","path":"/bentway","label":"Bentway"},{"id":"14857","path":"/bgp","label":"BGP"},{"id":"1351050207728787","path":"/dawn","label":"Dawn Walker"},{"id":"139376232583985260057851086495","path":"/digital-public-garden","label":"Digital Public Garden"},{"id":"12537461525184510083948912143790305013277","path":"/field-guide-to-the-digital-real","label":"Field Guide To The Digital Real"},{"id":"44486089850979","path":"/from-later","label":"From Later"},{"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":"37307","path":"/ssb","label":"SSB"},{"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>
|
||||
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-washed-green br4 pa3">
|
||||
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-background br4 pa3">
|
||||
<p class="ma0 f7 measure-narrow lh-copy">Here are all the notes in this garden, along with their links, visualized as a graph.</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -57,7 +57,7 @@
|
||||
</main><footer>
|
||||
|
||||
</footer><!-- That file is not particularly elegant. This will need a refactor at some point. -->
|
||||
<div class="hide-child links-dark-green">
|
||||
<div class="hide-child foreground-text links-foreground-text">
|
||||
<div id='tooltip-wrapper' class="bg-white br4 shadow-solid-accent lh-copy dn o-0 pa3 w6 f6 absolute z-2 child">
|
||||
<div id='tooltip-content' class="relative overflow-hidden note-contents">
|
||||
</div>
|
||||
@ -66,6 +66,6 @@
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js"></script>
|
||||
<script src="/assets/js/scripts.js?1618192508963033936"></script>
|
||||
<script src="/assets/js/scripts.js?1618759802506493906"></script>
|
||||
</body>
|
||||
</html>
|
@ -4,25 +4,25 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Hypercore 🌱 Digital Garden</title>
|
||||
<meta name="description" content="Hypercore Protocol is a peer-to-peer data network built on the Hypercore logs. Hypercores are signed, append-only logs. They’re like lightweight blockchains without the consensus algorithm. As with...">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618192508963033936"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/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-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><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">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618759802506493906"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/feed.xml" /></head><body class="foreground-text sans-serif bg-background"><header id="header" class="f5 pa3 flex bb b--foreground-text bg-background justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 foreground-text anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline foreground-text underline-hover" href="/colophon/">Colophon</a><a class="no-underline foreground-text ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<a class="no-underline foreground-text ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
|
||||
</nav></header><main class="links-foreground-text" aria-label="Content">
|
||||
<div class="flex">
|
||||
<article id="note-container" class="w-50 pa3 pr0 relative z-1">
|
||||
<div class="container bg-white min-vh-100-header-comp pa3 br4 flex flex-column justify-between">
|
||||
<header>
|
||||
<div class="note-meta flex justify-between">
|
||||
<div class="note-meta flex f7 justify-between code items-center">
|
||||
|
||||
<time class="code dib f7 pb2" datetime="2021-04-12T01:54:44+00:00">
|
||||
Last updated on April 12, 2021
|
||||
<time datetime="2021-04-18T15:29:36+00:00">
|
||||
Last updated on April 18, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
<h1 class="normal work-sans-light f-6 mb4 lh-solid">Hypercore</h1>
|
||||
<h1 class="note-title normal relative work-sans-light f-5 mb4 lh-solid">Hypercore</h1>
|
||||
</header>
|
||||
|
||||
<div id="notes-entry-container" class="flex-auto">
|
||||
<div class="note-contents f6 lh-copy">
|
||||
<div class="note-contents f5 lh-copy">
|
||||
<p>Hypercore <a class="internal-link" href="/protocol">Protocol</a> is a <a class="internal-link" href="/peer-to-peer">peer-to-peer</a> data network built on the Hypercore logs. Hypercores are signed, append-only logs. They’re like lightweight blockchains without the consensus algorithm. As with BitTorrent, as more people “seed” a dataset it will increase the available bandwidth.</p>
|
||||
|
||||
<p><a href="https://hypercore-protocol.org/">https://hypercore-protocol.org/</a></p>
|
||||
@ -30,7 +30,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside class="bt b--washed-green bw1 nl3 nr3 ph3 mt5">
|
||||
<aside class="bt b--background bw1 nl3 nr3 ph3 mt5">
|
||||
<h3 class="normal f1 mt5 work-sans-light mb4">Notes mentioning this note</h3>
|
||||
|
||||
<div class="flex flex-wrap">
|
||||
@ -47,7 +47,7 @@
|
||||
|
||||
</aside>
|
||||
</div>
|
||||
<button id="note-expand" class="absolute top-1 pointer nr4 right-0 bg-washed-green button-reset bn dark-green o-50">→</button>
|
||||
<button id="note-expand" class="absolute top-1 pointer nr4 mt3 right-0 bg-background button-reset bn foreground-text ">→</button>
|
||||
</article>
|
||||
|
||||
<div class="fixed top-0 right-0 w-50 vh-100">
|
||||
@ -55,7 +55,7 @@
|
||||
<script>
|
||||
window.graphData = {"edges":[{"source":"229320080329284392969231993","target":"24831158218"},{"source":"2455193638329872464","target":"14857"},{"source":"229320080329284392969231993","target":"139376232583985260057851086495"},{"source":"24831158218","target":"44486089850979"},{"source":"2579652121850163","target":"50678562032474"},{"source":"2455193638329872464","target":"403333506966985812956264495103083930421"},{"source":"403333506966985812956264495103083930421","target":"50678562812897"},{"source":"229320080329284392969231993","target":"50678562812897"},{"source":"1351050207728787","target":"30172798"},{"source":"1277273995756","target":"30172798"},{"source":"2624541068405932","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":"37307","target":"2579652121850163"},{"source":"229320080329284392969231993","target":"2579652121850163"},{"source":"14857","target":"2019378258741"},{"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":"2455193638329872464","target":"37307"},{"source":"2579652121850163","target":"37307"},{"source":"403333506966985812956264495103083930421","target":"3290301776931795"},{"source":"403333506966985812956264495103083930421","target":"4302444777154252931"},{"source":"50678562812897","target":"4302444777154252931"},{"source":"3290301776931795","target":"4302444777154252931"}],"nodes":[{"id":"24831158218","path":"/bentway","label":"Bentway"},{"id":"14857","path":"/bgp","label":"BGP"},{"id":"1351050207728787","path":"/dawn","label":"Dawn Walker"},{"id":"139376232583985260057851086495","path":"/digital-public-garden","label":"Digital Public Garden"},{"id":"12537461525184510083948912143790305013277","path":"/field-guide-to-the-digital-real","label":"Field Guide To The Digital Real"},{"id":"44486089850979","path":"/from-later","label":"From Later"},{"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":"37307","path":"/ssb","label":"SSB"},{"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>
|
||||
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-washed-green br4 pa3">
|
||||
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-background br4 pa3">
|
||||
<p class="ma0 f7 measure-narrow lh-copy">Here are all the notes in this garden, along with their links, visualized as a graph.</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -64,7 +64,7 @@
|
||||
</main><footer>
|
||||
|
||||
</footer><!-- That file is not particularly elegant. This will need a refactor at some point. -->
|
||||
<div class="hide-child links-dark-green">
|
||||
<div class="hide-child foreground-text links-foreground-text">
|
||||
<div id='tooltip-wrapper' class="bg-white br4 shadow-solid-accent lh-copy dn o-0 pa3 w6 f6 absolute z-2 child">
|
||||
<div id='tooltip-content' class="relative overflow-hidden note-contents">
|
||||
</div>
|
||||
@ -73,6 +73,6 @@
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js"></script>
|
||||
<script src="/assets/js/scripts.js?1618192508963033936"></script>
|
||||
<script src="/assets/js/scripts.js?1618759802506493906"></script>
|
||||
</body>
|
||||
</html>
|
@ -4,25 +4,25 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Hypertext Transfer Protocol 🌱 Digital Garden</title>
|
||||
<meta name="description" content="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 Wi...">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618192508963033936"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/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-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><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">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618759802506493906"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/feed.xml" /></head><body class="foreground-text sans-serif bg-background"><header id="header" class="f5 pa3 flex bb b--foreground-text bg-background justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 foreground-text anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline foreground-text underline-hover" href="/colophon/">Colophon</a><a class="no-underline foreground-text ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<a class="no-underline foreground-text ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
|
||||
</nav></header><main class="links-foreground-text" aria-label="Content">
|
||||
<div class="flex">
|
||||
<article id="note-container" class="w-50 pa3 pr0 relative z-1">
|
||||
<div class="container bg-white min-vh-100-header-comp pa3 br4 flex flex-column justify-between">
|
||||
<header>
|
||||
<div class="note-meta flex justify-between">
|
||||
<div class="note-meta flex f7 justify-between code items-center">
|
||||
|
||||
<time class="code dib f7 pb2" datetime="2021-04-12T01:54:44+00:00">
|
||||
Last updated on April 12, 2021
|
||||
<time datetime="2021-04-18T15:29:36+00:00">
|
||||
Last updated on April 18, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
<h1 class="normal work-sans-light f-6 mb4 lh-solid">Hypertext Transfer Protocol</h1>
|
||||
<h1 class="note-title normal relative work-sans-light f-5 mb4 lh-solid">Hypertext Transfer Protocol</h1>
|
||||
</header>
|
||||
|
||||
<div id="notes-entry-container" class="flex-auto">
|
||||
<div class="note-contents f6 lh-copy">
|
||||
<div class="note-contents f5 lh-copy">
|
||||
<p>The <a class="internal-link" href="/hypertext">Hypertext</a> Transfer <a class="internal-link" href="/protocol">Protocol</a> (HTTP) is an application layer protocol for distributed, collaborative, hypermedia information systems. HTTP is the foundation of data communication for the <a class="internal-link" href="/world-wide-web">World Wide Web</a>, where <a class="internal-link" href="/hypertext">hypertext</a> 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 <a class="internal-link" href="/web-browser">web browser</a>.</p>
|
||||
|
||||
<p><a href="https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol">https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol</a></p>
|
||||
@ -30,7 +30,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside class="bt b--washed-green bw1 nl3 nr3 ph3 mt5">
|
||||
<aside class="bt b--background bw1 nl3 nr3 ph3 mt5">
|
||||
<h3 class="normal f1 mt5 work-sans-light mb4">Notes mentioning this note</h3>
|
||||
|
||||
<div class="flex flex-wrap">
|
||||
@ -47,7 +47,7 @@
|
||||
|
||||
</aside>
|
||||
</div>
|
||||
<button id="note-expand" class="absolute top-1 pointer nr4 right-0 bg-washed-green button-reset bn dark-green o-50">→</button>
|
||||
<button id="note-expand" class="absolute top-1 pointer nr4 mt3 right-0 bg-background button-reset bn foreground-text ">→</button>
|
||||
</article>
|
||||
|
||||
<div class="fixed top-0 right-0 w-50 vh-100">
|
||||
@ -55,7 +55,7 @@
|
||||
<script>
|
||||
window.graphData = {"edges":[{"source":"229320080329284392969231993","target":"24831158218"},{"source":"2455193638329872464","target":"14857"},{"source":"229320080329284392969231993","target":"139376232583985260057851086495"},{"source":"24831158218","target":"44486089850979"},{"source":"2579652121850163","target":"50678562032474"},{"source":"2455193638329872464","target":"403333506966985812956264495103083930421"},{"source":"403333506966985812956264495103083930421","target":"50678562812897"},{"source":"229320080329284392969231993","target":"50678562812897"},{"source":"1351050207728787","target":"30172798"},{"source":"1277273995756","target":"30172798"},{"source":"2624541068405932","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":"37307","target":"2579652121850163"},{"source":"229320080329284392969231993","target":"2579652121850163"},{"source":"14857","target":"2019378258741"},{"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":"2455193638329872464","target":"37307"},{"source":"2579652121850163","target":"37307"},{"source":"403333506966985812956264495103083930421","target":"3290301776931795"},{"source":"403333506966985812956264495103083930421","target":"4302444777154252931"},{"source":"50678562812897","target":"4302444777154252931"},{"source":"3290301776931795","target":"4302444777154252931"}],"nodes":[{"id":"24831158218","path":"/bentway","label":"Bentway"},{"id":"14857","path":"/bgp","label":"BGP"},{"id":"1351050207728787","path":"/dawn","label":"Dawn Walker"},{"id":"139376232583985260057851086495","path":"/digital-public-garden","label":"Digital Public Garden"},{"id":"12537461525184510083948912143790305013277","path":"/field-guide-to-the-digital-real","label":"Field Guide To The Digital Real"},{"id":"44486089850979","path":"/from-later","label":"From Later"},{"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":"37307","path":"/ssb","label":"SSB"},{"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>
|
||||
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-washed-green br4 pa3">
|
||||
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-background br4 pa3">
|
||||
<p class="ma0 f7 measure-narrow lh-copy">Here are all the notes in this garden, along with their links, visualized as a graph.</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -64,7 +64,7 @@
|
||||
</main><footer>
|
||||
|
||||
</footer><!-- That file is not particularly elegant. This will need a refactor at some point. -->
|
||||
<div class="hide-child links-dark-green">
|
||||
<div class="hide-child foreground-text links-foreground-text">
|
||||
<div id='tooltip-wrapper' class="bg-white br4 shadow-solid-accent lh-copy dn o-0 pa3 w6 f6 absolute z-2 child">
|
||||
<div id='tooltip-content' class="relative overflow-hidden note-contents">
|
||||
</div>
|
||||
@ -73,6 +73,6 @@
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js"></script>
|
||||
<script src="/assets/js/scripts.js?1618192508963033936"></script>
|
||||
<script src="/assets/js/scripts.js?1618759802506493906"></script>
|
||||
</body>
|
||||
</html>
|
@ -4,25 +4,25 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Hypertext 🌱 Digital Garden</title>
|
||||
<meta name="description" content="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 interconnect...">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618192508963033936"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/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-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><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">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618759802506493906"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/feed.xml" /></head><body class="foreground-text sans-serif bg-background"><header id="header" class="f5 pa3 flex bb b--foreground-text bg-background justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 foreground-text anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline foreground-text underline-hover" href="/colophon/">Colophon</a><a class="no-underline foreground-text ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<a class="no-underline foreground-text ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
|
||||
</nav></header><main class="links-foreground-text" aria-label="Content">
|
||||
<div class="flex">
|
||||
<article id="note-container" class="w-50 pa3 pr0 relative z-1">
|
||||
<div class="container bg-white min-vh-100-header-comp pa3 br4 flex flex-column justify-between">
|
||||
<header>
|
||||
<div class="note-meta flex justify-between">
|
||||
<div class="note-meta flex f7 justify-between code items-center">
|
||||
|
||||
<time class="code dib f7 pb2" datetime="2021-04-12T01:54:44+00:00">
|
||||
Last updated on April 12, 2021
|
||||
<time datetime="2021-04-18T15:29:36+00:00">
|
||||
Last updated on April 18, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
<h1 class="normal work-sans-light f-6 mb4 lh-solid">Hypertext</h1>
|
||||
<h1 class="note-title normal relative work-sans-light f-5 mb4 lh-solid">Hypertext</h1>
|
||||
</header>
|
||||
|
||||
<div id="notes-entry-container" class="flex-auto">
|
||||
<div class="note-contents f6 lh-copy">
|
||||
<div class="note-contents f5 lh-copy">
|
||||
<p>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 <a class="internal-link" href="/world-wide-web">World Wide Web</a>, 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.</p>
|
||||
|
||||
<p><a href="https://en.wikipedia.org/wiki/Hypertext">https://en.wikipedia.org/wiki/Hypertext</a></p>
|
||||
@ -30,7 +30,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside class="bt b--washed-green bw1 nl3 nr3 ph3 mt5">
|
||||
<aside class="bt b--background bw1 nl3 nr3 ph3 mt5">
|
||||
<h3 class="normal f1 mt5 work-sans-light mb4">Notes mentioning this note</h3>
|
||||
|
||||
<div class="flex flex-wrap">
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
</aside>
|
||||
</div>
|
||||
<button id="note-expand" class="absolute top-1 pointer nr4 right-0 bg-washed-green button-reset bn dark-green o-50">→</button>
|
||||
<button id="note-expand" class="absolute top-1 pointer nr4 mt3 right-0 bg-background button-reset bn foreground-text ">→</button>
|
||||
</article>
|
||||
|
||||
<div class="fixed top-0 right-0 w-50 vh-100">
|
||||
@ -63,7 +63,7 @@
|
||||
<script>
|
||||
window.graphData = {"edges":[{"source":"229320080329284392969231993","target":"24831158218"},{"source":"2455193638329872464","target":"14857"},{"source":"229320080329284392969231993","target":"139376232583985260057851086495"},{"source":"24831158218","target":"44486089850979"},{"source":"2579652121850163","target":"50678562032474"},{"source":"2455193638329872464","target":"403333506966985812956264495103083930421"},{"source":"403333506966985812956264495103083930421","target":"50678562812897"},{"source":"229320080329284392969231993","target":"50678562812897"},{"source":"1351050207728787","target":"30172798"},{"source":"1277273995756","target":"30172798"},{"source":"2624541068405932","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":"37307","target":"2579652121850163"},{"source":"229320080329284392969231993","target":"2579652121850163"},{"source":"14857","target":"2019378258741"},{"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":"2455193638329872464","target":"37307"},{"source":"2579652121850163","target":"37307"},{"source":"403333506966985812956264495103083930421","target":"3290301776931795"},{"source":"403333506966985812956264495103083930421","target":"4302444777154252931"},{"source":"50678562812897","target":"4302444777154252931"},{"source":"3290301776931795","target":"4302444777154252931"}],"nodes":[{"id":"24831158218","path":"/bentway","label":"Bentway"},{"id":"14857","path":"/bgp","label":"BGP"},{"id":"1351050207728787","path":"/dawn","label":"Dawn Walker"},{"id":"139376232583985260057851086495","path":"/digital-public-garden","label":"Digital Public Garden"},{"id":"12537461525184510083948912143790305013277","path":"/field-guide-to-the-digital-real","label":"Field Guide To The Digital Real"},{"id":"44486089850979","path":"/from-later","label":"From Later"},{"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":"37307","path":"/ssb","label":"SSB"},{"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>
|
||||
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-washed-green br4 pa3">
|
||||
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-background br4 pa3">
|
||||
<p class="ma0 f7 measure-narrow lh-copy">Here are all the notes in this garden, along with their links, visualized as a graph.</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -72,7 +72,7 @@
|
||||
</main><footer>
|
||||
|
||||
</footer><!-- That file is not particularly elegant. This will need a refactor at some point. -->
|
||||
<div class="hide-child links-dark-green">
|
||||
<div class="hide-child foreground-text links-foreground-text">
|
||||
<div id='tooltip-wrapper' class="bg-white br4 shadow-solid-accent lh-copy dn o-0 pa3 w6 f6 absolute z-2 child">
|
||||
<div id='tooltip-content' class="relative overflow-hidden note-contents">
|
||||
</div>
|
||||
@ -81,6 +81,6 @@
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js"></script>
|
||||
<script src="/assets/js/scripts.js?1618192508963033936"></script>
|
||||
<script src="/assets/js/scripts.js?1618759802506493906"></script>
|
||||
</body>
|
||||
</html>
|
26
hypha.html
26
hypha.html
@ -8,25 +8,25 @@
|
||||
We cultivate collective growth and meaningful livelihoods through learning and building technologies together.
|
||||
|
||||
We are a team of technologists, designers, and community organize...">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618192508963033936"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/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-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><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">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618759802506493906"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/feed.xml" /></head><body class="foreground-text sans-serif bg-background"><header id="header" class="f5 pa3 flex bb b--foreground-text bg-background justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 foreground-text anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline foreground-text underline-hover" href="/colophon/">Colophon</a><a class="no-underline foreground-text ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<a class="no-underline foreground-text ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
|
||||
</nav></header><main class="links-foreground-text" aria-label="Content">
|
||||
<div class="flex">
|
||||
<article id="note-container" class="w-50 pa3 pr0 relative z-1">
|
||||
<div class="container bg-white min-vh-100-header-comp pa3 br4 flex flex-column justify-between">
|
||||
<header>
|
||||
<div class="note-meta flex justify-between">
|
||||
<div class="note-meta flex f7 justify-between code items-center">
|
||||
|
||||
<time class="code dib f7 pb2" datetime="2021-04-12T01:54:44+00:00">
|
||||
Last updated on April 12, 2021
|
||||
<time datetime="2021-04-18T15:29:36+00:00">
|
||||
Last updated on April 18, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
<h1 class="normal work-sans-light f-6 mb4 lh-solid">Hypha</h1>
|
||||
<h1 class="note-title normal relative work-sans-light f-5 mb4 lh-solid">Hypha</h1>
|
||||
</header>
|
||||
|
||||
<div id="notes-entry-container" class="flex-auto">
|
||||
<div class="note-contents f6 lh-copy">
|
||||
<div class="note-contents f5 lh-copy">
|
||||
<p><a href="https://hypha.coop">https://hypha.coop</a></p>
|
||||
|
||||
<p>We cultivate collective growth and meaningful livelihoods through learning and building technologies together.</p>
|
||||
@ -51,7 +51,7 @@ We are a team of technologists, designers, and community organize...">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside class="bt b--washed-green bw1 nl3 nr3 ph3 mt5">
|
||||
<aside class="bt b--background bw1 nl3 nr3 ph3 mt5">
|
||||
<h3 class="normal f1 mt5 work-sans-light mb4">Notes mentioning this note</h3>
|
||||
|
||||
<div class="flex flex-wrap">
|
||||
@ -92,7 +92,7 @@ We are a team of technologists, designers, and community organize...">
|
||||
|
||||
</aside>
|
||||
</div>
|
||||
<button id="note-expand" class="absolute top-1 pointer nr4 right-0 bg-washed-green button-reset bn dark-green o-50">→</button>
|
||||
<button id="note-expand" class="absolute top-1 pointer nr4 mt3 right-0 bg-background button-reset bn foreground-text ">→</button>
|
||||
</article>
|
||||
|
||||
<div class="fixed top-0 right-0 w-50 vh-100">
|
||||
@ -100,7 +100,7 @@ We are a team of technologists, designers, and community organize...">
|
||||
<script>
|
||||
window.graphData = {"edges":[{"source":"229320080329284392969231993","target":"24831158218"},{"source":"2455193638329872464","target":"14857"},{"source":"229320080329284392969231993","target":"139376232583985260057851086495"},{"source":"24831158218","target":"44486089850979"},{"source":"2579652121850163","target":"50678562032474"},{"source":"2455193638329872464","target":"403333506966985812956264495103083930421"},{"source":"403333506966985812956264495103083930421","target":"50678562812897"},{"source":"229320080329284392969231993","target":"50678562812897"},{"source":"1351050207728787","target":"30172798"},{"source":"1277273995756","target":"30172798"},{"source":"2624541068405932","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":"37307","target":"2579652121850163"},{"source":"229320080329284392969231993","target":"2579652121850163"},{"source":"14857","target":"2019378258741"},{"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":"2455193638329872464","target":"37307"},{"source":"2579652121850163","target":"37307"},{"source":"403333506966985812956264495103083930421","target":"3290301776931795"},{"source":"403333506966985812956264495103083930421","target":"4302444777154252931"},{"source":"50678562812897","target":"4302444777154252931"},{"source":"3290301776931795","target":"4302444777154252931"}],"nodes":[{"id":"24831158218","path":"/bentway","label":"Bentway"},{"id":"14857","path":"/bgp","label":"BGP"},{"id":"1351050207728787","path":"/dawn","label":"Dawn Walker"},{"id":"139376232583985260057851086495","path":"/digital-public-garden","label":"Digital Public Garden"},{"id":"12537461525184510083948912143790305013277","path":"/field-guide-to-the-digital-real","label":"Field Guide To The Digital Real"},{"id":"44486089850979","path":"/from-later","label":"From Later"},{"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":"37307","path":"/ssb","label":"SSB"},{"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>
|
||||
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-washed-green br4 pa3">
|
||||
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-background br4 pa3">
|
||||
<p class="ma0 f7 measure-narrow lh-copy">Here are all the notes in this garden, along with their links, visualized as a graph.</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -109,7 +109,7 @@ We are a team of technologists, designers, and community organize...">
|
||||
</main><footer>
|
||||
|
||||
</footer><!-- That file is not particularly elegant. This will need a refactor at some point. -->
|
||||
<div class="hide-child links-dark-green">
|
||||
<div class="hide-child foreground-text links-foreground-text">
|
||||
<div id='tooltip-wrapper' class="bg-white br4 shadow-solid-accent lh-copy dn o-0 pa3 w6 f6 absolute z-2 child">
|
||||
<div id='tooltip-content' class="relative overflow-hidden note-contents">
|
||||
</div>
|
||||
@ -118,6 +118,6 @@ We are a team of technologists, designers, and community organize...">
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js"></script>
|
||||
<script src="/assets/js/scripts.js?1618192508963033936"></script>
|
||||
<script src="/assets/js/scripts.js?1618759802506493906"></script>
|
||||
</body>
|
||||
</html>
|
10
index.html
10
index.html
@ -4,9 +4,9 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Digital Garden</title>
|
||||
<meta name="description" content="A digital garden or public notebook for The Bentway’s Digital and/as Public Space Micro-Residency.">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618192508963033936"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/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-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><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">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618759802506493906"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/feed.xml" /></head><body class="foreground-text sans-serif bg-background"><header id="header" class="f5 pa3 flex bb b--foreground-text bg-background justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 foreground-text anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline foreground-text underline-hover" href="/colophon/">Colophon</a><a class="no-underline foreground-text ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<a class="no-underline foreground-text ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
|
||||
</nav></header><main class="links-foreground-text" aria-label="Content">
|
||||
<div class="ma3 anthony">
|
||||
<h1 class="f-5 normal loading">Loading a note</h1>
|
||||
<div class="rand-notes f1"></div>
|
||||
@ -18,7 +18,7 @@
|
||||
</main><footer>
|
||||
|
||||
</footer><!-- That file is not particularly elegant. This will need a refactor at some point. -->
|
||||
<div class="hide-child links-dark-green">
|
||||
<div class="hide-child foreground-text links-foreground-text">
|
||||
<div id='tooltip-wrapper' class="bg-white br4 shadow-solid-accent lh-copy dn o-0 pa3 w6 f6 absolute z-2 child">
|
||||
<div id='tooltip-content' class="relative overflow-hidden note-contents">
|
||||
</div>
|
||||
@ -27,6 +27,6 @@
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js"></script>
|
||||
<script src="/assets/js/scripts.js?1618192508963033936"></script>
|
||||
<script src="/assets/js/scripts.js?1618759802506493906"></script>
|
||||
</body>
|
||||
</html>
|
@ -6,30 +6,30 @@
|
||||
<meta name="description" content="TBD (forever)
|
||||
|
||||
Infrastructure Studies in context of internet: MEDIATION, PROCESS BUILDING, SYSTEM SUSTAINING, TIME SCALES [Geoffrey C. Bowker, Karen Baker, Florence Miller, and David Ribes. 2010. ...">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618192508963033936"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/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-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><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">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618759802506493906"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/feed.xml" /></head><body class="foreground-text sans-serif bg-background"><header id="header" class="f5 pa3 flex bb b--foreground-text bg-background justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 foreground-text anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline foreground-text underline-hover" href="/colophon/">Colophon</a><a class="no-underline foreground-text ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<a class="no-underline foreground-text ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
|
||||
</nav></header><main class="links-foreground-text" aria-label="Content">
|
||||
<div class="flex">
|
||||
<article id="note-container" class="w-50 pa3 pr0 relative z-1">
|
||||
<div class="container bg-white min-vh-100-header-comp pa3 br4 flex flex-column justify-between">
|
||||
<header>
|
||||
<div class="note-meta flex justify-between">
|
||||
<div class="note-meta flex f7 justify-between code items-center">
|
||||
|
||||
<time class="code dib f7 pb2 flex" datetime="2021-04-11T00:00:00+00:00">
|
||||
<time class="ml3 flex-auto" datetime="2021-04-11T00:00:00+00:00">
|
||||
Created on April 11, 2021
|
||||
|
||||
</time>
|
||||
|
||||
<time class="code dib f7 pb2" datetime="2021-04-12T01:54:44+00:00">
|
||||
Last updated on April 12, 2021
|
||||
<time datetime="2021-04-18T15:29:36+00:00">
|
||||
Last updated on April 18, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
<h1 class="normal work-sans-light f-6 mb4 lh-solid">Infrastructure</h1>
|
||||
<h1 class="note-title normal relative work-sans-light f-5 mb4 lh-solid">Infrastructure</h1>
|
||||
</header>
|
||||
|
||||
<div id="notes-entry-container" class="flex-auto">
|
||||
<div class="note-contents f6 lh-copy">
|
||||
<div class="note-contents f5 lh-copy">
|
||||
<p>TBD (forever)</p>
|
||||
|
||||
<p>Infrastructure Studies in context of internet: <strong>MEDIATION, PROCESS BUILDING, SYSTEM SUSTAINING, TIME SCALES</strong> [Geoffrey C. Bowker, Karen Baker, Florence Miller, and David Ribes. 2010. Toward information infrastructure studies: Ways of knowing in a networked environment. doi: 10.1007/978-1-4020-9789-8_5]</p>
|
||||
@ -43,7 +43,7 @@ Infrastructure Studies in context of internet: MEDIATION, PROCESS BUILDING, SYS
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside class="bt b--washed-green bw1 nl3 nr3 ph3 mt5">
|
||||
<aside class="bt b--background bw1 nl3 nr3 ph3 mt5">
|
||||
<h3 class="normal f1 mt5 work-sans-light mb4">Notes mentioning this note</h3>
|
||||
|
||||
<div class="flex flex-wrap">
|
||||
@ -76,7 +76,7 @@ Infrastructure Studies in context of internet: MEDIATION, PROCESS BUILDING, SYS
|
||||
|
||||
</aside>
|
||||
</div>
|
||||
<button id="note-expand" class="absolute top-1 pointer nr4 right-0 bg-washed-green button-reset bn dark-green o-50">→</button>
|
||||
<button id="note-expand" class="absolute top-1 pointer nr4 mt3 right-0 bg-background button-reset bn foreground-text ">→</button>
|
||||
</article>
|
||||
|
||||
<div class="fixed top-0 right-0 w-50 vh-100">
|
||||
@ -84,7 +84,7 @@ Infrastructure Studies in context of internet: MEDIATION, PROCESS BUILDING, SYS
|
||||
<script>
|
||||
window.graphData = {"edges":[{"source":"229320080329284392969231993","target":"24831158218"},{"source":"2455193638329872464","target":"14857"},{"source":"229320080329284392969231993","target":"139376232583985260057851086495"},{"source":"24831158218","target":"44486089850979"},{"source":"2579652121850163","target":"50678562032474"},{"source":"2455193638329872464","target":"403333506966985812956264495103083930421"},{"source":"403333506966985812956264495103083930421","target":"50678562812897"},{"source":"229320080329284392969231993","target":"50678562812897"},{"source":"1351050207728787","target":"30172798"},{"source":"1277273995756","target":"30172798"},{"source":"2624541068405932","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":"37307","target":"2579652121850163"},{"source":"229320080329284392969231993","target":"2579652121850163"},{"source":"14857","target":"2019378258741"},{"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":"2455193638329872464","target":"37307"},{"source":"2579652121850163","target":"37307"},{"source":"403333506966985812956264495103083930421","target":"3290301776931795"},{"source":"403333506966985812956264495103083930421","target":"4302444777154252931"},{"source":"50678562812897","target":"4302444777154252931"},{"source":"3290301776931795","target":"4302444777154252931"}],"nodes":[{"id":"24831158218","path":"/bentway","label":"Bentway"},{"id":"14857","path":"/bgp","label":"BGP"},{"id":"1351050207728787","path":"/dawn","label":"Dawn Walker"},{"id":"139376232583985260057851086495","path":"/digital-public-garden","label":"Digital Public Garden"},{"id":"12537461525184510083948912143790305013277","path":"/field-guide-to-the-digital-real","label":"Field Guide To The Digital Real"},{"id":"44486089850979","path":"/from-later","label":"From Later"},{"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":"37307","path":"/ssb","label":"SSB"},{"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>
|
||||
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-washed-green br4 pa3">
|
||||
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-background br4 pa3">
|
||||
<p class="ma0 f7 measure-narrow lh-copy">Here are all the notes in this garden, along with their links, visualized as a graph.</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -93,7 +93,7 @@ Infrastructure Studies in context of internet: MEDIATION, PROCESS BUILDING, SYS
|
||||
</main><footer>
|
||||
|
||||
</footer><!-- That file is not particularly elegant. This will need a refactor at some point. -->
|
||||
<div class="hide-child links-dark-green">
|
||||
<div class="hide-child foreground-text links-foreground-text">
|
||||
<div id='tooltip-wrapper' class="bg-white br4 shadow-solid-accent lh-copy dn o-0 pa3 w6 f6 absolute z-2 child">
|
||||
<div id='tooltip-content' class="relative overflow-hidden note-contents">
|
||||
</div>
|
||||
@ -102,6 +102,6 @@ Infrastructure Studies in context of internet: MEDIATION, PROCESS BUILDING, SYS
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js"></script>
|
||||
<script src="/assets/js/scripts.js?1618192508963033936"></script>
|
||||
<script src="/assets/js/scripts.js?1618759802506493906"></script>
|
||||
</body>
|
||||
</html>
|
@ -16,30 +16,30 @@
|
||||
|
||||
|
||||
...">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618192508963033936"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/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-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><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">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618759802506493906"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/feed.xml" /></head><body class="foreground-text sans-serif bg-background"><header id="header" class="f5 pa3 flex bb b--foreground-text bg-background justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 foreground-text anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline foreground-text underline-hover" href="/colophon/">Colophon</a><a class="no-underline foreground-text ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<a class="no-underline foreground-text ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
|
||||
</nav></header><main class="links-foreground-text" aria-label="Content">
|
||||
<div class="flex">
|
||||
<article id="note-container" class="w-50 pa3 pr0 relative z-1">
|
||||
<div class="container bg-white min-vh-100-header-comp pa3 br4 flex flex-column justify-between">
|
||||
<header>
|
||||
<div class="note-meta flex justify-between">
|
||||
<div class="note-meta flex f7 justify-between code items-center">
|
||||
|
||||
<time class="code dib f7 pb2 flex" datetime="2021-03-01T00:00:00+00:00">
|
||||
<time class="ml3 flex-auto" datetime="2021-03-01T00:00:00+00:00">
|
||||
Created on March 1, 2021
|
||||
|
||||
</time>
|
||||
|
||||
<time class="code dib f7 pb2" datetime="2021-04-12T01:54:44+00:00">
|
||||
Last updated on April 12, 2021
|
||||
<time datetime="2021-04-18T15:29:36+00:00">
|
||||
Last updated on April 18, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
<h1 class="normal work-sans-light f-6 mb4 lh-solid">Initial Seeds</h1>
|
||||
<h1 class="note-title normal relative work-sans-light f-5 mb4 lh-solid">Initial Seeds</h1>
|
||||
</header>
|
||||
|
||||
<div id="notes-entry-container" class="flex-auto">
|
||||
<div class="note-contents f6 lh-copy">
|
||||
<div class="note-contents f5 lh-copy">
|
||||
<p>Set of areas that guide our reveries?</p>
|
||||
|
||||
<ol>
|
||||
@ -68,7 +68,7 @@ Economy as a form a expression</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside class="bt b--washed-green bw1 nl3 nr3 ph3 mt5">
|
||||
<aside class="bt b--background bw1 nl3 nr3 ph3 mt5">
|
||||
<h3 class="normal f1 mt5 work-sans-light mb4">Notes mentioning this note</h3>
|
||||
|
||||
<div>
|
||||
@ -79,7 +79,7 @@ Economy as a form a expression</p>
|
||||
|
||||
</aside>
|
||||
</div>
|
||||
<button id="note-expand" class="absolute top-1 pointer nr4 right-0 bg-washed-green button-reset bn dark-green o-50">→</button>
|
||||
<button id="note-expand" class="absolute top-1 pointer nr4 mt3 right-0 bg-background button-reset bn foreground-text ">→</button>
|
||||
</article>
|
||||
|
||||
<div class="fixed top-0 right-0 w-50 vh-100">
|
||||
@ -87,7 +87,7 @@ Economy as a form a expression</p>
|
||||
<script>
|
||||
window.graphData = {"edges":[{"source":"229320080329284392969231993","target":"24831158218"},{"source":"2455193638329872464","target":"14857"},{"source":"229320080329284392969231993","target":"139376232583985260057851086495"},{"source":"24831158218","target":"44486089850979"},{"source":"2579652121850163","target":"50678562032474"},{"source":"2455193638329872464","target":"403333506966985812956264495103083930421"},{"source":"403333506966985812956264495103083930421","target":"50678562812897"},{"source":"229320080329284392969231993","target":"50678562812897"},{"source":"1351050207728787","target":"30172798"},{"source":"1277273995756","target":"30172798"},{"source":"2624541068405932","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":"37307","target":"2579652121850163"},{"source":"229320080329284392969231993","target":"2579652121850163"},{"source":"14857","target":"2019378258741"},{"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":"2455193638329872464","target":"37307"},{"source":"2579652121850163","target":"37307"},{"source":"403333506966985812956264495103083930421","target":"3290301776931795"},{"source":"403333506966985812956264495103083930421","target":"4302444777154252931"},{"source":"50678562812897","target":"4302444777154252931"},{"source":"3290301776931795","target":"4302444777154252931"}],"nodes":[{"id":"24831158218","path":"/bentway","label":"Bentway"},{"id":"14857","path":"/bgp","label":"BGP"},{"id":"1351050207728787","path":"/dawn","label":"Dawn Walker"},{"id":"139376232583985260057851086495","path":"/digital-public-garden","label":"Digital Public Garden"},{"id":"12537461525184510083948912143790305013277","path":"/field-guide-to-the-digital-real","label":"Field Guide To The Digital Real"},{"id":"44486089850979","path":"/from-later","label":"From Later"},{"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":"37307","path":"/ssb","label":"SSB"},{"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>
|
||||
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-washed-green br4 pa3">
|
||||
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-background br4 pa3">
|
||||
<p class="ma0 f7 measure-narrow lh-copy">Here are all the notes in this garden, along with their links, visualized as a graph.</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -96,7 +96,7 @@ Economy as a form a expression</p>
|
||||
</main><footer>
|
||||
|
||||
</footer><!-- That file is not particularly elegant. This will need a refactor at some point. -->
|
||||
<div class="hide-child links-dark-green">
|
||||
<div class="hide-child foreground-text links-foreground-text">
|
||||
<div id='tooltip-wrapper' class="bg-white br4 shadow-solid-accent lh-copy dn o-0 pa3 w6 f6 absolute z-2 child">
|
||||
<div id='tooltip-content' class="relative overflow-hidden note-contents">
|
||||
</div>
|
||||
@ -105,6 +105,6 @@ Economy as a form a expression</p>
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js"></script>
|
||||
<script src="/assets/js/scripts.js?1618192508963033936"></script>
|
||||
<script src="/assets/js/scripts.js?1618759802506493906"></script>
|
||||
</body>
|
||||
</html>
|
26
ipfs.html
26
ipfs.html
@ -6,25 +6,25 @@
|
||||
<meta name="description" content="https://github.com/krl, CC BY-SA 3.0 https://creativecommons.org/licenses/by-sa/3.0, via Wikimedia Commons
|
||||
|
||||
The InterPlanetary File System (IPFS) is a protocol and peer-to-peer network for storing ...">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618192508963033936"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/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-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><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">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618759802506493906"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/feed.xml" /></head><body class="foreground-text sans-serif bg-background"><header id="header" class="f5 pa3 flex bb b--foreground-text bg-background justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 foreground-text anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline foreground-text underline-hover" href="/colophon/">Colophon</a><a class="no-underline foreground-text ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<a class="no-underline foreground-text ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
|
||||
</nav></header><main class="links-foreground-text" aria-label="Content">
|
||||
<div class="flex">
|
||||
<article id="note-container" class="w-50 pa3 pr0 relative z-1">
|
||||
<div class="container bg-white min-vh-100-header-comp pa3 br4 flex flex-column justify-between">
|
||||
<header>
|
||||
<div class="note-meta flex justify-between">
|
||||
<div class="note-meta flex f7 justify-between code items-center">
|
||||
|
||||
<time class="code dib f7 pb2" datetime="2021-04-12T01:54:44+00:00">
|
||||
Last updated on April 12, 2021
|
||||
<time datetime="2021-04-18T15:29:36+00:00">
|
||||
Last updated on April 18, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
<h1 class="normal work-sans-light f-6 mb4 lh-solid">IPFS</h1>
|
||||
<h1 class="note-title normal relative work-sans-light f-5 mb4 lh-solid">IPFS</h1>
|
||||
</header>
|
||||
|
||||
<div id="notes-entry-container" class="flex-auto">
|
||||
<div class="note-contents f6 lh-copy">
|
||||
<div class="note-contents f5 lh-copy">
|
||||
<p><img src="https://user-images.githubusercontent.com/227587/114309496-4b6b1880-9ab5-11eb-86ab-f6660238a471.png" alt="Ipfs-logo-1024-ice-text" class="w-60" /></p>
|
||||
|
||||
<p><em>https://github.com/krl, CC BY-SA 3.0 <a href="https://creativecommons.org/licenses/by-sa/3.0">https://creativecommons.org/licenses/by-sa/3.0</a>, via Wikimedia Commons</em></p>
|
||||
@ -36,7 +36,7 @@ The InterPlanetary File System (IPFS) is a protocol and peer-to-peer network for
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside class="bt b--washed-green bw1 nl3 nr3 ph3 mt5">
|
||||
<aside class="bt b--background bw1 nl3 nr3 ph3 mt5">
|
||||
<h3 class="normal f1 mt5 work-sans-light mb4">Notes mentioning this note</h3>
|
||||
|
||||
<div class="flex flex-wrap">
|
||||
@ -53,7 +53,7 @@ The InterPlanetary File System (IPFS) is a protocol and peer-to-peer network for
|
||||
|
||||
</aside>
|
||||
</div>
|
||||
<button id="note-expand" class="absolute top-1 pointer nr4 right-0 bg-washed-green button-reset bn dark-green o-50">→</button>
|
||||
<button id="note-expand" class="absolute top-1 pointer nr4 mt3 right-0 bg-background button-reset bn foreground-text ">→</button>
|
||||
</article>
|
||||
|
||||
<div class="fixed top-0 right-0 w-50 vh-100">
|
||||
@ -61,7 +61,7 @@ The InterPlanetary File System (IPFS) is a protocol and peer-to-peer network for
|
||||
<script>
|
||||
window.graphData = {"edges":[{"source":"229320080329284392969231993","target":"24831158218"},{"source":"2455193638329872464","target":"14857"},{"source":"229320080329284392969231993","target":"139376232583985260057851086495"},{"source":"24831158218","target":"44486089850979"},{"source":"2579652121850163","target":"50678562032474"},{"source":"2455193638329872464","target":"403333506966985812956264495103083930421"},{"source":"403333506966985812956264495103083930421","target":"50678562812897"},{"source":"229320080329284392969231993","target":"50678562812897"},{"source":"1351050207728787","target":"30172798"},{"source":"1277273995756","target":"30172798"},{"source":"2624541068405932","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":"37307","target":"2579652121850163"},{"source":"229320080329284392969231993","target":"2579652121850163"},{"source":"14857","target":"2019378258741"},{"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":"2455193638329872464","target":"37307"},{"source":"2579652121850163","target":"37307"},{"source":"403333506966985812956264495103083930421","target":"3290301776931795"},{"source":"403333506966985812956264495103083930421","target":"4302444777154252931"},{"source":"50678562812897","target":"4302444777154252931"},{"source":"3290301776931795","target":"4302444777154252931"}],"nodes":[{"id":"24831158218","path":"/bentway","label":"Bentway"},{"id":"14857","path":"/bgp","label":"BGP"},{"id":"1351050207728787","path":"/dawn","label":"Dawn Walker"},{"id":"139376232583985260057851086495","path":"/digital-public-garden","label":"Digital Public Garden"},{"id":"12537461525184510083948912143790305013277","path":"/field-guide-to-the-digital-real","label":"Field Guide To The Digital Real"},{"id":"44486089850979","path":"/from-later","label":"From Later"},{"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":"37307","path":"/ssb","label":"SSB"},{"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>
|
||||
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-washed-green br4 pa3">
|
||||
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-background br4 pa3">
|
||||
<p class="ma0 f7 measure-narrow lh-copy">Here are all the notes in this garden, along with their links, visualized as a graph.</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -70,7 +70,7 @@ The InterPlanetary File System (IPFS) is a protocol and peer-to-peer network for
|
||||
</main><footer>
|
||||
|
||||
</footer><!-- That file is not particularly elegant. This will need a refactor at some point. -->
|
||||
<div class="hide-child links-dark-green">
|
||||
<div class="hide-child foreground-text links-foreground-text">
|
||||
<div id='tooltip-wrapper' class="bg-white br4 shadow-solid-accent lh-copy dn o-0 pa3 w6 f6 absolute z-2 child">
|
||||
<div id='tooltip-content' class="relative overflow-hidden note-contents">
|
||||
</div>
|
||||
@ -79,6 +79,6 @@ The InterPlanetary File System (IPFS) is a protocol and peer-to-peer network for
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js"></script>
|
||||
<script src="/assets/js/scripts.js?1618192508963033936"></script>
|
||||
<script src="/assets/js/scripts.js?1618759802506493906"></script>
|
||||
</body>
|
||||
</html>
|
@ -4,25 +4,25 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>peer-to-peer 🌱 Digital Garden</title>
|
||||
<meta name="description" content="Peer-to-peer (P2P) computing or networking is a distributed application architecture that partitions tasks or workloads between peers. Peers are equally privileged, equipotent participants in the a...">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618192508963033936"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/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-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><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">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618759802506493906"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/feed.xml" /></head><body class="foreground-text sans-serif bg-background"><header id="header" class="f5 pa3 flex bb b--foreground-text bg-background justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 foreground-text anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline foreground-text underline-hover" href="/colophon/">Colophon</a><a class="no-underline foreground-text ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<a class="no-underline foreground-text ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
|
||||
</nav></header><main class="links-foreground-text" aria-label="Content">
|
||||
<div class="flex">
|
||||
<article id="note-container" class="w-50 pa3 pr0 relative z-1">
|
||||
<div class="container bg-white min-vh-100-header-comp pa3 br4 flex flex-column justify-between">
|
||||
<header>
|
||||
<div class="note-meta flex justify-between">
|
||||
<div class="note-meta flex f7 justify-between code items-center">
|
||||
|
||||
<time class="code dib f7 pb2" datetime="2021-04-12T01:54:44+00:00">
|
||||
Last updated on April 12, 2021
|
||||
<time datetime="2021-04-18T15:29:36+00:00">
|
||||
Last updated on April 18, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
<h1 class="normal work-sans-light f-6 mb4 lh-solid">peer-to-peer</h1>
|
||||
<h1 class="note-title normal relative work-sans-light f-5 mb4 lh-solid">peer-to-peer</h1>
|
||||
</header>
|
||||
|
||||
<div id="notes-entry-container" class="flex-auto">
|
||||
<div class="note-contents f6 lh-copy">
|
||||
<div class="note-contents f5 lh-copy">
|
||||
<p>Peer-to-peer (P2P) computing or networking is a distributed application architecture that partitions tasks or workloads between peers. Peers are equally privileged, equipotent participants in the application. They are said to form a peer-to-peer network of nodes.</p>
|
||||
|
||||
<p><a href="https://en.wikipedia.org/wiki/Peer-to-peer">https://en.wikipedia.org/wiki/Peer-to-peer</a></p>
|
||||
@ -37,7 +37,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside class="bt b--washed-green bw1 nl3 nr3 ph3 mt5">
|
||||
<aside class="bt b--background bw1 nl3 nr3 ph3 mt5">
|
||||
<h3 class="normal f1 mt5 work-sans-light mb4">Notes mentioning this note</h3>
|
||||
|
||||
<div class="flex flex-wrap">
|
||||
@ -70,7 +70,7 @@
|
||||
|
||||
</aside>
|
||||
</div>
|
||||
<button id="note-expand" class="absolute top-1 pointer nr4 right-0 bg-washed-green button-reset bn dark-green o-50">→</button>
|
||||
<button id="note-expand" class="absolute top-1 pointer nr4 mt3 right-0 bg-background button-reset bn foreground-text ">→</button>
|
||||
</article>
|
||||
|
||||
<div class="fixed top-0 right-0 w-50 vh-100">
|
||||
@ -78,7 +78,7 @@
|
||||
<script>
|
||||
window.graphData = {"edges":[{"source":"229320080329284392969231993","target":"24831158218"},{"source":"2455193638329872464","target":"14857"},{"source":"229320080329284392969231993","target":"139376232583985260057851086495"},{"source":"24831158218","target":"44486089850979"},{"source":"2579652121850163","target":"50678562032474"},{"source":"2455193638329872464","target":"403333506966985812956264495103083930421"},{"source":"403333506966985812956264495103083930421","target":"50678562812897"},{"source":"229320080329284392969231993","target":"50678562812897"},{"source":"1351050207728787","target":"30172798"},{"source":"1277273995756","target":"30172798"},{"source":"2624541068405932","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":"37307","target":"2579652121850163"},{"source":"229320080329284392969231993","target":"2579652121850163"},{"source":"14857","target":"2019378258741"},{"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":"2455193638329872464","target":"37307"},{"source":"2579652121850163","target":"37307"},{"source":"403333506966985812956264495103083930421","target":"3290301776931795"},{"source":"403333506966985812956264495103083930421","target":"4302444777154252931"},{"source":"50678562812897","target":"4302444777154252931"},{"source":"3290301776931795","target":"4302444777154252931"}],"nodes":[{"id":"24831158218","path":"/bentway","label":"Bentway"},{"id":"14857","path":"/bgp","label":"BGP"},{"id":"1351050207728787","path":"/dawn","label":"Dawn Walker"},{"id":"139376232583985260057851086495","path":"/digital-public-garden","label":"Digital Public Garden"},{"id":"12537461525184510083948912143790305013277","path":"/field-guide-to-the-digital-real","label":"Field Guide To The Digital Real"},{"id":"44486089850979","path":"/from-later","label":"From Later"},{"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":"37307","path":"/ssb","label":"SSB"},{"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>
|
||||
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-washed-green br4 pa3">
|
||||
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-background br4 pa3">
|
||||
<p class="ma0 f7 measure-narrow lh-copy">Here are all the notes in this garden, along with their links, visualized as a graph.</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -87,7 +87,7 @@
|
||||
</main><footer>
|
||||
|
||||
</footer><!-- That file is not particularly elegant. This will need a refactor at some point. -->
|
||||
<div class="hide-child links-dark-green">
|
||||
<div class="hide-child foreground-text links-foreground-text">
|
||||
<div id='tooltip-wrapper' class="bg-white br4 shadow-solid-accent lh-copy dn o-0 pa3 w6 f6 absolute z-2 child">
|
||||
<div id='tooltip-content' class="relative overflow-hidden note-contents">
|
||||
</div>
|
||||
@ -96,6 +96,6 @@
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js"></script>
|
||||
<script src="/assets/js/scripts.js?1618192508963033936"></script>
|
||||
<script src="/assets/js/scripts.js?1618759802506493906"></script>
|
||||
</body>
|
||||
</html>
|
@ -4,30 +4,30 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Protocol 🌱 Digital Garden</title>
|
||||
<meta name="description" content="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 defi...">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618192508963033936"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/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-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><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">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618759802506493906"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/feed.xml" /></head><body class="foreground-text sans-serif bg-background"><header id="header" class="f5 pa3 flex bb b--foreground-text bg-background justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 foreground-text anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline foreground-text underline-hover" href="/colophon/">Colophon</a><a class="no-underline foreground-text ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<a class="no-underline foreground-text ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
|
||||
</nav></header><main class="links-foreground-text" aria-label="Content">
|
||||
<div class="flex">
|
||||
<article id="note-container" class="w-50 pa3 pr0 relative z-1">
|
||||
<div class="container bg-white min-vh-100-header-comp pa3 br4 flex flex-column justify-between">
|
||||
<header>
|
||||
<div class="note-meta flex justify-between">
|
||||
<div class="note-meta flex f7 justify-between code items-center">
|
||||
|
||||
<time class="code dib f7 pb2 flex" datetime="2021-03-28T00:00:00+00:00">
|
||||
<time class="ml3 flex-auto" datetime="2021-03-28T00:00:00+00:00">
|
||||
Created on March 28, 2021
|
||||
|
||||
</time>
|
||||
|
||||
<time class="code dib f7 pb2" datetime="2021-04-12T01:54:44+00:00">
|
||||
Last updated on April 12, 2021
|
||||
<time datetime="2021-04-18T15:29:36+00:00">
|
||||
Last updated on April 18, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
<h1 class="normal work-sans-light f-6 mb4 lh-solid">Protocol</h1>
|
||||
<h1 class="note-title normal relative work-sans-light f-5 mb4 lh-solid">Protocol</h1>
|
||||
</header>
|
||||
|
||||
<div id="notes-entry-container" class="flex-auto">
|
||||
<div class="note-contents f6 lh-copy">
|
||||
<div class="note-contents f5 lh-copy">
|
||||
<blockquote>
|
||||
<p>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.</p>
|
||||
</blockquote>
|
||||
@ -45,7 +45,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside class="bt b--washed-green bw1 nl3 nr3 ph3 mt5">
|
||||
<aside class="bt b--background bw1 nl3 nr3 ph3 mt5">
|
||||
<h3 class="normal f1 mt5 work-sans-light mb4">Notes mentioning this note</h3>
|
||||
|
||||
<div class="flex flex-wrap">
|
||||
@ -86,7 +86,7 @@
|
||||
|
||||
</aside>
|
||||
</div>
|
||||
<button id="note-expand" class="absolute top-1 pointer nr4 right-0 bg-washed-green button-reset bn dark-green o-50">→</button>
|
||||
<button id="note-expand" class="absolute top-1 pointer nr4 mt3 right-0 bg-background button-reset bn foreground-text ">→</button>
|
||||
</article>
|
||||
|
||||
<div class="fixed top-0 right-0 w-50 vh-100">
|
||||
@ -94,7 +94,7 @@
|
||||
<script>
|
||||
window.graphData = {"edges":[{"source":"229320080329284392969231993","target":"24831158218"},{"source":"2455193638329872464","target":"14857"},{"source":"229320080329284392969231993","target":"139376232583985260057851086495"},{"source":"24831158218","target":"44486089850979"},{"source":"2579652121850163","target":"50678562032474"},{"source":"2455193638329872464","target":"403333506966985812956264495103083930421"},{"source":"403333506966985812956264495103083930421","target":"50678562812897"},{"source":"229320080329284392969231993","target":"50678562812897"},{"source":"1351050207728787","target":"30172798"},{"source":"1277273995756","target":"30172798"},{"source":"2624541068405932","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":"37307","target":"2579652121850163"},{"source":"229320080329284392969231993","target":"2579652121850163"},{"source":"14857","target":"2019378258741"},{"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":"2455193638329872464","target":"37307"},{"source":"2579652121850163","target":"37307"},{"source":"403333506966985812956264495103083930421","target":"3290301776931795"},{"source":"403333506966985812956264495103083930421","target":"4302444777154252931"},{"source":"50678562812897","target":"4302444777154252931"},{"source":"3290301776931795","target":"4302444777154252931"}],"nodes":[{"id":"24831158218","path":"/bentway","label":"Bentway"},{"id":"14857","path":"/bgp","label":"BGP"},{"id":"1351050207728787","path":"/dawn","label":"Dawn Walker"},{"id":"139376232583985260057851086495","path":"/digital-public-garden","label":"Digital Public Garden"},{"id":"12537461525184510083948912143790305013277","path":"/field-guide-to-the-digital-real","label":"Field Guide To The Digital Real"},{"id":"44486089850979","path":"/from-later","label":"From Later"},{"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":"37307","path":"/ssb","label":"SSB"},{"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>
|
||||
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-washed-green br4 pa3">
|
||||
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-background br4 pa3">
|
||||
<p class="ma0 f7 measure-narrow lh-copy">Here are all the notes in this garden, along with their links, visualized as a graph.</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -103,7 +103,7 @@
|
||||
</main><footer>
|
||||
|
||||
</footer><!-- That file is not particularly elegant. This will need a refactor at some point. -->
|
||||
<div class="hide-child links-dark-green">
|
||||
<div class="hide-child foreground-text links-foreground-text">
|
||||
<div id='tooltip-wrapper' class="bg-white br4 shadow-solid-accent lh-copy dn o-0 pa3 w6 f6 absolute z-2 child">
|
||||
<div id='tooltip-content' class="relative overflow-hidden note-contents">
|
||||
</div>
|
||||
@ -112,6 +112,6 @@
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js"></script>
|
||||
<script src="/assets/js/scripts.js?1618192508963033936"></script>
|
||||
<script src="/assets/js/scripts.js?1618759802506493906"></script>
|
||||
</body>
|
||||
</html>
|
@ -4,31 +4,31 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Public Space 🌱 Digital Garden</title>
|
||||
<meta name="description" content="TBD">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618192508963033936"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/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-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><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">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618759802506493906"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/feed.xml" /></head><body class="foreground-text sans-serif bg-background"><header id="header" class="f5 pa3 flex bb b--foreground-text bg-background justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 foreground-text anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline foreground-text underline-hover" href="/colophon/">Colophon</a><a class="no-underline foreground-text ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<a class="no-underline foreground-text ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
|
||||
</nav></header><main class="links-foreground-text" aria-label="Content">
|
||||
<div class="flex">
|
||||
<article id="note-container" class="w-50 pa3 pr0 relative z-1">
|
||||
<div class="container bg-white min-vh-100-header-comp pa3 br4 flex flex-column justify-between">
|
||||
<header>
|
||||
<div class="note-meta flex justify-between">
|
||||
<div class="note-meta flex f7 justify-between code items-center">
|
||||
|
||||
<time class="code dib f7 pb2" datetime="2021-04-12T01:54:44+00:00">
|
||||
Last updated on April 12, 2021
|
||||
<time datetime="2021-04-18T15:29:36+00:00">
|
||||
Last updated on April 18, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
<h1 class="normal work-sans-light f-6 mb4 lh-solid">Public Space</h1>
|
||||
<h1 class="note-title normal relative work-sans-light f-5 mb4 lh-solid">Public Space</h1>
|
||||
</header>
|
||||
|
||||
<div id="notes-entry-container" class="flex-auto">
|
||||
<div class="note-contents f6 lh-copy">
|
||||
<div class="note-contents f5 lh-copy">
|
||||
<p>TBD</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside class="bt b--washed-green bw1 nl3 nr3 ph3 mt5">
|
||||
<aside class="bt b--background bw1 nl3 nr3 ph3 mt5">
|
||||
<h3 class="normal f1 mt5 work-sans-light mb4">Notes mentioning this note</h3>
|
||||
|
||||
<div class="flex flex-wrap">
|
||||
@ -61,7 +61,7 @@
|
||||
|
||||
</aside>
|
||||
</div>
|
||||
<button id="note-expand" class="absolute top-1 pointer nr4 right-0 bg-washed-green button-reset bn dark-green o-50">→</button>
|
||||
<button id="note-expand" class="absolute top-1 pointer nr4 mt3 right-0 bg-background button-reset bn foreground-text ">→</button>
|
||||
</article>
|
||||
|
||||
<div class="fixed top-0 right-0 w-50 vh-100">
|
||||
@ -69,7 +69,7 @@
|
||||
<script>
|
||||
window.graphData = {"edges":[{"source":"229320080329284392969231993","target":"24831158218"},{"source":"2455193638329872464","target":"14857"},{"source":"229320080329284392969231993","target":"139376232583985260057851086495"},{"source":"24831158218","target":"44486089850979"},{"source":"2579652121850163","target":"50678562032474"},{"source":"2455193638329872464","target":"403333506966985812956264495103083930421"},{"source":"403333506966985812956264495103083930421","target":"50678562812897"},{"source":"229320080329284392969231993","target":"50678562812897"},{"source":"1351050207728787","target":"30172798"},{"source":"1277273995756","target":"30172798"},{"source":"2624541068405932","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":"37307","target":"2579652121850163"},{"source":"229320080329284392969231993","target":"2579652121850163"},{"source":"14857","target":"2019378258741"},{"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":"2455193638329872464","target":"37307"},{"source":"2579652121850163","target":"37307"},{"source":"403333506966985812956264495103083930421","target":"3290301776931795"},{"source":"403333506966985812956264495103083930421","target":"4302444777154252931"},{"source":"50678562812897","target":"4302444777154252931"},{"source":"3290301776931795","target":"4302444777154252931"}],"nodes":[{"id":"24831158218","path":"/bentway","label":"Bentway"},{"id":"14857","path":"/bgp","label":"BGP"},{"id":"1351050207728787","path":"/dawn","label":"Dawn Walker"},{"id":"139376232583985260057851086495","path":"/digital-public-garden","label":"Digital Public Garden"},{"id":"12537461525184510083948912143790305013277","path":"/field-guide-to-the-digital-real","label":"Field Guide To The Digital Real"},{"id":"44486089850979","path":"/from-later","label":"From Later"},{"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":"37307","path":"/ssb","label":"SSB"},{"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>
|
||||
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-washed-green br4 pa3">
|
||||
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-background br4 pa3">
|
||||
<p class="ma0 f7 measure-narrow lh-copy">Here are all the notes in this garden, along with their links, visualized as a graph.</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -78,7 +78,7 @@
|
||||
</main><footer>
|
||||
|
||||
</footer><!-- That file is not particularly elegant. This will need a refactor at some point. -->
|
||||
<div class="hide-child links-dark-green">
|
||||
<div class="hide-child foreground-text links-foreground-text">
|
||||
<div id='tooltip-wrapper' class="bg-white br4 shadow-solid-accent lh-copy dn o-0 pa3 w6 f6 absolute z-2 child">
|
||||
<div id='tooltip-content' class="relative overflow-hidden note-contents">
|
||||
</div>
|
||||
@ -87,6 +87,6 @@
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js"></script>
|
||||
<script src="/assets/js/scripts.js?1618192508963033936"></script>
|
||||
<script src="/assets/js/scripts.js?1618759802506493906"></script>
|
||||
</body>
|
||||
</html>
|
@ -13,30 +13,30 @@
|
||||
|
||||
|
||||
We are building the Distributed Press — a beginner friendly, open-source pu...">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618192508963033936"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/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-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><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">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618759802506493906"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/feed.xml" /></head><body class="foreground-text sans-serif bg-background"><header id="header" class="f5 pa3 flex bb b--foreground-text bg-background justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 foreground-text anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline foreground-text underline-hover" href="/colophon/">Colophon</a><a class="no-underline foreground-text ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<a class="no-underline foreground-text ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
|
||||
</nav></header><main class="links-foreground-text" aria-label="Content">
|
||||
<div class="flex">
|
||||
<article id="note-container" class="w-50 pa3 pr0 relative z-1">
|
||||
<div class="container bg-white min-vh-100-header-comp pa3 br4 flex flex-column justify-between">
|
||||
<header>
|
||||
<div class="note-meta flex justify-between">
|
||||
<div class="note-meta flex f7 justify-between code items-center">
|
||||
|
||||
<time class="code dib f7 pb2 flex" datetime="2021-03-28T00:00:00+00:00">
|
||||
<time class="ml3 flex-auto" datetime="2021-03-28T00:00:00+00:00">
|
||||
Created on March 28, 2021
|
||||
|
||||
</time>
|
||||
|
||||
<time class="code dib f7 pb2" datetime="2021-04-12T01:54:44+00:00">
|
||||
Last updated on April 12, 2021
|
||||
<time datetime="2021-04-18T15:29:36+00:00">
|
||||
Last updated on April 18, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
<h1 class="normal work-sans-light f-6 mb4 lh-solid">Publishing</h1>
|
||||
<h1 class="note-title normal relative work-sans-light f-5 mb4 lh-solid">Publishing</h1>
|
||||
</header>
|
||||
|
||||
<div id="notes-entry-container" class="flex-auto">
|
||||
<div class="note-contents f6 lh-copy">
|
||||
<div class="note-contents f5 lh-copy">
|
||||
<ul>
|
||||
<li>Experiment around digital publishing from fellow <a class="internal-link" href="/hypha">Hypha Co-op</a> member-workers:</li>
|
||||
</ul>
|
||||
@ -61,7 +61,7 @@ We all have a sense of the wide-ranging and complex issues facing publishing tod
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside class="bt b--washed-green bw1 nl3 nr3 ph3 mt5">
|
||||
<aside class="bt b--background bw1 nl3 nr3 ph3 mt5">
|
||||
<h3 class="normal f1 mt5 work-sans-light mb4">Notes mentioning this note</h3>
|
||||
|
||||
<div class="flex flex-wrap">
|
||||
@ -94,7 +94,7 @@ We all have a sense of the wide-ranging and complex issues facing publishing tod
|
||||
|
||||
</aside>
|
||||
</div>
|
||||
<button id="note-expand" class="absolute top-1 pointer nr4 right-0 bg-washed-green button-reset bn dark-green o-50">→</button>
|
||||
<button id="note-expand" class="absolute top-1 pointer nr4 mt3 right-0 bg-background button-reset bn foreground-text ">→</button>
|
||||
</article>
|
||||
|
||||
<div class="fixed top-0 right-0 w-50 vh-100">
|
||||
@ -102,7 +102,7 @@ We all have a sense of the wide-ranging and complex issues facing publishing tod
|
||||
<script>
|
||||
window.graphData = {"edges":[{"source":"229320080329284392969231993","target":"24831158218"},{"source":"2455193638329872464","target":"14857"},{"source":"229320080329284392969231993","target":"139376232583985260057851086495"},{"source":"24831158218","target":"44486089850979"},{"source":"2579652121850163","target":"50678562032474"},{"source":"2455193638329872464","target":"403333506966985812956264495103083930421"},{"source":"403333506966985812956264495103083930421","target":"50678562812897"},{"source":"229320080329284392969231993","target":"50678562812897"},{"source":"1351050207728787","target":"30172798"},{"source":"1277273995756","target":"30172798"},{"source":"2624541068405932","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":"37307","target":"2579652121850163"},{"source":"229320080329284392969231993","target":"2579652121850163"},{"source":"14857","target":"2019378258741"},{"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":"2455193638329872464","target":"37307"},{"source":"2579652121850163","target":"37307"},{"source":"403333506966985812956264495103083930421","target":"3290301776931795"},{"source":"403333506966985812956264495103083930421","target":"4302444777154252931"},{"source":"50678562812897","target":"4302444777154252931"},{"source":"3290301776931795","target":"4302444777154252931"}],"nodes":[{"id":"24831158218","path":"/bentway","label":"Bentway"},{"id":"14857","path":"/bgp","label":"BGP"},{"id":"1351050207728787","path":"/dawn","label":"Dawn Walker"},{"id":"139376232583985260057851086495","path":"/digital-public-garden","label":"Digital Public Garden"},{"id":"12537461525184510083948912143790305013277","path":"/field-guide-to-the-digital-real","label":"Field Guide To The Digital Real"},{"id":"44486089850979","path":"/from-later","label":"From Later"},{"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":"37307","path":"/ssb","label":"SSB"},{"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>
|
||||
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-washed-green br4 pa3">
|
||||
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-background br4 pa3">
|
||||
<p class="ma0 f7 measure-narrow lh-copy">Here are all the notes in this garden, along with their links, visualized as a graph.</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -111,7 +111,7 @@ We all have a sense of the wide-ranging and complex issues facing publishing tod
|
||||
</main><footer>
|
||||
|
||||
</footer><!-- That file is not particularly elegant. This will need a refactor at some point. -->
|
||||
<div class="hide-child links-dark-green">
|
||||
<div class="hide-child foreground-text links-foreground-text">
|
||||
<div id='tooltip-wrapper' class="bg-white br4 shadow-solid-accent lh-copy dn o-0 pa3 w6 f6 absolute z-2 child">
|
||||
<div id='tooltip-content' class="relative overflow-hidden note-contents">
|
||||
</div>
|
||||
@ -120,6 +120,6 @@ We all have a sense of the wide-ranging and complex issues facing publishing tod
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js"></script>
|
||||
<script src="/assets/js/scripts.js?1618192508963033936"></script>
|
||||
<script src="/assets/js/scripts.js?1618759802506493906"></script>
|
||||
</body>
|
||||
</html>
|
26
rss.html
26
rss.html
@ -4,25 +4,25 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>RSS 🌱 Digital Garden</title>
|
||||
<meta name="description" content="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 ...">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618192508963033936"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/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-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><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">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618759802506493906"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/feed.xml" /></head><body class="foreground-text sans-serif bg-background"><header id="header" class="f5 pa3 flex bb b--foreground-text bg-background justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 foreground-text anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline foreground-text underline-hover" href="/colophon/">Colophon</a><a class="no-underline foreground-text ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<a class="no-underline foreground-text ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
|
||||
</nav></header><main class="links-foreground-text" aria-label="Content">
|
||||
<div class="flex">
|
||||
<article id="note-container" class="w-50 pa3 pr0 relative z-1">
|
||||
<div class="container bg-white min-vh-100-header-comp pa3 br4 flex flex-column justify-between">
|
||||
<header>
|
||||
<div class="note-meta flex justify-between">
|
||||
<div class="note-meta flex f7 justify-between code items-center">
|
||||
|
||||
<time class="code dib f7 pb2" datetime="2021-04-12T01:54:44+00:00">
|
||||
Last updated on April 12, 2021
|
||||
<time datetime="2021-04-18T15:29:36+00:00">
|
||||
Last updated on April 18, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
<h1 class="normal work-sans-light f-6 mb4 lh-solid">RSS</h1>
|
||||
<h1 class="note-title normal relative work-sans-light f-5 mb4 lh-solid">RSS</h1>
|
||||
</header>
|
||||
|
||||
<div id="notes-entry-container" class="flex-auto">
|
||||
<div class="note-contents f6 lh-copy">
|
||||
<div class="note-contents f5 lh-copy">
|
||||
<p>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 <a class="internal-link" href="/publishing">publishing</a> date and author’s name.</p>
|
||||
|
||||
<p><a href="https://en.wikipedia.org/wiki/RSS">https://en.wikipedia.org/wiki/RSS</a></p>
|
||||
@ -30,7 +30,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside class="bt b--washed-green bw1 nl3 nr3 ph3 mt5">
|
||||
<aside class="bt b--background bw1 nl3 nr3 ph3 mt5">
|
||||
<h3 class="normal f1 mt5 work-sans-light mb4">Notes mentioning this note</h3>
|
||||
|
||||
<div class="flex flex-wrap">
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
</aside>
|
||||
</div>
|
||||
<button id="note-expand" class="absolute top-1 pointer nr4 right-0 bg-washed-green button-reset bn dark-green o-50">→</button>
|
||||
<button id="note-expand" class="absolute top-1 pointer nr4 mt3 right-0 bg-background button-reset bn foreground-text ">→</button>
|
||||
</article>
|
||||
|
||||
<div class="fixed top-0 right-0 w-50 vh-100">
|
||||
@ -63,7 +63,7 @@
|
||||
<script>
|
||||
window.graphData = {"edges":[{"source":"229320080329284392969231993","target":"24831158218"},{"source":"2455193638329872464","target":"14857"},{"source":"229320080329284392969231993","target":"139376232583985260057851086495"},{"source":"24831158218","target":"44486089850979"},{"source":"2579652121850163","target":"50678562032474"},{"source":"2455193638329872464","target":"403333506966985812956264495103083930421"},{"source":"403333506966985812956264495103083930421","target":"50678562812897"},{"source":"229320080329284392969231993","target":"50678562812897"},{"source":"1351050207728787","target":"30172798"},{"source":"1277273995756","target":"30172798"},{"source":"2624541068405932","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":"37307","target":"2579652121850163"},{"source":"229320080329284392969231993","target":"2579652121850163"},{"source":"14857","target":"2019378258741"},{"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":"2455193638329872464","target":"37307"},{"source":"2579652121850163","target":"37307"},{"source":"403333506966985812956264495103083930421","target":"3290301776931795"},{"source":"403333506966985812956264495103083930421","target":"4302444777154252931"},{"source":"50678562812897","target":"4302444777154252931"},{"source":"3290301776931795","target":"4302444777154252931"}],"nodes":[{"id":"24831158218","path":"/bentway","label":"Bentway"},{"id":"14857","path":"/bgp","label":"BGP"},{"id":"1351050207728787","path":"/dawn","label":"Dawn Walker"},{"id":"139376232583985260057851086495","path":"/digital-public-garden","label":"Digital Public Garden"},{"id":"12537461525184510083948912143790305013277","path":"/field-guide-to-the-digital-real","label":"Field Guide To The Digital Real"},{"id":"44486089850979","path":"/from-later","label":"From Later"},{"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":"37307","path":"/ssb","label":"SSB"},{"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>
|
||||
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-washed-green br4 pa3">
|
||||
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-background br4 pa3">
|
||||
<p class="ma0 f7 measure-narrow lh-copy">Here are all the notes in this garden, along with their links, visualized as a graph.</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -72,7 +72,7 @@
|
||||
</main><footer>
|
||||
|
||||
</footer><!-- That file is not particularly elegant. This will need a refactor at some point. -->
|
||||
<div class="hide-child links-dark-green">
|
||||
<div class="hide-child foreground-text links-foreground-text">
|
||||
<div id='tooltip-wrapper' class="bg-white br4 shadow-solid-accent lh-copy dn o-0 pa3 w6 f6 absolute z-2 child">
|
||||
<div id='tooltip-content' class="relative overflow-hidden note-contents">
|
||||
</div>
|
||||
@ -81,6 +81,6 @@
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js"></script>
|
||||
<script src="/assets/js/scripts.js?1618192508963033936"></script>
|
||||
<script src="/assets/js/scripts.js?1618759802506493906"></script>
|
||||
</body>
|
||||
</html>
|
26
ssb.html
26
ssb.html
@ -8,25 +8,25 @@
|
||||
Scuttlebutt is a decentralised secure gossip platform.
|
||||
|
||||
Like other social platforms, you can send me...">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618192508963033936"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/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-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><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">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618759802506493906"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/feed.xml" /></head><body class="foreground-text sans-serif bg-background"><header id="header" class="f5 pa3 flex bb b--foreground-text bg-background justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 foreground-text anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline foreground-text underline-hover" href="/colophon/">Colophon</a><a class="no-underline foreground-text ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<a class="no-underline foreground-text ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
|
||||
</nav></header><main class="links-foreground-text" aria-label="Content">
|
||||
<div class="flex">
|
||||
<article id="note-container" class="w-50 pa3 pr0 relative z-1">
|
||||
<div class="container bg-white min-vh-100-header-comp pa3 br4 flex flex-column justify-between">
|
||||
<header>
|
||||
<div class="note-meta flex justify-between">
|
||||
<div class="note-meta flex f7 justify-between code items-center">
|
||||
|
||||
<time class="code dib f7 pb2" datetime="2021-04-12T01:54:44+00:00">
|
||||
Last updated on April 12, 2021
|
||||
<time datetime="2021-04-18T15:29:36+00:00">
|
||||
Last updated on April 18, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
<h1 class="normal work-sans-light f-6 mb4 lh-solid">SSB</h1>
|
||||
<h1 class="note-title normal relative work-sans-light f-5 mb4 lh-solid">SSB</h1>
|
||||
</header>
|
||||
|
||||
<div id="notes-entry-container" class="flex-auto">
|
||||
<div class="note-contents f6 lh-copy">
|
||||
<div class="note-contents f5 lh-copy">
|
||||
<p><img src="https://user-images.githubusercontent.com/227587/114308935-73597c80-9ab3-11eb-8830-eb8ecb250eb5.png" alt="Hermies" class="w-60" /></p>
|
||||
|
||||
<p><em>Paul Frazee, CC BY-SA 4.0 <a href="https://creativecommons.org/licenses/by-sa/4.0">https://creativecommons.org/licenses/by-sa/4.0</a>, via Wikimedia Commons</em></p>
|
||||
@ -44,7 +44,7 @@ Like other social platforms, you can send me...">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside class="bt b--washed-green bw1 nl3 nr3 ph3 mt5">
|
||||
<aside class="bt b--background bw1 nl3 nr3 ph3 mt5">
|
||||
<h3 class="normal f1 mt5 work-sans-light mb4">Notes mentioning this note</h3>
|
||||
|
||||
<div class="flex flex-wrap">
|
||||
@ -69,7 +69,7 @@ Like other social platforms, you can send me...">
|
||||
|
||||
</aside>
|
||||
</div>
|
||||
<button id="note-expand" class="absolute top-1 pointer nr4 right-0 bg-washed-green button-reset bn dark-green o-50">→</button>
|
||||
<button id="note-expand" class="absolute top-1 pointer nr4 mt3 right-0 bg-background button-reset bn foreground-text ">→</button>
|
||||
</article>
|
||||
|
||||
<div class="fixed top-0 right-0 w-50 vh-100">
|
||||
@ -77,7 +77,7 @@ Like other social platforms, you can send me...">
|
||||
<script>
|
||||
window.graphData = {"edges":[{"source":"229320080329284392969231993","target":"24831158218"},{"source":"2455193638329872464","target":"14857"},{"source":"229320080329284392969231993","target":"139376232583985260057851086495"},{"source":"24831158218","target":"44486089850979"},{"source":"2579652121850163","target":"50678562032474"},{"source":"2455193638329872464","target":"403333506966985812956264495103083930421"},{"source":"403333506966985812956264495103083930421","target":"50678562812897"},{"source":"229320080329284392969231993","target":"50678562812897"},{"source":"1351050207728787","target":"30172798"},{"source":"1277273995756","target":"30172798"},{"source":"2624541068405932","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":"37307","target":"2579652121850163"},{"source":"229320080329284392969231993","target":"2579652121850163"},{"source":"14857","target":"2019378258741"},{"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":"2455193638329872464","target":"37307"},{"source":"2579652121850163","target":"37307"},{"source":"403333506966985812956264495103083930421","target":"3290301776931795"},{"source":"403333506966985812956264495103083930421","target":"4302444777154252931"},{"source":"50678562812897","target":"4302444777154252931"},{"source":"3290301776931795","target":"4302444777154252931"}],"nodes":[{"id":"24831158218","path":"/bentway","label":"Bentway"},{"id":"14857","path":"/bgp","label":"BGP"},{"id":"1351050207728787","path":"/dawn","label":"Dawn Walker"},{"id":"139376232583985260057851086495","path":"/digital-public-garden","label":"Digital Public Garden"},{"id":"12537461525184510083948912143790305013277","path":"/field-guide-to-the-digital-real","label":"Field Guide To The Digital Real"},{"id":"44486089850979","path":"/from-later","label":"From Later"},{"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":"37307","path":"/ssb","label":"SSB"},{"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>
|
||||
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-washed-green br4 pa3">
|
||||
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-background br4 pa3">
|
||||
<p class="ma0 f7 measure-narrow lh-copy">Here are all the notes in this garden, along with their links, visualized as a graph.</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -86,7 +86,7 @@ Like other social platforms, you can send me...">
|
||||
</main><footer>
|
||||
|
||||
</footer><!-- That file is not particularly elegant. This will need a refactor at some point. -->
|
||||
<div class="hide-child links-dark-green">
|
||||
<div class="hide-child foreground-text links-foreground-text">
|
||||
<div id='tooltip-wrapper' class="bg-white br4 shadow-solid-accent lh-copy dn o-0 pa3 w6 f6 absolute z-2 child">
|
||||
<div id='tooltip-content' class="relative overflow-hidden note-contents">
|
||||
</div>
|
||||
@ -95,6 +95,6 @@ Like other social platforms, you can send me...">
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js"></script>
|
||||
<script src="/assets/js/scripts.js?1618192508963033936"></script>
|
||||
<script src="/assets/js/scripts.js?1618759802506493906"></script>
|
||||
</body>
|
||||
</html>
|
@ -4,31 +4,31 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Statement of Intent 🌱 Digital Garden</title>
|
||||
<meta name="description" content="Hypha’s practice is situated across many topics that are present in the theme of Adaptive Reuse & Creative Misuse. Drawing from our collective experiences, histories, and methodologies, our goa...">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618192508963033936"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/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-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><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">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618759802506493906"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/feed.xml" /></head><body class="foreground-text sans-serif bg-background"><header id="header" class="f5 pa3 flex bb b--foreground-text bg-background justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 foreground-text anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline foreground-text underline-hover" href="/colophon/">Colophon</a><a class="no-underline foreground-text ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<a class="no-underline foreground-text ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
|
||||
</nav></header><main class="links-foreground-text" aria-label="Content">
|
||||
<div class="flex">
|
||||
<article id="note-container" class="w-50 pa3 pr0 relative z-1">
|
||||
<div class="container bg-white min-vh-100-header-comp pa3 br4 flex flex-column justify-between">
|
||||
<header>
|
||||
<div class="note-meta flex justify-between">
|
||||
<div class="note-meta flex f7 justify-between code items-center">
|
||||
|
||||
<time class="code dib f7 pb2" datetime="2021-04-12T01:54:44+00:00">
|
||||
Last updated on April 12, 2021
|
||||
<time datetime="2021-04-18T15:29:36+00:00">
|
||||
Last updated on April 18, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
<h1 class="normal work-sans-light f-6 mb4 lh-solid">Statement of Intent</h1>
|
||||
<h1 class="note-title normal relative work-sans-light f-5 mb4 lh-solid">Statement of Intent</h1>
|
||||
</header>
|
||||
|
||||
<div id="notes-entry-container" class="flex-auto">
|
||||
<div class="note-contents f6 lh-copy">
|
||||
<div class="note-contents f5 lh-copy">
|
||||
<p><a class="internal-link" href="/hypha">Hypha</a>’s practice is situated across many topics that are present in the theme of <em>Adaptive Reuse & Creative Misuse</em>. Drawing from our collective experiences, histories, and methodologies, our goal for the micro-residency to investigate how notions of digital <a class="internal-link" href="/infrastructure">infrastructure</a> can be reused, reinterpreted, and reconfigured, to realize a kind of <a class="internal-link" href="/public-space">public space</a>. 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 <a class="internal-link" href="/publishing">publishing</a> (<a class="internal-link" href="/hypertext">Hypertext</a>, <a class="internal-link" href="/rss">RSS</a>, <a class="internal-link" href="/peer-to-peer">Peer-to-peer</a>) in defining public spaces, and the possibilities of cooperative approaches to maintenance and repair. Our intent is to make the process of this investigation <a class="internal-link" href="/public-space">public</a> through online tools mapping our thinking about the theme (Open channels in Are.na as one example) and cultivating a <a class="internal-link" href="/digital-public-garden">Digital Public Garden</a> as part of Hypha’s contributions to the initiative (a <a class="internal-link" href="/rss">resyndicatable</a> adaptive online notebook). The outputs from the <a class="internal-link" href="/bentway">micro-residency</a> will be a written contribution to the <a href="https://www.are.na/from-later/field-guide-to-the-digital-real"><em>Field Guide to the Digital Real</em></a> 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.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside class="bt b--washed-green bw1 nl3 nr3 ph3 mt5">
|
||||
<aside class="bt b--background bw1 nl3 nr3 ph3 mt5">
|
||||
<h3 class="normal f1 mt5 work-sans-light mb4">Notes mentioning this note</h3>
|
||||
|
||||
<div>
|
||||
@ -39,7 +39,7 @@
|
||||
|
||||
</aside>
|
||||
</div>
|
||||
<button id="note-expand" class="absolute top-1 pointer nr4 right-0 bg-washed-green button-reset bn dark-green o-50">→</button>
|
||||
<button id="note-expand" class="absolute top-1 pointer nr4 mt3 right-0 bg-background button-reset bn foreground-text ">→</button>
|
||||
</article>
|
||||
|
||||
<div class="fixed top-0 right-0 w-50 vh-100">
|
||||
@ -47,7 +47,7 @@
|
||||
<script>
|
||||
window.graphData = {"edges":[{"source":"229320080329284392969231993","target":"24831158218"},{"source":"2455193638329872464","target":"14857"},{"source":"229320080329284392969231993","target":"139376232583985260057851086495"},{"source":"24831158218","target":"44486089850979"},{"source":"2579652121850163","target":"50678562032474"},{"source":"2455193638329872464","target":"403333506966985812956264495103083930421"},{"source":"403333506966985812956264495103083930421","target":"50678562812897"},{"source":"229320080329284392969231993","target":"50678562812897"},{"source":"1351050207728787","target":"30172798"},{"source":"1277273995756","target":"30172798"},{"source":"2624541068405932","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":"37307","target":"2579652121850163"},{"source":"229320080329284392969231993","target":"2579652121850163"},{"source":"14857","target":"2019378258741"},{"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":"2455193638329872464","target":"37307"},{"source":"2579652121850163","target":"37307"},{"source":"403333506966985812956264495103083930421","target":"3290301776931795"},{"source":"403333506966985812956264495103083930421","target":"4302444777154252931"},{"source":"50678562812897","target":"4302444777154252931"},{"source":"3290301776931795","target":"4302444777154252931"}],"nodes":[{"id":"24831158218","path":"/bentway","label":"Bentway"},{"id":"14857","path":"/bgp","label":"BGP"},{"id":"1351050207728787","path":"/dawn","label":"Dawn Walker"},{"id":"139376232583985260057851086495","path":"/digital-public-garden","label":"Digital Public Garden"},{"id":"12537461525184510083948912143790305013277","path":"/field-guide-to-the-digital-real","label":"Field Guide To The Digital Real"},{"id":"44486089850979","path":"/from-later","label":"From Later"},{"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":"37307","path":"/ssb","label":"SSB"},{"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>
|
||||
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-washed-green br4 pa3">
|
||||
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-background br4 pa3">
|
||||
<p class="ma0 f7 measure-narrow lh-copy">Here are all the notes in this garden, along with their links, visualized as a graph.</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -56,7 +56,7 @@
|
||||
</main><footer>
|
||||
|
||||
</footer><!-- That file is not particularly elegant. This will need a refactor at some point. -->
|
||||
<div class="hide-child links-dark-green">
|
||||
<div class="hide-child foreground-text links-foreground-text">
|
||||
<div id='tooltip-wrapper' class="bg-white br4 shadow-solid-accent lh-copy dn o-0 pa3 w6 f6 absolute z-2 child">
|
||||
<div id='tooltip-content' class="relative overflow-hidden note-contents">
|
||||
</div>
|
||||
@ -65,6 +65,6 @@
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js"></script>
|
||||
<script src="/assets/js/scripts.js?1618192508963033936"></script>
|
||||
<script src="/assets/js/scripts.js?1618759802506493906"></script>
|
||||
</body>
|
||||
</html>
|
@ -4,25 +4,25 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Web Browser 🌱 Digital Garden</title>
|
||||
<meta name="description" content="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 th...">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618192508963033936"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/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-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><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">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618759802506493906"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/feed.xml" /></head><body class="foreground-text sans-serif bg-background"><header id="header" class="f5 pa3 flex bb b--foreground-text bg-background justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 foreground-text anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline foreground-text underline-hover" href="/colophon/">Colophon</a><a class="no-underline foreground-text ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<a class="no-underline foreground-text ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
|
||||
</nav></header><main class="links-foreground-text" aria-label="Content">
|
||||
<div class="flex">
|
||||
<article id="note-container" class="w-50 pa3 pr0 relative z-1">
|
||||
<div class="container bg-white min-vh-100-header-comp pa3 br4 flex flex-column justify-between">
|
||||
<header>
|
||||
<div class="note-meta flex justify-between">
|
||||
<div class="note-meta flex f7 justify-between code items-center">
|
||||
|
||||
<time class="code dib f7 pb2" datetime="2021-04-12T01:54:44+00:00">
|
||||
Last updated on April 12, 2021
|
||||
<time datetime="2021-04-18T15:29:36+00:00">
|
||||
Last updated on April 18, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
<h1 class="normal work-sans-light f-6 mb4 lh-solid">Web Browser</h1>
|
||||
<h1 class="note-title normal relative work-sans-light f-5 mb4 lh-solid">Web Browser</h1>
|
||||
</header>
|
||||
|
||||
<div id="notes-entry-container" class="flex-auto">
|
||||
<div class="note-contents f6 lh-copy">
|
||||
<div class="note-contents f5 lh-copy">
|
||||
<p>A web browser (commonly referred to as a browser) is a software application for accessing the <a class="internal-link" href="/world-wide-web">World Wide Web</a>. 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 user’s device.</p>
|
||||
|
||||
<p><a href="https://en.wikipedia.org/wiki/Web_browser">https://en.wikipedia.org/wiki/Web_browser</a></p>
|
||||
@ -30,7 +30,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside class="bt b--washed-green bw1 nl3 nr3 ph3 mt5">
|
||||
<aside class="bt b--background bw1 nl3 nr3 ph3 mt5">
|
||||
<h3 class="normal f1 mt5 work-sans-light mb4">Notes mentioning this note</h3>
|
||||
|
||||
<div class="flex flex-wrap">
|
||||
@ -47,7 +47,7 @@
|
||||
|
||||
</aside>
|
||||
</div>
|
||||
<button id="note-expand" class="absolute top-1 pointer nr4 right-0 bg-washed-green button-reset bn dark-green o-50">→</button>
|
||||
<button id="note-expand" class="absolute top-1 pointer nr4 mt3 right-0 bg-background button-reset bn foreground-text ">→</button>
|
||||
</article>
|
||||
|
||||
<div class="fixed top-0 right-0 w-50 vh-100">
|
||||
@ -55,7 +55,7 @@
|
||||
<script>
|
||||
window.graphData = {"edges":[{"source":"229320080329284392969231993","target":"24831158218"},{"source":"2455193638329872464","target":"14857"},{"source":"229320080329284392969231993","target":"139376232583985260057851086495"},{"source":"24831158218","target":"44486089850979"},{"source":"2579652121850163","target":"50678562032474"},{"source":"2455193638329872464","target":"403333506966985812956264495103083930421"},{"source":"403333506966985812956264495103083930421","target":"50678562812897"},{"source":"229320080329284392969231993","target":"50678562812897"},{"source":"1351050207728787","target":"30172798"},{"source":"1277273995756","target":"30172798"},{"source":"2624541068405932","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":"37307","target":"2579652121850163"},{"source":"229320080329284392969231993","target":"2579652121850163"},{"source":"14857","target":"2019378258741"},{"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":"2455193638329872464","target":"37307"},{"source":"2579652121850163","target":"37307"},{"source":"403333506966985812956264495103083930421","target":"3290301776931795"},{"source":"403333506966985812956264495103083930421","target":"4302444777154252931"},{"source":"50678562812897","target":"4302444777154252931"},{"source":"3290301776931795","target":"4302444777154252931"}],"nodes":[{"id":"24831158218","path":"/bentway","label":"Bentway"},{"id":"14857","path":"/bgp","label":"BGP"},{"id":"1351050207728787","path":"/dawn","label":"Dawn Walker"},{"id":"139376232583985260057851086495","path":"/digital-public-garden","label":"Digital Public Garden"},{"id":"12537461525184510083948912143790305013277","path":"/field-guide-to-the-digital-real","label":"Field Guide To The Digital Real"},{"id":"44486089850979","path":"/from-later","label":"From Later"},{"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":"37307","path":"/ssb","label":"SSB"},{"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>
|
||||
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-washed-green br4 pa3">
|
||||
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-background br4 pa3">
|
||||
<p class="ma0 f7 measure-narrow lh-copy">Here are all the notes in this garden, along with their links, visualized as a graph.</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -64,7 +64,7 @@
|
||||
</main><footer>
|
||||
|
||||
</footer><!-- That file is not particularly elegant. This will need a refactor at some point. -->
|
||||
<div class="hide-child links-dark-green">
|
||||
<div class="hide-child foreground-text links-foreground-text">
|
||||
<div id='tooltip-wrapper' class="bg-white br4 shadow-solid-accent lh-copy dn o-0 pa3 w6 f6 absolute z-2 child">
|
||||
<div id='tooltip-content' class="relative overflow-hidden note-contents">
|
||||
</div>
|
||||
@ -73,6 +73,6 @@
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js"></script>
|
||||
<script src="/assets/js/scripts.js?1618192508963033936"></script>
|
||||
<script src="/assets/js/scripts.js?1618759802506493906"></script>
|
||||
</body>
|
||||
</html>
|
@ -15,25 +15,25 @@ Date:
|
||||
|
||||
Abstract
|
||||
HyperText is a way to link and access in...">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618192508963033936"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/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-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><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">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618759802506493906"><link type="application/atom+xml" rel="alternate" href="https://digitalgarden.hypha.coop/feed.xml" /></head><body class="foreground-text sans-serif bg-background"><header id="header" class="f5 pa3 flex bb b--foreground-text bg-background justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 foreground-text anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline foreground-text underline-hover" href="/colophon/">Colophon</a><a class="no-underline foreground-text ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<a class="no-underline foreground-text ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
|
||||
</nav></header><main class="links-foreground-text" aria-label="Content">
|
||||
<div class="flex">
|
||||
<article id="note-container" class="w-50 pa3 pr0 relative z-1">
|
||||
<div class="container bg-white min-vh-100-header-comp pa3 br4 flex flex-column justify-between">
|
||||
<header>
|
||||
<div class="note-meta flex justify-between">
|
||||
<div class="note-meta flex f7 justify-between code items-center">
|
||||
|
||||
<time class="code dib f7 pb2" datetime="2021-04-12T01:54:44+00:00">
|
||||
Last updated on April 12, 2021
|
||||
<time datetime="2021-04-18T15:29:36+00:00">
|
||||
Last updated on April 18, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
<h1 class="normal work-sans-light f-6 mb4 lh-solid">World Wide Web</h1>
|
||||
<h1 class="note-title normal relative work-sans-light f-5 mb4 lh-solid">World Wide Web</h1>
|
||||
</header>
|
||||
|
||||
<div id="notes-entry-container" class="flex-auto">
|
||||
<div class="note-contents f6 lh-copy">
|
||||
<div class="note-contents f5 lh-copy">
|
||||
<p>https://www.w3.org/Proposal.html</p>
|
||||
|
||||
<h1 id="worldwideweb-proposal-for-a-hypertext-project">WorldWideWeb: Proposal for a HyperText Project</h1>
|
||||
@ -67,7 +67,7 @@ A program which provides access to the hypertext world we call a browser. When s
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside class="bt b--washed-green bw1 nl3 nr3 ph3 mt5">
|
||||
<aside class="bt b--background bw1 nl3 nr3 ph3 mt5">
|
||||
<h3 class="normal f1 mt5 work-sans-light mb4">Notes mentioning this note</h3>
|
||||
|
||||
<div class="flex flex-wrap">
|
||||
@ -100,7 +100,7 @@ A program which provides access to the hypertext world we call a browser. When s
|
||||
|
||||
</aside>
|
||||
</div>
|
||||
<button id="note-expand" class="absolute top-1 pointer nr4 right-0 bg-washed-green button-reset bn dark-green o-50">→</button>
|
||||
<button id="note-expand" class="absolute top-1 pointer nr4 mt3 right-0 bg-background button-reset bn foreground-text ">→</button>
|
||||
</article>
|
||||
|
||||
<div class="fixed top-0 right-0 w-50 vh-100">
|
||||
@ -108,7 +108,7 @@ A program which provides access to the hypertext world we call a browser. When s
|
||||
<script>
|
||||
window.graphData = {"edges":[{"source":"229320080329284392969231993","target":"24831158218"},{"source":"2455193638329872464","target":"14857"},{"source":"229320080329284392969231993","target":"139376232583985260057851086495"},{"source":"24831158218","target":"44486089850979"},{"source":"2579652121850163","target":"50678562032474"},{"source":"2455193638329872464","target":"403333506966985812956264495103083930421"},{"source":"403333506966985812956264495103083930421","target":"50678562812897"},{"source":"229320080329284392969231993","target":"50678562812897"},{"source":"1351050207728787","target":"30172798"},{"source":"1277273995756","target":"30172798"},{"source":"2624541068405932","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":"37307","target":"2579652121850163"},{"source":"229320080329284392969231993","target":"2579652121850163"},{"source":"14857","target":"2019378258741"},{"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":"2455193638329872464","target":"37307"},{"source":"2579652121850163","target":"37307"},{"source":"403333506966985812956264495103083930421","target":"3290301776931795"},{"source":"403333506966985812956264495103083930421","target":"4302444777154252931"},{"source":"50678562812897","target":"4302444777154252931"},{"source":"3290301776931795","target":"4302444777154252931"}],"nodes":[{"id":"24831158218","path":"/bentway","label":"Bentway"},{"id":"14857","path":"/bgp","label":"BGP"},{"id":"1351050207728787","path":"/dawn","label":"Dawn Walker"},{"id":"139376232583985260057851086495","path":"/digital-public-garden","label":"Digital Public Garden"},{"id":"12537461525184510083948912143790305013277","path":"/field-guide-to-the-digital-real","label":"Field Guide To The Digital Real"},{"id":"44486089850979","path":"/from-later","label":"From Later"},{"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":"37307","path":"/ssb","label":"SSB"},{"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>
|
||||
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-washed-green br4 pa3">
|
||||
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-background br4 pa3">
|
||||
<p class="ma0 f7 measure-narrow lh-copy">Here are all the notes in this garden, along with their links, visualized as a graph.</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -117,7 +117,7 @@ A program which provides access to the hypertext world we call a browser. When s
|
||||
</main><footer>
|
||||
|
||||
</footer><!-- That file is not particularly elegant. This will need a refactor at some point. -->
|
||||
<div class="hide-child links-dark-green">
|
||||
<div class="hide-child foreground-text links-foreground-text">
|
||||
<div id='tooltip-wrapper' class="bg-white br4 shadow-solid-accent lh-copy dn o-0 pa3 w6 f6 absolute z-2 child">
|
||||
<div id='tooltip-content' class="relative overflow-hidden note-contents">
|
||||
</div>
|
||||
@ -126,6 +126,6 @@ A program which provides access to the hypertext world we call a browser. When s
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js"></script>
|
||||
<script src="/assets/js/scripts.js?1618192508963033936"></script>
|
||||
<script src="/assets/js/scripts.js?1618759802506493906"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user