• 0 Posts
  • 8 Comments
Joined 5 months ago
cake
Cake day: January 25th, 2024

help-circle
  • This simply isn’t really possible.

    Even if they published open-source code for their backend, it wouldn’t prove that it’s actually what their systems are running.

    And when you are storing your data on their servers, and decrypting it by sending over your password, there’s no way you can actually truly prevent them from accessing your data, if they were to modify how their systems function overall. (this is true for every company)

    Even if they were using zero-knowledge proofs to verify and prove to you the computation done on the server matched what would be expected from published open-source code, then either their very own systems (and by extension, their administrators), or a different company’s proprietary TPM module, would be the root of trust for those ZK proofs, and would still have the same underlying trust assumptions of at least 1 company having the ability to potentially steal your information.

    If you want to rail against Proton for this, you have to be against every single cloud-based instance of code that hosts encrypted data, by any company, for any user.

    Saying Proton acts just like Microsoft is a laughable comparison to make in order to justify claiming a lack of privacy or security on Proton’s part.

    Why? Is it because they’re both companies that offer online services? Guess what, loads of companies do that. But you know what Proton doesn’t do? Give away the contents of people’s files, like Microsoft states they do in their own transparency reports, that they conveniently stopped publishing in 2022. Microsoft handed over the content (not just IP, email, etc, but actual docs, communications, stored files, etc) of thousands of people’s accounts to law enforcement. Proton hasn’t given out content once.

    And this doesn’t even consider the fact that Proton’s business model is privacy. For Microsoft, their users will keep using their services regardless of their privacy, but for Proton, if it comes out that their services are no longer private, nobody will use them anymore, because nobody who got them for privacy would need them at that point.


  • I haven’t had a single issue with crashes, noise, heat, display, etc.

    The positioning/gaps of the spacers are extremely tiny, and barely noticeable, and the only issue I’ve had so far has been my laptop not turning off fully when I shut it down, but that’s fixed by just holding down the power button.

    Oh, and I’m running an unsupported linux distro, (NixOS) so it’s not like I’m starting from any advantaged position in terms of software integration.

    Performance is great, cooling is great, games run well and it boots up quickly. Nothing much else to say other than it’s a good laptop.







  • The real difference is just that it’s a database, with no single person/entity in control. So in the case of banks: A bank can arbitrarily raise fees, a blockchain only does so if the majority of the public running it comes to a consensus on doing so. A bank can freeze your assets if they don’t like a recent purchase, a blockchain can’t. A bank will usually make sending money to friends or family across borders extremely slow and expensive, a blockchain won’t. A bank might not accept transfers on holidays, a blockchain is up 24/7/365 globally.

    At the same time: A blockchain will be so public, that all transactions can be seen by anyone. With your bank, your transactions are only visible to them (and whoever they sell them to). (Unless you use a private currency like Monero or Zcash) A blockchain will usually be slower for redundancy, a bank’s database won’t. A blockchain records data permanently, a bank can delete data you don’t want after a certain period of time.

    It’s really just different databases for different use cases. Many people in developing countries use crypto for daily purchases because banks won’t give them accounts, and at the same time, many people won’t use crypto for everyday purchases in places like the U.S. because their bank’s infrastructure is faster and more convenient.

    I personally have had more success sending money to friends, paying for my VPN, and spending money on holidays, using crypto rails, compared to my bank, but I’ve also had more success with everyday purchases using my bank, because it’s just more convenient.

    The gist is really just that blockchains are a ton of computers everywhere recording the same list of transactions permanently, under a certain set of rules, and a normal database is just that, but under one person/company’s control, with more arbitrarily change-able rules. Your use of them is really just up to your preference regarding security, privacy, speed, and reliability.