vault backup: 2025-02-14 17:23:40

This commit is contained in:
Dane Sabo 2025-02-14 17:23:40 -05:00
parent 29fc932d69
commit b925865f61
2 changed files with 10 additions and 7 deletions

14
.obsidian/graph.json vendored
View File

@ -1,11 +1,11 @@
{ {
"collapse-filter": false, "collapse-filter": true,
"search": "-\"Daily Note\" -\"Weekly Note\" -\"200 Library\" -path:\"900s Calendars\" ", "search": "-\"Daily Note\" -\"Weekly Note\" -\"200 Library\" -path:\"900s Calendars\" ",
"showTags": false, "showTags": false,
"showAttachments": false, "showAttachments": false,
"hideUnresolved": true, "hideUnresolved": true,
"showOrphans": true, "showOrphans": true,
"collapse-color-groups": false, "collapse-color-groups": true,
"colorGroups": [ "colorGroups": [
{ {
"query": "path:\"4 Qualifying Exam\" ", "query": "path:\"4 Qualifying Exam\" ",
@ -36,16 +36,16 @@
} }
} }
], ],
"collapse-display": false, "collapse-display": true,
"showArrow": true, "showArrow": true,
"textFadeMultiplier": -1.5, "textFadeMultiplier": -1.5,
"nodeSizeMultiplier": 1.98854166666667, "nodeSizeMultiplier": 1.98854166666667,
"lineSizeMultiplier": 3.11145833333333, "lineSizeMultiplier": 3.11145833333333,
"collapse-forces": false, "collapse-forces": true,
"centerStrength": 0.286458333333333, "centerStrength": 0.286458333333333,
"repelStrength": 14.375, "repelStrength": 14.375,
"linkStrength": 0.609375, "linkStrength": 0.609375,
"linkDistance": 211, "linkDistance": 152,
"scale": 0.09027465997559025, "scale": 0.040122071100262335,
"close": false "close": true
} }

View File

@ -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.