From b925865f61b634aeca77b9b5f239a5ba333ec7a2 Mon Sep 17 00:00:00 2001 From: Dane Sabo Date: Fri, 14 Feb 2025 17:23:40 -0500 Subject: [PATCH] vault backup: 2025-02-14 17:23:40 --- .obsidian/graph.json | 14 +++++++------- 3-99 Research/TLA/Untitled.md | 3 +++ 2 files changed, 10 insertions(+), 7 deletions(-) create mode 100644 3-99 Research/TLA/Untitled.md diff --git a/.obsidian/graph.json b/.obsidian/graph.json index b458f4243..c3f37d9c5 100755 --- a/.obsidian/graph.json +++ b/.obsidian/graph.json @@ -1,11 +1,11 @@ { - "collapse-filter": false, + "collapse-filter": true, "search": "-\"Daily Note\" -\"Weekly Note\" -\"200 Library\" -path:\"900s Calendars\" ", "showTags": false, "showAttachments": false, "hideUnresolved": true, "showOrphans": true, - "collapse-color-groups": false, + "collapse-color-groups": true, "colorGroups": [ { "query": "path:\"4 Qualifying Exam\" ", @@ -36,16 +36,16 @@ } } ], - "collapse-display": false, + "collapse-display": true, "showArrow": true, "textFadeMultiplier": -1.5, "nodeSizeMultiplier": 1.98854166666667, "lineSizeMultiplier": 3.11145833333333, - "collapse-forces": false, + "collapse-forces": true, "centerStrength": 0.286458333333333, "repelStrength": 14.375, "linkStrength": 0.609375, - "linkDistance": 211, - "scale": 0.09027465997559025, - "close": false + "linkDistance": 152, + "scale": 0.040122071100262335, + "close": true } \ No newline at end of file diff --git a/3-99 Research/TLA/Untitled.md b/3-99 Research/TLA/Untitled.md new file mode 100644 index 000000000..929008150 --- /dev/null +++ b/3-99 Research/TLA/Untitled.md @@ -0,0 +1,3 @@ +# What is TLA good for? +- Great for finding bugs in concurrent and distributed systems. + - Programs where a lot of shit is happening at different times, and where emergent behavior isn't clear. \ No newline at end of file