I wonder who would not only have the passwords, but the know-how to manage the whole thing, at least to transition it to more managed services...
Show HN: If you lose your memory, how to regain access to your computer?
41–50 of 243 posts
Re: Show HN: If you lose your memory, how to regain access to your computer?
#42I suffered a traumatic brain injury (TBI) related to an e-bike accident two years ago. I woke up in the ICU after a short coma-like thing and the nurses/doctors asking me questions and it was clear I was answering for the 10th time or more, like we had all done this before, but I couldn't remember anything. Thankfully my very long password I use for an encrypted Borgbackup I have was somewhere deep or untouched, but,…
this exact story is why i built my app, thank you so much for sharing.
my hope is to basically make a next version of your plan that's distributed among friends.
Re: Show HN: If you lose your memory, how to regain access to your computer?
#43For this purpose Google offers "Inactive Account Manager" AKA a dead man's switch.
Re: Show HN: If you lose your memory, how to regain access to your computer?
#44Low tech: I put my secret manager password in a physical journal that is locked in a fire proof, water proof vault and hidden somewhere only my partner and myself know where it is. I use a password manager. Everything else goes in the password manager.
A bank safe deposit box offers a different security profile that’s probably more robust against fire because banks burn less often than houses.
It’s probably not practical to really be robust against fire without being buried several feet deep.
Re: Show HN: If you lose your memory, how to regain access to your computer?
#45aw, friend of mine built this way back in the day https://michael-solomon.net/keybearer https://github.com/msolomon/keybearer
my zip bundles are 1-2 megabytes due to all the wasm, and you achieved this on so little. impressive job!
I'd love to hear what you think about mine, one of the differences is that it creates a ZIP file containing the recovery app in it, as well as a PDF with instructions for non-technical friends. Overall trying to make the recovery experience as smooth as possible.
but cheers, your version is the only one that I found that does basically what mine does, all the others fall short one way or another!
Re: Show HN: If you lose your memory, how to regain access to your computer?
#46For my personal passwords, I use Apple's password manager. It lets me share passwords with my family. I also created a folder on Apple's iCloud that I share. https://support.apple.com/guide/iphone/share-passwords-iphe6... https://support.apple.com/guide/icloud/share-files-and-folde...
Re: Show HN: If you lose your memory, how to regain access to your computer?
#47Other than passwords though, I also have stuff installed at home on a Synology NAS, a mail server, a VPS running some websites (my own, family, my wife's), Home Assistant, Family photos with backups etc etc. I wonder who would not only have the passwords, but the know-how to manage the whole thing, at least to transition it to more managed services...
If you want someone to be able to access it after you’re gone, either put 1000 BTC in it or leave instructions. Paper instructions in a physical fireproof safe is way easier to deal with than any digital encryption with no hints.
Re: Show HN: If you lose your memory, how to regain access to your computer?
#48I also gave this problem some thought: https://github.com/cedws/amnesia
Re: Show HN: If you lose your memory, how to regain access to your computer?
#49Other than passwords though, I also have stuff installed at home on a Synology NAS, a mail server, a VPS running some websites (my own, family, my wife's), Home Assistant, Family photos with backups etc etc. I wonder who would not only have the passwords, but the know-how to manage the whole thing, at least to transition it to more managed services...
You need to give people "a map" of where things are: https://github.com/eljojo/rememory/blob/main/internal/projec...
Re: Show HN: If you lose your memory, how to regain access to your computer?
#50aw, friend of mine built this way back in the day https://michael-solomon.net/keybearer https://github.com/msolomon/keybearer
no way!!!! I searched for a long time for a solution like this, many could encrypt using shamir but none took an actual file with browser upload and easy UX. and like, 14 years ago? my hats down to you my friend. my zip bundles are 1-2 megabytes due to all the wasm, and you achieved this on so little. impressive job! I'd love to hear what you think about mine, one of the differences is that it creates a ZIP file cont…