this post was submitted on 23 Sep 2026
892 points (99.3% liked)

Technology

88221 readers
3715 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
 

Some Samsung smart fridges stopped working on Tuesday due to a firmware update.

Korean outlets were the first to report the problems, which affect Samsung’s Bespoke AI line of fridges. Star News Korea, per a Google-provided translation, said that most of the affected devices were four-door fridges from 2024 or later.

you are viewing a single comment's thread
view the rest of the comments
[–] Aceticon@lemmy.dbzer0.com 1 points 23 hours ago

The fridge itself only activates the compressor when it determines it needs it (typically based on a termostat and the temperature you chose for it) so in a digital fridge that would part of its software since the "desired temperature" setting is itself from some kind of digital input rather than a hardware knob, and in a "Smart" Fridge it makes sense that value can also come from the outside (likely a smart phone app).

I mean, setting the desired temperature ss a stupid near-zero-value feature (how often are you away from the fridge and actually need to change that setting), but designers of smart shit throw all kinds of meaningless crap into it in order to justify the higher price for "smarts" - feature-wise those things are a mile wide and an inch deep.

So it makes sense that a firmware update for the fridge would include the whole code, including the part that just decides when to activate the compressor and hence that even such basic functionality can be hit by a such a bug, even if only indirectly - in a properly managed code base, it's perfectly possibly that the code that activates the compressor itself based on the temperature setting is stable as fuck and never gets updated but the code upstream that sets the target temp from commands sent from a smartphone has been changed and is setting a stupid value, whilst if the thing is vibe coded all bets are off and even the most stable "there have been no feature changes here in 2 decades" areas of the code which only an idiot would touch can very well be changed by the code generator and now have bugs.