• 0 Posts
  • 12 Comments
Joined 3 years ago
cake
Cake day: March 20th, 2022

help-circle



  • The core of Android is open source and named AOSP for short, it is built on top of the Linux kernel which is also free and open source. However Google have made AOSP not usable by abandonning most of the free app in favor of their own proprietary apps such as Google Messenger, Goole Photos etc… That’s why community project like LineageOS builds their own apps to make them usable instead of the old deprecated ones. Brands like Samsung, OnePlus, etc… are not building from AOSP but rather paying a licence fee to Google so they can use the Google Services that are almost necessary to modern Android.

    OP is running GrapheneOS which is a Free and Open Source Operating System based on AOSP.




  • I pay almost weekly using either Bitcoin’s Lightning Network or Monero. I mainly buy food, snacks, hardware and online services. I never used an online casino such as Binance or Kraken, therefore I don’t use them as crypto-bank nor do I do trading (never did), I often buy on centralized exchange but it goes straight to my wallet. As of today I never sold to cashout.

    Take Nigeria, India, Peru or Vietnam as exemple, many people there don’t have bank accounts, however they have a smartphone connected to the internet. Those country have a high percent of people using crypto. Why ? Because thanks to that technology they are able to be there own bank simply by downloading an app. Some are not their own bank but have a banking experience. Most of them got the opportunity to own american dollar that way thanks to USDT and USDC stablecoin. It’s closer to what they know the USD in cash. However there is many people realizing that Bitcoin volatility isn’t bad because their local currency have worse volatility going down over the past 15 years where Bitcoin is going the opposite direction.





  • Your comment is quite misleading. Blockchain is all about verification and transparency and that is the reason why people knew about the hack that quickly. Authorities, private companies and individuals are following the funds block after block. The hack concern an exchange, a central entity with lots of ether tokens, not a blockchain.

    From my understanding and this is still under investigation, the main issue is that the compromised exchange didn’t suffer from any breach. Their multi-sig setup signed a transaction liked if the company was agreeing. Could have been all the required key stolen ? Maybe. All the employee having keys getting corrupted ? Unlikely. From what I’ve read about the Ethereum Virtual Machine (EVM), in multi-sig (Safe or Gnosis safe as exemples) setups, users have no way to verify what they are signing on their harware wallets (signing devices).The whole Ethereum ecosystem have been used to blindly signed for years and today they might realize that’s a bad design choice. Lazarus could have hacked the centralized coordinator entity such as app.safe.global, but as I said this is still under investigation and I’m not a professionnal just a free software enthousiast.

    This is an Ethereum, actually more of a EVM Turing Complete, design issue if I understood it correctly. You don’t have this problem that much the on Bitcoin multi-sig UTXOs ecosystem were it’s simpler and many great hardware wallet let you verify on their screen what you are signing (hww without a trusted screen are not designed to be signing devices) but none, 0% let you verify what you sign with an Ethereum smarcontract. It is possible you can do that on Ledger with 1Inch from what I’ve understand, but no one cared until today and so no one wanted to fund the creation of ledger app for this.

    A feature of blockchains, actually it’s not blockchain in itself but rather the competitive PoW consensus mechanism (Ethereum forked to PoS) enforced by game theory is immuability and finality of the transactions. With Bitcoin you cannot rollback. Ethereum did a rollback in the early days creating a fork named Ethereum Classic which is the ledger that did not rollback. I don’t think Ethereum will rollback again, especially for such a small amount of ether and I think if they wanted and had the opportunity, it would have been already done. People screaming they will are delusional but maybe I’m wrong :)

    Finality might seem a scary feature at first, in reality it enable you to create reversible transactions through escrow multi-sig setup. Actually you don’t even need to, the mempool is not immuable on Bitcoin you can do a RBF. You don’t create trust by simply having a shiny blockchain, people thinking it removes trust don’t understand money nor distributed ledger. Whatever, with this hard finality system you can create softness emulating what the banking system usually offers. So you get the soft system built on top of a hard system, unlike internationnal banking on which you can’t put a hard system on top of.

    Edits : Add nuance, clarifications, improved readability, etc…