Get ready for a data dump of 40 year old COBOL code /s But in all seriousness, this is a great step forward in institutional software. Open up software to further progress towards standardizing an industry's software interface.
Deutsche Bank makes source code publicly available for the first time
81–90 of 216 posts
Re: Deutsche Bank makes source code publicly available for the first time
#82Earlier quoted context omitted.
I would love for a few banks to dump all their old COBOL code on to GitHub. Not because it would necessarily be useful for anything, but simply because it would be fascinating to read... There is actually very little open source COBOL code available, of the massive quantities of COBOL code written over the decades the vast, vast majority of it remains closed source. Sadly I think a lot of it is just going to be lost…
> a century from now when all of us are dead who cares if our confidential info gets released to the public then? I'm reminded of Vernor Vinge's far-future scifi "A Deepness in the Sky," where "programmer-archaeologist" is one of the occupations. (along with "programmer-at-arms")
Re: Deutsche Bank makes source code publicly available for the first time
#83Earlier quoted context omitted.
> a century from now when all of us are dead who cares if our confidential info gets released to the public then? I'm reminded of Vernor Vinge's far-future scifi "A Deepness in the Sky," where "programmer-archaeologist" is one of the occupations. (along with "programmer-at-arms")
As I keep saying. Some people chuckle about Warhammer 40k Techno Priests. The only people in the warhammer universe with some chance to understand the centuries old compuer systems and machines. Other people work with legacy systems.
Re: Deutsche Bank makes source code publicly available for the first time
#84Earlier quoted context omitted.
I would love for a few banks to dump all their old COBOL code on to GitHub. Not because it would necessarily be useful for anything, but simply because it would be fascinating to read... There is actually very little open source COBOL code available, of the massive quantities of COBOL code written over the decades the vast, vast majority of it remains closed source. Sadly I think a lot of it is just going to be lost…
> "but a century from now when all of us are dead who cares if our confidential info gets released to the public then?" Your descendants probably. Especially if grandpa earned a lot of dough which by heritage would be theirs now. Or just for the sake of privacy. Would you care if your private social network data was dumped after your death? To me, when I sign up for confidential that means now and always. Not until d…
no?
Re: Deutsche Bank makes source code publicly available for the first time
#85Earlier quoted context omitted.
Says public domain in the post but all the code says Apache, weird~
Article author probably doesn't realize there's a distinction between "publicly available" and "public domain"
Re: Deutsche Bank makes source code publicly available for the first time
#86They touted it as being innovative and open but in the end all Banks are required to open up when PSD2 comes into effect next year. Seeing this release, maybe they have honest intentions for being more open, but it being Deutsche i still have my doubts.
Re: Deutsche Bank makes source code publicly available for the first time
#87I wonder if the openness of cryptocurrency and blockchain tech prompted this in any way. edit: can someone explain why I'm getting downvoted?
Because the reason is plainly stated in the article if you bothered to read it. Also, OSS existed for decades before the blockchain came along so to question any correlation between this and that would be absurd.
My question is basically that - OSS existed for decades; why only now in big finance?
That their clients wanted such a trading platform... is that the reason you are saying was plainly stated?
Re: Deutsche Bank makes source code publicly available for the first time
#88> The bank will put over 150,000 lines of code from its award-winning electronic platform Autobahn into the public domain
If this is indeed correct, there's no licensing BS, no control of what you can do with it like most free software. This is pure and simple public domain.
Re: Deutsche Bank makes source code publicly available for the first time
#89Great move. I really believe in the "free software, free society" idea of the FSF. After this batch, I'm sure there will still be a lot left to open source, but it's definitely a big step! If we're fortunate, others will follow suit. Germany is a great country for stuff like this. They have a relatively high share of Linux users, OpenStreetMap usage, etc. I feel like they're very critical towards their own country an…
> Germany is a great country for stuff like this. They have a relatively high share of Linux users, OpenStreetMap usage, etc. I feel like they're very critical towards their own country and don't take things for granted (not the "we're so proud of our country" idea). This is especially also the case, because of the post-WWII history of East Germany. The Stasi managed to subdue the entire population, mainly with surve…
Actually it was far easier than that: 1 in every 6 Eastern Germans was knowingly or not, voluntarily or not, a Stasi informant.
Re: Deutsche Bank makes source code publicly available for the first time
#90Earlier quoted context omitted.
Yeah, that's the standard way to write comments. It looks terrible but it's not bad to write because Visual Studio auto-generates the comment skeleton for you.
It’s not the standard way. It’s the standard way for documentation so Intellisense can provide information about the function. The standard way still uses C/C++ style double slash ( // ) and multiline style ( / / )