this post was submitted on 30 Jul 2026
124 points (89.2% liked)

Technology

86743 readers
2519 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 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] MangoCats@feddit.it 7 points 19 hours ago (1 children)

It it is unsafe to code, full stop.

The things we're expecting our code to handle, with the lack of formal verification testing we're expecting our code to ship with, there's no such thing as safe. It took 50 years to "build the stack" to where we're at, and we did it fast and cheap. There's so many bugs hiding in the lasagna it's amazing it doesn't eat itself.

If you re-build your system from first principles, open source silicon with peer review and constant scrutiny, then the BIOS, then the OS, then the application compilers, and the libraries, all open AND reviewed by multiple concerned parties with formal demonstration of correctness all the way up - the entrenched bug filled lasagna stack owners will smother you, they can't withstand that kind of competition on an open playing field, your project will die of financial starvation, regulation, buyouts and treachery.

[–] lordbritishbusiness@lemmy.world 1 points 17 hours ago (1 children)

All the shortcut technical debt is coming due, especially now that there's a tool able to undertake mass analysis with fairly general rules.

It's getting bad out there, and it's not visible on the surface but a tsunami of bug reports and patches has been sweeping the internet and drowning anything unable to swim.

For anything that sinks underwater, metaphorically, they're getting grabbed by automated sharks that are now actively on the attack. If you're not rapidly fixing everything and monitoring everything closely you're probably being eaten alive without knowing.

[–] MangoCats@feddit.it 2 points 16 hours ago

My approach: I don't expose anything (that can't handle it) to the internet. So so many things are "out there" that don't need to be, shouldn't be...