←back to thread

1901 points l2silver | 1 comments | | HN request time: 0.213s | source

Maybe you've created your own AR program for wearables that shows the definition of a word when you highlight it IRL, or you've built a personal calendar app for your family to display on a monitor in the kitchen. Whatever it is, I'd love to hear it.
Show context
withinboredom ◴[] No.35739173[source]
A deadman's switch connected to a manner of things. It basically works by 'non-existence' instead of existence and fires a webhook once something stops. For example, if my computer is turned off for a couple of weeks, it will send an email to loved ones. When I go day hiking, something similar happens when my phone loses service/power for more than a couple hours and sends a low-quality gps track. Basically it's if-this-then-that but more like if-this-stops-then-that. I have it tracking all kinds of things, like git-commits-per-person, server/device health metrics, and things like that.
replies(2): >>35742127 #>>35744459 #
sowbug ◴[] No.35742127[source]
You could imagine a combination of a Tor-like architecture and Shamir's Secret Sharing Scheme to construct a scavenger-hunt encryption system. Maybe 10 dead-man-switch utilities around the world agree to reveal X when Y happens (or doesn't happen), but their policies aren't even revealed until the first N secrets are broadcast. That way you can distribute the risk of collision, and meter the rate of a final secret being revealed or job being executed.
replies(2): >>35753133 #>>35764944 #
1. sowbug ◴[] No.35764944[source]
Make that "collusion," not "collision," and thank you once again autocorrect.