Browse Source

garden 🌺

windhamdavid 1 year ago
parent
commit
80eb1433aa
5 changed files with 43 additions and 7 deletions
  1. 4 0
      README.md
  2. 0 0
      notes/work/wealth.md
  3. 30 0
      posts/2023-05-23-posts.md
  4. 5 4
      sidebarsnotes.js
  5. 4 3
      src/pages/index.md

+ 4 - 0
README.md

@@ -6,6 +6,10 @@
 
 ## Notes: 
 
+#### 23.05.05
+
+- added AI page @ [https://davidawindham.com/til/ai](https://davidawindham.com/til/ai)
+
 #### 23.02.11
 
 - mv master to main

+ 0 - 0
notes/wealth.md → notes/work/wealth.md


+ 30 - 0
posts/2023-05-23-posts.md

@@ -0,0 +1,30 @@
+---
+title: Gardener's World
+description: Today I learned that Gardeners' World has 54 seasons
+slug: gardeners-world
+<!--- authors:
+  - name: David Windham
+    title: Something Else
+    url: https://davidawindham.com
+    image_url: https://davidawindham.com/wp-content/themes/daw/img/opengraph_image.jpg -->
+tags: [garden]
+image: https://davidawindham.com/wp-content/themes/daw/img/opengraph_image.jpg
+hide_table_of_contents: false
+---
+
+Today I learned that _Gardeners' World_ is on it's 54th season.  It first aired in 1968 on BBC Television <sub>1</sub>. We just started watching the series likely because of working on our garden and yard. 
+
+<!--truncate-->
+
+I updated my Garden notes page <sub>2</sub> because I'm trying to remember the names of all of the plants. If I remember correctly from the episode last night, there are over 500 plant families and 300,000 species with millions named. I think I'll just shoot for learning all of the ones in my yard.  
+
+After watching other folks tend to their gardens, I decided to order some new sheers and gloves yesterday.  I got poison ivy on my arm clearing out some natural area because I'm worried the new pup will get into everything. I'm meeting with a tree guy today about an unhealthy Oak. 
+
+My father has about a quarter acre garden and the older I get the more I also just want to work in the yard. I know now that I've got plenty of seasons of _Gardeners' World_ and an almost endless amount of knowledge to keep me occupied.
+
+---
+
+1. Gardener's World  - [https://en.wikipedia.org/wiki/Gardeners%27_World](https://en.wikipedia.org/wiki/Gardeners%27_World)
+2. Notes / Garden - [notes/garden](/notes/garden)
+
+

+ 5 - 4
sidebarsnotes.js

@@ -57,10 +57,7 @@ module.exports = {
       type:'doc',
       id:'travel',
     },
-    {
-      type:'doc',
-      id:'wealth',
-    },
+
     {
       type: 'category',
       label: 'Work',
@@ -96,6 +93,10 @@ module.exports = {
             'work/projects/zw',
           ],
         },
+        {
+          type:'doc',
+          id:'work/wealth',
+        },
       ],
     },
   ],

+ 4 - 3
src/pages/index.md

@@ -4,13 +4,14 @@ description: A place to keep notes and documentation
 ---
 # Today I Learned
 - May 2023
+  - [_Gardeners' World_ is on season 54](/posts/gardeners-world)
   - [How to add an AI assistant to these documents](/ai)
   - [How to use LangChain and OpenAI](/posts/openai-langchain)
 - April 2023
-  - [The South Carolina Visual Arts Standards](posts/sc-arts)
-  - [How to add ChatGPT semantic search to my documents](posts/machine-learning)
+  - [The South Carolina Visual Arts Standards](/posts/sc-arts)
+  - [How to add ChatGPT semantic search to my documents](/posts/machine-learning)
 - March 2023
-  - [Iran hostage crisis was the october surprise](posts/october-surprise)
+  - [Iran hostage crisis was the october surprise](/posts/october-surprise)
   - [Dennis Ritchie's son created Spin-Out](posts/dennis-ritchie-typographical-mystery)
   - [Iris was born](/notes/dogs#log)
 - February 2023