this post was submitted on 26 Oct 2025
44 points (87.9% liked)

Technology

75756 readers
7821 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
top 12 comments
sorted by: hot top controversial new old
[–] Romkslrqusz@lemmy.zip 52 points 4 days ago* (last edited 4 days ago) (2 children)

Save-a-click:

This beta version of the app makes it so that when you send just a URL, the recipient only sees the preview (primary image, page title, primary domain of web address) That preview gets a color stylization to match the page and the font is different.

The author doesn’t elaborate on the headline bait “We’re not sure it’s for the best”

[–] mustbe3to20signs@feddit.org 39 points 4 days ago (1 children)

It is not for the best since it is a potential security risk and questionable in terms of privacy.

[–] return2ozma@lemmy.world 21 points 4 days ago (1 children)

I hate it. I'm in the beta and it doesn't show the full URL

[–] EnsignWashout@startrek.website 13 points 4 days ago (2 children)

Oof. Hopefully a security professional will slap some sense into someone before it gets out of beta.

[–] return2ozma@lemmy.world 8 points 4 days ago

The direct URL to your comment turns into this in the preview:

collapsed inline media

[–] Joelk111@lemmy.world 5 points 4 days ago

Probably not. It's the same issue as Windows File Explorer not showing extensions by default. Asinine.

[–] sem@lemmy.blahaj.zone 17 points 4 days ago (2 children)

Only sees a preview as opposed to a preview and the URL?

[–] Scolding7300@lemmy.world 2 points 3 days ago

Given the other replies here: yes

[–] Romkslrqusz@lemmy.zip 1 points 3 days ago
[–] _cryptagion@anarchist.nexus 19 points 4 days ago

The only thing Google could do that was for the best is get hit with a meteorite large enough to wipe out the entire campus.

[–] Nobilmantis@feddit.it 10 points 4 days ago

I havent read the article nor the comments yet, but I will guess before I do: Link previews are loaded in google's servers.

[–] danhab99@programming.dev 6 points 3 days ago

There is a metadata protocol called opengraph, it's how apps get the information to display a rich preview. Basically the app takes the link as it's written in the SMS message or Twitter thread and then it tries to fetch that page and then read the open graph metadata from inside. That should give it enough to show a title description and a background image, considering the web developers implemented opengraph.

If Google is planning to use their own servers basically as a proxy then all this means is that the opengraph rich metadata is going to be a little more stale than if the app just fetch the page and generated the rich metadata itself