Before using this application, make sure you have
Appwrite server up and running
Then I looked ad Appwrites website for a while.
Since Appwrite probably did not write all the components (Like a database) themselfes, wouldn't the first thing one wants to know what components make Appwrite? I can not see that info anywhere on the website.
The project uses Appwrite as a backend. Appwrite solved problems like database or real-time. After you have the Appwrite backend ready, you can use CLI commands from README to prepare a project for this specific repo (project).
Regarding the question about components, not sure if I understand. I found out all about Appwrite and its services from documentation on appwrite.io
Under the hood? I believe MariaDB, but thankfully, I never had to write a single SQL query. I used Appwrite SDK to do operations like db.getDocument, db.listDocuments, db.createDocument...
A backup medium (SSD or whatever) which only allows writes to empty space. Unless a switch is manually switched from "write" to "update".
In "write" mode, it would only allow writing to empty space.
In "update" mode, it would allow writing everywhere.
I would leave it in "write" mode most of the time. For me, a typical SSD has enough space for years of incremental backups. If I should ever want to delete old backups, I would set it to "update" mode to do that and then set it back to "write" mode.
I don't think crypto would solve this particular issue. Stripe needs the ability to back out of moving money, so there's several settlement periods for different parts of the transaction and ways to appeal transfers retroactively.
I suspect fraudster's are able to wait out this period without detection so they can cash out. If this is the case, then even time locking smart contracts won't help, as the fraudsters just wait out the time period. At that point Stripe would have even less recourse to recover money, as retroactive transfers are not possible at that point.
I could see services such as their debit card offering being abusable too.
They also likely have to worry about things such as predatory recurring payments as those will result in chargebacks which could ultimately fall on Stripe to foot.
As I understand it: When A pays B with Bitcoin via the Lightning Network, B can almost instantly be sure that they have the money. There is no way for A or an intermediary to take it back.
I don't know if there's a pre-existing site that will do it, but you could do this with FFmpeg and therefore FFmpeg.wasm. A brief search [1] indicates that it would likely be about the combination of the right filters. Ostensibly, you could put those filter options into the FFmpeg.wasm demo app [2] (scroll down) and get your video out.
Metamask is the wallet with the lowest barrier to entry for new folks entering the crypto space. Going from no knowledge to having a wallet is much quicker with metamask than hardware wallet.
Its also great for devs deploying contracts on test networks.
I'm one of them, used years ago to test some development on the Blockchain and now I use it mainly as wallet for some small holdings that I've in few tokens
I use it to hold a fair amount of my crypto holdings. I personally don't spend crypto particularly often but I have a friend who uses crypto whenever he can, if you go a bit out of your way you can do a lot of your purchases that way. The metamask UX is nice and pancakeswap integration is useful too. Wish it supported Solana.
That chart shows the federal reserve assets, not the total supply of dollars. It's a pretty interesting chart, but it doesn't support the statistic you quoted.
I'm sorry, I don't have enough information on what those statistics mean. I'm not sure what that chart measures, but it shows a 4x increase in early 2020 which leads me to think it isn't saying what you think it's saying. While I don't doubt it relates to how the Fed manages the money supply, it doesn't say what you want it to say.
If you are going to sell this point, you need a source that undstands and can break down the subject matter to explain what these charts are measuring and how that relates to the supply of US currency.
Since Appwrite probably did not write all the components (Like a database) themselfes, wouldn't the first thing one wants to know what components make Appwrite? I can not see that info anywhere on the website.