There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

programmer_humor

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

Dazawassa , in Not mocking cobol devs but yall are severely underpaid for keeping fintech alive
@Dazawassa@programming.dev avatar

I thought everyone kind of knew this. And then the PCMag article dropped.

ocassionallyaduck , in Not mocking cobol devs but yall are severely underpaid for keeping fintech alive

Yo if you are doing COBOL systems maintenance for 90k you arent charging enough.

That’s all this meme means. Consultants on COBOL maintenance can make 90k in a week. This is not the area where companies pinch pennies.

massive_bereavement ,
@massive_bereavement@kbin.social avatar

My experience with Fintech and the financial sector is that they don't care about how much, they only care about how fast.

rottingleaf ,

They just have understanding of correct criteria of financial success, since they, eh, work with finances.

odium ,

A lot of banks have bootcamps where they pick up unemployed people who might not have ever had tech experience in their life. They teach them COBOL and mainframe basics in a few months, and, if they do well, give them a shitty $60k annual job.

Source: know someone who went to one of these bootcamps and now works for a major us bank.

Soulg ,

So you’re saying you can get free training then just leave for a real paying company eh

Asafum ,

I imagine they have some absurd contract that says they can’t leave for 89 years or whatever

SmoothIsFast ,

And I’d like to see that contract hold up in court lol

DragonTypeWyvern ,

The trick to exploiting people is keeping them in fear and ignorance.

mcmoor ,

And people wonder why companies dont train undergrads anymore

SmoothIsFast ,

Oh, no, educated workers who don’t want to be taken advantage of and know their worth, maybe companies should value their employees if you want company loyalty.

mcmoor ,

Oh no, job providers who don’t want to be taken advantage of and know their worth, maybe people should value their job providers if you want their loyalty.

spoilerMy time on Lemmy (and Reddit before) ironically make me appreciate communism less and less

Daft_ish ,

Won’t someone think of the Job providers?! How will they ever afford their third yacht. Damn communists.

^^^this is you^^^^

Takumidesh ,

I code one feature for my job in a sprint and it becomes a value generator for a decade, making the companies hundreds of thousands of dollars each year.

Software developers create value out of thin air for companies, value that management and leadership is unable to generate.

SmoothIsFast ,

Lmao alright bud go fire all your employees and see how you do. Then you will understand who needs to be loyal to who.

Nollij ,

There are some court cases going on right now about this type of thing. Generally, the payback is only allowed to be for the real cost of training, and only for a few years. So that 60k salary for 3 years is also the right amount to make you worth 150k anywhere else.

djehuti ,

This has been going on for decades. My dad became a COBOL programmer in 1980ish after taking an aptitude test in answer to a newspaper ad. Y2K consulting was a pretty good gig.

nqgrl , in Not mocking cobol devs but yall are severely underpaid for keeping fintech alive

I think some COBOL consultants are very well paid, especially since they are a rare breed.

tty5 ,

Friend has a cobol + IBM AIX combo going for him and his on call + at most 1 day/week of work position pays more than my full time very senior dev role.

Unforeseen ,

Hmm I have the AIX half of that. Maybe learning COBOL is worth the pain…

Kata1yst ,
@Kata1yst@kbin.social avatar

I know a person who does AIX consulting with Cobol. She works about 4-8 weeks a year spread between 3 companies and makes enough to raise a family and fund a massive hobby farm. Helps to be in an area with a large fintech presence I imagine.

Unforeseen ,

Very nice, yeah that’s the problem. I broke into AIX in the wholesale industry in early 2000’s so I have very few finance connections, which is where it all seems to be.

I have also been work from home for 7 years now and figured I’d have to go onsite for banks. That may have changed post covid. I will poke around and see what might be out there for me

tty5 ,

Idk what the AIX job market is right now, but several years ago banks in central Europe poached employees back and forth just to reach minimum staff required.

fibojoly ,

The OGs are. The new trainees ain’t.
Which makes sense, but they are still being seriously taken advantage of.

Th4tGuyII , in Not mocking cobol devs but yall are severely underpaid for keeping fintech alive
@Th4tGuyII@kbin.social avatar

Who would've thought a sector with gold flowing through its hands would be so stingy when it comes to updating their backend that they'd end up relying on a dying language, and call upon AI to update it for them rather than just paying a competent team to create and rigorously test a new backend in a modern language

aksdb ,

One problem is that they need to put a price tag and therefore a timeline on such a project. Due to the complexity and the many unknown unknowns in theses decades worth of accumulated technical debts, no one can properly estimate that. And so these projects never get off and typically die during planning/evaluation when both numbers (cost and time) climb higher and higher the longer people think about it.

IMO a solution would be to do it iteratively with a small team and just finish whenever. Upside: you have people who know the system inside-out at hand all the time should something come up. Downside of course is that you have effectively no meaningful reporting on when this thing is finished.

frobeniusnorm , in Not mocking cobol devs but yall are severely underpaid for keeping fintech alive

I swear to god, companies are nowadays just picking the solution with the most buzzwords. Any compiler engineering student knows how to write a transpiler from one language to another, while getting this right is a cumbersome task, it still completly automated afterwards. Just hire a few compiler engineering phds and the job is done in at least half a year.

Look what i found after a quick google search:

yggdar ,

You want to translate COBOL to another language? That exists as a commercial product! The complexity is not the syntax though, it is the environment and subsystems surrounding the code. A lot of COBOL is designed for mainframe systems, and emulating a mainframe is complex.

You also end up with code that is still written as if it were COBOL. The syntax for COBOL is the easy part and that is all you can easily replace. Afterwards you’re still stuck with the way of working and mindset, both of which are quite peculiar.

The company I work for recently looked at all of this, and we decided not to translate our code.

BestBouclettes ,

Also, isn’t COBOL extremely fast ? Which is not necessarily true for newer languages

ignotum ,

Rust: am i a joke to you?

Hawk ,

I think that’s mostly because of the systems COBOL usually runs on, not so much because of the language

CanadaPlus ,

You’re probably thinking of Fortran, which is still used for hardcore number crunching in areas like physics.

jaybone ,

Just make the devs learn the language if they don’t know it already. What kind of shitty mid to senior dev can’t learn a new language in a reasonable amount of time.

abraxas ,

I think it’s a matter of expertise. I am stuck dealing with people who write Javascript/Typescript like it’s C# because they’re C# senior devs. It’s not world-ending until issues of speed, scale, or other “why we use best practices” raise their ugly heads. Then it is world-ending. I can only help with so many design standards when you still see everything show up in a classes-and-subclasses mindset with hard-to-catch concurrency bugs. I actually caught a developer trying to spin up a child process to wait on a socket response.

So in FinTech, I can imagine it becomes a bigger deal faster.

hperrin , in Not mocking cobol devs but yall are severely underpaid for keeping fintech alive

Something that maybe a software engineer union could solve.

WhatAmLemmy ,

Something that a union would definitely solve. What are the banks gonna do? Fire every veteran and hire a team of underpaid newbs to manage their critical systems? If they were dumb enough to do that, let them save themselves millions a year by facing billions in losses… I’m sure that’ll work out well.

bearwithastick ,

Banks: Hold my beer!

And later blame it on the workers that unionized.

aksdb ,

It only needs to work long enough for the current management to cash in on their savings. Then it’s their successors problem.

r00ty Admin ,
r00ty avatar

The thing is, this type of job never needed a union previously. It was niche enough for a long time, that you were sought out and rewarded well. But yes, I think we're moving into an era where we do need union representation.

Oddly enough, with my experience I am sought out still. Just for bizarre startups who clearly never checked my previous work history. Some of the messages I get on Linkedin for example are just weird requests.

PhlubbaDubba ,

If only there was one, I wish I had one just so I wouldn’t have to do all the fucking social hoops just to get my resume noticed by an actual human before the HR’s “I don’t want to do my job!” machines filter me out for not going to an Ivy League School like apparently everyone else did.

HairHeel ,
@HairHeel@programming.dev avatar

Nah, they’re going to “solve” it by paying web developers less, not paying cobol developers more

RedWizard ,
@RedWizard@lemmygrad.ml avatar

Something a union could solve…

hperrin ,

Yes, workers unions are famous for fighting to lower the wages of the workers they represent. Very much. Indeed.

HairHeel ,
@HairHeel@programming.dev avatar

I think the problem is that unions are famous for fighting for equal pay across the board for the workers they represent regardless of individual competency or market demand. For this example they’ll give COBOL developers a raise to 120K and give web developers a pay cut to 120K.

Or best case scenario they give the COBOL developers a short-term raise to 150, then raises across the industry stagnate in coming years to offset the fact that employers feel like they’re overpaying for some people. But sure, a few years later the union can come in to look like a hero arguing for a fraction of the raise the web devs could have already gotten.

Potatos_are_not_friends OP , in Not mocking cobol devs but yall are severely underpaid for keeping fintech alive

Saw this post and all the redditors getting dreamy eyed at the idea of learning COBOL.

pcmag.com/…/ibms-plan-to-update-cobol-with-watson

Nighed , (edited )
@Nighed@sffa.community avatar

The historic high salary for COBOL Devs etc is also partially due to them mostly being old and extremely experienced senior devs

nephs , in :q! to quit the Force

ci(

andioop , in Programmer tries to explain binary search to the police
nissenice , in :q! to quit the Force

False! A proper Vim user would never put their hand on the arrow keys.

hakunawazo ,

Always on hjkl to move, and always ready to insert (i), append (a) or insert before (O) or after (o) line and fast escape with esc.
For search and rescue missions usually use the /.
They need a vim drill before combat.

DoucheBagMcSwag , in :q! to quit the Force

This is how I played guitar hero III on PC but upside down. I wasn’t allowed to play it back at my house so I pirated it and improvised

turbodrooler ,

“No son of mine is going to play a fake guitar!” - Your dad, Robert Fripp or somebody

DoucheBagMcSwag ,

No it was more of rock music being the devil or something like that. N

poVoq , in :q! to quit the Force
@poVoq@slrpnk.net avatar

Looks like they are playing Frets On Fire 🤣

andnekon , in Programposting

At least I have a legacy

lemmesay , in Programmer tries to explain binary search to the police
@lemmesay@discuss.tchncs.de avatar

image transcription:

Afterwards I found a chatroom thread among Cambridge computer scientists, one of whom had also been told that unless he could pin down the moment of theft no one would look at the footage. He said he had tried to explain sorting algorithms to police - he was a computer scientist, after all. You don’t watch the whole thing, he said. You use a binary search. You fast forward to halfway, see if the bike is there and, if it is, zoom to three quarters of the way through. But if it wasn’t there at the halfway mark, you rewind to a quarter of the way through. It’s very quick. In fact, he had pointed out, if the CCTV footage stretched back to the dawn of humanity it would probably have only taken an hour to find the moment of theft. This argument didn’t go down well.

CurlyMoustache , in Programmer tries to explain binary search to the police
@CurlyMoustache@lemmy.world avatar

This is how I look for the best bits in porn

cRazi_man ,

Fast forward half way and see if the woman is still there?

xaxl ,

I fast forward half way and pray she still isn’t slobbering on some knob at that point and they’ve gotten down to businesses already.

doctorcrimson ,

It’s got huge amounts of applicability in many lifestyles and situations that most people never realize until the moment arrives. I once played a fun game that had you guess a number between 1 and 1 Billion with them telling you higher or lower to earn your freedom. Takes a couple of minutes at most.

yum13241 ,

Your first guess should always be 500,000.

doctorcrimson ,

500,000,000*

yum13241 ,

Thanks.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines