Earlier quoted context omitted.
The issue is always the same: traditional banking is frictionless, very cheap and convenient for 99.9% of people out there. Crypto isn't frictionless, it's not cheap and it solves problems that only the 0.1% has such as the need of transferring large amounts of "money", without tracing, in short times, across the globe but it undoes the benefits that the 99.9% has while bringing complexity. Plus, nobody really wants…
[flagged]
Griffin – A fully-regulated, API-driven bank, with Clojure
51–60 of 223 posts
Re: Griffin – A fully-regulated, API-driven bank, with Clojure
#52Earlier quoted context omitted.
With the introduction of CBDCs, FedNow, and platforms like TFA, it's starting to look like TradFi is getting the second-mover advantage. Cryptocurrency introduced programmable money, which is great, but it also came with other features like self-custody, extreme transparency & privacy, and immutability that have ended up being more than average users are willing to accept as a bundle. TradFi entities now have the abi…
You can build features like reversibility on top of Ethereum. A draconian government chain that solves none of the important grievances is not needed. I do not need big brother freezing my funds, deciding what I can and can't buy, etc.
Re: Griffin – A fully-regulated, API-driven bank, with Clojure
#53Earlier quoted context omitted.
Can you specifically describe how Ethereum, where all transactions are public, would prevent this kind of surveillance?
I was referring to the inability of the government to freeze your funds. But there are ways to prevent surveillance using zkproofs where you can break the onchain connection for private transactions.
That is assuming Ethereum sees that kind of mass adoption to the point governments start to regulate its usage.
Re: Griffin – A fully-regulated, API-driven bank, with Clojure
#54Re: Griffin – A fully-regulated, API-driven bank, with Clojure
#55Why are these API banks always in the UK? I've been waiting to do my banking using curl for years and no one has made it available in the US.
Re: Griffin – A fully-regulated, API-driven bank, with Clojure
#56Why are these API banks always in the UK? I've been waiting to do my banking using curl for years and no one has made it available in the US.
UK has government mandated API requirements for banks. In the USA it's left to the "free market" which in practice means having to trust unreliable 3rd parties like Yodlee or Plaid.
Re: Griffin – A fully-regulated, API-driven bank, with Clojure
#57Why are these API banks always in the UK? I've been waiting to do my banking using curl for years and no one has made it available in the US.
Re: Griffin – A fully-regulated, API-driven bank, with Clojure
#58Re: Griffin – A fully-regulated, API-driven bank, with Clojure
#59nothing like having dynamic types manage your money
While I also love to take part in cargo cults, you should probably fit some good blinders on before looking over at Nubank’s stack.
Re: Griffin – A fully-regulated, API-driven bank, with Clojure
#60nothing like having dynamic types manage your money
In OO languages (Java, C#, C++, etc...), and functional ones (F#, Haskell, OCaml, etc...) types do not validate the correctness of logic, they evaluate the correctness of data structures and their access/mutation as they are manifested in the language. OO languages consider data correctness as access patterns of encapsulated primitives (or other data structures) through defined behaviors on a "class". Functional lang…
Nonsense. Types validate whatever you use them to validate, which can certainly include what we usually call "logic".
> Types have little (or nothing) to do with program correctness
On the contrary, they're still the most effective technique we've found for improving program correctness at low cost.