The article is unclear about when the freezings took place, but the sentence starting with "By July" seems to suggest that 3 million is the cumulative total of all the accounts that were frozen from January to July. So it probably wasn't a sudden mass freezing, just constant whack-a-mole.
It does say those were tied to “mules”, so freezing those accounts is the right course of action.
In fact the last thing you want to do is give criminals warning that you’re going to freeze their accounts. I’d imagine that would be extremely counterproductive for everyone bar those criminals.
Believed to be tied to "mules" unless their classification method has zero false positives. If it does have false positives then those non-mules have a right to complain.
If two people accounts were unjustly frozen (and they have to do some work to unlock them), and at the same time two hundred people life savings were saved, would that be OK with you?
I don't know about them, but there are plenty of ways for law enforcement to get mule account numbers. After all that's the whole point - actual criminals don't have to reveal their own identity, instead they convince a "mule" to (knowingly or not) participate in a crime.
Everyone has the right to complain about practically anything they want.
But that doesn’t mean that freezing an account suspected of fraud isn’t the right course of action.
Yeah there’s going to be false positives. However that’s precisely why you freeze the account: to allow you time to follow due process and investigation. If you assumed the process was infallible then you wouldn’t need to freeze the account; you would just skip straight to the punishment and remediation stages ;)
Mr Bob Smith is married to Mrs Alice Smith. The bank has their status as married, which they have been given copies of marriage certificates over and over and over for many years.
Bob works, and Alice is dependant based on Bob's visa.
Bob has an account, Alice has an account, and they also both have credit cards under their own names. Bob and Alice also have joint accounts, where most of the money is, and it is a lot of money, enough that Alice and Bob have "VIP" status at the bank, and they've been good customers for about a decade.
Alice and Bob have recently updated all FATCA, CRS, and whatever other insane bullshit has been asked of them by the bank. Alice and Bob have Thai tax IDs, which the bank also has.
Alice and Bob have cell phones of course, and naturally, the family phones are in the account "Bob Smith"
The bank freezes Alice account.
Alice goes to the bank in person. The bank doesn't unfreeze the account, they demand she change her phone account to be in her name.
Yeah, for real.
Bob isn't happy. He thinks Thais shouldn't rely on these banks and should use cash as much as possible and avoid QR payments as much as possible.
Article's not an image, it's regular HTML text content. The site just uses some extremely obnoxious JavaScript that blocks text selection, right-clicking, and the view-source and developer tools keyboard shortcuts. The latter is especially pointless since anyone who knows about those features also knows that they can be accessed via the browser menu, which JavaScript can't block.
A browser is a 'User agent', as in it is supposed to act on MY behalf, and things in my intent and benefit. Similar agents are real estate agents, or attorneys as my agent.
So... For something that is MY agent, why are browsers creating, and instituting anti-agent choices against my will?
Barring excuses of "following the spec", I should be able to easily disable my user-agent's execution of said onerous code.
(I'm ignoring this for Google chrome. They're an adtech company, and they won in court as a monopoly. Fuck them.)
Sometimes not being able to select is useful. You can trivially create a user style that overrides user-select: none if you'd like, something that isn't possible in most gui software.
>A browser is a 'User agent', as in it is supposed to act on MY behalf
It's supposed to implement the spec. Why are you and many other people on this site so attached over the wording of "user agent"? It is supposed to mean the software making the request, it doesn't mean anything more than that.
The argument is that the W3C shouldn't have included this feature in the spec, because it (allegedly) prioritizes the interests of publishers who want copy protection over those of end users who want to copy stuff. If true, this would violate the "priority of constituencies" HTML design principle: https://www.w3.org/TR/html-design-principles/#priority-of-co...
"As user-select is a UI convenience mechanism, not a copy protection mechanism, the UA may provide an alternative way for the user to explicitly select the text even when user-select is none.
Note: none is not a copy protection mechanism, and using it as such is ineffective: User Agents are allowed to provide ways to bypass it, it will have no effect on legacy User Agents that do not support it, and the user can disable it through the user style sheet or equivalent mechanisms on UAs that do anyway. Instead, none is meant to make it easier for the user to select the content they want, by letting the author disable selection on UI elements that are not useful to select. Tools such as CSS validators, linters or in-browser developer tools are encouraged to use heuristics to detect and warn against incorrect or abusive usage that would hamper usability or violate common user expectations."
>If true, this would violate the "priority of constituencies"
Not neccessarily. For example, piracy is so harmful that it could still outway the cost to a user even with a multiplier given to the user's cost. For example the user's cost is 10 and the author's cost is 100. Even with a 5x priority for the user, the needs of the author outweigh it.