this post was submitted on 07 Mar 2026
1217 points (97.3% liked)

Technology

84043 readers
8704 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
(page 3) 50 comments
sorted by: hot top controversial new old
[–] pHr34kY@lemmy.world 8 points 1 month ago* (last edited 1 month ago) (5 children)

The lesson: AI cannot bridge an air-gapped backup. This could all be prevented with a crappy portable hard drive from costco.

load more comments (5 replies)
[–] sheetzoos@lemmy.world 8 points 1 month ago (3 children)

They had a backup and restored everything. This is clickbait.

load more comments (3 replies)
[–] edgemaster72@lemmy.world 7 points 1 month ago

lol, lmao even

[–] peopleproblems@lemmy.world 7 points 1 month ago* (last edited 1 month ago) (2 children)

The real reason I hate using LLMs is because I have to "think" like a social human non software engineer.

For whatever fucking reason, I just can't get these things to be useful. And then I see idiots connecting an LLM to production like this.

Is that the problem? I literally can't turn my brain off. The only other nearly universal group of people that seems opposed to LLMs are psychologists and social workers who seem to be universally concerned about its negative effects on mental health and it's encouragement of abandoning critical thinking.

Like I can't NOT think through a problem. I already know more about my software than the AI could actually figure out. Anytime I go into GitHub Copilot and say "I want this feature" I get some code and the option to apply it. But the generated code is usually duplicate of something and doesn't usually pick up or update existing models. The security flaws are rampant, and the generated tests don't do much of any real testing.

load more comments (2 replies)
[–] Ferroto@lemmy.world 6 points 1 month ago

That's it Son of Anton is banned.

[–] EndlessNightmare@reddthat.com 6 points 1 month ago

: You had a backup, right?

[–] Flying_Lynx@lemmy.ml 6 points 1 month ago

Whenever you outsource something (like your intelligence) then it becomes a trust issue....

[–] pokexpert30@jlai.lu 6 points 1 month ago

Terraform state is a garbage hack I feel. You have your plan in code. You have a target. Just diff it. Thats what helmfile do. No managing state file. Thats what iac should be. Just code. Deterministic. Diff before applying it.

[–] sysadmin420@lemmy.world 6 points 1 month ago* (last edited 1 month ago)

Oh no, anyways

git clone $URL

If they're not using git or fuckin backups I'm not sure I'd even feel sorry for them

[–] vext01@feddit.uk 5 points 1 month ago (1 children)

I dont understand why people aren't sandboxing these things.

load more comments (1 replies)
[–] wulrus@lemmy.world 5 points 1 month ago (1 children)

This is a crazy use of AI!

What I have been considering, but haven't found a readily available setup yet: Make a user with lots of read permissions (most of /etc, API keys & passwords in separate excluded files). That could be done with very restrictive sudo patterns. Let the AI run commands under that user directly (it can do sudo -l to get an idea of what it can do). Then, use it like in Star Trek "Computer - run a level 2 diagnostic".

Not as the centre of attention when fixing a problem, but as additional input / modern rubber ducking.

load more comments (1 replies)
[–] Widdershins@lemmy.world 5 points 1 month ago

Has anyone tried a deltree *.* /y when talking to claude? Revenge is a dish best served code.

[–] Bieren@lemmy.today 5 points 1 month ago

Ai or not. This is on the person who gave it prod access. I don’t care if the dev was running CC in yolo mode, not paying attention to it or CC went completely rogue. Why would you give it prod access, this is human error.

load more comments
view more: ‹ prev next ›