From b42053096fa6a2b8c84e1c4dd275c38c9ee062ee Mon Sep 17 00:00:00 2001 From: Aly Date: Wed, 4 Nov 2020 01:08:04 -0800 Subject: [PATCH] Update to 2020-11-03 --- .vscode/settings.json | 3 ++- jesyspa.md | 7 +++++++ journal/2020-11-02.md | 20 ++++++++++++++++++++ journal/2020-11-03.md | 16 ++++++++++++++++ todo.md | 5 ++++- 5 files changed, 49 insertions(+), 2 deletions(-) create mode 100644 jesyspa.md create mode 100644 journal/2020-11-02.md create mode 100644 journal/2020-11-03.md diff --git a/.vscode/settings.json b/.vscode/settings.json index b06b480..5da698d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -14,7 +14,8 @@ "**/node_modules": true }, "files.watcherExclude": { - "**/node_modules": true + "**/node_modules": true, + "**/target": true }, "vscodeMarkdownNotes.noteCompletionConvention": "noExtension", "vscodeMarkdownNotes.slugifyMethod": "github-slugger" diff --git a/jesyspa.md b/jesyspa.md new file mode 100644 index 0000000..c3c106d --- /dev/null +++ b/jesyspa.md @@ -0,0 +1,7 @@ +# Jesyspa + +- A [[person]]. + +[//begin]: # "Autogenerated link references for markdown compatibility" +[person]: person "Person" +[//end]: # "Autogenerated link references" diff --git a/journal/2020-11-02.md b/journal/2020-11-02.md new file mode 100644 index 0000000..8d0dd30 --- /dev/null +++ b/journal/2020-11-02.md @@ -0,0 +1,20 @@ +# 2020-11-02 + +- Chatted with [[jesyspa]] about a field-independent way to define division + such that division by zero is ill-typed. +- Wrote a program that takes a list of Google Cloud Bucket URLs and runs them + through speech recognition. The goal is to get class lectures out of a + chronological form so they can be used directly as notes. +- Took the second exam for my Political Science class. Abused my transcribing + program. Didn't cheat by using any internet resources during the exam. I had + to admit on some of my free responses that I missed some of the reading + assignments, but I think prior knowledge helped me out a lot. +- Played [[Hypixel]] again with [[SamSeawell]] and [[Sirius902]] against my + better judgement. + +[//begin]: # "Autogenerated link references for markdown compatibility" +[jesyspa]: ..\jesyspa "Jesyspa" +[Hypixel]: ..\hypixel "Hypixel" +[SamSeawell]: ..\samseawell "SamSeawell" +[Sirius902]: ..\sirius902 "Sirius902" +[//end]: # "Autogenerated link references" diff --git a/journal/2020-11-03.md b/journal/2020-11-03.md new file mode 100644 index 0000000..96812ff --- /dev/null +++ b/journal/2020-11-03.md @@ -0,0 +1,16 @@ +# 2020-11-03 + +- Discussed the legalities of my LEGO Star Wars: The Complete Saga + [[decompilation]] project with the [[Ocarina of Time]] [[decompilation]] + group. None of us are lawyers, but the consensus that was reached was that + the EULA doesn't have legal authority over ground-up reverse engineering + projects. +- Having trouble focusing on English work. I'm 3 weeks behind and it's all due + in 6 days. +- Decided to watch [[Minecraft, but it's Everywhere At The End Of Time]] again. + +[//begin]: # "Autogenerated link references for markdown compatibility" +[decompilation]: ..\decompilation "Decompilation" +[Ocarina of Time]: ..\the-legend-of-zelda-ocarina-of-time "The Legend of Zelda: Ocarina of Time" +[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/todo.md b/todo.md index bf40d60..9aaa2ba 100644 --- a/todo.md +++ b/todo.md @@ -8,10 +8,13 @@ - [ ] Draft up a pull request that fixes invalid fields present in `twitter4s`. - [ ] Finish my addition of a `HashMap` to `cats-collections`. +- [ ] Document how I accomplished the Lecture Transcriber written on + [[2020-11-02]]. [//begin]: # "Autogenerated link references for markdown compatibility" [Ghidra]: ghidra "Ghidra" [MASM Assembly]: masm-assembly "MASM Assembly" [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 +[2020-11-02]: journal\2020-11-02 "2020-11-02" +[//end]: # "Autogenerated link references"