5 Commits

Author SHA1 Message Date
62b04427ca Tiny logo 2021-03-22 11:32:00 +00:00
bbe4556900 Add text 2020-11-17 13:38:47 +00:00
3a47c81af6 Add template for future mycomaterials guide 2020-09-14 13:50:15 +01:00
f6ead0ddc5 Update meta and home page descriptions, update lists 2020-09-09 16:54:47 +01:00
a06c264a8d Add basic glossary and add cards for displaying articles, guides and posts 2020-09-05 10:41:03 +01:00
12 changed files with 215 additions and 28 deletions

51
mycomaterials_notes Normal file
View File

@ -0,0 +1,51 @@
introduction
- emphasize low-tech diy appeal and accessibility
- easier than mushroom cultivation
what are mycomaterials?
- properties
- cheaply produced on agricultural waste
- home compostable
- naturally fire resistant
- thermal degradation of mycelium films occurred at approximately 300 degrees Celcius
- buoyant
- light-weight
- water resistant
- mycelium is hydrophobic due to proteins in the outermost layer of the cell wall
- rapid growth (7-14 days)
working with mycelium (how-to)
- inoculum
- species (ganoderma / pleurotus)
- source
- substrate
- type (sawdust / hemp hurd / coir)
- treatment (sterilization / pasteurization)
- moisture content
- design
- object shape / properties
- mould / tool
- colour / texture
- finishing
- dry (2hrs at 60 degrees C)
- wax finish or dye (beesmax, natural dyes)
- g. lucidum very difficult to cut & shape whendry, even using saws & files
- environment
- temperature / humidity / CO2 / light
- card with technical details (bonus "bread crumbs")
industry
- who are the major players and what are they focused on?
conclusion
links / resources
- websites
- companies
- papers

View File

@ -124,6 +124,15 @@ fn fungi_design_patterns() -> Template {
Template::render("fungi/design_patterns", &context)
}
#[get("/fungi/glossary")]
fn fungi_glossary() -> Template {
let context = FlashContext {
flash_name: None,
flash_msg: None,
};
Template::render("fungi/glossary", &context)
}
#[get("/fungi/grow-forests")]
fn fungi_grow_forests() -> Template {
let context = FlashContext {
@ -286,6 +295,7 @@ fn main() {
computers_rust_compilation,
fungi,
fungi_design_patterns,
fungi_glossary,
fungi_grow_forests,
fungi_grow_together,
fungi_lichen_space,

56
static/glyph_tiny.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -6,7 +6,7 @@
<link rel="shortcut icon" type="image/png" href="favicon.png"/>
<title>{% block title %}{% endblock title %}</title>
<meta name="author" content="glyph">
<meta name="description" content="The personal website of glyph.">
<meta name="description" content="Welcome to the personal website of glyph: a mycelial technologist coding and cultivating a decentralized, multispecies future. On my site you will find art, musings and projects relating to carbon-based and silicon-based technologies. Sowing seeds of symbiosis, weaving webs of wu wei.">
<meta name="keywords" content="botany, coding, electronics, fermentation, fungi, meditation, mycology, plants">
<style>
a {
@ -34,7 +34,21 @@
line-height: 1.4;
margin: 2rem;
}
.card {
border: 1px solid black;
box-shadow: 0.25rem 0.25rem;
width: max-content;
padding: 2rem;
margin-bottom: 2rem;
}
.card ul {
list-style-type: none;
margin: 0;
padding-left: 0;
}
code {
background-color: #111;
color: #fff;
@ -54,6 +68,11 @@
}
}
figure {
margin: 0;
padding: 0;
}
.flex-grid {
display: flex;
}
@ -110,10 +129,6 @@
padding: 2rem;
}
figure {
margin: 0;
padding: 0;
}
</style>
</head>
<body>

View File

@ -4,10 +4,12 @@
<h2>Computers</h2>
<p>You can find some of my code on <a href="https://github.com/mycognosist" title="glyph's GitHub repo">GitHub</a> and <a href="https://git.sr.ht/~glyph" title="glyph's Sourcehut repo">Sourcehut</a>.</p>
<h3>Posts</h3>
<ul>
<li><a href="/computers/rust-compilation">Cross-Compiling Rust for Debian Buster on Raspberry Pi 3B+</a> - <i>18 May, 2020</i></li>
<li><a href="/computers/esp8266-dht11">ESP8266 with DHT11 and LCD Display</a> - <i>5 August, 2019</i></li>
<li><a href="/computers/i2c-adventures">Adventures with I²C</a> - <i>26 January, 2019</i></li>
</ul>
<div class="card">
<ul>
<li><a href="/computers/rust-compilation">Cross-Compiling Rust for Debian Buster on Raspberry Pi 3B+</a> - <i>18 May, 2020</i></li>
<li><a href="/computers/esp8266-dht11">ESP8266 with DHT11 and LCD Display</a> - <i>5 August, 2019</i></li>
<li><a href="/computers/i2c-adventures">Adventures with I²C</a> - <i>26 January, 2019</i></li>
</ul>
</div>
<hr>
{%- endblock %}

View File

@ -2,13 +2,22 @@
{% block title %}mycelial technology | fungi{% endblock title %}
{% block content %}
<h2>Fungi</h2>
<ul>
<li><a href="/fungi/photo-guide">Guide to Photographing Mushrooms for Identification</a> - <i>25 August, 2020</i></li>
<li><a href="/fungi/lichen-space">Lichens in Space</a> - <i>28 May, 2020</i></li>
<li><a href="/fungi/grow-forests">Growing Forests</a> - <i>26 October, 2018</i></li>
<li><a href="/fungi/design-patterns">Mycelial Design Patterns</a> - <i>26 October, 2018</i></li>
<li><a href="/fungi/grow-together">Grow Together</a> - <i>29 March, 2018</i></li>
<li><a href="/fungi/network-resilience">Network Resilience: Woronin Bodies and the Scuttleverse</a> - <i>25 March, 2018</i></li>
</ul>
<h3>Articles</h3>
<div class="card">
<ul>
<li><a href="/fungi/lichen-space">Lichens in Space</a> - <i>28 May, 2020</i></li>
<li><a href="/fungi/grow-forests">Growing Forests</a> - <i>26 October, 2018</i></li>
<li><a href="/fungi/design-patterns">Mycelial Design Patterns</a> - <i>26 October, 2018</i></li>
<li><a href="/fungi/grow-together">Grow Together</a> - <i>29 March, 2018</i></li>
<li><a href="/fungi/network-resilience">Network Resilience: Woronin Bodies and the Scuttleverse</a> - <i>25 March, 2018</i></li>
</ul>
</div>
<h3>Guides</h3>
<div class="card">
<ul>
<li><a href="/fungi/glossary">Mycological Glossary</a> - <i>4 September, 2020</i></li>
<li><a href="/fungi/photo-guide">Photographing Mushrooms for Identification</a> - <i>25 August, 2020</i></li>
</ul>
</div>
<hr>
{%- endblock %}

View File

@ -0,0 +1,14 @@
{% extends "nav" %}
{% block title %}mycelial technology | fungal glossary{% endblock title %}
{% block content %}
<h2>Mycological Glossary</h2>
<ul>
<li><b>culture</b> - Mycelium of a particular strain and species, often grown in a petri dish or test tube for easy storage and replication.</li>
<li><b>liquid culture</b> - Mycelium grown in a nutrified solution such as 4% honey water, often in a glass jar or similar lidded vessel; simplifies cultivation in non-sterile conditions.</li>
<li><b>mushroom</b> - The fruiting body of a fungal network; a specialised structure grown to replicate and distribute the genetic information of the mycelium via spores.</li>
<li><b>mycelium</b> - The body of a fungus, made up of branching and interconnected threads of single cells (hyphae); often appears as a white, fluffy mass resembling tiny roots.</li>
<li><b>mycomaterial</b> - A substance or object grown out of mycelium, often using hemp hurd or similar woody substance as a base material. Mycomaterials hold great potential as replacements for plastic, styrofoam, leather etc.</li>
<li><b>spore</b> - A tiny reproductive bundle carrying the genetic information of the parent organism; germinates to restart the life-cycle of the fungus.</li>
</ul>
<hr>
{%- endblock %}

View File

@ -0,0 +1,26 @@
{% extends "nav" %}
{% block title %}mycelial technology | Mycomaterials{% endblock title %}
{% block content %}
<article>
<h2>Guide to Mycomaterials: Properties, Fabrication & Industry</h2>
<i>16 September, 2020</i>
<h3>Introduction</h3>
<p>Before the advent of plastic and the rapid expansion of global mining activites, our habitats, clothes, tools and other technologies were constructed from the organic and inorganic elements around us. Mud, stone, bone, wood, bamboo, grass and a plethora of other biotic and abiotic materials formed our material culture and mediated our interactions with the world. Some of these materials, such as stone, are highly durable - able to withstand centuries of use with only minor
deterioration. Others, such as grasses and wood, are typefied by their ephemerality - offering utility over short spans of timespace before decaying beyond repair. The decomposition of these materials, whether unfolding over geological time-scales or the course of a few days, unlocks key nutrients which are then cycled through planetary systems and which ultimately support the proliferation and diversification of life.</p>
<p>Contrast the material culture of our ancestors with that of today, where so much of the humyn world is composed of plastics and other synthetic materials which are costly to produce, often manufactured far away from the point of use, and which are toxic to us and the lifeforms around us. These materials do not decay gracefully, nor do they nourish biological processes through their decomposition. Materials which require intensive mining operations are perhaps equally problematic, especially in light of large-scale habitat destruction and exploitation of labour and lands. Fortunately, the emergent field of mycomaterials offers a compelling alternative to toxic and energy-intensive materials such as plastics, styrofoam and other synthetic materials.
<h3>Properties of Mycomaterials</h3>
<p>Simply put, mycomaterials are objects which are either completely or partially comprised of fungal mycelium. Shigeru Yamanaka and Reiko Kikuchi, widely regarded as the originators of mycomaterials, offer this definition in a patent filing from 1990:</p>
<blockquote cite="https://patentimages.storage.googleapis.com/eb/f7/2d/49306791c9c256/US5074959.pdf">
<p>a novel complex of fibrous materials and fungi obtained by allowing fungi to grow in a medium containing fibrous materials thereby bonding the fungi to the fibrous materials</p>
<footer>- <a href="https://patentimages.storage.googleapis.com/eb/f7/2d/49306791c9c256/US5074959.pdf"><cite>Complex of Fibers and Fungi and a Process for the Preparation Thereof</cite></a></footer>
</blockquote>
<p></p>
<figure>
<img src="/fungi/photo_guide/habitat.jpg" style="width: 100%;" alt="Birch forest with grass covering the forest floor" />
<figcaption>A grassland birch forest.</figcaption>
</figure>
<h3>Conclusion</h3>
<p>There you have it, with 5 - 7 photos you can capture a great deal of data about a given species. Whether you're asking someone for help with identification or working through the process yourself, having these morphological and ecological data to draw on will enrich your learning experience and enhance your chances of making a successful identification. You may even notice things in the photos which you missed while in the field, for example, a beetle crawling amongst the gills (what ecological relationship might it have with the fungus?). I hope you've found this guide helpful and that it facilitates many fun identification forays in your near-future!</p>
</article>
<hr>
{%- endblock %}

View File

@ -2,7 +2,8 @@
{% block title %}mycelial technology | glyph{% endblock title %}
{% block content %}
<img src="glyph.svg" style="width: 175px;" />
<p>Welcome to the personal website of glyph.</p>
<p>Welcome to the personal website of glyph: a mycelial technologist coding and cultivating a decentralized, multispecies future. On my site you will find art, musings and projects relating to carbon-based and silicon-based technologies.</p>
<p>[ sowing seeds of symbiosis | weaving webs of wu wei ]</p>
<h2>Contact Information</h2>
<ul style="padding: 0;">
<li class="list-item">Email: <a href="mailto:glyph@mycelial.technology" title="glyph's Email address">glyph@mycelial.technology</a></li>

View File

@ -5,12 +5,12 @@
<h3>Books</h3>
<p>Currently Reading</p>
<ul>
<li><i>A Closed and Common Orbit</i> - Becky Chambers</li>
<li><i>Radical Mycology</i> - Peter McCoy</li>
<li><i>Jonathan Strange & Mr Norrell</i> - Susanna Clarke</li>
</ul>
<p>Previously Read</p>
<ul>
<li><i>A Closed and Common Orbit</i> - Becky Chambers</li>
<li><i>Ready Player One</i> - Ernest Cline</li>
<li><i>Red Moon</i> - Kim Stanley Robinson</li>
<li><i>Mythago Wood</i> - Robert Holdstock</li>

View File

@ -2,11 +2,14 @@
{% block title %}mycelial technology | plants{% endblock title %}
{% block content %}
<h2>Plants</h2>
<ul>
<li><a href="/plants/aloe-there">Aloe There</a> - <i>6 June, 2020</i></li>
<li><a href="/plants/botanical-deceptions">Botanical Deceptions</a> - <i>15 May, 2020</i></li>
<li><a href="/plants/potato-tech">Potato Tech</a> - <i>31 December, 2017</i></li>
<li><a href="/plants/blueberry-dance">I Have Been Invited Into a Dance by a Bush with Purple Berries</a> - <i>20 December, 2017</i></li>
</ul>
<h3>Articles</h3>
<div class="card">
<ul>
<li><a href="/plants/aloe-there">Aloe There</a> - <i>6 June, 2020</i></li>
<li><a href="/plants/botanical-deceptions">Botanical Deceptions</a> - <i>15 May, 2020</i></li>
<li><a href="/plants/potato-tech">Potato Tech</a> - <i>31 December, 2017</i></li>
<li><a href="/plants/blueberry-dance">I Have Been Invited Into a Dance by a Bush with Purple Berries</a> - <i>20 December, 2017</i></li>
</ul>
</div>
<hr>
{%- endblock %}

View File

@ -6,7 +6,7 @@
<h3>Active</h3>
<ul>
<li><a href="https://opencollective.com/peachcloud">PeachCloud</a>: solarpunk social hardware with Scuttlebutt</li>
<li><a href="https://hyphalfusion.network">Hyphal Fusion Network</a>: distributed mycology research</li>
<li><a href="https://hyphalfusion.network">Hyphal Fusion Network</a>: a forum for distributed mycology research</li>
<li><a href="https://git.sr.ht/~glyph/myka">myka</a>: culture library & cultivation log for tracking the expansion of mycelia</li>
<li><a href="https://git.sr.ht/~glyph/spore">spore</a>: a manual for the mycelial arts</li>
</ul>