this post was submitted on 22 Mar 2024
101 points (97.2% liked)
Programming
17322 readers
64 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities [email protected]
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
As long as you're okay with the edge cases on that: jailed, hospitalized, or other event lasting two weeks and your switch goes off.
Yep, false positives are a problem for a dead man's switch.
Two weeks without being able to get internet access or word to a friend is definitely possible but seems pretty unlikely.
You could make it more than 2 weeks out but I think that's a good middle ground between avoiding false positives and striking while the iron is hot, you know? Imagine sending an email beginning "if you're reading this I'm dead..." and having recipients think "Yeah, that was ages ago."
Yeah that's my problem, a false positive in this situation is not something that atrocious, but I would catch slack by my friends for the rest of my life hehehe.
Just make it ridiculous. Like instructions to get an artifact that will resurrect you from a museum in France... Then if it goes off by accident, it is comedy.
Damn I might actually make something like that to soften the blow if it is released by accident or of my death.
This is the core issue with the traditional dead man's "switch" -- it doesn't require death to go off, just letting go of it, and there are other reasons why that might happen. By extension, a switch that requires you to log into something periodically might be problematic if you're predisposed. Personally I'd just set a longer timer, a month is probably fine and, unless your "exposure" is extremely time sensitive, a month won't matter once you're dead.