From f0030044da5bcd04e440607b18ebe053c903bade Mon Sep 17 00:00:00 2001 From: Aly Date: Sun, 1 Nov 2020 01:01:37 -0700 Subject: [PATCH] Document The Caretaker --- journal/2020-10-31.md | 9 +++++---- journal/2020-11-01.md | 10 ++++++++++ leyland-james-kirby.md | 9 +++++++++ ...craft-but-its-everywhere-at-the-end-of-time.md | 15 +++++++++++++++ minecraft.md | 8 ++++++++ ocarina-of-time.md | 4 ---- the-caretaker.md | 9 +++++++++ the-legend-of-zelda-ocarina-of-time.md | 8 ++++++++ todo.md | 2 +- video-game.md | 1 + 10 files changed, 66 insertions(+), 9 deletions(-) create mode 100644 journal/2020-11-01.md create mode 100644 leyland-james-kirby.md create mode 100644 minecraft-but-its-everywhere-at-the-end-of-time.md create mode 100644 minecraft.md delete mode 100644 ocarina-of-time.md create mode 100644 the-caretaker.md create mode 100644 the-legend-of-zelda-ocarina-of-time.md create mode 100644 video-game.md diff --git a/journal/2020-10-31.md b/journal/2020-10-31.md index c4ad282..a3b148d 100644 --- a/journal/2020-10-31.md +++ b/journal/2020-10-31.md @@ -20,10 +20,9 @@ of [[Zig]]'s `comptime_float`. The consensus was that, if accurate, it would be very useful for expanding [[Zig]]'s floating point datatypes outside of just `f16`, `f32`, `f64`, and `f128`. -- Discovered - [Minecraft, but it's Everywhere At The End Of Time](https://youtu.be/c3gpdZrT0eA). - I've figured out that this is some sort of reference to "The Caretaker," - but I don't know what "The Caretaker" is. I'll have to do more research on it +- Discovered [[Minecraft, but it's Everywhere At The End Of Time]]. I've + figured out that this is some sort of reference to "[[The Caretaker]]," but I + don't know what "[[The Caretaker]]" is. I'll have to do more research on it tomorrow. [//begin]: # "Autogenerated link references for markdown compatibility" @@ -36,4 +35,6 @@ [Zig]: ..\zig "Zig" [MinusKelvin]: ..\minuskelvin "MinusKelvin" [Rust]: ..\rust "Rust" +[Minecraft, but it's Everywhere At The End Of Time]: ..\minecraft-but-its-everywhere-at-the-end-of-time "Minecraft, but it's Everywhere At The End Of Time" +[The Caretaker]: ..\the-caretaker "The Caretaker" [//end]: # "Autogenerated link references" diff --git a/journal/2020-11-01.md b/journal/2020-11-01.md new file mode 100644 index 0000000..7c19ef8 --- /dev/null +++ b/journal/2020-11-01.md @@ -0,0 +1,10 @@ +# 2020-11-01 + +- Finished listening to [[Minecraft, but it's Everywhere At The End Of Time]]. + It's made me worry about the effects of dementia and Alzheimer's, whether I + could contract them, and how much of an effect they would have on me. I'm + worried about not remembering having created this garden. + +[//begin]: # "Autogenerated link references for markdown compatibility" +[Minecraft, but it's Everywhere At The End Of Time]: ..\minecraft-but-its-everywhere-at-the-end-of-time "Minecraft, but it's Everywhere At The End Of Time" +[//end]: # "Autogenerated link references" diff --git a/leyland-james-kirby.md b/leyland-james-kirby.md new file mode 100644 index 0000000..cde394d --- /dev/null +++ b/leyland-james-kirby.md @@ -0,0 +1,9 @@ +# Leyland James Kirby + +- A [[person]]. +- Creator of [[The Caretaker]]. + +[//begin]: # "Autogenerated link references for markdown compatibility" +[person]: person "Person" +[The Caretaker]: the-caretaker "The Caretaker" +[//end]: # "Autogenerated link references" diff --git a/minecraft-but-its-everywhere-at-the-end-of-time.md b/minecraft-but-its-everywhere-at-the-end-of-time.md new file mode 100644 index 0000000..d81fa59 --- /dev/null +++ b/minecraft-but-its-everywhere-at-the-end-of-time.md @@ -0,0 +1,15 @@ +# Minecraft, but it's Everywhere At The End Of Time + +- https://youtu.be/c3gpdZrT0eA +- This is a rendition of [[The Caretaker]]'s series of albums titled + _Everywhere At The End Of Time_ that achieve the same effect but with the + [[Minecraft]] soundtrack. +- YouTube commenter Harvey F. states: + > I was not the first person to make this comment but 1 in 5 people will know someone with dementia (1). By the age of 65, 1 in 10 of us will develop dementia by the age of 65 (2). The intent of Kirby's project was to simulate the experience of dementia of someone in our current year. This is why the original songs reconstructed by Kirby for his project came out from the 1920's to the 1930's. We know that the most effective way for aiding someone with dementia is to play the songs of their former childhood; "Musical perception, emotion, and memory can survive long after other forms of memory and cognitive function have disappeared" (3). In the future, this is what some of us will hear, the nostalgic songs of C418, when we cannot think of anything else. + > + > (1) alzheimer.ca, (2) alz.org, (3) Music and Dementia: An Overview by Ronald Devere, MD + +[//begin]: # "Autogenerated link references for markdown compatibility" +[The Caretaker]: the-caretaker "The Caretaker" +[Minecraft]: minecraft "Minecraft" +[//end]: # "Autogenerated link references" diff --git a/minecraft.md b/minecraft.md new file mode 100644 index 0000000..aacf45c --- /dev/null +++ b/minecraft.md @@ -0,0 +1,8 @@ +# Minecraft + +- A [[video game]] released on May 17, 2009 for [[Java]]-enabled environments. + +[//begin]: # "Autogenerated link references for markdown compatibility" +[video game]: video-game "Video Game" +[Java]: java "Java" +[//end]: # "Autogenerated link references" diff --git a/ocarina-of-time.md b/ocarina-of-time.md deleted file mode 100644 index 7ce1c90..0000000 --- a/ocarina-of-time.md +++ /dev/null @@ -1,4 +0,0 @@ -# Ocarina of Time - -- Video game released on November 21, 1998 for the Nintendo 64. -- One of the highest rated casual games of all time. diff --git a/the-caretaker.md b/the-caretaker.md new file mode 100644 index 0000000..475c928 --- /dev/null +++ b/the-caretaker.md @@ -0,0 +1,9 @@ +# The Caretaker + +- A character in a project by [[Leyland James Kirby]]. +- A story is told from The Caretaker's perspective about living and dying with + increasingly severe dementia that becomes Alzheimer's in late life. + +[//begin]: # "Autogenerated link references for markdown compatibility" +[Leyland James Kirby]: leyland-james-kirby "Leyland James Kirby" +[//end]: # "Autogenerated link references" diff --git a/the-legend-of-zelda-ocarina-of-time.md b/the-legend-of-zelda-ocarina-of-time.md new file mode 100644 index 0000000..e402aa3 --- /dev/null +++ b/the-legend-of-zelda-ocarina-of-time.md @@ -0,0 +1,8 @@ +# The Legend of Zelda: Ocarina of Time + +- A [[video game]] released on November 21, 1998 for the Nintendo 64. +- One of the highest rated casual games of all time. + +[//begin]: # "Autogenerated link references for markdown compatibility" +[video game]: video-game "Video Game" +[//end]: # "Autogenerated link references" \ No newline at end of file diff --git a/todo.md b/todo.md index 660c158..bf40d60 100644 --- a/todo.md +++ b/todo.md @@ -12,6 +12,6 @@ [//begin]: # "Autogenerated link references for markdown compatibility" [Ghidra]: ghidra "Ghidra" [MASM Assembly]: masm-assembly "MASM Assembly" -[Ocarina of Time]: ocarina-of-time "Ocarina of Time" +[Ocarina of Time]: the-legend-of-zelda-ocarina-of-time "The Legend of Zelda: Ocarina of Time" [decompilation]: decompilation "Decompilation" [//end]: # "Autogenerated link references" \ No newline at end of file diff --git a/video-game.md b/video-game.md new file mode 100644 index 0000000..3bff56d --- /dev/null +++ b/video-game.md @@ -0,0 +1 @@ +# Video Game