diff --git a/notes b/notes deleted file mode 120000 index 1a0f346..0000000 --- a/notes +++ /dev/null @@ -1 +0,0 @@ -/home/turth/Documents/zet \ No newline at end of file diff --git a/old_notes/example.org b/notes/example.org similarity index 100% rename from old_notes/example.org rename to notes/example.org diff --git a/notes/example_01_foundations.org b/notes/example_01_foundations.org new file mode 100644 index 0000000..828570e --- /dev/null +++ b/notes/example_01_foundations.org @@ -0,0 +1,14 @@ +:PROPERTIES: +:ID: 2e8a8baf-7a15-4e6f-97d2-7f93e73e0101 +:END: +#+TITLE: Foundations +#+CREATED: [2026-02-01 Sun 09:00] + +* Foundations +This note introduces the set. +Math: $a^2 + b^2 = c^2$. + +Links: +- [[file:example_02_calculus.org][Calculus Basics]] +- [[file:example_03_linear_algebra.org][Linear Algebra]] +- [[id:2e8a8baf-7a15-4e6f-97d2-7f93e73e0112][Review Checklist]] diff --git a/notes/example_02_calculus.org b/notes/example_02_calculus.org new file mode 100644 index 0000000..4ace8b4 --- /dev/null +++ b/notes/example_02_calculus.org @@ -0,0 +1,13 @@ +:PROPERTIES: +:ID: 2e8a8baf-7a15-4e6f-97d2-7f93e73e0102 +:END: +#+TITLE: Calculus Basics +#+CREATED: [2026-02-01 Sun 09:20] + +* Calculus Basics +Math: $\frac{d}{dx}x^n = nx^{n-1}$. + +Links: +- [[file:example_04_series.org][Series and Convergence]] +- [[file:example_08_probability.org][Probability]] +- [[file:example_01_foundations.org][Foundations]] diff --git a/notes/example_03_linear_algebra.org b/notes/example_03_linear_algebra.org new file mode 100644 index 0000000..7d556c5 --- /dev/null +++ b/notes/example_03_linear_algebra.org @@ -0,0 +1,13 @@ +:PROPERTIES: +:ID: 2e8a8baf-7a15-4e6f-97d2-7f93e73e0103 +:END: +#+TITLE: Linear Algebra +#+CREATED: [2026-02-01 Sun 09:40] + +* Linear Algebra +Math: $A\vec{x}=\vec{b}$ and $\det(A) \neq 0$. + +Links: +- [[file:example_05_eigenvalues.org][Eigenvalues]] +- [[file:example_09_graphs.org][Graph Models]] +- [[id:2e8a8baf-7a15-4e6f-97d2-7f93e73e0101][Foundations by ID]] diff --git a/notes/example_04_series.org b/notes/example_04_series.org new file mode 100644 index 0000000..65d93a3 --- /dev/null +++ b/notes/example_04_series.org @@ -0,0 +1,13 @@ +:PROPERTIES: +:ID: 2e8a8baf-7a15-4e6f-97d2-7f93e73e0104 +:END: +#+TITLE: Series and Convergence +#+CREATED: [2026-02-01 Sun 10:00] + +* Series and Convergence +Math: $\sum_{k=0}^{\infty} r^k = \frac{1}{1-r}$ for $|r|<1$. + +Links: +- [[file:example_02_calculus.org][Calculus Basics]] +- [[file:example_06_optimization.org][Optimization]] +- [[file:example_10_physics_notes.org][Physics Notes]] diff --git a/notes/example_05_eigenvalues.org b/notes/example_05_eigenvalues.org new file mode 100644 index 0000000..e187eeb --- /dev/null +++ b/notes/example_05_eigenvalues.org @@ -0,0 +1,13 @@ +:PROPERTIES: +:ID: 2e8a8baf-7a15-4e6f-97d2-7f93e73e0105 +:END: +#+TITLE: Eigenvalues +#+CREATED: [2026-02-01 Sun 10:20] + +* Eigenvalues +Math: $A\vec{v}=\lambda\vec{v}$. + +Links: +- [[file:example_03_linear_algebra.org][Linear Algebra]] +- [[file:example_06_optimization.org][Optimization]] +- [[file:example_11_machine_learning.org][Machine Learning]] diff --git a/notes/example_06_optimization.org b/notes/example_06_optimization.org new file mode 100644 index 0000000..954c0df --- /dev/null +++ b/notes/example_06_optimization.org @@ -0,0 +1,13 @@ +:PROPERTIES: +:ID: 2e8a8baf-7a15-4e6f-97d2-7f93e73e0106 +:END: +#+TITLE: Optimization +#+CREATED: [2026-02-01 Sun 10:40] + +* Optimization +Math: $\nabla f(x)=0$ at critical points. + +Links: +- [[file:example_05_eigenvalues.org][Eigenvalues]] +- [[file:example_11_machine_learning.org][Machine Learning]] +- [[file:example_12_review_checklist.org][Review Checklist]] diff --git a/notes/example_07_number_theory.org b/notes/example_07_number_theory.org new file mode 100644 index 0000000..2584e95 --- /dev/null +++ b/notes/example_07_number_theory.org @@ -0,0 +1,13 @@ +:PROPERTIES: +:ID: 2e8a8baf-7a15-4e6f-97d2-7f93e73e0107 +:END: +#+TITLE: Number Theory +#+CREATED: [2026-02-01 Sun 11:00] + +* Number Theory +Math: $\gcd(a,b)$ and $a \equiv b \pmod n$. + +Links: +- [[file:example_01_foundations.org][Foundations]] +- [[file:example_08_probability.org][Probability]] +- [[file:example_09_graphs.org][Graph Models]] diff --git a/notes/example_08_probability.org b/notes/example_08_probability.org new file mode 100644 index 0000000..1f0efd3 --- /dev/null +++ b/notes/example_08_probability.org @@ -0,0 +1,13 @@ +:PROPERTIES: +:ID: 2e8a8baf-7a15-4e6f-97d2-7f93e73e0108 +:END: +#+TITLE: Probability +#+CREATED: [2026-02-01 Sun 11:20] + +* Probability +Math: $P(A \mid B)=\frac{P(A\cap B)}{P(B)}$. + +Links: +- [[file:example_10_physics_notes.org][Physics Notes]] +- [[file:example_11_machine_learning.org][Machine Learning]] +- [[id:2e8a8baf-7a15-4e6f-97d2-7f93e73e0107][Number Theory by ID]] diff --git a/notes/example_09_graphs.org b/notes/example_09_graphs.org new file mode 100644 index 0000000..5fee2dd --- /dev/null +++ b/notes/example_09_graphs.org @@ -0,0 +1,13 @@ +:PROPERTIES: +:ID: 2e8a8baf-7a15-4e6f-97d2-7f93e73e0109 +:END: +#+TITLE: Graph Models +#+CREATED: [2026-02-01 Sun 11:40] + +* Graph Models +Math: $|E| \leq \binom{|V|}{2}$ for simple undirected graphs. + +Links: +- [[file:example_03_linear_algebra.org][Linear Algebra]] +- [[file:example_12_review_checklist.org][Review Checklist]] +- [[file:example_08_probability.org][Probability]] diff --git a/notes/example_10_physics_notes.org b/notes/example_10_physics_notes.org new file mode 100644 index 0000000..eb0195a --- /dev/null +++ b/notes/example_10_physics_notes.org @@ -0,0 +1,13 @@ +:PROPERTIES: +:ID: 2e8a8baf-7a15-4e6f-97d2-7f93e73e0110 +:END: +#+TITLE: Physics Notes +#+CREATED: [2026-02-01 Sun 12:00] + +* Physics Notes +Math: $F=ma$ and $E=mc^2$. + +Links: +- [[file:example_04_series.org][Series and Convergence]] +- [[file:example_08_probability.org][Probability]] +- [[file:example_11_machine_learning.org][Machine Learning]] diff --git a/notes/example_11_machine_learning.org b/notes/example_11_machine_learning.org new file mode 100644 index 0000000..3d30239 --- /dev/null +++ b/notes/example_11_machine_learning.org @@ -0,0 +1,13 @@ +:PROPERTIES: +:ID: 2e8a8baf-7a15-4e6f-97d2-7f93e73e0111 +:END: +#+TITLE: Machine Learning +#+CREATED: [2026-02-01 Sun 12:20] + +* Machine Learning +Math: $\hat{y}=\sigma(\mathbf{w}^T\mathbf{x}+b)$. + +Links: +- [[file:example_06_optimization.org][Optimization]] +- [[file:example_05_eigenvalues.org][Eigenvalues]] +- [[file:example_12_review_checklist.org][Review Checklist]] diff --git a/notes/example_12_review_checklist.org b/notes/example_12_review_checklist.org new file mode 100644 index 0000000..c96701b --- /dev/null +++ b/notes/example_12_review_checklist.org @@ -0,0 +1,13 @@ +:PROPERTIES: +:ID: 2e8a8baf-7a15-4e6f-97d2-7f93e73e0112 +:END: +#+TITLE: Review Checklist +#+CREATED: [2026-02-01 Sun 12:40] + +* Review Checklist +Math: $\int_0^1 x^2\,dx = \frac{1}{3}$. + +Links: +- [[file:example_01_foundations.org][Foundations]] +- [[file:example_09_graphs.org][Graph Models]] +- [[id:2e8a8baf-7a15-4e6f-97d2-7f93e73e0111][Machine Learning by ID]] diff --git a/old_notes/to_watch.org b/old_notes/to_watch.org deleted file mode 100644 index c77d3ae..0000000 --- a/old_notes/to_watch.org +++ /dev/null @@ -1,84 +0,0 @@ -:PROPERTIES: -:ID: f2db82e0-c545-40fe-9458-55f8fe1bcb4b -:END: -#+title: To Watch -[2023-05-07 Sun 22:59] - -* To Watch - -** TODO Watch "Das Boot" - [2023-06-19 Mon 14:46] - -** TODO Watch "Eternal Sunshine of the Spotless Mind" - [2023-06-21 Wed 16:15] - -** TODO Watch "In the mood for love" - [2023-09-09 Sat 21:06] - -** TODO Watch "Isle of Dogs" - [2023-09-30 Sat 10:20] - -** TODO Watch "Whisper of the Heart" - [2023-10-15 Sun 18:50] - -** TODO Watch "Kiki's delivery service" - [2023-10-15 Sun 18:50] - -** TODO Watch netflix "Life" documentary - [2023-11-07 Tue 10:11] - -** TODO Watch "Pirates of the Carribean" - [2023-12-31 Sun 17:51] - -** TODO Watch "Good Will Hunting" - [2024-01-05 Fri 11:32] - -** TODO Watch "Ben Hur" - [2024-01-29 Mon 19:51] - -** TODO Watch "Office Space" - [2024-02-04 Sun 13:00] - -** TODO Watch a Hitchcock movie - [2024-03-20 Wed 21:01] - -** TODO Watch "the edge" - [2024-05-04 Sat 11:20] - -** TODO Watch "Monk" - [2024-05-21 Tue 15:48] - -** TODO Watch "Taxi Driver" - [2024-06-07 Fri 11:26] - -** TODO Watch "Ranking of Kings" - [2024-06-10 Mon 20:06] - -** TODO Watch "Mushi-shi" - [2024-06-27 Thu 08:10] - -** TODO Watch "secret level" on prime - [2025-02-02 Sun 22:19] - -** TODO Watch "The Fugitive" - [2025-06-23 Mon 10:18] - -** TODO Watch "Castle in the Sky" - [2025-06-23 Mon 10:20] - -** TODO Watch "Grave of the fireflies" - [2025-06-23 Mon 10:20] - -** TODO Watch "Christmas Fury" - [2025-11-24 Mon 17:14] - -** TODO Watch White Fang - [2025-12-29 Mon 15:24] - https://www.imdb.com/title/tt5222768/ -** DONE Watch Jurassic Park - CLOSED: [2026-02-15 Sun 22:28] - [2026-01-26 Mon 17:56] - -** TODO Watch "Hackers" - [2026-02-15 Sun 22:28] -