computer, find me pictures of girls kissing
tbh it would be really cool if there was some globally distributed & decentralized dead man's switch, which allows you to have pre-determined messages published after you're incapacitated smth like that would not only be useful for like normal people, but also people in dangerous situations like activists, journalists, etc. here's like a rough idea I have in my head: in order to create a dead man's switch, you would generate two private keys. the first private key is used to encrypt a message, and then you use the second private key to sign everything to prove it's you. you can then distribute the encrypted message. then, you take the encrypted first key & split it up using something like [shamir's secret sharing scheme]( ) you can then distribute this split key to a diverse set of members of the network. should a node go down, there is redundancy in the network as it only requires some percent of the shared secrets (e.g. 70%) to be decrypted.
hey, can anyone experienced with nix and/or cmake help me with smth? I'm trying to use a package for [depthai]( ) (specifically the older v2) with nix, however it uses hunter to download dependencies and nix doesn't like that. hunter is disabled, however it still can't seem to find bzip2 even though it's added as a dependency:<code>CMake Error at cmake/depthaiDependencies.cmake:44 (find_package):<br> Could not find a package configuration file provided by "BZip2" with any of<br> the following names:<br><br> BZip2Config.cmake<br> bzip2-config.cmake<br><br> Add the installation prefix of "BZip2" to CMAKE_PREFIX_PATH or set<br> "BZip2_DIR" to a directory containing one of the above files. If "BZip2"<br> provides a separate development package or SDK, be sure it has been<br> installed.<br>Call Stack (most recent call first):<br> CMakeLists.txt:195 (include)<br><br><br>-- Configuring incomplete, errors occurred!<br></code> link to the nix package definition (or whatever they're called in nix-land):
it is the next day and this is still fucking insane to me