deploy: ce40b32bec
This commit is contained in:
parent
25a39db23a
commit
3a906e84ee
@ -12,7 +12,7 @@
|
||||
</ol>
|
||||
|
||||
">
|
||||
<link rel="stylesheet" href="/assets/css/style.css"><link type="application/atom+xml" rel="alternate" href="/feed.xml" title="Digital Garden" /></head><body class="dark-green garamond links-dark-green bg-washed-green"><header class="f-6 flex"><a class="no-underline-hover" rel="author" href="/">Digital Garden</a><nav>, <a class="no-underline-hover" href="/about/">About</a></nav></header><main aria-label="Content">
|
||||
<link rel="stylesheet" href="/assets/css/style.css"><link type="application/atom+xml" rel="alternate" href="/feed.xml" title="Digital Garden" /></head><body class="dark-green sans-serif links-dark-green bg-washed-green"><header class="f-6 flex"><a class="no-underline-hover" rel="author" href="/">Digital Garden</a><nav>, <a class="no-underline-hover" href="/about/">About</a>, <a class="no-underline-hover" href="/colophon/">Colophon</a></nav></header><main aria-label="Content">
|
||||
<article itemscope itemtype="http://schema.org/BlogPosting">
|
||||
|
||||
<header>
|
||||
@ -55,7 +55,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 style="opacity: 0; display: none;" id='tooltip-wrapper'>
|
||||
<div style="opacity: 0; display: none;" id='tooltip-wrapper' class="bg-white lh-copy">
|
||||
<div id='tooltip-content'>
|
||||
</div>
|
||||
</div>
|
||||
|
4
404.html
4
404.html
@ -4,7 +4,7 @@
|
||||
<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"><link type="application/atom+xml" rel="alternate" href="/feed.xml" title="Digital Garden" /></head><body class="dark-green garamond links-dark-green bg-washed-green"><header class="f-6 flex"><a class="no-underline-hover" rel="author" href="/">Digital Garden</a><nav>, <a class="no-underline-hover" href="/about/">About</a></nav></header><main aria-label="Content">
|
||||
<link rel="stylesheet" href="/assets/css/style.css"><link type="application/atom+xml" rel="alternate" href="/feed.xml" title="Digital Garden" /></head><body class="dark-green sans-serif links-dark-green bg-washed-green"><header class="f-6 flex"><a class="no-underline-hover" rel="author" href="/">Digital Garden</a><nav>, <a class="no-underline-hover" href="/about/">About</a>, <a class="no-underline-hover" href="/colophon/">Colophon</a></nav></header><main aria-label="Content">
|
||||
<style type="text/css" media="screen">
|
||||
.container {
|
||||
margin: 10px auto;
|
||||
@ -29,7 +29,7 @@
|
||||
</main><footer>
|
||||
|
||||
</footer><!-- That file is not particularly elegant. This will need a refactor at some point. -->
|
||||
<div style="opacity: 0; display: none;" id='tooltip-wrapper'>
|
||||
<div style="opacity: 0; display: none;" id='tooltip-wrapper' class="bg-white lh-copy">
|
||||
<div id='tooltip-content'>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>About 🌱 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"><link type="application/atom+xml" rel="alternate" href="/feed.xml" title="Digital Garden" /></head><body class="dark-green garamond links-dark-green bg-washed-green"><header class="f-6 flex"><a class="no-underline-hover" rel="author" href="/">Digital Garden</a><nav>, <a class="no-underline-hover" href="/about/">About</a></nav></header><main aria-label="Content">
|
||||
<link rel="stylesheet" href="/assets/css/style.css"><link type="application/atom+xml" rel="alternate" href="/feed.xml" title="Digital Garden" /></head><body class="dark-green sans-serif links-dark-green bg-washed-green"><header class="f-6 flex"><a class="no-underline-hover" rel="author" href="/">Digital Garden</a><nav>, <a class="no-underline-hover" href="/about/">About</a>, <a class="no-underline-hover" href="/colophon/">Colophon</a></nav></header><main aria-label="Content">
|
||||
<article class="measure-wide">
|
||||
<header>
|
||||
<h1 class="f-6 normal">About</h1>
|
||||
@ -19,7 +19,7 @@
|
||||
</main><footer>
|
||||
|
||||
</footer><!-- That file is not particularly elegant. This will need a refactor at some point. -->
|
||||
<div style="opacity: 0; display: none;" id='tooltip-wrapper'>
|
||||
<div style="opacity: 0; display: none;" id='tooltip-wrapper' class="bg-white lh-copy">
|
||||
<div id='tooltip-content'>
|
||||
</div>
|
||||
</div>
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -74,7 +74,7 @@ function setupListeners (linkElement) {
|
||||
})
|
||||
}
|
||||
|
||||
document.querySelectorAll('.note-contents a').forEach(setupListeners)
|
||||
document.querySelectorAll('#notes-entry-container a').forEach(setupListeners)
|
||||
|
||||
// Notes graph
|
||||
|
||||
@ -143,7 +143,7 @@ if (typeof graphData !== 'undefined') {
|
||||
|
||||
link.attr('stroke-width', (linkD) => {
|
||||
if (linkD.source.id === d.id || linkD.target.id === d.id) {
|
||||
return STROKE * 4
|
||||
return STROKE * 2
|
||||
}
|
||||
return STROKE
|
||||
})
|
||||
@ -213,7 +213,6 @@ if (typeof graphData !== 'undefined') {
|
||||
const font = Math.max(Math.round(zoomOrKeep(FONT_SIZE)), 1)
|
||||
|
||||
text.attr('font-size', (d) => font)
|
||||
text.attr('y', (d) => d.y - zoomOrKeep(FONT_BASELINE) + 8)
|
||||
link.attr('stroke-width', zoomOrKeep(STROKE))
|
||||
node.attr('r', (d) => {
|
||||
return zoomOrKeep(nodeSize[d.id])
|
||||
|
65
bentway.html
Normal file
65
bentway.html
Normal file
@ -0,0 +1,65 @@
|
||||
<!doctype html>
|
||||
<html lang="en"><head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Bentway 🌱 Digital Garden</title>
|
||||
<meta name="description" content="<p>The Bentway re-imagines how we build, experience, activate, and value [[public]] space together.</p>
|
||||
">
|
||||
<link rel="stylesheet" href="/assets/css/style.css"><link type="application/atom+xml" rel="alternate" href="/feed.xml" title="Digital Garden" /></head><body class="dark-green sans-serif links-dark-green bg-washed-green"><header class="f-6 flex"><a class="no-underline-hover" rel="author" href="/">Digital Garden</a><nav>, <a class="no-underline-hover" href="/about/">About</a>, <a class="no-underline-hover" href="/colophon/">Colophon</a></nav></header><main aria-label="Content">
|
||||
<div class="flex">
|
||||
<article class="w-50">
|
||||
<div>
|
||||
<h1>Bentway</h1>
|
||||
<time datetime="2021-03-15T19:49:03+00:00">
|
||||
Last updated on March 15, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
|
||||
<div id="notes-entry-container">
|
||||
<div class="note-contents lh-copy">
|
||||
<p>The Bentway re-imagines how we build, experience, activate, and value <a class="internal-link" href="./public">public</a> space together.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<side>
|
||||
<h3>Notes mentioning this note</h3>
|
||||
|
||||
|
||||
<div>
|
||||
<p>
|
||||
There are no notes linking to this note.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</side>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
<div class="w-50">
|
||||
|
||||
<p>Here are all the notes in this garden, along with their links, visualized as a graph.</p>
|
||||
|
||||
<div id="zoom"></div>
|
||||
<div id="graph-wrapper">
|
||||
<script>
|
||||
const graphData = {"edges":[{"source":"229320080329284392969231993","target":"139376232583985260057851086495"},{"source":"50678562032474","target":"50678562032474"},{"source":"2579652121850163","target":"50678562032474"},{"source":"403333506966985812956264495103083930421","target":"50678562812897"},{"source":"229320080329284392969231993","target":"50678562812897"},{"source":"229320080329284392969231993","target":"30172798"},{"source":"229320080329284392969231993","target":"3181528016773134152954"},{"source":"2579652121850163","target":"872776"},{"source":"229320080329284392969231993","target":"2579652121850163"},{"source":"50678562032474","target":"2019378258741"},{"source":"403333506966985812956264495103083930421","target":"2019378258741"},{"source":"872776","target":"2019378258741"},{"source":"24831158218","target":"1562583972"},{"source":"229320080329284392969231993","target":"1562583972"},{"source":"36028","target":"2624541068405932"},{"source":"229320080329284392969231993","target":"2624541068405932"},{"source":"229320080329284392969231993","target":"36028"},{"source":"403333506966985812956264495103083930421","target":"4302444777154252931"},{"source":"50678562812897","target":"4302444777154252931"}],"nodes":[{"id":"24831158218","path":"/bentway","label":"Bentway"},{"id":"139376232583985260057851086495","path":"/digital-public-garden","label":"Digital Public Garden"},{"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":"872776","path":"/ipfs","label":"IPFS"},{"id":"2579652121850163","path":"/peer-to-peer","label":"peer-to-peer"},{"id":"2019378258741","path":"/protocol","label":"Protocol"},{"id":"1562583972","path":"/public","label":"Public"},{"id":"2624541068405932","path":"/publishing","label":"Publishing"},{"id":"36028","path":"/rss","label":"RSS"},{"id":"229320080329284392969231993","path":"/statement-of-intent","label":"Statement of Intent"},{"id":"4302444777154252931","path":"/world-wide-web","label":"World Wide Web"}]}
|
||||
</script>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</main><footer>
|
||||
|
||||
</footer><!-- That file is not particularly elegant. This will need a refactor at some point. -->
|
||||
<div style="opacity: 0; display: none;" id='tooltip-wrapper' class="bg-white lh-copy">
|
||||
<div id='tooltip-content'>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<iframe style="display: none; height: 0; width: 0;" id='link-preview-iframe' src="">
|
||||
</iframe>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js" defer></script>
|
||||
<script src="/assets/js/scripts.js" defer></script>
|
||||
</body>
|
||||
</html>
|
31
colophon/index.html
Normal file
31
colophon/index.html
Normal file
@ -0,0 +1,31 @@
|
||||
<!doctype html>
|
||||
<html lang="en"><head>
|
||||
<meta charset="utf-8">
|
||||
<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"><link type="application/atom+xml" rel="alternate" href="/feed.xml" title="Digital Garden" /></head><body class="dark-green sans-serif links-dark-green bg-washed-green"><header class="f-6 flex"><a class="no-underline-hover" rel="author" href="/">Digital Garden</a><nav>, <a class="no-underline-hover" href="/about/">About</a>, <a class="no-underline-hover" href="/colophon/">Colophon</a></nav></header><main aria-label="Content">
|
||||
<article class="measure-wide">
|
||||
<header>
|
||||
<h1 class="f-6 normal">Colophon</h1>
|
||||
</header>
|
||||
<div class="lh-copy f5">
|
||||
|
||||
|
||||
</div>
|
||||
</article>
|
||||
</main><footer>
|
||||
|
||||
</footer><!-- That file is not particularly elegant. This will need a refactor at some point. -->
|
||||
<div style="opacity: 0; display: none;" id='tooltip-wrapper' class="bg-white lh-copy">
|
||||
<div id='tooltip-content'>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<iframe style="display: none; height: 0; width: 0;" id='link-preview-iframe' src="">
|
||||
</iframe>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js" defer></script>
|
||||
<script src="/assets/js/scripts.js" defer></script>
|
||||
</body>
|
||||
</html>
|
67
digital-public-garden.html
Normal file
67
digital-public-garden.html
Normal file
@ -0,0 +1,67 @@
|
||||
<!doctype html>
|
||||
<html lang="en"><head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Digital Public Garden 🌱 Digital Garden</title>
|
||||
<meta name="description" content="
|
||||
">
|
||||
<link rel="stylesheet" href="/assets/css/style.css"><link type="application/atom+xml" rel="alternate" href="/feed.xml" title="Digital Garden" /></head><body class="dark-green sans-serif links-dark-green bg-washed-green"><header class="f-6 flex"><a class="no-underline-hover" rel="author" href="/">Digital Garden</a><nav>, <a class="no-underline-hover" href="/about/">About</a>, <a class="no-underline-hover" href="/colophon/">Colophon</a></nav></header><main aria-label="Content">
|
||||
<div class="flex">
|
||||
<article class="w-50">
|
||||
<div>
|
||||
<h1>Digital Public Garden</h1>
|
||||
<time datetime="2021-03-15T19:49:03+00:00">
|
||||
Last updated on March 15, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
|
||||
<div id="notes-entry-container">
|
||||
<div class="note-contents lh-copy">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<side>
|
||||
<h3>Notes mentioning this note</h3>
|
||||
|
||||
<div>
|
||||
|
||||
<div class="backlink-box">
|
||||
<a class="internal-link b" href="/statement-of-intent">Statement of Intent</a><br>
|
||||
<div class="lh-copy">[[Hypha]]’s practice is situated across many topics that are present in the theme of Adaptive Reuse & Creative Misuse. Drawing...</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</side>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
<div class="w-50">
|
||||
|
||||
<p>Here are all the notes in this garden, along with their links, visualized as a graph.</p>
|
||||
|
||||
<div id="zoom"></div>
|
||||
<div id="graph-wrapper">
|
||||
<script>
|
||||
const graphData = {"edges":[{"source":"229320080329284392969231993","target":"139376232583985260057851086495"},{"source":"50678562032474","target":"50678562032474"},{"source":"2579652121850163","target":"50678562032474"},{"source":"403333506966985812956264495103083930421","target":"50678562812897"},{"source":"229320080329284392969231993","target":"50678562812897"},{"source":"229320080329284392969231993","target":"30172798"},{"source":"229320080329284392969231993","target":"3181528016773134152954"},{"source":"2579652121850163","target":"872776"},{"source":"229320080329284392969231993","target":"2579652121850163"},{"source":"50678562032474","target":"2019378258741"},{"source":"403333506966985812956264495103083930421","target":"2019378258741"},{"source":"872776","target":"2019378258741"},{"source":"24831158218","target":"1562583972"},{"source":"229320080329284392969231993","target":"1562583972"},{"source":"36028","target":"2624541068405932"},{"source":"229320080329284392969231993","target":"2624541068405932"},{"source":"229320080329284392969231993","target":"36028"},{"source":"403333506966985812956264495103083930421","target":"4302444777154252931"},{"source":"50678562812897","target":"4302444777154252931"}],"nodes":[{"id":"24831158218","path":"/bentway","label":"Bentway"},{"id":"139376232583985260057851086495","path":"/digital-public-garden","label":"Digital Public Garden"},{"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":"872776","path":"/ipfs","label":"IPFS"},{"id":"2579652121850163","path":"/peer-to-peer","label":"peer-to-peer"},{"id":"2019378258741","path":"/protocol","label":"Protocol"},{"id":"1562583972","path":"/public","label":"Public"},{"id":"2624541068405932","path":"/publishing","label":"Publishing"},{"id":"36028","path":"/rss","label":"RSS"},{"id":"229320080329284392969231993","path":"/statement-of-intent","label":"Statement of Intent"},{"id":"4302444777154252931","path":"/world-wide-web","label":"World Wide Web"}]}
|
||||
</script>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</main><footer>
|
||||
|
||||
</footer><!-- That file is not particularly elegant. This will need a refactor at some point. -->
|
||||
<div style="opacity: 0; display: none;" id='tooltip-wrapper' class="bg-white lh-copy">
|
||||
<div id='tooltip-content'>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<iframe style="display: none; height: 0; width: 0;" id='link-preview-iframe' src="">
|
||||
</iframe>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js" defer></script>
|
||||
<script src="/assets/js/scripts.js" defer></script>
|
||||
</body>
|
||||
</html>
|
2
feed.xml
2
feed.xml
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.2.0">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2021-03-15T18:16:44+00:00</updated><id>/feed.xml</id><title type="html">Digital Garden</title><subtitle>A digital garden or public notebook for The Bentway’s Digital and/as Public Space Micro-Residency.</subtitle><entry><title type="html">Initial Seeds</title><link href="/2021/03/01/initial-seeds/" rel="alternate" type="text/html" title="Initial Seeds" /><published>2021-03-01T00:00:00+00:00</published><updated>2021-03-15T18:16:20+00:00</updated><id>/2021/03/01/initial-seeds</id><content type="html" xml:base="/2021/03/01/initial-seeds/"><p>Set of areas that guide our reveries?</p>
|
||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.2.0">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2021-03-15T19:49:27+00:00</updated><id>/feed.xml</id><title type="html">Digital Garden</title><subtitle>A digital garden or public notebook for The Bentway’s Digital and/as Public Space Micro-Residency.</subtitle><entry><title type="html">Initial Seeds</title><link href="/2021/03/01/initial-seeds/" rel="alternate" type="text/html" title="Initial Seeds" /><published>2021-03-01T00:00:00+00:00</published><updated>2021-03-15T19:49:03+00:00</updated><id>/2021/03/01/initial-seeds</id><content type="html" xml:base="/2021/03/01/initial-seeds/"><p>Set of areas that guide our reveries?</p>
|
||||
|
||||
<ol>
|
||||
<li>The history of <a href="/hypertext">hypertext</a>, rss+adjacent protocols and standards.</li>
|
||||
|
82
hypercore.html
Normal file
82
hypercore.html
Normal file
@ -0,0 +1,82 @@
|
||||
<!doctype html>
|
||||
<html lang="en"><head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Hypercore 🌱 Digital Garden</title>
|
||||
<meta name="description" content="<p>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 BitTorrent, as more people “seed” a dataset it will increase the available bandwidth.</p>
|
||||
|
||||
<p>https://hypercore-protocol.org/</p>
|
||||
">
|
||||
<link rel="stylesheet" href="/assets/css/style.css"><link type="application/atom+xml" rel="alternate" href="/feed.xml" title="Digital Garden" /></head><body class="dark-green sans-serif links-dark-green bg-washed-green"><header class="f-6 flex"><a class="no-underline-hover" rel="author" href="/">Digital Garden</a><nav>, <a class="no-underline-hover" href="/about/">About</a>, <a class="no-underline-hover" href="/colophon/">Colophon</a></nav></header><main aria-label="Content">
|
||||
<div class="flex">
|
||||
<article class="w-50">
|
||||
<div>
|
||||
<h1>Hypercore</h1>
|
||||
<time datetime="2021-03-15T19:49:03+00:00">
|
||||
Last updated on March 15, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
|
||||
<div id="notes-entry-container">
|
||||
<div class="note-contents lh-copy">
|
||||
<p>Hypercore <a class="internal-link" href="./protocol">Protocol</a> 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 BitTorrent, as more people “seed” a dataset it will increase the available bandwidth.</p>
|
||||
|
||||
<p>https://hypercore-protocol.org/</p>
|
||||
|
||||
</div>
|
||||
|
||||
<side>
|
||||
<h3>Notes mentioning this note</h3>
|
||||
|
||||
<div>
|
||||
|
||||
<div class="backlink-box">
|
||||
<a class="internal-link b" href="/hypercore">Hypercore</a><br>
|
||||
<div class="lh-copy">Hypercore [[Protocol]] is a peer-to-peer data network built on the Hypercore logs. Hypercores are signed, append-only logs. They’re like lightweight...</div>
|
||||
</div>
|
||||
|
||||
<div class="backlink-box">
|
||||
<a class="internal-link b" href="/peer-to-peer">peer-to-peer</a><br>
|
||||
<div class="lh-copy">
|
||||
[[Hypercore]]
|
||||
[[IPFS]]
|
||||
|
||||
|
||||
TBD
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</side>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
<div class="w-50">
|
||||
|
||||
<p>Here are all the notes in this garden, along with their links, visualized as a graph.</p>
|
||||
|
||||
<div id="zoom"></div>
|
||||
<div id="graph-wrapper">
|
||||
<script>
|
||||
const graphData = {"edges":[{"source":"229320080329284392969231993","target":"139376232583985260057851086495"},{"source":"50678562032474","target":"50678562032474"},{"source":"2579652121850163","target":"50678562032474"},{"source":"403333506966985812956264495103083930421","target":"50678562812897"},{"source":"229320080329284392969231993","target":"50678562812897"},{"source":"229320080329284392969231993","target":"30172798"},{"source":"229320080329284392969231993","target":"3181528016773134152954"},{"source":"2579652121850163","target":"872776"},{"source":"229320080329284392969231993","target":"2579652121850163"},{"source":"50678562032474","target":"2019378258741"},{"source":"403333506966985812956264495103083930421","target":"2019378258741"},{"source":"872776","target":"2019378258741"},{"source":"24831158218","target":"1562583972"},{"source":"229320080329284392969231993","target":"1562583972"},{"source":"36028","target":"2624541068405932"},{"source":"229320080329284392969231993","target":"2624541068405932"},{"source":"229320080329284392969231993","target":"36028"},{"source":"403333506966985812956264495103083930421","target":"4302444777154252931"},{"source":"50678562812897","target":"4302444777154252931"}],"nodes":[{"id":"24831158218","path":"/bentway","label":"Bentway"},{"id":"139376232583985260057851086495","path":"/digital-public-garden","label":"Digital Public Garden"},{"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":"872776","path":"/ipfs","label":"IPFS"},{"id":"2579652121850163","path":"/peer-to-peer","label":"peer-to-peer"},{"id":"2019378258741","path":"/protocol","label":"Protocol"},{"id":"1562583972","path":"/public","label":"Public"},{"id":"2624541068405932","path":"/publishing","label":"Publishing"},{"id":"36028","path":"/rss","label":"RSS"},{"id":"229320080329284392969231993","path":"/statement-of-intent","label":"Statement of Intent"},{"id":"4302444777154252931","path":"/world-wide-web","label":"World Wide Web"}]}
|
||||
</script>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</main><footer>
|
||||
|
||||
</footer><!-- That file is not particularly elegant. This will need a refactor at some point. -->
|
||||
<div style="opacity: 0; display: none;" id='tooltip-wrapper' class="bg-white lh-copy">
|
||||
<div id='tooltip-content'>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<iframe style="display: none; height: 0; width: 0;" id='link-preview-iframe' src="">
|
||||
</iframe>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js" defer></script>
|
||||
<script src="/assets/js/scripts.js" defer></script>
|
||||
</body>
|
||||
</html>
|
69
hypertext-transfer-protocol.html
Normal file
69
hypertext-transfer-protocol.html
Normal file
@ -0,0 +1,69 @@
|
||||
<!doctype html>
|
||||
<html lang="en"><head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Hypertext Transfer Protocol 🌱 Digital Garden</title>
|
||||
<meta name="description" content="<p>The [[Hypertext]] Transfer [[Protocol]] (HTTP) is an application layer protocol for distributed, collaborative, hypermedia information systems. HTTP is the foundation of data communication for the [[World Wide Web]], where [[hypertext]] documents include hyperlinks to other resources that the user can easily access, for example by a mouse click or by tapping the screen in a web browser.</p>
|
||||
|
||||
<p>https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol</p>
|
||||
">
|
||||
<link rel="stylesheet" href="/assets/css/style.css"><link type="application/atom+xml" rel="alternate" href="/feed.xml" title="Digital Garden" /></head><body class="dark-green sans-serif links-dark-green bg-washed-green"><header class="f-6 flex"><a class="no-underline-hover" rel="author" href="/">Digital Garden</a><nav>, <a class="no-underline-hover" href="/about/">About</a>, <a class="no-underline-hover" href="/colophon/">Colophon</a></nav></header><main aria-label="Content">
|
||||
<div class="flex">
|
||||
<article class="w-50">
|
||||
<div>
|
||||
<h1>Hypertext Transfer Protocol</h1>
|
||||
<time datetime="2021-03-15T19:49:03+00:00">
|
||||
Last updated on March 15, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
|
||||
<div id="notes-entry-container">
|
||||
<div class="note-contents 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 web browser.</p>
|
||||
|
||||
<p>https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol</p>
|
||||
|
||||
</div>
|
||||
|
||||
<side>
|
||||
<h3>Notes mentioning this note</h3>
|
||||
|
||||
|
||||
<div>
|
||||
<p>
|
||||
There are no notes linking to this note.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</side>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
<div class="w-50">
|
||||
|
||||
<p>Here are all the notes in this garden, along with their links, visualized as a graph.</p>
|
||||
|
||||
<div id="zoom"></div>
|
||||
<div id="graph-wrapper">
|
||||
<script>
|
||||
const graphData = {"edges":[{"source":"229320080329284392969231993","target":"139376232583985260057851086495"},{"source":"50678562032474","target":"50678562032474"},{"source":"2579652121850163","target":"50678562032474"},{"source":"403333506966985812956264495103083930421","target":"50678562812897"},{"source":"229320080329284392969231993","target":"50678562812897"},{"source":"229320080329284392969231993","target":"30172798"},{"source":"229320080329284392969231993","target":"3181528016773134152954"},{"source":"2579652121850163","target":"872776"},{"source":"229320080329284392969231993","target":"2579652121850163"},{"source":"50678562032474","target":"2019378258741"},{"source":"403333506966985812956264495103083930421","target":"2019378258741"},{"source":"872776","target":"2019378258741"},{"source":"24831158218","target":"1562583972"},{"source":"229320080329284392969231993","target":"1562583972"},{"source":"36028","target":"2624541068405932"},{"source":"229320080329284392969231993","target":"2624541068405932"},{"source":"229320080329284392969231993","target":"36028"},{"source":"403333506966985812956264495103083930421","target":"4302444777154252931"},{"source":"50678562812897","target":"4302444777154252931"}],"nodes":[{"id":"24831158218","path":"/bentway","label":"Bentway"},{"id":"139376232583985260057851086495","path":"/digital-public-garden","label":"Digital Public Garden"},{"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":"872776","path":"/ipfs","label":"IPFS"},{"id":"2579652121850163","path":"/peer-to-peer","label":"peer-to-peer"},{"id":"2019378258741","path":"/protocol","label":"Protocol"},{"id":"1562583972","path":"/public","label":"Public"},{"id":"2624541068405932","path":"/publishing","label":"Publishing"},{"id":"36028","path":"/rss","label":"RSS"},{"id":"229320080329284392969231993","path":"/statement-of-intent","label":"Statement of Intent"},{"id":"4302444777154252931","path":"/world-wide-web","label":"World Wide Web"}]}
|
||||
</script>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</main><footer>
|
||||
|
||||
</footer><!-- That file is not particularly elegant. This will need a refactor at some point. -->
|
||||
<div style="opacity: 0; display: none;" id='tooltip-wrapper' class="bg-white lh-copy">
|
||||
<div id='tooltip-content'>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<iframe style="display: none; height: 0; width: 0;" id='link-preview-iframe' src="">
|
||||
</iframe>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js" defer></script>
|
||||
<script src="/assets/js/scripts.js" defer></script>
|
||||
</body>
|
||||
</html>
|
@ -3,33 +3,42 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Hypertext 🌱 Digital Garden</title>
|
||||
<meta name="description" content="<p>Hypertext Markup Language</p>
|
||||
<meta name="description" content="<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 [[World Wide Web]], where Web pages are often written in the Hypertext Markup Language (HTML). As implemented on the Web, hypertext enables the easy-to-use publication of information over the Internet.</p>
|
||||
|
||||
<p>https://en.wikipedia.org/wiki/Hypertext</p>
|
||||
">
|
||||
<link rel="stylesheet" href="/assets/css/style.css"><link type="application/atom+xml" rel="alternate" href="/feed.xml" title="Digital Garden" /></head><body class="dark-green garamond links-dark-green bg-washed-green"><header class="f-6 flex"><a class="no-underline-hover" rel="author" href="/">Digital Garden</a><nav>, <a class="no-underline-hover" href="/about/">About</a></nav></header><main aria-label="Content">
|
||||
<link rel="stylesheet" href="/assets/css/style.css"><link type="application/atom+xml" rel="alternate" href="/feed.xml" title="Digital Garden" /></head><body class="dark-green sans-serif links-dark-green bg-washed-green"><header class="f-6 flex"><a class="no-underline-hover" rel="author" href="/">Digital Garden</a><nav>, <a class="no-underline-hover" href="/about/">About</a>, <a class="no-underline-hover" href="/colophon/">Colophon</a></nav></header><main aria-label="Content">
|
||||
<div class="flex">
|
||||
<article class="w-50">
|
||||
<div>
|
||||
<h1>Hypertext</h1>
|
||||
<time datetime="2021-03-15T18:16:20+00:00">
|
||||
<time datetime="2021-03-15T19:49:03+00:00">
|
||||
Last updated on March 15, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
|
||||
<div id="notes-entry-container">
|
||||
<div class="note-contents">
|
||||
<p>Hypertext Markup Language</p>
|
||||
<div class="note-contents 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>https://en.wikipedia.org/wiki/Hypertext</p>
|
||||
|
||||
</div>
|
||||
|
||||
<side style="font-size: 0.9em">
|
||||
<h3 style="margin-bottom: 1em">Notes mentioning this note</h3>
|
||||
<side>
|
||||
<h3>Notes mentioning this note</h3>
|
||||
|
||||
<div style="display: grid; grid-gap: 1em; grid-template-columns: repeat(1fr);">
|
||||
<div>
|
||||
|
||||
<div class="backlink-box">
|
||||
<a class="internal-link" href="/statement-of-intent">Statement of Intent</a><br>
|
||||
<div style="font-size: 0.9em">Hypha’s practice is situated across many topics that are present in the theme of Adaptive Reuse & Creative Misuse. Drawing...</div>
|
||||
<a class="internal-link b" href="/hypertext-transfer-protocol">Hypertext Transfer Protocol</a><br>
|
||||
<div class="lh-copy">The [[Hypertext]] Transfer [[Protocol]] (HTTP) is an application layer protocol for distributed, collaborative, hypermedia information systems. HTTP is the foundation...</div>
|
||||
</div>
|
||||
|
||||
<div class="backlink-box">
|
||||
<a class="internal-link b" href="/statement-of-intent">Statement of Intent</a><br>
|
||||
<div class="lh-copy">[[Hypha]]’s practice is situated across many topics that are present in the theme of Adaptive Reuse & Creative Misuse. Drawing...</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -45,7 +54,7 @@
|
||||
<div id="zoom"></div>
|
||||
<div id="graph-wrapper">
|
||||
<script>
|
||||
const graphData = {"edges":[{"source":"229320080329284392969231993","target":"50678562812897"},{"source":"229320080329284392969231993","target":"72697617314704"},{"source":"229320080329284392969231993","target":"36028"}],"nodes":[{"id":"50678562812897","path":"/hypertext","label":"Hypertext"},{"id":"72697617314704","path":"/protocols","label":"Protocols"},{"id":"36028","path":"/rss","label":"RSS"},{"id":"229320080329284392969231993","path":"/statement-of-intent","label":"Statement of Intent"}]}
|
||||
const graphData = {"edges":[{"source":"229320080329284392969231993","target":"139376232583985260057851086495"},{"source":"50678562032474","target":"50678562032474"},{"source":"2579652121850163","target":"50678562032474"},{"source":"403333506966985812956264495103083930421","target":"50678562812897"},{"source":"229320080329284392969231993","target":"50678562812897"},{"source":"229320080329284392969231993","target":"30172798"},{"source":"229320080329284392969231993","target":"3181528016773134152954"},{"source":"2579652121850163","target":"872776"},{"source":"229320080329284392969231993","target":"2579652121850163"},{"source":"50678562032474","target":"2019378258741"},{"source":"403333506966985812956264495103083930421","target":"2019378258741"},{"source":"872776","target":"2019378258741"},{"source":"24831158218","target":"1562583972"},{"source":"229320080329284392969231993","target":"1562583972"},{"source":"36028","target":"2624541068405932"},{"source":"229320080329284392969231993","target":"2624541068405932"},{"source":"229320080329284392969231993","target":"36028"},{"source":"403333506966985812956264495103083930421","target":"4302444777154252931"},{"source":"50678562812897","target":"4302444777154252931"}],"nodes":[{"id":"24831158218","path":"/bentway","label":"Bentway"},{"id":"139376232583985260057851086495","path":"/digital-public-garden","label":"Digital Public Garden"},{"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":"872776","path":"/ipfs","label":"IPFS"},{"id":"2579652121850163","path":"/peer-to-peer","label":"peer-to-peer"},{"id":"2019378258741","path":"/protocol","label":"Protocol"},{"id":"1562583972","path":"/public","label":"Public"},{"id":"2624541068405932","path":"/publishing","label":"Publishing"},{"id":"36028","path":"/rss","label":"RSS"},{"id":"229320080329284392969231993","path":"/statement-of-intent","label":"Statement of Intent"},{"id":"4302444777154252931","path":"/world-wide-web","label":"World Wide Web"}]}
|
||||
</script>
|
||||
</div>
|
||||
</div>
|
||||
@ -53,7 +62,7 @@
|
||||
</main><footer>
|
||||
|
||||
</footer><!-- That file is not particularly elegant. This will need a refactor at some point. -->
|
||||
<div style="opacity: 0; display: none;" id='tooltip-wrapper'>
|
||||
<div style="opacity: 0; display: none;" id='tooltip-wrapper' class="bg-white lh-copy">
|
||||
<div id='tooltip-content'>
|
||||
</div>
|
||||
</div>
|
||||
|
101
hypha.html
Normal file
101
hypha.html
Normal file
@ -0,0 +1,101 @@
|
||||
<!doctype html>
|
||||
<html lang="en"><head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Hypha 🌱 Digital Garden</title>
|
||||
<meta name="description" content="<p>We cultivate collective growth and meaningful livelihoods through learning and building technologies together.</p>
|
||||
|
||||
<p>We are a team of technologists, designers, and community organizers who value working with mission-oriented organizations.</p>
|
||||
|
||||
<h2 id="our-values">Our values</h2>
|
||||
|
||||
<h3 id="together-we-have-years-of-experience-building-open-source-technologies-and-sustainable-communities">Together, we have years of experience building open source technologies and sustainable communities.</h3>
|
||||
|
||||
<p>Our core values reflect our understanding of what it means to cultivate respectful, resilient, and democratic technology ecologies.</p>
|
||||
|
||||
<h2 id="build-change-that-lasts">Build change that lasts</h2>
|
||||
<p>Disruptive growth has its costs. We believe that the culture of “move fast and break things” is untenable. Instead, we seek change that strengthens our communities and nurtures our planet. We work thoughtfully and with care toward the futures we imagine.</p>
|
||||
|
||||
<h2 id="embody-co-operative-values">Embody co-operative values</h2>
|
||||
<p>We serve our clients, members, neighbours, and the co-operative movement the world over. Hypha embodies the co-operative values of self-help, self-responsibility, democracy, equality, equity, and solidarity.</p>
|
||||
|
||||
<h2 id="provide-safe-harbour">Provide safe harbour</h2>
|
||||
<p>We acknowledge the sacred land we work on is the territory of many nations and was the subject of the Dish with One Spoon Wampum Belt Covenant, an agreement to peaceably share and care for the resources around the Great Lakes. Today it is still home to many First Nations, Inuit, and Métis peoples from across Turtle Island. We also recognize the ongoing history of oppression and marginalization in our society and workplaces. Hypha strives to be a safe harbour to all, regardless of race, class, gender identity and expression, sexual orientation, disability, physical appearance, body size, religion, or technical skill.</p>
|
||||
">
|
||||
<link rel="stylesheet" href="/assets/css/style.css"><link type="application/atom+xml" rel="alternate" href="/feed.xml" title="Digital Garden" /></head><body class="dark-green sans-serif links-dark-green bg-washed-green"><header class="f-6 flex"><a class="no-underline-hover" rel="author" href="/">Digital Garden</a><nav>, <a class="no-underline-hover" href="/about/">About</a>, <a class="no-underline-hover" href="/colophon/">Colophon</a></nav></header><main aria-label="Content">
|
||||
<div class="flex">
|
||||
<article class="w-50">
|
||||
<div>
|
||||
<h1>Hypha</h1>
|
||||
<time datetime="2021-03-15T19:49:03+00:00">
|
||||
Last updated on March 15, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
|
||||
<div id="notes-entry-container">
|
||||
<div class="note-contents lh-copy">
|
||||
<p>We cultivate collective growth and meaningful livelihoods through learning and building technologies together.</p>
|
||||
|
||||
<p>We are a team of technologists, designers, and community organizers who value working with mission-oriented organizations.</p>
|
||||
|
||||
<h2 id="our-values">Our values</h2>
|
||||
|
||||
<h3 id="together-we-have-years-of-experience-building-open-source-technologies-and-sustainable-communities">Together, we have years of experience building open source technologies and sustainable communities.</h3>
|
||||
|
||||
<p>Our core values reflect our understanding of what it means to cultivate respectful, resilient, and democratic technology ecologies.</p>
|
||||
|
||||
<h2 id="build-change-that-lasts">Build change that lasts</h2>
|
||||
<p>Disruptive growth has its costs. We believe that the culture of “move fast and break things” is untenable. Instead, we seek change that strengthens our communities and nurtures our planet. We work thoughtfully and with care toward the futures we imagine.</p>
|
||||
|
||||
<h2 id="embody-co-operative-values">Embody co-operative values</h2>
|
||||
<p>We serve our clients, members, neighbours, and the co-operative movement the world over. Hypha embodies the co-operative values of self-help, self-responsibility, democracy, equality, equity, and solidarity.</p>
|
||||
|
||||
<h2 id="provide-safe-harbour">Provide safe harbour</h2>
|
||||
<p>We acknowledge the sacred land we work on is the territory of many nations and was the subject of the Dish with One Spoon Wampum Belt Covenant, an agreement to peaceably share and care for the resources around the Great Lakes. Today it is still home to many First Nations, Inuit, and Métis peoples from across Turtle Island. We also recognize the ongoing history of oppression and marginalization in our society and workplaces. Hypha strives to be a safe harbour to all, regardless of race, class, gender identity and expression, sexual orientation, disability, physical appearance, body size, religion, or technical skill.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<side>
|
||||
<h3>Notes mentioning this note</h3>
|
||||
|
||||
<div>
|
||||
|
||||
<div class="backlink-box">
|
||||
<a class="internal-link b" href="/statement-of-intent">Statement of Intent</a><br>
|
||||
<div class="lh-copy">[[Hypha]]’s practice is situated across many topics that are present in the theme of Adaptive Reuse & Creative Misuse. Drawing...</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</side>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
<div class="w-50">
|
||||
|
||||
<p>Here are all the notes in this garden, along with their links, visualized as a graph.</p>
|
||||
|
||||
<div id="zoom"></div>
|
||||
<div id="graph-wrapper">
|
||||
<script>
|
||||
const graphData = {"edges":[{"source":"229320080329284392969231993","target":"139376232583985260057851086495"},{"source":"50678562032474","target":"50678562032474"},{"source":"2579652121850163","target":"50678562032474"},{"source":"403333506966985812956264495103083930421","target":"50678562812897"},{"source":"229320080329284392969231993","target":"50678562812897"},{"source":"229320080329284392969231993","target":"30172798"},{"source":"229320080329284392969231993","target":"3181528016773134152954"},{"source":"2579652121850163","target":"872776"},{"source":"229320080329284392969231993","target":"2579652121850163"},{"source":"50678562032474","target":"2019378258741"},{"source":"403333506966985812956264495103083930421","target":"2019378258741"},{"source":"872776","target":"2019378258741"},{"source":"24831158218","target":"1562583972"},{"source":"229320080329284392969231993","target":"1562583972"},{"source":"36028","target":"2624541068405932"},{"source":"229320080329284392969231993","target":"2624541068405932"},{"source":"229320080329284392969231993","target":"36028"},{"source":"403333506966985812956264495103083930421","target":"4302444777154252931"},{"source":"50678562812897","target":"4302444777154252931"}],"nodes":[{"id":"24831158218","path":"/bentway","label":"Bentway"},{"id":"139376232583985260057851086495","path":"/digital-public-garden","label":"Digital Public Garden"},{"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":"872776","path":"/ipfs","label":"IPFS"},{"id":"2579652121850163","path":"/peer-to-peer","label":"peer-to-peer"},{"id":"2019378258741","path":"/protocol","label":"Protocol"},{"id":"1562583972","path":"/public","label":"Public"},{"id":"2624541068405932","path":"/publishing","label":"Publishing"},{"id":"36028","path":"/rss","label":"RSS"},{"id":"229320080329284392969231993","path":"/statement-of-intent","label":"Statement of Intent"},{"id":"4302444777154252931","path":"/world-wide-web","label":"World Wide Web"}]}
|
||||
</script>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</main><footer>
|
||||
|
||||
</footer><!-- That file is not particularly elegant. This will need a refactor at some point. -->
|
||||
<div style="opacity: 0; display: none;" id='tooltip-wrapper' class="bg-white lh-copy">
|
||||
<div id='tooltip-content'>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<iframe style="display: none; height: 0; width: 0;" id='link-preview-iframe' src="">
|
||||
</iframe>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js" defer></script>
|
||||
<script src="/assets/js/scripts.js" defer></script>
|
||||
</body>
|
||||
</html>
|
@ -4,7 +4,7 @@
|
||||
<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"><link type="application/atom+xml" rel="alternate" href="/feed.xml" title="Digital Garden" /></head><body class="dark-green garamond links-dark-green bg-washed-green"><header class="f-6 flex"><a class="no-underline-hover" rel="author" href="/">Digital Garden</a><nav>, <a class="no-underline-hover" href="/about/">About</a></nav></header><main aria-label="Content">
|
||||
<link rel="stylesheet" href="/assets/css/style.css"><link type="application/atom+xml" rel="alternate" href="/feed.xml" title="Digital Garden" /></head><body class="dark-green sans-serif links-dark-green bg-washed-green"><header class="f-6 flex"><a class="no-underline-hover" rel="author" href="/">Digital Garden</a><nav>, <a class="no-underline-hover" href="/about/">About</a>, <a class="no-underline-hover" href="/colophon/">Colophon</a></nav></header><main aria-label="Content">
|
||||
<ul>
|
||||
|
||||
<li>
|
||||
@ -39,7 +39,7 @@
|
||||
</main><footer>
|
||||
|
||||
</footer><!-- That file is not particularly elegant. This will need a refactor at some point. -->
|
||||
<div style="opacity: 0; display: none;" id='tooltip-wrapper'>
|
||||
<div style="opacity: 0; display: none;" id='tooltip-wrapper' class="bg-white lh-copy">
|
||||
<div id='tooltip-content'>
|
||||
</div>
|
||||
</div>
|
||||
|
67
infrastructure.html
Normal file
67
infrastructure.html
Normal file
@ -0,0 +1,67 @@
|
||||
<!doctype html>
|
||||
<html lang="en"><head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Infrastructure 🌱 Digital Garden</title>
|
||||
<meta name="description" content="<p>TBD</p>
|
||||
">
|
||||
<link rel="stylesheet" href="/assets/css/style.css"><link type="application/atom+xml" rel="alternate" href="/feed.xml" title="Digital Garden" /></head><body class="dark-green sans-serif links-dark-green bg-washed-green"><header class="f-6 flex"><a class="no-underline-hover" rel="author" href="/">Digital Garden</a><nav>, <a class="no-underline-hover" href="/about/">About</a>, <a class="no-underline-hover" href="/colophon/">Colophon</a></nav></header><main aria-label="Content">
|
||||
<div class="flex">
|
||||
<article class="w-50">
|
||||
<div>
|
||||
<h1>Infrastructure</h1>
|
||||
<time datetime="2021-03-15T19:49:03+00:00">
|
||||
Last updated on March 15, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
|
||||
<div id="notes-entry-container">
|
||||
<div class="note-contents lh-copy">
|
||||
<p>TBD</p>
|
||||
|
||||
</div>
|
||||
|
||||
<side>
|
||||
<h3>Notes mentioning this note</h3>
|
||||
|
||||
<div>
|
||||
|
||||
<div class="backlink-box">
|
||||
<a class="internal-link b" href="/statement-of-intent">Statement of Intent</a><br>
|
||||
<div class="lh-copy">[[Hypha]]’s practice is situated across many topics that are present in the theme of Adaptive Reuse & Creative Misuse. Drawing...</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</side>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
<div class="w-50">
|
||||
|
||||
<p>Here are all the notes in this garden, along with their links, visualized as a graph.</p>
|
||||
|
||||
<div id="zoom"></div>
|
||||
<div id="graph-wrapper">
|
||||
<script>
|
||||
const graphData = {"edges":[{"source":"229320080329284392969231993","target":"139376232583985260057851086495"},{"source":"50678562032474","target":"50678562032474"},{"source":"2579652121850163","target":"50678562032474"},{"source":"403333506966985812956264495103083930421","target":"50678562812897"},{"source":"229320080329284392969231993","target":"50678562812897"},{"source":"229320080329284392969231993","target":"30172798"},{"source":"229320080329284392969231993","target":"3181528016773134152954"},{"source":"2579652121850163","target":"872776"},{"source":"229320080329284392969231993","target":"2579652121850163"},{"source":"50678562032474","target":"2019378258741"},{"source":"403333506966985812956264495103083930421","target":"2019378258741"},{"source":"872776","target":"2019378258741"},{"source":"24831158218","target":"1562583972"},{"source":"229320080329284392969231993","target":"1562583972"},{"source":"36028","target":"2624541068405932"},{"source":"229320080329284392969231993","target":"2624541068405932"},{"source":"229320080329284392969231993","target":"36028"},{"source":"403333506966985812956264495103083930421","target":"4302444777154252931"},{"source":"50678562812897","target":"4302444777154252931"}],"nodes":[{"id":"24831158218","path":"/bentway","label":"Bentway"},{"id":"139376232583985260057851086495","path":"/digital-public-garden","label":"Digital Public Garden"},{"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":"872776","path":"/ipfs","label":"IPFS"},{"id":"2579652121850163","path":"/peer-to-peer","label":"peer-to-peer"},{"id":"2019378258741","path":"/protocol","label":"Protocol"},{"id":"1562583972","path":"/public","label":"Public"},{"id":"2624541068405932","path":"/publishing","label":"Publishing"},{"id":"36028","path":"/rss","label":"RSS"},{"id":"229320080329284392969231993","path":"/statement-of-intent","label":"Statement of Intent"},{"id":"4302444777154252931","path":"/world-wide-web","label":"World Wide Web"}]}
|
||||
</script>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</main><footer>
|
||||
|
||||
</footer><!-- That file is not particularly elegant. This will need a refactor at some point. -->
|
||||
<div style="opacity: 0; display: none;" id='tooltip-wrapper' class="bg-white lh-copy">
|
||||
<div id='tooltip-content'>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<iframe style="display: none; height: 0; width: 0;" id='link-preview-iframe' src="">
|
||||
</iframe>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js" defer></script>
|
||||
<script src="/assets/js/scripts.js" defer></script>
|
||||
</body>
|
||||
</html>
|
77
ipfs.html
Normal file
77
ipfs.html
Normal file
@ -0,0 +1,77 @@
|
||||
<!doctype html>
|
||||
<html lang="en"><head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>IPFS 🌱 Digital Garden</title>
|
||||
<meta name="description" content="<p>The InterPlanetary File System (IPFS) is a [[protocol]] and peer-to-peer network for storing and sharing data in a distributed file system. IPFS uses content-addressing to uniquely identify each file in a global namespace connecting all computing devices.</p>
|
||||
|
||||
<p>https://en.wikipedia.org/wiki/InterPlanetary_File_System</p>
|
||||
">
|
||||
<link rel="stylesheet" href="/assets/css/style.css"><link type="application/atom+xml" rel="alternate" href="/feed.xml" title="Digital Garden" /></head><body class="dark-green sans-serif links-dark-green bg-washed-green"><header class="f-6 flex"><a class="no-underline-hover" rel="author" href="/">Digital Garden</a><nav>, <a class="no-underline-hover" href="/about/">About</a>, <a class="no-underline-hover" href="/colophon/">Colophon</a></nav></header><main aria-label="Content">
|
||||
<div class="flex">
|
||||
<article class="w-50">
|
||||
<div>
|
||||
<h1>IPFS</h1>
|
||||
<time datetime="2021-03-15T19:49:03+00:00">
|
||||
Last updated on March 15, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
|
||||
<div id="notes-entry-container">
|
||||
<div class="note-contents lh-copy">
|
||||
<p>The InterPlanetary File System (IPFS) is a <a class="internal-link" href="./protocol">protocol</a> and peer-to-peer network for storing and sharing data in a distributed file system. IPFS uses content-addressing to uniquely identify each file in a global namespace connecting all computing devices.</p>
|
||||
|
||||
<p>https://en.wikipedia.org/wiki/InterPlanetary_File_System</p>
|
||||
|
||||
</div>
|
||||
|
||||
<side>
|
||||
<h3>Notes mentioning this note</h3>
|
||||
|
||||
<div>
|
||||
|
||||
<div class="backlink-box">
|
||||
<a class="internal-link b" href="/peer-to-peer">peer-to-peer</a><br>
|
||||
<div class="lh-copy">
|
||||
[[Hypercore]]
|
||||
[[IPFS]]
|
||||
|
||||
|
||||
TBD
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</side>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
<div class="w-50">
|
||||
|
||||
<p>Here are all the notes in this garden, along with their links, visualized as a graph.</p>
|
||||
|
||||
<div id="zoom"></div>
|
||||
<div id="graph-wrapper">
|
||||
<script>
|
||||
const graphData = {"edges":[{"source":"229320080329284392969231993","target":"139376232583985260057851086495"},{"source":"50678562032474","target":"50678562032474"},{"source":"2579652121850163","target":"50678562032474"},{"source":"403333506966985812956264495103083930421","target":"50678562812897"},{"source":"229320080329284392969231993","target":"50678562812897"},{"source":"229320080329284392969231993","target":"30172798"},{"source":"229320080329284392969231993","target":"3181528016773134152954"},{"source":"2579652121850163","target":"872776"},{"source":"229320080329284392969231993","target":"2579652121850163"},{"source":"50678562032474","target":"2019378258741"},{"source":"403333506966985812956264495103083930421","target":"2019378258741"},{"source":"872776","target":"2019378258741"},{"source":"24831158218","target":"1562583972"},{"source":"229320080329284392969231993","target":"1562583972"},{"source":"36028","target":"2624541068405932"},{"source":"229320080329284392969231993","target":"2624541068405932"},{"source":"229320080329284392969231993","target":"36028"},{"source":"403333506966985812956264495103083930421","target":"4302444777154252931"},{"source":"50678562812897","target":"4302444777154252931"}],"nodes":[{"id":"24831158218","path":"/bentway","label":"Bentway"},{"id":"139376232583985260057851086495","path":"/digital-public-garden","label":"Digital Public Garden"},{"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":"872776","path":"/ipfs","label":"IPFS"},{"id":"2579652121850163","path":"/peer-to-peer","label":"peer-to-peer"},{"id":"2019378258741","path":"/protocol","label":"Protocol"},{"id":"1562583972","path":"/public","label":"Public"},{"id":"2624541068405932","path":"/publishing","label":"Publishing"},{"id":"36028","path":"/rss","label":"RSS"},{"id":"229320080329284392969231993","path":"/statement-of-intent","label":"Statement of Intent"},{"id":"4302444777154252931","path":"/world-wide-web","label":"World Wide Web"}]}
|
||||
</script>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</main><footer>
|
||||
|
||||
</footer><!-- That file is not particularly elegant. This will need a refactor at some point. -->
|
||||
<div style="opacity: 0; display: none;" id='tooltip-wrapper' class="bg-white lh-copy">
|
||||
<div id='tooltip-content'>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<iframe style="display: none; height: 0; width: 0;" id='link-preview-iframe' src="">
|
||||
</iframe>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js" defer></script>
|
||||
<script src="/assets/js/scripts.js" defer></script>
|
||||
</body>
|
||||
</html>
|
77
peer-to-peer.html
Normal file
77
peer-to-peer.html
Normal file
@ -0,0 +1,77 @@
|
||||
<!doctype html>
|
||||
<html lang="en"><head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>peer-to-peer 🌱 Digital Garden</title>
|
||||
<meta name="description" content="<ul>
|
||||
<li>[[Hypercore]]</li>
|
||||
<li>[[IPFS]]</li>
|
||||
</ul>
|
||||
|
||||
<p>TBD</p>
|
||||
">
|
||||
<link rel="stylesheet" href="/assets/css/style.css"><link type="application/atom+xml" rel="alternate" href="/feed.xml" title="Digital Garden" /></head><body class="dark-green sans-serif links-dark-green bg-washed-green"><header class="f-6 flex"><a class="no-underline-hover" rel="author" href="/">Digital Garden</a><nav>, <a class="no-underline-hover" href="/about/">About</a>, <a class="no-underline-hover" href="/colophon/">Colophon</a></nav></header><main aria-label="Content">
|
||||
<div class="flex">
|
||||
<article class="w-50">
|
||||
<div>
|
||||
<h1>peer-to-peer</h1>
|
||||
<time datetime="2021-03-15T19:49:03+00:00">
|
||||
Last updated on March 15, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
|
||||
<div id="notes-entry-container">
|
||||
<div class="note-contents lh-copy">
|
||||
<ul>
|
||||
<li><a class="internal-link" href="./hypercore">Hypercore</a></li>
|
||||
<li><a class="internal-link" href="./ipfs">IPFS</a></li>
|
||||
</ul>
|
||||
|
||||
<p>TBD</p>
|
||||
|
||||
</div>
|
||||
|
||||
<side>
|
||||
<h3>Notes mentioning this note</h3>
|
||||
|
||||
<div>
|
||||
|
||||
<div class="backlink-box">
|
||||
<a class="internal-link b" href="/statement-of-intent">Statement of Intent</a><br>
|
||||
<div class="lh-copy">[[Hypha]]’s practice is situated across many topics that are present in the theme of Adaptive Reuse & Creative Misuse. Drawing...</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</side>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
<div class="w-50">
|
||||
|
||||
<p>Here are all the notes in this garden, along with their links, visualized as a graph.</p>
|
||||
|
||||
<div id="zoom"></div>
|
||||
<div id="graph-wrapper">
|
||||
<script>
|
||||
const graphData = {"edges":[{"source":"229320080329284392969231993","target":"139376232583985260057851086495"},{"source":"50678562032474","target":"50678562032474"},{"source":"2579652121850163","target":"50678562032474"},{"source":"403333506966985812956264495103083930421","target":"50678562812897"},{"source":"229320080329284392969231993","target":"50678562812897"},{"source":"229320080329284392969231993","target":"30172798"},{"source":"229320080329284392969231993","target":"3181528016773134152954"},{"source":"2579652121850163","target":"872776"},{"source":"229320080329284392969231993","target":"2579652121850163"},{"source":"50678562032474","target":"2019378258741"},{"source":"403333506966985812956264495103083930421","target":"2019378258741"},{"source":"872776","target":"2019378258741"},{"source":"24831158218","target":"1562583972"},{"source":"229320080329284392969231993","target":"1562583972"},{"source":"36028","target":"2624541068405932"},{"source":"229320080329284392969231993","target":"2624541068405932"},{"source":"229320080329284392969231993","target":"36028"},{"source":"403333506966985812956264495103083930421","target":"4302444777154252931"},{"source":"50678562812897","target":"4302444777154252931"}],"nodes":[{"id":"24831158218","path":"/bentway","label":"Bentway"},{"id":"139376232583985260057851086495","path":"/digital-public-garden","label":"Digital Public Garden"},{"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":"872776","path":"/ipfs","label":"IPFS"},{"id":"2579652121850163","path":"/peer-to-peer","label":"peer-to-peer"},{"id":"2019378258741","path":"/protocol","label":"Protocol"},{"id":"1562583972","path":"/public","label":"Public"},{"id":"2624541068405932","path":"/publishing","label":"Publishing"},{"id":"36028","path":"/rss","label":"RSS"},{"id":"229320080329284392969231993","path":"/statement-of-intent","label":"Statement of Intent"},{"id":"4302444777154252931","path":"/world-wide-web","label":"World Wide Web"}]}
|
||||
</script>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</main><footer>
|
||||
|
||||
</footer><!-- That file is not particularly elegant. This will need a refactor at some point. -->
|
||||
<div style="opacity: 0; display: none;" id='tooltip-wrapper' class="bg-white lh-copy">
|
||||
<div id='tooltip-content'>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<iframe style="display: none; height: 0; width: 0;" id='link-preview-iframe' src="">
|
||||
</iframe>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js" defer></script>
|
||||
<script src="/assets/js/scripts.js" defer></script>
|
||||
</body>
|
||||
</html>
|
87
protocol.html
Normal file
87
protocol.html
Normal file
@ -0,0 +1,87 @@
|
||||
<!doctype html>
|
||||
<html lang="en"><head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Protocol 🌱 Digital Garden</title>
|
||||
<meta name="description" content="<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>
|
||||
|
||||
<p>https://en.wikipedia.org/wiki/Communication_protocol</p>
|
||||
|
||||
">
|
||||
<link rel="stylesheet" href="/assets/css/style.css"><link type="application/atom+xml" rel="alternate" href="/feed.xml" title="Digital Garden" /></head><body class="dark-green sans-serif links-dark-green bg-washed-green"><header class="f-6 flex"><a class="no-underline-hover" rel="author" href="/">Digital Garden</a><nav>, <a class="no-underline-hover" href="/about/">About</a>, <a class="no-underline-hover" href="/colophon/">Colophon</a></nav></header><main aria-label="Content">
|
||||
<div class="flex">
|
||||
<article class="w-50">
|
||||
<div>
|
||||
<h1>Protocol</h1>
|
||||
<time datetime="2021-03-15T19:49:03+00:00">
|
||||
Last updated on March 15, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
|
||||
<div id="notes-entry-container">
|
||||
<div class="note-contents 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>
|
||||
|
||||
<p>https://en.wikipedia.org/wiki/Communication_protocol</p>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<side>
|
||||
<h3>Notes mentioning this note</h3>
|
||||
|
||||
<div>
|
||||
|
||||
<div class="backlink-box">
|
||||
<a class="internal-link b" href="/hypercore">Hypercore</a><br>
|
||||
<div class="lh-copy">Hypercore [[Protocol]] is a peer-to-peer data network built on the Hypercore logs. Hypercores are signed, append-only logs. They’re like lightweight...</div>
|
||||
</div>
|
||||
|
||||
<div class="backlink-box">
|
||||
<a class="internal-link b" href="/hypertext-transfer-protocol">Hypertext Transfer Protocol</a><br>
|
||||
<div class="lh-copy">The [[Hypertext]] Transfer [[Protocol]] (HTTP) is an application layer protocol for distributed, collaborative, hypermedia information systems. HTTP is the foundation...</div>
|
||||
</div>
|
||||
|
||||
<div class="backlink-box">
|
||||
<a class="internal-link b" href="/ipfs">IPFS</a><br>
|
||||
<div class="lh-copy">The InterPlanetary File System (IPFS) is a [[protocol]] and peer-to-peer network for storing and sharing data in a distributed file...</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</side>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
<div class="w-50">
|
||||
|
||||
<p>Here are all the notes in this garden, along with their links, visualized as a graph.</p>
|
||||
|
||||
<div id="zoom"></div>
|
||||
<div id="graph-wrapper">
|
||||
<script>
|
||||
const graphData = {"edges":[{"source":"229320080329284392969231993","target":"139376232583985260057851086495"},{"source":"50678562032474","target":"50678562032474"},{"source":"2579652121850163","target":"50678562032474"},{"source":"403333506966985812956264495103083930421","target":"50678562812897"},{"source":"229320080329284392969231993","target":"50678562812897"},{"source":"229320080329284392969231993","target":"30172798"},{"source":"229320080329284392969231993","target":"3181528016773134152954"},{"source":"2579652121850163","target":"872776"},{"source":"229320080329284392969231993","target":"2579652121850163"},{"source":"50678562032474","target":"2019378258741"},{"source":"403333506966985812956264495103083930421","target":"2019378258741"},{"source":"872776","target":"2019378258741"},{"source":"24831158218","target":"1562583972"},{"source":"229320080329284392969231993","target":"1562583972"},{"source":"36028","target":"2624541068405932"},{"source":"229320080329284392969231993","target":"2624541068405932"},{"source":"229320080329284392969231993","target":"36028"},{"source":"403333506966985812956264495103083930421","target":"4302444777154252931"},{"source":"50678562812897","target":"4302444777154252931"}],"nodes":[{"id":"24831158218","path":"/bentway","label":"Bentway"},{"id":"139376232583985260057851086495","path":"/digital-public-garden","label":"Digital Public Garden"},{"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":"872776","path":"/ipfs","label":"IPFS"},{"id":"2579652121850163","path":"/peer-to-peer","label":"peer-to-peer"},{"id":"2019378258741","path":"/protocol","label":"Protocol"},{"id":"1562583972","path":"/public","label":"Public"},{"id":"2624541068405932","path":"/publishing","label":"Publishing"},{"id":"36028","path":"/rss","label":"RSS"},{"id":"229320080329284392969231993","path":"/statement-of-intent","label":"Statement of Intent"},{"id":"4302444777154252931","path":"/world-wide-web","label":"World Wide Web"}]}
|
||||
</script>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</main><footer>
|
||||
|
||||
</footer><!-- That file is not particularly elegant. This will need a refactor at some point. -->
|
||||
<div style="opacity: 0; display: none;" id='tooltip-wrapper' class="bg-white lh-copy">
|
||||
<div id='tooltip-content'>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<iframe style="display: none; height: 0; width: 0;" id='link-preview-iframe' src="">
|
||||
</iframe>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js" defer></script>
|
||||
<script src="/assets/js/scripts.js" defer></script>
|
||||
</body>
|
||||
</html>
|
@ -1,67 +0,0 @@
|
||||
<!doctype html>
|
||||
<html lang="en"><head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Protocols 🌱 Digital Garden</title>
|
||||
<meta name="description" content="
|
||||
">
|
||||
<link rel="stylesheet" href="/assets/css/style.css"><link type="application/atom+xml" rel="alternate" href="/feed.xml" title="Digital Garden" /></head><body class="dark-green garamond links-dark-green bg-washed-green"><header class="f-6 flex"><a class="no-underline-hover" rel="author" href="/">Digital Garden</a><nav>, <a class="no-underline-hover" href="/about/">About</a></nav></header><main aria-label="Content">
|
||||
<div class="flex">
|
||||
<article class="w-50">
|
||||
<div>
|
||||
<h1>Protocols</h1>
|
||||
<time datetime="2021-03-15T18:16:20+00:00">
|
||||
Last updated on March 15, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
|
||||
<div id="notes-entry-container">
|
||||
<div class="note-contents">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<side style="font-size: 0.9em">
|
||||
<h3 style="margin-bottom: 1em">Notes mentioning this note</h3>
|
||||
|
||||
<div style="display: grid; grid-gap: 1em; grid-template-columns: repeat(1fr);">
|
||||
|
||||
<div class="backlink-box">
|
||||
<a class="internal-link" href="/statement-of-intent">Statement of Intent</a><br>
|
||||
<div style="font-size: 0.9em">Hypha’s practice is situated across many topics that are present in the theme of Adaptive Reuse & Creative Misuse. Drawing...</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</side>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
<div class="w-50">
|
||||
|
||||
<p>Here are all the notes in this garden, along with their links, visualized as a graph.</p>
|
||||
|
||||
<div id="zoom"></div>
|
||||
<div id="graph-wrapper">
|
||||
<script>
|
||||
const graphData = {"edges":[{"source":"229320080329284392969231993","target":"50678562812897"},{"source":"229320080329284392969231993","target":"72697617314704"},{"source":"229320080329284392969231993","target":"36028"}],"nodes":[{"id":"50678562812897","path":"/hypertext","label":"Hypertext"},{"id":"72697617314704","path":"/protocols","label":"Protocols"},{"id":"36028","path":"/rss","label":"RSS"},{"id":"229320080329284392969231993","path":"/statement-of-intent","label":"Statement of Intent"}]}
|
||||
</script>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</main><footer>
|
||||
|
||||
</footer><!-- That file is not particularly elegant. This will need a refactor at some point. -->
|
||||
<div style="opacity: 0; display: none;" id='tooltip-wrapper'>
|
||||
<div id='tooltip-content'>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<iframe style="display: none; height: 0; width: 0;" id='link-preview-iframe' src="">
|
||||
</iframe>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js" defer></script>
|
||||
<script src="/assets/js/scripts.js" defer></script>
|
||||
</body>
|
||||
</html>
|
73
public.html
Normal file
73
public.html
Normal file
@ -0,0 +1,73 @@
|
||||
<!doctype html>
|
||||
<html lang="en"><head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Public 🌱 Digital Garden</title>
|
||||
<meta name="description" content="<p>TBD</p>
|
||||
">
|
||||
<link rel="stylesheet" href="/assets/css/style.css"><link type="application/atom+xml" rel="alternate" href="/feed.xml" title="Digital Garden" /></head><body class="dark-green sans-serif links-dark-green bg-washed-green"><header class="f-6 flex"><a class="no-underline-hover" rel="author" href="/">Digital Garden</a><nav>, <a class="no-underline-hover" href="/about/">About</a>, <a class="no-underline-hover" href="/colophon/">Colophon</a></nav></header><main aria-label="Content">
|
||||
<div class="flex">
|
||||
<article class="w-50">
|
||||
<div>
|
||||
<h1>Public</h1>
|
||||
<time datetime="2021-03-15T19:49:03+00:00">
|
||||
Last updated on March 15, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
|
||||
<div id="notes-entry-container">
|
||||
<div class="note-contents lh-copy">
|
||||
<p>TBD</p>
|
||||
|
||||
</div>
|
||||
|
||||
<side>
|
||||
<h3>Notes mentioning this note</h3>
|
||||
|
||||
<div>
|
||||
|
||||
<div class="backlink-box">
|
||||
<a class="internal-link b" href="/bentway">Bentway</a><br>
|
||||
<div class="lh-copy">The Bentway re-imagines how we build, experience, activate, and value [[public]] space together.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="backlink-box">
|
||||
<a class="internal-link b" href="/statement-of-intent">Statement of Intent</a><br>
|
||||
<div class="lh-copy">[[Hypha]]’s practice is situated across many topics that are present in the theme of Adaptive Reuse & Creative Misuse. Drawing...</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</side>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
<div class="w-50">
|
||||
|
||||
<p>Here are all the notes in this garden, along with their links, visualized as a graph.</p>
|
||||
|
||||
<div id="zoom"></div>
|
||||
<div id="graph-wrapper">
|
||||
<script>
|
||||
const graphData = {"edges":[{"source":"229320080329284392969231993","target":"139376232583985260057851086495"},{"source":"50678562032474","target":"50678562032474"},{"source":"2579652121850163","target":"50678562032474"},{"source":"403333506966985812956264495103083930421","target":"50678562812897"},{"source":"229320080329284392969231993","target":"50678562812897"},{"source":"229320080329284392969231993","target":"30172798"},{"source":"229320080329284392969231993","target":"3181528016773134152954"},{"source":"2579652121850163","target":"872776"},{"source":"229320080329284392969231993","target":"2579652121850163"},{"source":"50678562032474","target":"2019378258741"},{"source":"403333506966985812956264495103083930421","target":"2019378258741"},{"source":"872776","target":"2019378258741"},{"source":"24831158218","target":"1562583972"},{"source":"229320080329284392969231993","target":"1562583972"},{"source":"36028","target":"2624541068405932"},{"source":"229320080329284392969231993","target":"2624541068405932"},{"source":"229320080329284392969231993","target":"36028"},{"source":"403333506966985812956264495103083930421","target":"4302444777154252931"},{"source":"50678562812897","target":"4302444777154252931"}],"nodes":[{"id":"24831158218","path":"/bentway","label":"Bentway"},{"id":"139376232583985260057851086495","path":"/digital-public-garden","label":"Digital Public Garden"},{"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":"872776","path":"/ipfs","label":"IPFS"},{"id":"2579652121850163","path":"/peer-to-peer","label":"peer-to-peer"},{"id":"2019378258741","path":"/protocol","label":"Protocol"},{"id":"1562583972","path":"/public","label":"Public"},{"id":"2624541068405932","path":"/publishing","label":"Publishing"},{"id":"36028","path":"/rss","label":"RSS"},{"id":"229320080329284392969231993","path":"/statement-of-intent","label":"Statement of Intent"},{"id":"4302444777154252931","path":"/world-wide-web","label":"World Wide Web"}]}
|
||||
</script>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</main><footer>
|
||||
|
||||
</footer><!-- That file is not particularly elegant. This will need a refactor at some point. -->
|
||||
<div style="opacity: 0; display: none;" id='tooltip-wrapper' class="bg-white lh-copy">
|
||||
<div id='tooltip-content'>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<iframe style="display: none; height: 0; width: 0;" id='link-preview-iframe' src="">
|
||||
</iframe>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js" defer></script>
|
||||
<script src="/assets/js/scripts.js" defer></script>
|
||||
</body>
|
||||
</html>
|
72
publishing.html
Normal file
72
publishing.html
Normal file
@ -0,0 +1,72 @@
|
||||
<!doctype html>
|
||||
<html lang="en"><head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Publishing 🌱 Digital Garden</title>
|
||||
<meta name="description" content="
|
||||
">
|
||||
<link rel="stylesheet" href="/assets/css/style.css"><link type="application/atom+xml" rel="alternate" href="/feed.xml" title="Digital Garden" /></head><body class="dark-green sans-serif links-dark-green bg-washed-green"><header class="f-6 flex"><a class="no-underline-hover" rel="author" href="/">Digital Garden</a><nav>, <a class="no-underline-hover" href="/about/">About</a>, <a class="no-underline-hover" href="/colophon/">Colophon</a></nav></header><main aria-label="Content">
|
||||
<div class="flex">
|
||||
<article class="w-50">
|
||||
<div>
|
||||
<h1>Publishing</h1>
|
||||
<time datetime="2021-03-15T19:49:03+00:00">
|
||||
Last updated on March 15, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
|
||||
<div id="notes-entry-container">
|
||||
<div class="note-contents lh-copy">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<side>
|
||||
<h3>Notes mentioning this note</h3>
|
||||
|
||||
<div>
|
||||
|
||||
<div class="backlink-box">
|
||||
<a class="internal-link b" href="/rss">RSS</a><br>
|
||||
<div class="lh-copy">RSS (RDF Site Summary or Really Simple Syndication) is a web feed that allows users and applications to access updates...</div>
|
||||
</div>
|
||||
|
||||
<div class="backlink-box">
|
||||
<a class="internal-link b" href="/statement-of-intent">Statement of Intent</a><br>
|
||||
<div class="lh-copy">[[Hypha]]’s practice is situated across many topics that are present in the theme of Adaptive Reuse & Creative Misuse. Drawing...</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</side>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
<div class="w-50">
|
||||
|
||||
<p>Here are all the notes in this garden, along with their links, visualized as a graph.</p>
|
||||
|
||||
<div id="zoom"></div>
|
||||
<div id="graph-wrapper">
|
||||
<script>
|
||||
const graphData = {"edges":[{"source":"229320080329284392969231993","target":"139376232583985260057851086495"},{"source":"50678562032474","target":"50678562032474"},{"source":"2579652121850163","target":"50678562032474"},{"source":"403333506966985812956264495103083930421","target":"50678562812897"},{"source":"229320080329284392969231993","target":"50678562812897"},{"source":"229320080329284392969231993","target":"30172798"},{"source":"229320080329284392969231993","target":"3181528016773134152954"},{"source":"2579652121850163","target":"872776"},{"source":"229320080329284392969231993","target":"2579652121850163"},{"source":"50678562032474","target":"2019378258741"},{"source":"403333506966985812956264495103083930421","target":"2019378258741"},{"source":"872776","target":"2019378258741"},{"source":"24831158218","target":"1562583972"},{"source":"229320080329284392969231993","target":"1562583972"},{"source":"36028","target":"2624541068405932"},{"source":"229320080329284392969231993","target":"2624541068405932"},{"source":"229320080329284392969231993","target":"36028"},{"source":"403333506966985812956264495103083930421","target":"4302444777154252931"},{"source":"50678562812897","target":"4302444777154252931"}],"nodes":[{"id":"24831158218","path":"/bentway","label":"Bentway"},{"id":"139376232583985260057851086495","path":"/digital-public-garden","label":"Digital Public Garden"},{"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":"872776","path":"/ipfs","label":"IPFS"},{"id":"2579652121850163","path":"/peer-to-peer","label":"peer-to-peer"},{"id":"2019378258741","path":"/protocol","label":"Protocol"},{"id":"1562583972","path":"/public","label":"Public"},{"id":"2624541068405932","path":"/publishing","label":"Publishing"},{"id":"36028","path":"/rss","label":"RSS"},{"id":"229320080329284392969231993","path":"/statement-of-intent","label":"Statement of Intent"},{"id":"4302444777154252931","path":"/world-wide-web","label":"World Wide Web"}]}
|
||||
</script>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</main><footer>
|
||||
|
||||
</footer><!-- That file is not particularly elegant. This will need a refactor at some point. -->
|
||||
<div style="opacity: 0; display: none;" id='tooltip-wrapper' class="bg-white lh-copy">
|
||||
<div id='tooltip-content'>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<iframe style="display: none; height: 0; width: 0;" id='link-preview-iframe' src="">
|
||||
</iframe>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js" defer></script>
|
||||
<script src="/assets/js/scripts.js" defer></script>
|
||||
</body>
|
||||
</html>
|
28
rss.html
28
rss.html
@ -3,33 +3,37 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>RSS 🌱 Digital Garden</title>
|
||||
<meta name="description" content="<p>Really Simple Syndication</p>
|
||||
<meta name="description" content="<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 [[publishing]] date and author’s name.</p>
|
||||
|
||||
<p>https://en.wikipedia.org/wiki/RSS</p>
|
||||
">
|
||||
<link rel="stylesheet" href="/assets/css/style.css"><link type="application/atom+xml" rel="alternate" href="/feed.xml" title="Digital Garden" /></head><body class="dark-green garamond links-dark-green bg-washed-green"><header class="f-6 flex"><a class="no-underline-hover" rel="author" href="/">Digital Garden</a><nav>, <a class="no-underline-hover" href="/about/">About</a></nav></header><main aria-label="Content">
|
||||
<link rel="stylesheet" href="/assets/css/style.css"><link type="application/atom+xml" rel="alternate" href="/feed.xml" title="Digital Garden" /></head><body class="dark-green sans-serif links-dark-green bg-washed-green"><header class="f-6 flex"><a class="no-underline-hover" rel="author" href="/">Digital Garden</a><nav>, <a class="no-underline-hover" href="/about/">About</a>, <a class="no-underline-hover" href="/colophon/">Colophon</a></nav></header><main aria-label="Content">
|
||||
<div class="flex">
|
||||
<article class="w-50">
|
||||
<div>
|
||||
<h1>RSS</h1>
|
||||
<time datetime="2021-03-15T18:16:20+00:00">
|
||||
<time datetime="2021-03-15T19:49:03+00:00">
|
||||
Last updated on March 15, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
|
||||
<div id="notes-entry-container">
|
||||
<div class="note-contents">
|
||||
<p>Really Simple Syndication</p>
|
||||
<div class="note-contents 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>https://en.wikipedia.org/wiki/RSS</p>
|
||||
|
||||
</div>
|
||||
|
||||
<side style="font-size: 0.9em">
|
||||
<h3 style="margin-bottom: 1em">Notes mentioning this note</h3>
|
||||
<side>
|
||||
<h3>Notes mentioning this note</h3>
|
||||
|
||||
<div style="display: grid; grid-gap: 1em; grid-template-columns: repeat(1fr);">
|
||||
<div>
|
||||
|
||||
<div class="backlink-box">
|
||||
<a class="internal-link" href="/statement-of-intent">Statement of Intent</a><br>
|
||||
<div style="font-size: 0.9em">Hypha’s practice is situated across many topics that are present in the theme of Adaptive Reuse & Creative Misuse. Drawing...</div>
|
||||
<a class="internal-link b" href="/statement-of-intent">Statement of Intent</a><br>
|
||||
<div class="lh-copy">[[Hypha]]’s practice is situated across many topics that are present in the theme of Adaptive Reuse & Creative Misuse. Drawing...</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -45,7 +49,7 @@
|
||||
<div id="zoom"></div>
|
||||
<div id="graph-wrapper">
|
||||
<script>
|
||||
const graphData = {"edges":[{"source":"229320080329284392969231993","target":"50678562812897"},{"source":"229320080329284392969231993","target":"72697617314704"},{"source":"229320080329284392969231993","target":"36028"}],"nodes":[{"id":"50678562812897","path":"/hypertext","label":"Hypertext"},{"id":"72697617314704","path":"/protocols","label":"Protocols"},{"id":"36028","path":"/rss","label":"RSS"},{"id":"229320080329284392969231993","path":"/statement-of-intent","label":"Statement of Intent"}]}
|
||||
const graphData = {"edges":[{"source":"229320080329284392969231993","target":"139376232583985260057851086495"},{"source":"50678562032474","target":"50678562032474"},{"source":"2579652121850163","target":"50678562032474"},{"source":"403333506966985812956264495103083930421","target":"50678562812897"},{"source":"229320080329284392969231993","target":"50678562812897"},{"source":"229320080329284392969231993","target":"30172798"},{"source":"229320080329284392969231993","target":"3181528016773134152954"},{"source":"2579652121850163","target":"872776"},{"source":"229320080329284392969231993","target":"2579652121850163"},{"source":"50678562032474","target":"2019378258741"},{"source":"403333506966985812956264495103083930421","target":"2019378258741"},{"source":"872776","target":"2019378258741"},{"source":"24831158218","target":"1562583972"},{"source":"229320080329284392969231993","target":"1562583972"},{"source":"36028","target":"2624541068405932"},{"source":"229320080329284392969231993","target":"2624541068405932"},{"source":"229320080329284392969231993","target":"36028"},{"source":"403333506966985812956264495103083930421","target":"4302444777154252931"},{"source":"50678562812897","target":"4302444777154252931"}],"nodes":[{"id":"24831158218","path":"/bentway","label":"Bentway"},{"id":"139376232583985260057851086495","path":"/digital-public-garden","label":"Digital Public Garden"},{"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":"872776","path":"/ipfs","label":"IPFS"},{"id":"2579652121850163","path":"/peer-to-peer","label":"peer-to-peer"},{"id":"2019378258741","path":"/protocol","label":"Protocol"},{"id":"1562583972","path":"/public","label":"Public"},{"id":"2624541068405932","path":"/publishing","label":"Publishing"},{"id":"36028","path":"/rss","label":"RSS"},{"id":"229320080329284392969231993","path":"/statement-of-intent","label":"Statement of Intent"},{"id":"4302444777154252931","path":"/world-wide-web","label":"World Wide Web"}]}
|
||||
</script>
|
||||
</div>
|
||||
</div>
|
||||
@ -53,7 +57,7 @@
|
||||
</main><footer>
|
||||
|
||||
</footer><!-- That file is not particularly elegant. This will need a refactor at some point. -->
|
||||
<div style="opacity: 0; display: none;" id='tooltip-wrapper'>
|
||||
<div style="opacity: 0; display: none;" id='tooltip-wrapper' class="bg-white lh-copy">
|
||||
<div id='tooltip-content'>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -3,27 +3,34 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Statement of Intent 🌱 Digital Garden</title>
|
||||
<meta name="description" content="<p>Hypha’s practice is situated across many topics that are present in the theme of <em>Adaptive Reuse &amp; Creative Misuse</em>. Drawing from our collective experiences, histories, and methodologies, our goal for the micro-residency to investigate how notions of digital infrastructure can be reused, reinterpreted, and reconfigured, to realize a kind of public space. Our approach to this theme will be composed of a few, very preliminary, subjects that will ground the residency: the situated histories of digital infrastructure, the implications of [[protocols]] for publishing ([[Hypertext]], [[RSS]], Peer-to-peer) in defining public spaces, and the possibilities of cooperative approaches to maintenance and repair. Our intent is to make the process of this investigation public through online tools mapping our thinking about the theme (Open channels in Are.na as one example) and cultivating a Digital Public Garden as part of Hypha’s contributions to the initiative (a resyndicatable adaptive online notebook). The outputs from the micro-residency 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>
|
||||
<meta name="description" content="<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>[[Hypha]]’s practice is situated across many topics that are present in the theme of <em>Adaptive Reuse &amp; Creative Misuse</em>. Drawing from our collective experiences, histories, and methodologies, our goal for the micro-residency to investigate how notions of digital [[infrastructure]] can be reused, reinterpreted, and reconfigured, to realize a kind of public space. Our approach to this theme will be composed of a few, very preliminary, subjects that will ground the residency: the situated histories of digital infrastructure, the implications of protocols for [[publishing]] ([[Hypertext]], [[RSS]], [[Peer-to-peer]]) in defining public spaces, and the possibilities of cooperative approaches to maintenance and repair. Our intent is to make the process of this investigation [[public]] through online tools mapping our thinking about the theme (Open channels in Are.na as one example) and cultivating a [[Digital Public Garden]] as part of Hypha’s contributions to the initiative (a [[RSS</td>
|
||||
<td>resyndicatable]] adaptive online notebook). The outputs from the micro-residency 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.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
">
|
||||
<link rel="stylesheet" href="/assets/css/style.css"><link type="application/atom+xml" rel="alternate" href="/feed.xml" title="Digital Garden" /></head><body class="dark-green garamond links-dark-green bg-washed-green"><header class="f-6 flex"><a class="no-underline-hover" rel="author" href="/">Digital Garden</a><nav>, <a class="no-underline-hover" href="/about/">About</a></nav></header><main aria-label="Content">
|
||||
<link rel="stylesheet" href="/assets/css/style.css"><link type="application/atom+xml" rel="alternate" href="/feed.xml" title="Digital Garden" /></head><body class="dark-green sans-serif links-dark-green bg-washed-green"><header class="f-6 flex"><a class="no-underline-hover" rel="author" href="/">Digital Garden</a><nav>, <a class="no-underline-hover" href="/about/">About</a>, <a class="no-underline-hover" href="/colophon/">Colophon</a></nav></header><main aria-label="Content">
|
||||
<div class="flex">
|
||||
<article class="w-50">
|
||||
<div>
|
||||
<h1>Statement of Intent</h1>
|
||||
<time datetime="2021-03-15T18:16:20+00:00">
|
||||
<time datetime="2021-03-15T19:49:03+00:00">
|
||||
Last updated on March 15, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
|
||||
<div id="notes-entry-container">
|
||||
<div class="note-contents">
|
||||
<p>Hypha’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 infrastructure can be reused, reinterpreted, and reconfigured, to realize a kind of public space. Our approach to this theme will be composed of a few, very preliminary, subjects that will ground the residency: the situated histories of digital infrastructure, the implications of <a class="internal-link" href="./protocols">protocols</a> for publishing (<a class="internal-link" href="./hypertext">Hypertext</a>, <a class="internal-link" href="./rss">RSS</a>, Peer-to-peer) in defining public spaces, and the possibilities of cooperative approaches to maintenance and repair. Our intent is to make the process of this investigation public through online tools mapping our thinking about the theme (Open channels in Are.na as one example) and cultivating a Digital Public Garden as part of Hypha’s contributions to the initiative (a resyndicatable adaptive online notebook). The outputs from the micro-residency 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 class="note-contents 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 public space. Our approach to this theme will be composed of a few, very preliminary, subjects that will ground the residency: the situated histories of digital infrastructure, the implications of protocols for <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">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 micro-residency 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>
|
||||
|
||||
<side style="font-size: 0.9em">
|
||||
<h3 style="margin-bottom: 1em">Notes mentioning this note</h3>
|
||||
<side>
|
||||
<h3>Notes mentioning this note</h3>
|
||||
|
||||
|
||||
<div>
|
||||
@ -43,7 +50,7 @@
|
||||
<div id="zoom"></div>
|
||||
<div id="graph-wrapper">
|
||||
<script>
|
||||
const graphData = {"edges":[{"source":"229320080329284392969231993","target":"50678562812897"},{"source":"229320080329284392969231993","target":"72697617314704"},{"source":"229320080329284392969231993","target":"36028"}],"nodes":[{"id":"50678562812897","path":"/hypertext","label":"Hypertext"},{"id":"72697617314704","path":"/protocols","label":"Protocols"},{"id":"36028","path":"/rss","label":"RSS"},{"id":"229320080329284392969231993","path":"/statement-of-intent","label":"Statement of Intent"}]}
|
||||
const graphData = {"edges":[{"source":"229320080329284392969231993","target":"139376232583985260057851086495"},{"source":"50678562032474","target":"50678562032474"},{"source":"2579652121850163","target":"50678562032474"},{"source":"403333506966985812956264495103083930421","target":"50678562812897"},{"source":"229320080329284392969231993","target":"50678562812897"},{"source":"229320080329284392969231993","target":"30172798"},{"source":"229320080329284392969231993","target":"3181528016773134152954"},{"source":"2579652121850163","target":"872776"},{"source":"229320080329284392969231993","target":"2579652121850163"},{"source":"50678562032474","target":"2019378258741"},{"source":"403333506966985812956264495103083930421","target":"2019378258741"},{"source":"872776","target":"2019378258741"},{"source":"24831158218","target":"1562583972"},{"source":"229320080329284392969231993","target":"1562583972"},{"source":"36028","target":"2624541068405932"},{"source":"229320080329284392969231993","target":"2624541068405932"},{"source":"229320080329284392969231993","target":"36028"},{"source":"403333506966985812956264495103083930421","target":"4302444777154252931"},{"source":"50678562812897","target":"4302444777154252931"}],"nodes":[{"id":"24831158218","path":"/bentway","label":"Bentway"},{"id":"139376232583985260057851086495","path":"/digital-public-garden","label":"Digital Public Garden"},{"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":"872776","path":"/ipfs","label":"IPFS"},{"id":"2579652121850163","path":"/peer-to-peer","label":"peer-to-peer"},{"id":"2019378258741","path":"/protocol","label":"Protocol"},{"id":"1562583972","path":"/public","label":"Public"},{"id":"2624541068405932","path":"/publishing","label":"Publishing"},{"id":"36028","path":"/rss","label":"RSS"},{"id":"229320080329284392969231993","path":"/statement-of-intent","label":"Statement of Intent"},{"id":"4302444777154252931","path":"/world-wide-web","label":"World Wide Web"}]}
|
||||
</script>
|
||||
</div>
|
||||
</div>
|
||||
@ -51,7 +58,7 @@
|
||||
</main><footer>
|
||||
|
||||
</footer><!-- That file is not particularly elegant. This will need a refactor at some point. -->
|
||||
<div style="opacity: 0; display: none;" id='tooltip-wrapper'>
|
||||
<div style="opacity: 0; display: none;" id='tooltip-wrapper' class="bg-white lh-copy">
|
||||
<div id='tooltip-content'>
|
||||
</div>
|
||||
</div>
|
||||
|
72
world-wide-web.html
Normal file
72
world-wide-web.html
Normal file
@ -0,0 +1,72 @@
|
||||
<!doctype html>
|
||||
<html lang="en"><head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>World Wide Web 🌱 Digital Garden</title>
|
||||
<meta name="description" content="<p>TBD</p>
|
||||
">
|
||||
<link rel="stylesheet" href="/assets/css/style.css"><link type="application/atom+xml" rel="alternate" href="/feed.xml" title="Digital Garden" /></head><body class="dark-green sans-serif links-dark-green bg-washed-green"><header class="f-6 flex"><a class="no-underline-hover" rel="author" href="/">Digital Garden</a><nav>, <a class="no-underline-hover" href="/about/">About</a>, <a class="no-underline-hover" href="/colophon/">Colophon</a></nav></header><main aria-label="Content">
|
||||
<div class="flex">
|
||||
<article class="w-50">
|
||||
<div>
|
||||
<h1>World Wide Web</h1>
|
||||
<time datetime="2021-03-15T19:49:03+00:00">
|
||||
Last updated on March 15, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
|
||||
<div id="notes-entry-container">
|
||||
<div class="note-contents lh-copy">
|
||||
<p>TBD</p>
|
||||
|
||||
</div>
|
||||
|
||||
<side>
|
||||
<h3>Notes mentioning this note</h3>
|
||||
|
||||
<div>
|
||||
|
||||
<div class="backlink-box">
|
||||
<a class="internal-link b" href="/hypertext-transfer-protocol">Hypertext Transfer Protocol</a><br>
|
||||
<div class="lh-copy">The [[Hypertext]] Transfer [[Protocol]] (HTTP) is an application layer protocol for distributed, collaborative, hypermedia information systems. HTTP is the foundation...</div>
|
||||
</div>
|
||||
|
||||
<div class="backlink-box">
|
||||
<a class="internal-link b" href="/hypertext">Hypertext</a><br>
|
||||
<div class="lh-copy">Hypertext is text displayed on a computer display or other electronic devices with references (hyperlinks) to other text that the...</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</side>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
<div class="w-50">
|
||||
|
||||
<p>Here are all the notes in this garden, along with their links, visualized as a graph.</p>
|
||||
|
||||
<div id="zoom"></div>
|
||||
<div id="graph-wrapper">
|
||||
<script>
|
||||
const graphData = {"edges":[{"source":"229320080329284392969231993","target":"139376232583985260057851086495"},{"source":"50678562032474","target":"50678562032474"},{"source":"2579652121850163","target":"50678562032474"},{"source":"403333506966985812956264495103083930421","target":"50678562812897"},{"source":"229320080329284392969231993","target":"50678562812897"},{"source":"229320080329284392969231993","target":"30172798"},{"source":"229320080329284392969231993","target":"3181528016773134152954"},{"source":"2579652121850163","target":"872776"},{"source":"229320080329284392969231993","target":"2579652121850163"},{"source":"50678562032474","target":"2019378258741"},{"source":"403333506966985812956264495103083930421","target":"2019378258741"},{"source":"872776","target":"2019378258741"},{"source":"24831158218","target":"1562583972"},{"source":"229320080329284392969231993","target":"1562583972"},{"source":"36028","target":"2624541068405932"},{"source":"229320080329284392969231993","target":"2624541068405932"},{"source":"229320080329284392969231993","target":"36028"},{"source":"403333506966985812956264495103083930421","target":"4302444777154252931"},{"source":"50678562812897","target":"4302444777154252931"}],"nodes":[{"id":"24831158218","path":"/bentway","label":"Bentway"},{"id":"139376232583985260057851086495","path":"/digital-public-garden","label":"Digital Public Garden"},{"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":"872776","path":"/ipfs","label":"IPFS"},{"id":"2579652121850163","path":"/peer-to-peer","label":"peer-to-peer"},{"id":"2019378258741","path":"/protocol","label":"Protocol"},{"id":"1562583972","path":"/public","label":"Public"},{"id":"2624541068405932","path":"/publishing","label":"Publishing"},{"id":"36028","path":"/rss","label":"RSS"},{"id":"229320080329284392969231993","path":"/statement-of-intent","label":"Statement of Intent"},{"id":"4302444777154252931","path":"/world-wide-web","label":"World Wide Web"}]}
|
||||
</script>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</main><footer>
|
||||
|
||||
</footer><!-- That file is not particularly elegant. This will need a refactor at some point. -->
|
||||
<div style="opacity: 0; display: none;" id='tooltip-wrapper' class="bg-white lh-copy">
|
||||
<div id='tooltip-content'>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<iframe style="display: none; height: 0; width: 0;" id='link-preview-iframe' src="">
|
||||
</iframe>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js" defer></script>
|
||||
<script src="/assets/js/scripts.js" defer></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user