Update to 2020-11-03
This commit is contained in:
parent
51ed4e864d
commit
b42053096f
5 changed files with 49 additions and 2 deletions
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
@ -14,7 +14,8 @@
|
||||||
"**/node_modules": true
|
"**/node_modules": true
|
||||||
},
|
},
|
||||||
"files.watcherExclude": {
|
"files.watcherExclude": {
|
||||||
"**/node_modules": true
|
"**/node_modules": true,
|
||||||
|
"**/target": true
|
||||||
},
|
},
|
||||||
"vscodeMarkdownNotes.noteCompletionConvention": "noExtension",
|
"vscodeMarkdownNotes.noteCompletionConvention": "noExtension",
|
||||||
"vscodeMarkdownNotes.slugifyMethod": "github-slugger"
|
"vscodeMarkdownNotes.slugifyMethod": "github-slugger"
|
||||||
|
|
7
jesyspa.md
Normal file
7
jesyspa.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
# Jesyspa
|
||||||
|
|
||||||
|
- A [[person]].
|
||||||
|
|
||||||
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
|
[person]: person "Person"
|
||||||
|
[//end]: # "Autogenerated link references"
|
20
journal/2020-11-02.md
Normal file
20
journal/2020-11-02.md
Normal file
|
@ -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"
|
16
journal/2020-11-03.md
Normal file
16
journal/2020-11-03.md
Normal file
|
@ -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"
|
5
todo.md
5
todo.md
|
@ -8,10 +8,13 @@
|
||||||
- [ ] Draft up a pull request that fixes invalid fields present in
|
- [ ] Draft up a pull request that fixes invalid fields present in
|
||||||
`twitter4s`.
|
`twitter4s`.
|
||||||
- [ ] Finish my addition of a `HashMap` to `cats-collections`.
|
- [ ] 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"
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
[Ghidra]: ghidra "Ghidra"
|
[Ghidra]: ghidra "Ghidra"
|
||||||
[MASM Assembly]: masm-assembly "MASM Assembly"
|
[MASM Assembly]: masm-assembly "MASM Assembly"
|
||||||
[Ocarina of Time]: the-legend-of-zelda-ocarina-of-time "The Legend of Zelda: Ocarina of Time"
|
[Ocarina of Time]: the-legend-of-zelda-ocarina-of-time "The Legend of Zelda: Ocarina of Time"
|
||||||
[decompilation]: decompilation "Decompilation"
|
[decompilation]: decompilation "Decompilation"
|
||||||
[//end]: # "Autogenerated link references"
|
[2020-11-02]: journal\2020-11-02 "2020-11-02"
|
||||||
|
[//end]: # "Autogenerated link references"
|
||||||
|
|
Loading…
Reference in a new issue