Finish 2020-10-31

This commit is contained in:
Aly 2020-10-31 23:58:25 -07:00
parent cf5c85189c
commit 8d35bc3d83
11 changed files with 70 additions and 4 deletions

View file

@ -2,7 +2,8 @@
- Set up this journal. See the [[readme]].
- Looked into writing a [[Ghidra]] plugin to generate [[MASM Assembly]] for a
[[decompilation]] project.
[[decompilation]] project. It seems the process is complicated, by the "Hello
World" example given.
- Explored whether or not it's possible to write recursive algorithms in
constant space using [[fs2]], and how it applies to [[sledge]].
- It was discussed in the Scala Discord whether or not there exists an
@ -12,6 +13,18 @@
- Talked with my family about my plans for university. I've decided that if I'm
unable to complete an Associate's Degree by the end of Summer 2021, then I'll
reduce my workload and enter university in Fall 2022 instead of Fall 2021.
- Discussed how safe and unsafe [[Zig]] is with [[MinusKelvin]]. The conclusion
was that [[Zig]]'s level of safety is perfect for a replacement for C, but
[[Rust]] gives better overall safety.
- Explored the practicality of a `Real`/Computable number type for use in place
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
tomorrow.
[//begin]: # "Autogenerated link references for markdown compatibility"
[readme]: ..\README "Aly's digital garden"
@ -20,4 +33,7 @@
[decompilation]: ..\decompilation "Decompilation"
[fs2]: ..\fs2 "fs2"
[sledge]: ..\sledge "sledge"
[Zig]: ..\zig "Zig"
[MinusKelvin]: ..\minuskelvin "MinusKelvin"
[Rust]: ..\rust "Rust"
[//end]: # "Autogenerated link references"