Earlier quoted context omitted.
I just cannot understand how you guys accept bad cops, bad healthcare, bad employment rights, bad social mobility, bad education and bad banks, but apparently national id is where you draw the line. Why didn't you draw the line before all this other stuff that is far behind much of Europe? ------ can't reply directly to the GDP comment as some cry baby has flagged my post and then a free speech loving mod has shadow-…
Hold up the US has some of the highest social modility in the devolved world. (20-40% of people will end up better than their parents)
Fed announces details of new interbank service to support instant payments
361–370 of 431 posts
Re: Fed announces details of new interbank service to support instant payments
#362They cant honestly beat the motivated masses that hold collectively billions in crypto currency.
Re: Fed announces details of new interbank service to support instant payments
#363Re: Fed announces details of new interbank service to support instant payments
#364Earlier quoted context omitted.
Nor are there floats in JSON! Json numbers are stored in decimal with varying lengths.
Yes, but almost any standard JSON package will map a number with decimals to their internal float. While alternative parsers exists (javascript has LosslessJSON for example), they're a pain to use. Using strings for floats only has a tiny overhead, but it allows users to use standard JSON parsers and it signals a good practice. If you use JSON numbers to serialize money, you create a situation where the path with the…
FWIW in Python that's as uncomplicated as
json.loads('1.1', parse_float=decimal.Decimal)
though of course it helps tremendously that `decimal` is part of the stdlib.Re: Fed announces details of new interbank service to support instant payments
#365Earlier quoted context omitted.
It's even further behind. I still live overseas and use a US bank account for paying taxes, etc. I'm still shocked that it costs me, my family, or someone money to send money instantly. Here when we go out to dinner with friends, someone pays the bill and we settle it with bank transfers within moments.
It's worse than that if the amount is non-trivial. Wells Fargo won't allow you to send an amount over $10k instantly without physically entering a branch.
Re: Fed announces details of new interbank service to support instant payments
#366Earlier quoted context omitted.
And I got downvoted for predicting this a few weeks ago.
Congrats on predicting it, but if you don't have any proof, you look exactly the same as all the crazies spreading unjustified rumors. Without proof (or at least some great reasoning), I think downvotes of "predictions" are correct.
Re: Fed announces details of new interbank service to support instant payments
#367I moved to India at the start of the year and there's the Universal Payment Interface (UPI) here that essentially allows a Venmo like interface to transfer $ instantaneously from any bank account to another - by simply using the recipient's phone number or a QR code. There are multiple apps that interface with UPI, and the barrier to entry isn't high - allowing for good competition on the UX. Literally every person I…
What we're really talking about with FedNow is not user-facing: Zelle runs on Mastercard Send/Visa Direct, but traditional bank transfers run on ACH, which is very antiquated. FedNow is supposed to replace all of this (though, who's to say if Zelle would actually use it; its possible Visa/Mastercard have stakes in it as well, and they'd lobby against it; but, even in those cases, Visa/Mastercard likely make heavy use of ACH somewhere, and they'd be using FedNow. Its all ACH all the way down)
Zelle's issue is really that most people don't know they have it. For example, Chase has had, for a very long time, QuickPay, which could be used to instantly send money to other Chase customers. Naturally, no one relied on it very often, because if I'm out for drinks with my friends, I'm not going to lead with "Hey, do you have Chase?". QuickPay now uses Zelle, so the bank doesn't matter, but people have their apps.
Its actually the exact same "problem" as WhatsApp is elsewhere in the world. Upgrades to the fundamental, platform-agnostic technologies (SMS->RCS, ACH->Zelle->FedNow) lose stickiness when people have "their app" they'd rather use. In my view, Zelle is one of the greatest tragedies in the US financial system; the banks did everything right with it, its an incredible product, but even very smart people I know refuse to use it, because its not Cash App or whatever.
Re: Fed announces details of new interbank service to support instant payments
#368Earlier quoted context omitted.
The issue with ACH isn't the batch nature, it's that banks on both sides of the transaction are allowed a fairly long amount of time (upwards of a business day) to decide whether to accept or decline the transaction. If they decide immediately, it can go faster, but they don't have to, and many banks have no incentive to work on processing faster. They could still use a batch processing system, and just process the b…
> no incentive to work on processing faster Not sure I agree. How about the incentive to prevent customers using competing services like Venmo and others? Also the incentive to quickly receive funds into bank coffers so the bank can lend it faster. Presumably, increasing the ACH batch frequency would break something in the system or it would already have been done.
Re: Fed announces details of new interbank service to support instant payments
#369Re: Fed announces details of new interbank service to support instant payments
#370Earlier quoted context omitted.
I'm not arguing with that at all! I'm saying that the fact that they aren't hasn't actually stopped anyone from using them that way. When this assumption is violated, a psuedo-identifier is assigned. I have worked with multiple systems that work this way and it is the norm in finance and was the norm in higher education until relatively recently. State government information systems also use SSN as primary identifier…
I've worked with several large healthcare organizations in a consulting capacity. You would be laughed out of a room for suggesting SSN or name and birthday as the primary identifier for an individual. All used an internal patient ID. Some had processes that would use an SSN or name and birthday as inputs to an identification procedure. These procedures would invariably include additional steps. It's perfectly reason…