From c02f19b5aa92b7d61fc52465b063bd4fe68258a0 Mon Sep 17 00:00:00 2001 From: gnat Date: Sat, 7 Sep 2024 06:17:48 -0700 Subject: [PATCH] add thought; add statements --- changelog | 1 + files/homepage-statements/15 | 1 + files/homepage-statements/16 | 1 + html/thoughts/healthcare | 34 ++++++++++++++++++++++++++++++++ html/thoughts/terminal-emulators | 4 ++++ 5 files changed, 41 insertions(+) create mode 100644 files/homepage-statements/15 create mode 100644 files/homepage-statements/16 create mode 100644 html/thoughts/healthcare diff --git a/changelog b/changelog index f3ce812..01c2ad4 100644 --- a/changelog +++ b/changelog @@ -34,3 +34,4 @@ 2024-09-01: switch to htmlgen for content 2024-09-03: fix issue with changelog; update site-info.html; update style; add thought 2024-09-05: hopefully? fix issue with natalie-info.html, update home.html +2024-09-07: add additional random homepage statements diff --git a/files/homepage-statements/15 b/files/homepage-statements/15 new file mode 100644 index 0000000..ae1cabc --- /dev/null +++ b/files/homepage-statements/15 @@ -0,0 +1 @@ +reluctant and accursed fullstack developer diff --git a/files/homepage-statements/16 b/files/homepage-statements/16 new file mode 100644 index 0000000..4fdfa46 --- /dev/null +++ b/files/homepage-statements/16 @@ -0,0 +1 @@ +technical debt collector diff --git a/html/thoughts/healthcare b/html/thoughts/healthcare new file mode 100644 index 0000000..3895951 --- /dev/null +++ b/html/thoughts/healthcare @@ -0,0 +1,34 @@ + + +

How is it this bad?

+
+

endocrinological

+I take estrogen (tablets, 2mg, 3/day), spironolactone (tablets, 50mg, 2/day), and progesterone (gel capsuls, 100mg, 1/day) because I am transgender. +here are the associated costs for the above medications: + +you will note that estrogen and an anti androgen are responsible for 57.2% of the yearly cost. +this is ridiculous.
+I did some calculations:
+cost of diy estrogen injectable solution (estradiol enanthate, 40mg/ml, 10ml): $70-$100
+necessary doseage for estrogen monotherapy: ~.13ml
+injection timing: every 7 days
+10ml/.13ml = 74.9 weeks of estrogen
+52 weeks in a year.
+100*1/(10/.13/52) = $67.6/year for estrogen (upper bound)
+70*1/(10/.13/52) = $47.32/year for estrogen (lower bound)
+
+why is diy cheaper than having healthcare? +this does not account for cost of needles and alcohol wipes, but that is negligible. +
+

neurological

+the psychologist that did my autism evaluation thinks that I am depressed. +this is based on 0 evidence other than my consistently high score on the PHQ-9. +I contend that the PHQ-9 is not a useful tool of assessment for neurodivergent people. +

+apparently, it is somehow more conceiveable that I am autistic and depressed than it is that I could be autistic and have adhd. +I am very clearly not depressed, in fact, I would say that other than the negative impacts of the very obvious and DSM-V compliant signs of ADHD I exhibit, I am doing quite well. diff --git a/html/thoughts/terminal-emulators b/html/thoughts/terminal-emulators index 2a3c5a1..d480129 100644 --- a/html/thoughts/terminal-emulators +++ b/html/thoughts/terminal-emulators @@ -47,3 +47,7 @@ Benchmark 1: footclient '/tmp/aoeu.sh' Time (mean ± σ): 10.9 ms ± 1.0 ms [User: 0.7 ms, System: 0.5 ms] Range (min … max): 9.9 ms … 14.3 ms 30 runs +
+addendum as of 2024-09-07 06:13:54: +
+foot supports the relevant escape codes for vim's spell hlgroups. this is ideal as now misspelled words are underlined in red, whereas improperly capitalized words are underlined in yellow.