I'm of the opinion that all banks should be technology companies, in that pretty much all of their operations rely on computing, so the better they are at developing and operating computer systems they better they'll be able to do business. Unfortunately, many banks (at least in the UK market) seem to see IT as some kind of overhead, to be minimized in cost and/or outsourced (e.g. Lloyds outsourcing to IBM https://ww…
It's Getting Harder to Tell Banks from Tech Companies
71–80 of 264 posts
Re: It's Getting Harder to Tell Banks from Tech Companies
#72Do they? Have they dropped "corporate" solutions that barely work, sold in golf courses to people that are not affected in the least by their decisions? Are they still using XML (or even worse, CORBA) as duct tape tying everything together? Have they dropped waterfall? Do they allow developers to have their say on architectures and solutions to use? Can they experiment with, let's say, Scala, Elixir or are they stuck…
Re: It's Getting Harder to Tell Banks from Tech Companies
#73I pointed out that in the DevOps Handbook one of the lines I highlighted was that in 2013, HSBC (a very large bank) employed more software engineers than Google.
So I went to search other tidbits like that and found that in 2015 Goldman Sachs employed more software engineers than Facebook.
Banks aren't companies that have tech, they're tech companies that do banking.
Re: It's Getting Harder to Tell Banks from Tech Companies
#74Do they? Have they dropped "corporate" solutions that barely work, sold in golf courses to people that are not affected in the least by their decisions? Are they still using XML (or even worse, CORBA) as duct tape tying everything together? Have they dropped waterfall? Do they allow developers to have their say on architectures and solutions to use? Can they experiment with, let's say, Scala, Elixir or are they stuck…
Just a tech company that most of us wouldn't want to work at.
Re: It's Getting Harder to Tell Banks from Tech Companies
#75Earlier quoted context omitted.
100% agree. My wife works in private banking, and her descriptions to me of the IT/software environment they have to deal with are absurd. Recently, the integration of a new loan management system was badly botched and several clients have been hit by it. Bills not going out, therefore not being paid, therefore money being taken forcibly from their accounts without notice. And these are customers with millions each i…
Why is it always the "notifying" part that breaks with shitty software like this, and not the "money being taken forcefully" part, which always seems to work flawlessly? Doesn't that seem a little suspicious? If they were uniformly bad at writing software, the critical money handling part should fail at roughly the same rate. If they can get that part to work reliably, failure of other parts of the system seem partic…
Re: It's Getting Harder to Tell Banks from Tech Companies
#76Earlier quoted context omitted.
100% agree. My wife works in private banking, and her descriptions to me of the IT/software environment they have to deal with are absurd. Recently, the integration of a new loan management system was badly botched and several clients have been hit by it. Bills not going out, therefore not being paid, therefore money being taken forcibly from their accounts without notice. And these are customers with millions each i…
Why is it always the "notifying" part that breaks with shitty software like this, and not the "money being taken forcefully" part, which always seems to work flawlessly? Doesn't that seem a little suspicious? If they were uniformly bad at writing software, the critical money handling part should fail at roughly the same rate. If they can get that part to work reliably, failure of other parts of the system seem partic…
Re: It's Getting Harder to Tell Banks from Tech Companies
#77As far as I can tell, the only thing that qualifies a company as "tech" nowadays is a technical tradition of building on open source from the ground up (eg. LAMP and its successors), while banks have traditionally been dependent on a constellation of vendors.
The open source approach has proven a more effective model and it seems that this realization has finally spread outside of silicon valley. It's about time.
Re: It's Getting Harder to Tell Banks from Tech Companies
#78Earlier quoted context omitted.
This would imply you're at the Director level or above at GS. I expect you were L5 or less at Google, so this would make sense, but I'd expect Director at a big bank to be equivalent to an L6+ role at a Google or FB, or am I totally off base somewhere. (that is, you aren't really expected to make director)
I've seen non director (pres) level offer packages up to $300k including guaranteed bonus minimum.
Re: It's Getting Harder to Tell Banks from Tech Companies
#79Earlier quoted context omitted.
Omnicom: $15B revenue annually, $17B market cap WPP: $18B revenue, $23B market cap Google: $110B revenue, $750B market cap Seems like a good argument that being tech-forward provides a multiplier on value versus doing the same old thing, if you believe that these are all just advertising companies.
> Google: $110B revenue Where did you get 110 from? I'm seeing 90 for last year.
$110B total revenue for 2017
Re: It's Getting Harder to Tell Banks from Tech Companies
#80Earlier quoted context omitted.
if you're thinking of some bank's propensity to ask for specific characters of passwords (rather than the whole thing) meaning they can't have hashed it, it's worth noting that many protect the passwords with symmetric encryption and then store the keys in an HSM to mitigate the risk of unauthorised access.
Unless the HSM is also doing the decryption, the key(s) can still be stolen while in RAM..