Skip to content

You're not alone: This email from Google's Gemini team is concerning

Technology
298 182 1.7k
  • Why This Python Performance Trick Doesn’t Matter Anymore

    Technology technology
    4
    1
    68 Stimmen
    4 Beiträge
    40 Aufrufe
    S
    I'm surprised about the module lookup thing, since I assumed it was just syntax sugar to do from ... import .... We do the from syntax almost everywhere, but I've been replacing huge import blocks with a module import (e.g. constants) just to clean up the imports a bit and git conflicts. Looks like I'll need to keep this in mind until we upgrade to 3.13.
  • 440 Stimmen
    104 Beiträge
    526 Aufrufe
    P
    I'm pretty sure I disabled/removed it when I got this phone. I don't specifically remember doing it but when I get a new phone, I watch some YouTube videos on how to purge all the crap I don't want. I read an article that mentioned using command line stuff to eliminate it and it kind looked familiar. I think I did this. I really should write stuff down.
  • 9 Stimmen
    6 Beiträge
    36 Aufrufe
    F
    You said it yourself: extra places that need human attention ... those need ... humans, right? It's easy to say "let AI find the mistakes". But that tells us nothing at all. There's no substance. It's just a sales pitch for snake oil. In reality, there are various ways one can leverage technology to identify various errors, but that only happens through the focused actions of people who actually understand the details of what's happening. And think about it here. We already have computer systems that monitor patients' real-time data when they're hospitalized. We already have systems that check for allergies in prescribed medication. We already have systems for all kinds of safety mechanisms. We're already using safety tech in hospitals, so what can be inferred from a vague headline about AI doing something that's ... checks notes ... already being done? ... Yeah, the safe money is that it's just a scam.
  • Teamviewer Terminates Perpetual Licenses

    Technology technology
    38
    236 Stimmen
    38 Beiträge
    191 Aufrufe
    C
    Right on, thanks for the info!
  • 161 Stimmen
    11 Beiträge
    64 Aufrufe
    real_squids@sopuli.xyzR
    Why are you using quotations marks? On a serious note, Google's bloat isn't inherent to android, their stuff is added on top as apps and services.
  • Album 'Hysteria' Out Now

    Technology technology
    1
    1
    1 Stimmen
    1 Beiträge
    11 Aufrufe
    Niemand hat geantwortet
  • 157 Stimmen
    30 Beiträge
    141 Aufrufe
    D
    These are the 700 Actually Indians
  • @chrlschn - Beware the Complexity Merchants

    Technology technology
    6
    1
    57 Stimmen
    6 Beiträge
    39 Aufrufe
    S
    I'm a big fan of the manta "Make your designs as simple as possible and no simpler". Pointless complexity drives me nuts, but others take it too far and remove functionality by making things too minimal. It doesn't help that a lot of businesses optimize for people who make changes, so the positive feedback loop is change for the sake of change rather than improving the product.