From 968cbc4f309694f58858da180c7011dae8100803 Mon Sep 17 00:00:00 2001 From: Joshua Potter Date: Mon, 25 Nov 2024 19:40:24 -0700 Subject: [PATCH] Fix up flashcards. --- notes/.obsidian/plugins/obsidian-to-anki-plugin/data.json | 8 ++++---- notes/_journal/2024-11-25.md | 2 +- notes/encoding/floating-point.md | 2 +- notes/geometry/area.md | 4 +++- notes/startups/financing-rounds.md | 2 +- 5 files changed, 10 insertions(+), 8 deletions(-) diff --git a/notes/.obsidian/plugins/obsidian-to-anki-plugin/data.json b/notes/.obsidian/plugins/obsidian-to-anki-plugin/data.json index 733dada..d2c93ff 100644 --- a/notes/.obsidian/plugins/obsidian-to-anki-plugin/data.json +++ b/notes/.obsidian/plugins/obsidian-to-anki-plugin/data.json @@ -397,7 +397,7 @@ "_journal/2024-03/2024-03-15.md": "e54b2513beac5f46313b4c37622adf39", "_journal/2024-03-17.md": "72e99c7630085aee2c7f340a06b5ada7", "_journal/2024-03/2024-03-16.md": "ab7629c24ebe70838072cf6acec47cb0", - "encoding/floating-point.md": "4e7a91995a82b6ce796b291de6a0c2bc", + "encoding/floating-point.md": "0a6e0d6407eab038c37905ff07cb27bc", "_journal/2024-03-18.md": "8479f07f63136a4e16c9cd07dbf2f27f", "_journal/2024-03/2024-03-17.md": "23f9672f5c93a6de52099b1b86834e8b", "set/directed-graph.md": "b4b8ad1be634a0a808af125fe8577a53", @@ -713,7 +713,7 @@ "_journal/2024-07/2024-07-21.md": "62c2651999371dd9ab10d964dac3d0f8", "formal-system/proof-system/natural-deduction.md": "f105a27843518778cb6662652a9d7aed", "startups/term-sheet.md": "6b6152af78addb3fe818a7fc9d375fbf", - "startups/financing-rounds.md": "fc242cd68de8cdd654552335d84d3bda", + "startups/financing-rounds.md": "7afdaa5fca76552ec46ed6392bbd372a", "_journal/2024-07-23.md": "35e18a1d9a8dd0a97e1d9898bc1d8f01", "_journal/2024-07/2024-07-22.md": "8170a92496c2c5374fc3411bddf3b17d", "_journal/2024-07-24.md": "9a7bdbfc23996908645d00dd622db6bf", @@ -951,12 +951,12 @@ "_journal/2024-11/2024-11-20.md": "951b6034d60a40dbd8201c50abf0dbb9", "_journal/2024-11/2024-11-19.md": "d879f57154cb27cb168eb1f1f430e312", "set/cardinality.md": "c334d969afe9248c691cb6d3623c958a", - "geometry/area.md": "3c6e53a64ad3150d8f81f6e4a63da61a", + "geometry/area.md": "552fda3efca5db84b27f551884d93e51", "_journal/2024-11-23.md": "911f82ab8aede5ecdb96493aef64b0b9", "_journal/2024-11/2024-11-22.md": "51117030e2364dbce3a8d507dead86ae", "_journal/2024-11-24.md": "225661114ad1b605132873e83acdf777", "_journal/2024-11/2024-11-23.md": "1649e2f050cfb45a0c8cf52be29f625f", - "_journal/2024-11-25.md": "7f06ceccab35f6119f71d2e26174f142", + "_journal/2024-11-25.md": "1ec17a8473fa9c4779090ecbd22d70ef", "_journal/2024-11/2024-11-24.md": "894b021e6335d4e6947448c8d362c083" }, "fields_dict": { diff --git a/notes/_journal/2024-11-25.md b/notes/_journal/2024-11-25.md index cff9b71..9a37a2b 100644 --- a/notes/_journal/2024-11-25.md +++ b/notes/_journal/2024-11-25.md @@ -2,7 +2,7 @@ title: "2024-11-25" --- -- [ ] Anki Flashcards +- [x] Anki Flashcards - [x] KoL - [ ] OGS - [ ] Sheet Music (10 min.) diff --git a/notes/encoding/floating-point.md b/notes/encoding/floating-point.md index 20d6bd3..75ca04e 100644 --- a/notes/encoding/floating-point.md +++ b/notes/encoding/floating-point.md @@ -1414,7 +1414,7 @@ END%% %%ANKI Basic What overflow values might result when casting from `float` to `double`? -Back: N/A +Back: N/A. Reference: Bryant, Randal E., and David O'Hallaron. *Computer Systems: A Programmer's Perspective*. Third edition, Global edition. Always Learning. Pearson, 2016. END%% diff --git a/notes/geometry/area.md b/notes/geometry/area.md index 43cd764..6f165fc 100644 --- a/notes/geometry/area.md +++ b/notes/geometry/area.md @@ -307,7 +307,9 @@ Let $Q$ be a set. If there exists exactly one $c$ such that $a(S) \leq c \leq a( %%ANKI Cloze -Let $Q$ be a set. The {exhaustion} property of area states that if there exists {exactly one} $c$ such that {$a(S) \leq c \leq a(T)$} for all {step regions} $S$ and $T$ satisfying {$S \subseteq Q \subseteq T$}, then {$Q \in \mathscr{M}$} and {$a(Q) = c$}. +Let $Q$ be a set. The {exhaustion} property of area states: + +if there exists {exactly one} $c \in \mathbb{R}$ such that {$a(S) \leq c \leq a(T)$} for all {step regions} $S$ and $T$ satisfying {$S \subseteq Q \subseteq T$}, then {$Q \in \mathscr{M}$} and {$a(Q) = c$}. Reference: Tom M. Apostol, _Calculus, Vol. 1: One-Variable Calculus, with an Introduction to Linear Algebra_, 2nd ed. (New York: Wiley, 1980). END%% diff --git a/notes/startups/financing-rounds.md b/notes/startups/financing-rounds.md index 14aca6f..1db9d3f 100644 --- a/notes/startups/financing-rounds.md +++ b/notes/startups/financing-rounds.md @@ -48,7 +48,7 @@ END%% %%ANKI Basic -What two financing rounds can follow a Series B round? +What two financing rounds can *immediately* follow a Series B round? Back: A "Series B-1" or "Series C". Reference: Brad Feld and Jason Mendelson, _Venture Deals_, 3rd ed., n.d.