Compare commits
2 Commits
6dfa58c66c
...
fc5c89f305
Author | SHA1 | Date | |
---|---|---|---|
fc5c89f305 | |||
75e4736068 |
26
content/.obsidian/workspace.json
vendored
26
content/.obsidian/workspace.json
vendored
|
@ -25,7 +25,7 @@
|
|||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Sensors.md",
|
||||
"file": "Secret Garden.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
}
|
||||
|
@ -90,7 +90,7 @@
|
|||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "Sensors.md",
|
||||
"file": "Secret Garden.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
|
@ -107,7 +107,7 @@
|
|||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "Sensors.md"
|
||||
"file": "Secret Garden.md"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -129,9 +129,20 @@
|
|||
},
|
||||
"active": "1f1f024283ea8110",
|
||||
"lastOpenFiles": [
|
||||
"About.md",
|
||||
"ChatGPT Peanut Butter Cookies.md",
|
||||
"Hydroponics.md",
|
||||
"Secret Garden.md",
|
||||
"Things I Recommend.md",
|
||||
"Wine Crate Coffee Table.md",
|
||||
"Bypassing Ports.md",
|
||||
"ChatGPT Peanut Butter Cookies.md",
|
||||
"Fake Dog.md",
|
||||
"Garage Door Opener.md",
|
||||
"Hand of Ozymandias.md",
|
||||
"Sensors.md",
|
||||
"QotNews.md",
|
||||
"Hydroponics Log 2.md",
|
||||
"Notica.md",
|
||||
"About.md",
|
||||
"media/cookies3.jpg",
|
||||
"media/cookies4.jpg",
|
||||
"media/cookies1.jpg",
|
||||
|
@ -139,13 +150,8 @@
|
|||
"media/Pasted image 20230324140743.png",
|
||||
"media/cookies1.png",
|
||||
"Acoustic Panels.md",
|
||||
"Fake Dog.md",
|
||||
"Things I Recommend.md",
|
||||
"Backup Strategy.md",
|
||||
"Hydroponics.md",
|
||||
"Hydroponics Aphid War.md",
|
||||
"Hand of Ozymandias.md",
|
||||
"Garage Door Opener.md",
|
||||
"Plant Waterer.md"
|
||||
]
|
||||
}
|
|
@ -10,7 +10,7 @@ Short: h
|
|||
Hydroponics is a method of growing plants without soil by delivering nutrients via water. In theory, it offers many advantages over soil: no dirt, no weeding or pests<span class="aside"> (therefore no herbicides or pesticides)</span>, no mould, no root rot, year-round growing indoors, less space required, 90% less water usage, and 30-50% faster growth. Downsides include electricity consumption if using grow lights or water pumps and the need to hand-pollinate flowers from the lack of bees.
|
||||
|
||||
## Home Experiments
|
||||
I'll outline my hydroponics experiments here, describing what I tried, what worked, what didn't, and lessons I learned. I have a small storage room in my basement that I use for hydroponics. It's about 5' x 10' large with unpainted drywall and a concrete floor.
|
||||
I'll outline my hydroponics experiments here, describing what I tried, what worked, what didn't, and lessons I learned. I have a small storage room in my basement that I use for my [[Secret Garden]]. It's about 5' x 10' large with unpainted drywall and a concrete floor.
|
||||
|
||||
### Home: Round 1
|
||||
Started: 2022-02-21, ended: 2022-03-04.
|
||||
|
|
11
content/Secret Garden.md
Normal file
11
content/Secret Garden.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
Title: Secret Garden
|
||||
Date: 2023-04-29
|
||||
Category: Projects
|
||||
Summary: About the hydroponics garden in my basement.
|
||||
Short: b
|
||||
|
||||
I have a "Secret Garden" in a storage room in the basement of my house. It's currently a [[Hydroponics | hydroponics]] system growing lettuce. You can see an hourly photo of it below:
|
||||
|
||||
<a href="https://ms.tannercollin.com/garden/garden_hi.jpg">![a hydroponics garden, taken from a webcam](https://ms.tannercollin.com/garden/garden_lo.jpg)</a>
|
||||
|
||||
Click the photo for a larger verion.
|
|
@ -3,8 +3,8 @@
|
|||
from __future__ import unicode_literals
|
||||
import os
|
||||
|
||||
AUTHOR = 'Tanner Collin'
|
||||
SITENAME = 'Tanner Collin'
|
||||
AUTHOR = 'Tanner'
|
||||
SITENAME = 'Tanner'
|
||||
SITEURL = ''
|
||||
|
||||
PATH = 'content'
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
<style>
|
||||
body {background: #eee; font: 1.1rem/1.5 serif;}
|
||||
h1, h2 {margin-left: -24; font-family: sans-serif;}
|
||||
a {text-decoration: none; color: #000; border-bottom: 1px solid #000;}
|
||||
</style>
|
||||
<div style="max-width: 600; margin: auto">
|
||||
<h1>Tanner Collin</h1>
|
||||
<p> Hi, I'm Tanner! I do firmware and web development in Calgary.</p>
|
||||
<a href="/">Contact</a> |
|
||||
<a href="/r">Resume</a> |
|
||||
<a href="/p">Projects</a> |
|
||||
<a href="/c">Creations</a> |
|
||||
<a href="/w">Writing</a>
|
||||
<h2>Contact Info</h2>
|
||||
<p>Email: <a href="mailto:site2@tannercollin.com">site2@tannercollin.com</a></p>
|
||||
<p>Telegram: <a href="https://t.me/tannercollin">@tannercollin</a></p>
|
||||
</div>
|
|
@ -3,8 +3,8 @@
|
|||
from __future__ import unicode_literals
|
||||
import os
|
||||
|
||||
AUTHOR = 'Tanner Collin'
|
||||
SITENAME = 'Tanner Collin'
|
||||
AUTHOR = 'Tanner'
|
||||
SITENAME = 'Tanner'
|
||||
SITEURL = ''
|
||||
|
||||
PATH = 'content'
|
||||
|
|
Loading…
Reference in New Issue
Block a user