commit 1792b6bd291196c4fd42900d94dab8d5b302f791
parent 7de431ba2deddcbf88d9de068087dabb0769cde1
Author: C. Beau Hilton <cbeauhilton@gmail.com>
Date: Tue, 30 Jun 2020 09:47:43 -0500
memex
Diffstat:
3 files changed, 16 insertions(+), 1 deletion(-)
diff --git a/health/sleep.md b/health/sleep.md
@@ -0,0 +1,12 @@
+# sleep
+
+- Where are residents in terms of sleepiness?
+
+Residents have Epworth Sleepiness Scale ratings
+higher on average than people with obstructive sleep apnea
+but lower than people with narcolepsy.
+
+Environmental factors unmask but do not cause sleepiness
+(e.g. it's not the lecture that put you to sleep, you were sleepy and the lecture let you sleep).
+
+
diff --git a/index.md b/index.md
@@ -2,6 +2,9 @@
Vannevar Bush coined the term "memex" for a system of extending or indexing one's memory. It's a cool idea. This is my memex.
+## **health**
+- [sleep](health/sleep.md)
+
## **tech**
## linux setup
diff --git a/site/css_custom_fonts.md b/site/css_custom_fonts.md
@@ -8,7 +8,7 @@ TL;DR:
+ put these in a fonts directory in your website
+ link to them in your css
+ add the line `font-display: swap;` to `@font-face` to avoid invisible text during loading
-+ add caching to make subsequent loads faster - relayd.conf
++ add caching to make subsequent loads faster - `relayd(8)`
***