this post was submitted on 10 Aug 2025
1021 points (98.3% liked)

Technology

73850 readers
4355 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 news or articles.
  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
you are viewing a single comment's thread
view the rest of the comments
[–] Buckshot@programming.dev 28 points 21 hours ago (4 children)

Did a project several years where the customrr required that the server we delivered specifically for the project never use more than 50% CPU or RAM. No requirements about how fast it actually performs its intended function, just that it can only utilise half the available resources while doing it.

[–] AFKBRBChocolate@lemmy.ca 7 points 15 hours ago (1 children)

Probably a bleed-over from the embedded side. Spent a lot of years working embedded control systems for NASA and DoD - bare metal systems, often interrupt driven - and it was common to have 50% margin requirements. They know those systems will grow over time, and they often have lifespans measured in decades.

[–] Buckshot@programming.dev 4 points 14 hours ago (1 children)

That would make sense, i hadn't put that together but they had a lot of embedded control systems. This was water treatment but entirely separate from the control systems but i can see them having that a standard requirement

[–] AFKBRBChocolate@lemmy.ca 2 points 13 hours ago (1 children)

So was it a government (state or federal) water treatment plant? If so, I can tell you how it happened. The government contracting agencies have boilerplate text they're supposed to add to contracts to make sure salient requirements get flowed. They're supposed to delete or tailor anything that doesn't make sense, but the contracts people aren't usually very technical. We had requirements flowed to us about password management and account monitoring, but no one logs into a rocket engine or a torpedo. When we'd point it out, they'd say "oops, we should have deleted that."

[–] Buckshot@programming.dev 2 points 13 hours ago

Not in the US, our water infrastructure was sold off in 90s but that makes sense. Was probably something similar They held us to it though so they overpaid for hardware beyond their needs and we forced the software to run slower

[–] addie@feddit.uk 3 points 20 hours ago

Yeah, we have that with our customers sometimes. To me, an app should either be running full whack - maxing out bandwidth on CPU, disk, memory or network - or completely idle. Chuntering along at 2% is a bug. For the ones that put 'monitoring tools' that raise errors when we reach 100% on something, we set a Linux CGroup to throttle the offending resource. Takes longer, obviously, but not worth arguing with their network deployment teams 🤷 .

[–] bold_atlas@lemmy.world 2 points 19 hours ago* (last edited 19 hours ago)

That RAM is mint condition collectors edition RAM. We're just storing it there temporarily.

Don't you dare fucking touch it.

[–] Blackmist@feddit.uk 1 points 21 hours ago

My software does that anyway because I can't be arsed with multithreading or a 64 bit version