this post was submitted on 23 Jul 2024
204 points (95.1% liked)

Asklemmy

44135 readers
714 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
 

Job: cashier

Item doesn't scan

Customer: "That means it's free, right?"

๐Ÿ™„๐Ÿ™„๐Ÿ™„๐Ÿ™„๐Ÿ™„

Only about 4 weeks in as a cashier and I've heard this enough to last me a lifetime.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 20 points 5 months ago (4 children)

Maybe a niche issue, but "that doesn't scale!" In the context of software development.

We're writing software for usually very well defined user groups, but so many of the architects and seniors want to build a second Netflix, which costs 4 times as much as the simple solution and in the end usually isn't even better, because those morons have no idea how to do that.

Currently, I'm in a project where I fought tooth and nail to avoid having a micro service architecture for a batch job that inserts less than a million entries per day.

[โ€“] kalleboo 1 points 4 months ago (1 children)

so many of the architects and seniors want to build a second Netflix

Good old Resume-Driven-Development

[โ€“] [email protected] 2 points 4 months ago

I wouldn't even call it that. It's a weird lack of a sense of scale combined with organizational hurdles.

They basically can't estimate, how much resources a proper app would need and they don't know how to manage teams to work on a common codebase. So they simply draw a diagram of the functionalities, spin out each block as a "Service", assign that to a team and call it a day.

I've talked to several of them about this and I had to do very simple math directly in front of them to convince them. I've had to explain to a grown man, an experienced engineer, that 16 cores and 96gb memory are more than enough to handle a million simple inserts per day in a batch mode. He wanted to split the job into 4 services, each essentially running 10 lines of actual business logic, each using the resources mentioned above. Absolute madness.

load more comments (2 replies)