this post was submitted on 21 Feb 2025
95 points (89.9% liked)

Technology

66975 readers
4057 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
all 21 comments
sorted by: hot top controversial new old
[–] Bishma@discuss.tchncs.de 72 points 3 weeks ago* (last edited 3 weeks ago) (4 children)

You know when users complain about the lingering bugs, unexpected slow downs, and slow delivery of new features caused by tech debt (even though they don't know that). That's them caring about your stack, whether they know it or not.

[–] eager_eagle@lemmy.world 32 points 3 weeks ago

tbh I'm confident I can deliver bugs, slowdowns, and tech debt using any stack 😎

[–] HobbitFoot@thelemmy.club 9 points 3 weeks ago

But that isn't caring about your stack beyond that your stack isn't shit.

[–] dustyData@lemmy.world 8 points 3 weeks ago* (last edited 3 weeks ago) (4 children)

Banks.

Do you know why banks are still running COBOL on new, old architecture, IBM mainframes? Sure, it's in part due to risk aversion, ignorance and inertia. But it's also because, if in the end the result is the same, then the tech stack doesn't matter.

Very few people are tech fanatics, most people want results. They care when the products don't work. They don't care how you fix it as long as you fix it in a reasonable manner, within an acceptable timeframe at an affordable price.

Doesn't matter if the customer is a billion dollars bank or a social network. Debbie thinks javascript is when the barista puts her initials on her latte and rust is something to fear when it shows up under her car. Too many devs forget this.

[–] throwback3090@lemmy.nz 9 points 3 weeks ago (2 children)

In contrast, banks all universally moved to single page apps lately, and every one of them sucks. Some suck more (we don't support you having more than one tab open while you are researching stocks) and some suck less (what is the back button for, anyway? Just ignore it). But they all suck.

And yes, users do care about using shitty stacks when they make shitty results.

[–] futatorius@lemm.ee 2 points 3 weeks ago

every one of them sucks

They went to the cheapest bidders, and those poor devs in Chennai have no fucking clue about proper UX design.

[–] dustyData@lemmy.world 1 points 3 weeks ago* (last edited 3 weeks ago)

If your users are aware and complaining about your tech stack, you failed as a Dev. The stack had nothing to do with it, its on you.

Edit: unless your customers are other devs, of course.

[–] futatorius@lemm.ee 6 points 3 weeks ago (2 children)

Do you know why banks are still running COBOL on new, old architecture, IBM mainframes? Sure, it’s in part due to risk aversion, ignorance and inertia. But it’s also because, if in the end the result is the same, then the tech stack doesn’t matter.

I've done extensive consulting for financial firms, including mainframe-replacement projects, and that's not the reason. There are two reasons: banks regard IT as a cost center, so they systematically underinvest. They never budget for lifecyle maintenance, they just kick the can down the road as far as they can. In addition to that, hardly anyone who wrote that COBOL code is still alive, and when it was written in the 1970s or 80s, the requirements and design were seldom documented, and after decades of code maintenance, they're no longer accurate anyway. So to replace that COBOL, you have to reverse-engineer the whole business process and the app that embodies it. And you can't do like-for-like replacement, since a lot of the business process is actually workarounds for the limitations of that legacy system. And it's even worse than that: sometimes that COBOL has some custom IBM 360 assembler behind it, and nobody remembers what that shit does either, and finding people who know that, or CICS, or the quirks of ancient DB/2 versions, is even harder than finding someone skillful who can write COBOL. So until there are new requirements, usually new regulations that cannot be weaseled out of, they let that sleeping dog lie.

[–] clutchtwopointzero@lemmy.world 1 points 3 weeks ago

The underinvestment is absolutely on-point. Very few banks see them as a platform business and think that their banks can do deals on excel sheets

[–] dustyData@lemmy.world 1 points 3 weeks ago

I also worked on finance tech once. I agree with all you said, but the point is that a fancy sales pitch about a new bleeding edge server tech stack is not gonna change any of that because the customer doesn't care about the same things that developers care about.

[–] Bishma@discuss.tchncs.de 2 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

That's actually the area I currently work in, though not banking specifically. We do financial software for small governments. All the software was written in the 80s and 90s and we're babying it along well into the 2030s in all likelihood. Those old systems require very specific environments which we're now trying to emulate in the cloud. It's fairly specific at the end of the day. And because this small government segment is currently undergoing consolidation I know what we see is the norm.

Thankfully I just have to maintain the cloud infrastructure and making it as reliable and secure as possible.

[–] throwback3090@lemmy.nz 1 points 3 weeks ago

As long as you remember that the cloud is just someone else's computer that they have admin rights on.

[–] dahpu@feddit.org 8 points 3 weeks ago (2 children)

I would say, it's them caring about the product and their needs, rather than the underlying stack.

[–] futatorius@lemm.ee 2 points 3 weeks ago

I would say, it’s them caring about the product and their needs, rather than the underlying stack.

That's the idealistic fairy tale that only the most fatuous of UX people believe. But anyone who looks at any process closely enough will soon realize that a system's stakeholders often have objectives that are in conflict with each other. It's not all about the users, it's about low operations cost, it's about collecting and selling data on user behavior, it's about minimizing support costs, improving monetization, up-selling, cross-selling, and a number of other things the users neither want nor need. And that is the root cause of enshittification.

[–] Bishma@discuss.tchncs.de -2 points 3 weeks ago

I would say you can't separate the two. It's a natural extension of Gall's Law, the simple system that works is the stack.

[–] psyspoop@lemm.ee 15 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

What truly makes a difference for users is your attention to the product and their needs.

This is the most important thing here. Additional thing to consider that in my experience devs regularly overlook: how easy is it to implement and support?

[–] futatorius@lemm.ee 1 points 3 weeks ago

OK, now take that to the next step: what do you do when optimizing ease of implementation and support limits the user needs that can be met? How do you decide which objective is higher priority?

[–] futatorius@lemm.ee 10 points 3 weeks ago (1 children)

They care about your site being compromised or down, and your choice of tech stack has a lot to do with how likely those things will be.

[–] balder1991@lemmy.world 1 points 3 weeks ago* (last edited 3 weeks ago)

Yeah, I don’t care about the materials my coffee maker use, but I hope the company that makes them does care.

But the article doesn’t really have a point, or at least I can’t see it. It starts like the choice of tech is not something that matters to users implying they’re all the same, then finishes with:

your job is to pick the ones that fit your use case—not because they’re trendy, but because they’re the right tool for the job.

I think the author just wanted to point out that defending a programming language for all purposes is not very smart (and it’s not something a senior engineer would do anyway), but it ended up a bit confusing.

[–] cy_narrator@discuss.tchncs.de 3 points 3 weeks ago

Most if not all prefer a particular tech stack based on how familiar they are with the ecosystem around it, not because of ego as most think. I would never prefer PHP based tech stack. Why? Because I have like 0 idea of that particular ecosystem.