this post was submitted on 22 Jun 2026
793 points (99.1% liked)

Technology

85670 readers
3526 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
 

fuck offffff

top 50 comments
sorted by: hot top controversial new old
[–] 4grams@awful.systems 4 points 1 hour ago

This is really about training AI, isn’t it. They’ve tapped nearly all the sources of human text output already, so now they want to create as much more of it as possible, as quickly as possible. They will tap into conversations and use it as a new data source, mark my words.

[–] wowwoweowza@lemmy.world 3 points 2 hours ago

“There is a time when the operation of the machine becomes so odious, makes you so sick at heart, that you can’t take part; you can’t even passively take part, and you’ve got to put your bodies upon the gears and upon the wheels, upon the levers, upon all the apparatus, and you’ve got to make it stop. And you’ve got to indicate to the people who run it, to the people who own it, that unless you’re free, the machine will be prevented from working at all!” — Mario Savio, 1964

[–] Planchette_Phantom@lemmy.zip 8 points 3 hours ago

I got GrapheneOS

[–] stellargmite@lemmy.world 8 points 4 hours ago
[–] bitjunkie@lemmy.world 12 points 4 hours ago
[–] Reygle@lemmy.world 18 points 5 hours ago (1 children)

GrapheneOS, asap Pixel owners.

Thank me later.

[–] timhayes1991@lemmy.zip 1 points 43 minutes ago

Before it's somehow no longer an option. I fear the Motorola deal will somehow get blocked.

[–] Chr0nos1@lemmy.world 8 points 5 hours ago (1 children)

Outside of the MASSIVE security concerns that this would present, this would be an immensely helpful feature for me.

Yeah, me too. But I find not getting really hammered achieves a similar thing. I'm working on that.

[–] dasrael@lemmy.zip 27 points 7 hours ago

I saw this title and immediately said "fuck off" then clicked, and ..glad to see OP sharing my immediate sentiment.

[–] rizzothesmall@sh.itjust.works 23 points 8 hours ago

Do not want

[–] SocialMediaRefugee@lemmy.world 25 points 8 hours ago (1 children)

JFC, I don't need tech tracking every goddamn word and fart.

[–] blargh513@sh.itjust.works 1 points 59 minutes ago

I will happily send them all the farts they want.

[–] iterable@sh.itjust.works 22 points 8 hours ago (3 children)

Dumb phones are about to start trending more and more every day.

[–] bitwolf@sh.itjust.works 7 points 6 hours ago (1 children)

The Commodore Callback has perfect timing haha.

Really the only thing I'd miss with it is Google Wallet and Android Auto.

[–] Donkter@lemmy.world 3 points 5 hours ago

My only barrier to it is the T9 text input. I'm constantly writing notes on my phone. I would have a hard time if I had to T9 every note in.

[–] xthexder@l.sw0.com 9 points 6 hours ago* (last edited 6 hours ago)

I recently got rid of my smart watch when Samsung enshitified it and locked a bunch of features like weather updates behind an account, years after I bought the watch.

Now I have a dumb mechanical watch (quartz crystal, not spring winding) that will last years before I need to replace the battery. Everything it does, it does better than a smart watch. Not having to do the wrist flick gesture 1-3 times to check the time has been amazing. And I'm not constantly broadcasting Bluetooth anymore.

[–] ramenshaman@lemmy.world 12 points 8 hours ago (1 children)
[–] traxex@lemmy.dbzer0.com 7 points 7 hours ago (1 children)

Until Google decides to lock them out of any sort of verification process.

[–] Reygle@lemmy.world 6 points 5 hours ago

By then Motorola will have shipped the first round of "with Graphene pre installed" devices, assuming they stay with their plan.

[–] starman2112@sh.itjust.works 59 points 10 hours ago (2 children)

The people who called me crazy because "there's no way your phone can be listening in on you all the time" are the same people who are going to be the most excited about this "feature"

[–] bitwolf@sh.itjust.works 7 points 6 hours ago (1 children)

How did these people expect "Hey Siri" / "Hey Google" to work?

[–] NotMyOldRedditName@lemmy.world 7 points 5 hours ago* (last edited 5 hours ago) (1 children)

Im a perfect world, as they claim, its a secondary system listening that isn't recording or transmitting anything, and is meant to be low power. If it hears the wake up word, it wakes up the other mic and starts recording.

Thats how they claim the smart speakers work anyway.

This would be different.

[–] orioler25@lemmy.world 1 points 4 hours ago (3 children)

"How they claim?" Is there no way to confirm that?

[–] neclimdul@lemmy.world 1 points 1 hour ago

I have a memory of people black boxing it and seeing power usage and network traffic that supported the claims but that was a snapshot in time and as others note its all proprietary.

It takes a lifetime to build a good reputation, but you can lose it in a minute.

[–] HK65@sopuli.xyz 3 points 3 hours ago (2 children)

They ship with proprietary code, this would be the point of open source.

In practice in my experience, every company is at least skirting the law regarding privacy, and I never worked for one big enough that could lobby itself out of a fine.

[–] orioler25@lemmy.world 1 points 3 hours ago (2 children)

would this not be detectable by tracking the data sent through your network?

[–] blargh513@sh.itjust.works 1 points 52 minutes ago

I used to run forensic network capture and analysis tools.

First thing, traffic is encrypted. All you will see is a blob of traffic passing through. You used to see hostnames with TLS, but now with quic, you see nothing. This makes it hard.

You could root the phone and install a root ca certificate for a decrypting proxy, you might see more, but the data itself (not just the transport protocol) could be encoded or even encrypted within the network encapsulation.

Next, you'd have to reverse engineer the protocol if they're using something nonstandard. Also, malware can often be set up to "behave" when it can detect analysis. I'm all but certain Google would do this.

Maybe you could do statistical analysis of the traffic and attempt to baseline normal vs when it's transmitting audio. It would be a bit of a blind guess at best.

If I had more time, I'd love to try it. I have an old pixel7 pro. Maybe I can sort something out.

[–] NotMyOldRedditName@lemmy.world 1 points 3 hours ago* (last edited 3 hours ago)

If its real time monitoring you, but not if its logging data to send later when it would be expected to be doing so.

Audio doesnt take up much space.

[–] NotMyOldRedditName@lemmy.world 1 points 3 hours ago

Even if it was open source, you'd need to be able to verify what they ship matches the specs. Allowing you to flash whatever you want onto it helps, but you still need to validate the hardware.

[–] NotMyOldRedditName@lemmy.world 1 points 3 hours ago* (last edited 3 hours ago)

I dont know. You'd need to reverse engineer the hardware and software to be confident, and could a OTA update then sneak a bypass in anyway?

Edit: i think Amazon might have abandoned this as well and always records on echos now too.

load more comments (1 replies)
[–] SCmSTR@lemmy.blahaj.zone 2 points 5 hours ago

Fuck you this is my idea

[–] kayohtie@pawb.social 17 points 10 hours ago (3 children)

Even if no one else could access it because it stayed on my device, I'm sure it'll be used for categorizing "advertising cohort" stuff again.

It sucks having to be so skeptical. With my severe ADHD something like this would be enormously helpful for remembering conversations others I talk to remember just fine but I don't.

[–] RaoulDook@lemmy.world 5 points 5 hours ago

Here's the larger problem: other people will have this bullshit turned on and the microphones will receive the speech audio of everyone in their vicinity. It's fully breaking consent to be recorded for others.

I do not care what they might say about "listening only to the owner" or whatever they will claim. If it's recording with a microphone, then it will receive sound.

load more comments (2 replies)
load more comments
view more: next ›