Nostr is now full of bots responding to messages as if they were people. What a bummer lol
Have you heard of Confidential Computing? It's a technology that uses Trusted Execution Environments (TEEs) to isolate code and data at the hardware level. But how does it work, technically?
Secure Enclave/VM Creation
When a piece of software starts up, it launches an enclave (in Intel SGX) or an encrypted VM (in AMD SEV) within the processor. This environment is assigned unique encryption keys by the hardware itself, making external access or inspection impossible without those keys.
Encrypted Memory
All memory used by the enclave or VM is encrypted both “at rest” (in RAM) and “in transit” (between CPU and RAM). This means that even if someone gains physical access to the server or hypervisor, they cannot decrypt the information without the correct key.
Complete Isolation
The processor enforces security policies directly, rejecting any unauthorized read or write attempts. This prevents even the operating system kernel or a malicious administrator from viewing or manipulating what happens inside the enclave.
Integrity Assurance
Before execution begins, the hardware checks the code’s “signature” or “measurement.” This process, known as Remote Attestation, allows users to confirm that the software running inside the TEE is exactly what it’s supposed to be.
With these mechanisms, Confidential Computing enables you to host and process data without revealing its contents—whether in a public cloud environment or on your own hardware—ensuring privacy even from the system’s operators.
nostr:npub1gcxzte5zlkncx26j68ez60fzkvtkm9e0vrwdcvsjakxf9mu9qewqlfnj5z, imagine if in Amethyst we had the ability to select the post suggestion algorithm?! Instead of only having posts from accounts we follow, we have a Discovery that delivers content to us according to the selected algorithm.
nostr:npub1gcxzte5zlkncx26j68ez60fzkvtkm9e0vrwdcvsjakxf9mu9qewqlfnj5z, a very useful feature in Amethyst would be a pin to lock the application. Something similar to what you have on Whatsapp or Telegram. I think a pin would give a little more privacy when our device is in someone else's hands.