vault backup: 2025-01-14 13:36:34

This commit is contained in:
Dane Sabo 2025-01-14 13:36:34 -05:00
parent 83f1629324
commit 6f7807e7db
2 changed files with 12 additions and 6 deletions

12
.obsidian/graph.json vendored
View File

@ -62,11 +62,11 @@
"textFadeMultiplier": -1.8, "textFadeMultiplier": -1.8,
"nodeSizeMultiplier": 1.79713541666667, "nodeSizeMultiplier": 1.79713541666667,
"lineSizeMultiplier": 0.7125, "lineSizeMultiplier": 0.7125,
"collapse-forces": true, "collapse-forces": false,
"centerStrength": 0.114583333333333, "centerStrength": 0.0755208333333333,
"repelStrength": 9.16666666666667, "repelStrength": 6.14583333333333,
"linkStrength": 0.552083333333333, "linkStrength": 0.4765625,
"linkDistance": 84, "linkDistance": 84,
"scale": 0.05095796820409563, "scale": 0.23868565299290026,
"close": true "close": false
} }

View File

@ -9,3 +9,9 @@ Key advantages:
4. Security and Maintainability 4. Security and Maintainability
The big con: The big con:
Microkernels have way, way more interprocess communication (IPC). There are more delays because of all the extra communication. Microkernels have way, way more interprocess communication (IPC). There are more delays because of all the extra communication.
CIA Triad:
1. Confidentiality
2. Integrity
3. Availability
4. Bonus! Safety