she/her

  • 0 Posts
  • 113 Comments
Joined 11 months ago
cake
Cake day: August 3rd, 2023

help-circle
  • What NFTs (and crypto in general) do is very different from a web of trust style approach

    Crypto creates one source of absolute truth, the Blockchain, costly computed via consensus.

    Web of trust, on the other hand, requires you to declare which accounts you trust. Via public-private key signing, you can always verify that a post is actually made by a specific person, and if you trust that person (e.g. because you’ve met them before and exchanged keys), you know it’s legit. You can then extend that system by also trusting accounts your trusted accounts verified, etc

















  • I think you’re mixing up Visual Studio and Visual Studio Code. Visual Studio is a massively bloated IDE mostly used for .NET development, but supports other things too. It’s proprietary, massive, slow and a pain to work with, and doesn’t run on Linux afaik

    Visual Studio Code, on the other hand, is an Electron app and therefore runs almost everywhere, and is (partly or totally, I’m not sure) open source. Nothing wrong with coding in VS Code, it’s a decent IDE