Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)X
Posts
44
Comments
1,829
Joined
2 yr. ago

  • The method developed by the researchers involves placing VVF power cables in a glass reactor where they are subjected to microwave radiation. The pyrolysis carbonizes the PVC insulation, exposing the copper wire and allowing it to be easily recovered.

    So putting cables in a microwave to melt the plastic?

    This was achieved without the generation or use of toxic chemicals. The researchers explain that during the pyrolysis, the PVC insulation underwent rapid dichlorination and carbonization, which prevented the formation of harmful byproducts such as tar, polycyclic aromatic hydrocarbons and dioxins.

    This may be an improvement...

  • However, if something goes wrong, and they do the wrong thing, we want to be able to send out some kind of command or similar, that will completely lock, block, or wipe the sensitive data.

    You're assuming you'll have a network connection and that sensitive data is all in the same place.

    Short of remotely unlocking an encrypted disk on every single boot... and even then...

  • I can imagine that theirs is safer and more suited for targeted devices. Linux is extremely generalistic and has a ton of cruft.

    For targeted devices so is Gentoo. Their edge is having access to proprietary drivers.

    But I have never looked at their code or tried to port a Linux app to Android. The #Krita devs might have some insight here.

    If it's written in portable C you can use the Android NDK/SDK to cross-compile it for the 4 archs they support. I do it at work.