Paywall?
It might help, but I don't think one paywall can account for a whole country's GDP.
Paywall?
It might help, but I don't think one paywall can account for a whole country's GDP.
Form over function. They probably have aspirations of getting VC funding and for that you need to look like every other web app.
The joy of having the freedom to make your PC do what you want and not have to constantly struggle against the machinations of Microsoft cannot be understated.
goto is the standard way of performing error handling in C, since there is no exception system or destructor mechanism to free resources when they are going out of scope.
Thank you both for telling me the answers to your security questions.
What if you symlink the SD card steamapps directory (since its unmounted the mount pount will just be a regular directory on the root filesystem) to your internal storage steamapps directory?
“Cloud storage” in the North is just a drawer full of usb sticks confiscated from people smuggling K-dramas in from the South.
You get incremental backups (snapshots) by using
--link-dest=DIR hardlink to files in DIR when unchanged
To use this you pass in the previous snapshot location as DIR and use a new destination directory for the current snapshot. This creates hard links in the new snapshot to the files which were unchanged from the previous snapshot, so only the new files are transferred, and there is no duplication of data on disk (for whole-file matches).
This does of course require that all of the snapshots exist in the same filesystem, since you cannot hard-link across filesystems.
Create an account to read the full story.
lmao not a chance
Because some banks now require you to authenticate every payment (eg. online payments using your debit card) and every new recipient for bank transfers, using their phone app. The apps rely on the chain of trust that Google and Apple provide with their TPM or "secure enclave" chips to cryptographically authenticate that it is indeed the same device that the bank previously authorized.
Online banking via the website of these banks will still require at least one tap on the phone app to authorize any transfers that you make on the website.
Linux phones (and custom Android ROMs) don't benefit from this same chain of trust, and so even if they have the secure chip in the hardware, the banking apps don't have a convenient API to query it, so the banking apps just don't work.
Banking fraud causes a serious amount of money lost to criminals each year so it's not surprising that the banks want better ways of determining if a request is really coming from their customer('s device) and not a criminal who phished their online banking password.
This situation won't change unless either Linux phones gain in popularity enough that the banks decide to port their apps to the platform or a law is passed saying that banks must support more than just Google and Apple (ie. custom roms etc.) at which point the work will be done to use the hardware attestation available in the phone on other software platforms.