diff --git a/content/posts/2021-08-11-backup-plan.md b/content/posts/2021-08-11-backup-plan.md new file mode 100644 index 0000000..01491dc --- /dev/null +++ b/content/posts/2021-08-11-backup-plan.md @@ -0,0 +1,15 @@ ++++ +title = "what's your backup plan?" +date = 2021-08-11 +draft = true +tags = ["computers"] ++++ + +Imagine this: you get hit by a car on vacation and you wake up with memory loss, everything that was on your person can be presumed to be gone forever. What kind of preparations can let you recover as _much_ as possible from this doomsday situation? + +We all have secrets that we keep, whether it be social security numbers, passwords, people's birthdays, but how we store that information is all very different. And sometimes, we store information in places that requires possession of other information. One question I began asking myself recently is: have I gotten my information into a circular dependency? + +Suppose I have a safe where I protect physical properties, keep the code to a safe in my email, which I protect with a password and two-factor auth via security codes on my phone. + +- Talk about grace period between losing a form of authorization and being locked out from it +- diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index fd2d5eb..9ceae83 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -37,6 +37,7 @@
written by michael zhang. [source]. + [mastodon].