this post was submitted on 18 Sep 2025
443 points (99.1% liked)

Technology

75258 readers
3353 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
 

cross-posted from: https://programming.dev/post/37646129

Source: Reddit postPrivate front-end.

Samsung Statement to Android Authority:

Samsung is committed to innovation and enhancing every day value for our home appliance customers. As part of our ongoing efforts to strengthen that value, we are conducting a pilot program to offer promotions and curated advertisements on certain Samsung Family Hub refrigerator models in the U.S. market.

As a part of this pilot program, Family Hub refrigerators in the U.S. will receive an over-the-network (OTN) software update with Terms of Service (T&C) and Privacy Notice (PN). Advertising will appear on certain Family Hub refrigerator Cover Screens. The Cover Screen appears when a Family Hub screen is idle. Ad design format may change depending on Family Hub personalization options for the Cover Screen, and advertising will not appear when Cover Screen displays Art Mode or picture albums.

Advertisements can be dismissed on the Cover Screens where ads are shown, meaning that specific ads will not appear again during the campaign period.

you are viewing a single comment's thread
view the rest of the comments
[–] very_well_lost@lemmy.world 30 points 6 hours ago (1 children)

prevent the pihole from being able to spoof itself as a legitimate DNS

Not to be pedantic, but a pihole is legitimate DNS. Being able to do your own DNS has always been a fundamental part of the Internet Protocol, and is used a lot in enterprise to handle name resolution for internal subnets and stuff like that.

[–] wetbeardhairs@lemmy.dbzer0.com 6 points 6 hours ago (1 children)

Being pedantic is totally OK here - we're talking about SSL's spoof protection. I'll have to look up how any rando can host a DNS that supports DNS/HTTPS when a system would be expecting a valid SSL cert that declares who it was issued to and by whom and the requester is expecting a particular whom.

[–] WhyJiffie@sh.itjust.works 1 points 1 hour ago

unbound, bind, or if you want a gui then technitium DNS.

but this thread is so, so full of misinfo. you don't need a local doh capable DNS server at home. having one won't solve anything either, because your advertising fridge won't be using it. that's the actual problem. you need to block any doh servers that the fridge might access (and regular DNS servers too), so that it doesn't have a choice but respect your pihole, but that is very difficult because doh traffic looks like regular web traffic (because it is). yeah the fridge does not need to load websites, but it does all its questionably useful functions through HTTPS APIs too, so if you want to give it internet, you can't just block web traffic for it.