Slashdot Mirror


Don't Use Google Allo (vice.com)

At its developer conference on Wednesday, Google announced Allo, a chatbot-enabled messaging app. The app offers a range of interesting features such as the ability to quickly doodle on an image and get prompt responses. Additionally, it is the "first Google" product to offer end-to-end encryption, though that is not turned on by default. If you're concerned about privacy, you will probably still want to avoid Allo, says the publication. From the report: Allo's big innovation is "Google Assistant," a Siri competitor that will give personalized suggestions and answers to your questions on Allo as well as on the newly announced Google Home, which is a competitor to Amazon's Echo. On Allo, Google Assistant will learn how you talk to certain friends and offer suggested replies to make responding easier. Let that sink in for a moment: The selling point of this app is that Google will read your messages, for your convenience. Google would be insane to not offer some version of end-to-end encryption in a chat app in 2016, when all of its biggest competitors have it enabled by default. Allo uses the Signal Protocol for its encryption, which is good. But as with all other Google products, Allo will work much better if you let Google into your life. Google is banking on the idea that you won't want to enable Incognito Mode, and thus won't enable encryption.Edward Snowden also chimed in on the matter. He said, "Google's decision to disable end-to-end encryption by default in its new Allo chat app is dangerous, and makes it unsafe. Avoid it for now."

127 comments

  1. If it is insecure... by martiniturbide · · Score: 0

    ...is going to be a big success. Don't ask me why, this is how the market work :)

    1. Re:If it is insecure... by Anonymous Coward · · Score: 0

      ...is going to be a big success. Don't ask me why, this is how the market work :)

      The why is easy. Because encryption is not usually user friendly. You have to *do something* or several somethings to configure it to make it work. And the result is to provide no perceivable benefit to the end users except some abstract sense of security. If two things were equivalent and one had encryption and the other didn't, then sure I think the market would choose encryption. SSL/TLS websites are a good example.

      It is the credit card companies that drove adoption of user friendly web site encryption because they didn't want to be on the hook for fraudulent transactions. If people had to click a few more times to get the https version of a website, I doubt people would.

    2. Re:If it is insecure... by Anonymous Coward · · Score: 0

      It is hard to provide security without making compromises on things that people actually care about more.

    3. Re:If it is insecure... by Stenchwarrior · · Score: 1

      Yep, that's how it works and I'm not completely sure why, either. Other than, people HATE the inconvenience of security and most of them feel like they have nothing to hide, so why should they bother with additional hassle?

      --
      Loading...
    4. Re:If it is insecure... by 93+Escort+Wagon · · Score: 2

      ...is going to be a big success. Don't ask me why, this is how the market work :)

      So far Google has not been particularly successful with any of its social ventures, so I'm not sure why you're expecting that to happen now.

      --
      #DeleteChrome
    5. Re:If it is insecure... by ShanghaiBill · · Score: 5, Insightful

      encryption is not usually user friendly. You have to *do something* or several somethings to configure it to make it work.

      This is not inherently true. A device can collect ambient randomness (from keystroke timing, thermal jitter, low bits of camera pixels, etc.), and use that to generate keys, without any action from the end user. There is no good reason that we cannot have effective end-to-end encryption in a user transparent way that even grandma can use, without even realizing she is using it.

    6. Re:If it is insecure... by JoeMerchant · · Score: 1

      They had too much security and stability - all that security made them more difficult to use, and they lost market share to the likes of Facebook. As for stability: I'm still at a loss as to why mass market users seem to prefer buggy crashy platforms, maybe it makes them feel more like "cutting edge hackers."

    7. Re: If it is insecure... by Anonymous Coward · · Score: 0

      too much security? in wave ? google plus????

    8. Re:If it is insecure... by sjames · · Score: 1

      And that is why I'm not interested. One manager gets a soggy bowl of cornflakes and *POOF* it's gone.

    9. Re:If it is insecure... by Overzeetop · · Score: 2

      Encryption doesn't come out of thin air. The value in encryption is that you are uniquely identified in order to gain access to your communication. Verifying that you are, in fact, you requires effort. You must set up trust, and you must maintain that trust. Otherwise you're just encrypting things because you like to use all the surplus compute cycles on your processor.

      --
      Is it just my observation, or are there way too many stupid people in the world?
    10. Re:If it is insecure... by ByTor-2112 · · Score: 2

      I always tell people who think they have nothing to hide something to the effect of "So did German Jews before the 1930s".

    11. Re:If it is insecure... by Anonymous Coward · · Score: 0

      This is not inherently true.

      But it is, as he said, usually the case.

      There is no good reason that we cannot have effective end-to-end encryption in a user transparent way that even grandma can use, without even realizing she is using it.

      Yes he also pointed that out, with the example of https.

    12. Re:If it is insecure... by Anonymous Coward · · Score: 0

      It's called a password. If that is too difficult, perhaps all passwords for everything should be done away with.

    13. Re:If it is insecure... by chihowa · · Score: 4, Informative

      You're conflating encryption and authentication. They're very useful together, but they both serve unique roles and each has value outside of their use together.

      --
      If you want a vision of the future, imagine a youtube comments section scrolling - forever.
    14. Re:If it is insecure... by peragrin · · Score: 2

      Not true.

      Authentication doesn't need encryption, but encryption always needs proper authentication.

      Even if that authentication is limited to who holds the key.

      --
      i thought once I was found, but it was only a dream.
    15. Re: If it is insecure... by Anonymous Coward · · Score: 0

      Do they reply, "I'm not Jewish"?

    16. Re:If it is insecure... by allo · · Score: 1

      no, most e2e can work with trust-on-first-connect quite okay and you only need to verify if you need to. Still it will be 100% efficient when the first contact was secure (you have a good chance it was, if you're not edward snowden).

    17. Re:If it is insecure... by chihowa · · Score: 1

      That's not the case. Opportunistic encryption has value, even if the holder of the key is unverified. Even an encrypted communications channel that is being actively attacked by a man-in-the-middle is protected from other eavesdroppers. The value is much greater if the two are combined, but encryption without authentication does have some value, depending on the nature of the communication being encrypted.

      For example, TLS in SMTP (as implemented in most MTAs) does not require the presented certificate to be traceable back to a CA in a root store for the connection to proceed and there is no memory of the certificate across connections. This does nothing to prevent a MitM attack, but excludes passive eavesdroppers from intercepting the communication and raises the level of effort (and control over the network) needed to intercept communications.

      --
      If you want a vision of the future, imagine a youtube comments section scrolling - forever.
  2. As if by Anonymous Coward · · Score: 0

    Google, with Eric Schmidt at the helm, who also works for the DoJ, would really allow you to to get private and practically unbreakable end-to-end-encryption. Obviously it's a case of let's do it and say we didn't, and they will be able to read your communications.

  3. Stop the paranoia, please by Anonymous Coward · · Score: 0, Interesting

    Unencrypted? Oh no! Now the hackers know where I'm meeting my wife for dinner!

    If you care whether your texts are encrypted, you're either paranoid or cheating on your wife. Get over yourself.

    1. Re:Stop the paranoia, please by DiSKiLLeR · · Score: 0

      Go away FBI shill.

      --
      You can tell how powerful someone is by the magnitude of the crime they can commit and be able to get away with.
    2. Re:Stop the paranoia, please by Anonymous Coward · · Score: 0

      I want my texts encrypted. I am not paranoid. I am not cheating on my wife. Therefore, you are a liar.

    3. Re:Stop the paranoia, please by Ann+O'Nymous-Coward · · Score: 2

      ...said the guy whose house was burgled because the wrong person found out he'd be out that night.

    4. Re: Stop the paranoia, please by Anonymous Coward · · Score: 0

      Stop talking shit or post your chat logs.

    5. Re:Stop the paranoia, please by Anonymous Coward · · Score: 1

      Fine, I have to expand the list:
      1) paranoid
      2) cheating
      3) stupid

      Thanks for making me be pedantic, retard.

    6. Re:Stop the paranoia, please by Anonymous Coward · · Score: 0

      Unencrypted? Oh no! Now the hackers know where I'm meeting my wife for dinner!

      As if you have a wife. Or any substantial access to females of any kind, other than your mother and teachers at your school. Maybe if you came out of your basement once in a while, showered, and shaved off that fugly neckbeard.. but that's pure fantasy, and we're talking reality here.

      Maybe someone wants to know where you and your wife are meeting for dinner so they can send you 'personalized' ads for restaurants. Or maybe they sell that information to health insurance companies, who will raise your rates because you have unhealthy eating habits. Or maybe they know you're going to use your credit card there, so they can steal your identity while you're there. Or maybe someone sells blocks of information like that to house robbers, who know they'll have a couple hours' window where you're not home, so they can ransack your house. Are you worth money? Maybe they swoop in and kidnap your wife and hold her for ransom. All too fantastic sounding? Maybe not. The point is: When your personal data and communications aren't secure, then any number of aspects of it can be exploited by who-knows-who for whatever purposes they have in mind, and you have NO control over that unless you protect yourself somehow. Or are you one of those nudniks who 'shares' every goddamned thing you do on Facebook, post photos of yourself tagged as you, etc? If so then you get what you deserve, fool. Oh, but I forget: you're a fat, disgusting, basement-dwelling neckbeard, and you don't HAVE a private life, and I'm sure the FBI/CIA/NSA/organized crime really don't care about your waifu, or the pendantic, vitriolic nonsense you post about on 4chan, and apparently slashdot.

    7. Re:Stop the paranoia, please by Anonymous Coward · · Score: 2, Insightful

      Yes, because people who break into houses are the same kind of people who have elite hacking skills.

      Unless you're rich and/or famous, NO ONE CARES about your texts.

    8. Re:Stop the paranoia, please by Anonymous Coward · · Score: 0

      Yes, because people who break into houses are the same kind of people who have elite hacking skills

      I don't know that sniffing text messages qualifies as "elite hacking skills".

    9. Re:Stop the paranoia, please by Anonymous Coward · · Score: 0

      That's not what pedantic means, nor is your "expanded' list any more accurate than your OP.

      It's not "stupid" or "paranoid" to care about privacy, nor does it suggest any kind of wrongdoing.

      You agree with me completely, even though you don't want to.

    10. Re:Stop the paranoia, please by ShanghaiBill · · Score: 2, Insightful

      If you care whether your texts are encrypted, you're either paranoid or cheating on your wife.

      ... or someone who has never read a history book. You may have no need for encryption today, but if someday in the future you realize you actually do need it, it may be too late.

    11. Re:Stop the paranoia, please by bigwheel · · Score: 3, Insightful

      "If you care whether your texts are encrypted, you're either paranoid or cheating on your wife. "

      Following that logic: If you post as AC, then you are either paranoid or afraid of what you wrote.

    12. Re:Stop the paranoia, please by zieroh · · Score: 2

      If you care whether your texts are encrypted, you're either paranoid or cheating on your wife. Get over yourself.

      By the same token, you should be comfortable sending personal correspondence on postcards.

      --
      People who say "sheeple" have about as much sophistication as an AOL user, and in fact are probably actually AOL users.
    13. Re:Stop the paranoia, please by Anonymous Coward · · Score: 0

      I cheat my wife you insensitive cold.

    14. Re:Stop the paranoia, please by farble1670 · · Score: 1

      ...said the guy whose house was burgled because the wrong person found out he'd be out that night.

      Paranoia was list item #1. We covered that already. How about sitting outside your house in a car and waiting for you to leave? No l33t sk1lz required.

    15. Re:Stop the paranoia, please by Anonymous Coward · · Score: 0

      This is a stupid comment, encryption is important. You should care who knows that you're talking about when on a public network. A lot of thieves/criminals will use this information to take advantage of you.

      But this "news" article is ridiculous. Good to let people know "encryption is not enabled by default" so they can change that setting. But I'm curious how they even know this, the app isn't even released yet, so how can they say what is the default option is when there isn't a official release. I wouldn't be surprised if when the app is released encryption is enabled by default.

    16. Re:Stop the paranoia, please by Anonymous Coward · · Score: 0

      What is the actual difference between Anonymous Coward and say..bigwheel?

    17. Re:Stop the paranoia, please by ceoyoyo · · Score: 2

      Or maybe you just don't want to give Google extra help prosecuting psychological warfare on you.

      Google's business is to get you to buy stuff their advertisers want you to buy. Both Google and the advertisers employ cutting edge psychology to try and manipulate you into do that.

    18. Re:Stop the paranoia, please by bigwheel · · Score: 3, Insightful

      The difference is that with AC, there is no way to correlate posts and put a person's statement in context. It is impossible to know if this is someone that is always rude, calling people names just because they disagree without any counter-argument - or if this a person who actually adds some thoughtful insight to a topic. There is also no way to know if this is a shill, or if this person has a particular axe to grind. There is also no way to know if someone makes a statement and then follows up with a bunch of others agreeing with their own post.

      That said, I do agree with the premise of your question. You don't know who I am. But at least you can look at my other posts and get an idea whether I am trying to make a serious point or just being a jerk or shill.

      I am a moderator on a different forum - one that requires full real names. It is amazing how thoughtful and polite people are when they have to personally stand behind the statements they make.

    19. Re:Stop the paranoia, please by MobileTatsu-NJG · · Score: 2

      If you care whether your texts are encrypted, you're either paranoid or cheating on your wife. Get over yourself.

      Slashdot's captcha should include an IQ test.

      --

      "I like to lick butts!" by MobileTatsu-NJG (#32700246) (Score:5, Informative)

    20. Re:Stop the paranoia, please by Anonymous Coward · · Score: 0

      Go fuck yourself.

      "If you have nothing to hide, you have nothing to say."

    21. Re:Stop the paranoia, please by Anonymous Coward · · Score: 0

      (Different AC here)

      The difference is that with AC, there is no way to correlate posts and put a person's statement in context. It is impossible to know if this is someone that is always rude, calling people names just because they disagree without any counter-argument - or if this a person who actually adds some thoughtful insight to a topic

      It's only marginally easier to determine this with a registered user. For all I know, you post insightful and polite comments as bigwheel, but troll as an AC (or even with another registered account). Sure, I could secretly be APK or the 'appy apps' guy or a GNAA spammer, but so could you.

      There is also no way to know if this is a shill, or if this person has a particular axe to grind.

      The thing is, what is a "shill" really? We toss around that word here because we like to think we're heroically exposing secret corporate operatives or something, but really all we're doing 99.9% of the time is tossing unfounded accusations at anyone who has the nerve to like something we don't. It's a bullshit word now, and has been for some years.

      I am a moderator on a different forum - one that requires full real names. It is amazing how thoughtful and polite people are when they have to personally stand behind the statements they make.

      I'll wager that your other forum is nicer not because it requires real names*, but because it's well-moderated. Facebook requires real names too, but I defy you to spend an hour browsing that place and then tell me that real names guarantee thoughtful discussion.

      *I can assure you, even without knowing what forum you're talking about, that a number of your most respected posters are not in fact using their real names.

    22. Re:Stop the paranoia, please by Anonymous Coward · · Score: 0

      Apple keeps all my remarks about "Tim Cock" safely encrypted in their data vaults. If Allfaggot wants me to use their new unencrypted service, they'll need to hire a new CEO as I can't come up with anything fun to say about Larry Page and I can't let the 3LAs think I don't have a sense of humor.

    23. Re:Stop the paranoia, please by Anonymous Coward · · Score: 0

      While your at it you should post your wife's dirty sex talk on Facebook for your parents to evaluate? Eric Schmidt's sentiment that if you're concerned with other people seeing your personal data than you must be doing something wrong, is in fact all sorts of wrong.

      Incognito mode, Ad blockers. You can blind parts of the spying process, ideally though unless you use unconventional web browsers with all sorts of hacks and use VPNs and TOR (which is still not enough) then your "personal shit" becomes the foundation of what these multi-billion dollar hordes of enterprise thrive on. But the real question that must confound you is WHY? If you see no value in it then why do they? and remember all they're after is more money so if you look at it logically, you're in effect giving (that's it) something of value away for FREE.

      So who's the sucker now? Next idiot to make this remark please GTFO as its pretty much pointless at this point. Just look at FaceBooks P/E ratio and consider why the does a company that doesn't deserve a market cap of $330bn because if you look at its business fundamentals its massively overvalued but the answer is they have such a huge market cap because of this very argument. The value is in the future of what they can do with the data.

      As a rule of thumb I have a personal domain with email addresses google@ / facebook@ / microsoft@ and apple@ (and i care not what their T&CS have to say about it) the only time I look at those boxes are for email password recovery purposes only otherwise it all just goes to spam. Here's a hint, start treating them the way they start treating you and that's like a piece of meat. If you supply any emotional attachment to any of these brands you instantly become a sucker in my view.

    24. Re:Stop the paranoia, please by johanw · · Score: 1

      So what? Cheating is not illegal but I do want it to be private. And I also don't want the FBI to know where, when and from/to who I buy/sell my pot.

    25. Re:Stop the paranoia, please by Anonymous Coward · · Score: 0

      In a very general and philosophical sense, I'm always planning to cheat on my democratically elected government and legal representatives.

    26. Re:Stop the paranoia, please by Anonymous Coward · · Score: 0

      (Original AC here)

      I like to smell farts.

    27. Re: Stop the paranoia, please by Anonymous Coward · · Score: 0

      Funnier than if you were literate.

  4. I let it sink in. by thegarbz · · Score: 1

    I would probably still use it. For my convenience I happily share a lot of things.

    There are of course things I won't share but then I won't use this service for those.

    1. Re:I let it sink in. by jetkust · · Score: 1

      "But how about you share a lot of things for you inconvenience?"

      --Microsoft

    2. Re:I let it sink in. by thegarbz · · Score: 1

      I'm a windows user you insensitive clod.

  5. The description actually talked me into using it by jfdavis668 · · Score: 3, Insightful

    The description of Allo in this /. post actually talked me into using it. Well done.

  6. Alternate Title? by gachunt · · Score: 5, Insightful

    "Use Google Allo with end-to-end encryption enabled"

    1. Re:Alternate Title? by Anonymous Coward · · Score: 0

      Allo Allo
      Good moaning, Herr Flock. And von Smellhorsen
      Listen very carefully; I shall say this only once.
      It is I, Leclerc.

    2. Re:Alternate Title? by chihowa · · Score: 2

      How does that solve anything that is bitched about in the summary? The app has access to any data before and after it's encrypted, so enabling "end-to-end encryption" doesn't actually hide anything from Google. They control both of the ends! Further, the app is closed source, so you have no way to know what is or is not harvested.

      If you don't care if Google spies on you, then use Google services and products. If you do care, don't use them. The encryption in the this story is a red herring.

      --
      If you want a vision of the future, imagine a youtube comments section scrolling - forever.
  7. This is better by Anonymous Coward · · Score: 0

    There's no denying that some users will want the privacy of end-to-end and other users will want to use Google Assistant, but I'm willing to bet that a significantly greater percentage of users will prefer to get the help that Google Assistant provides.

    Since that really comes down to an entirely personal preference, why should setting the default to one side be any worse than setting the default to the other?

    1. Re:This is better by Ann+O'Nymous-Coward · · Score: 1

      Some guys will want the protection of wearing condoms and other guys will want to bend over and be barebacked by all comers.

      Since that really comes down to an entirely personal preference, why should setting the default to one side be any worse than setting the default to the other?

    2. Re:This is better by Anonymous Coward · · Score: 0

      Turning on end-to-end encryption because you have irrational fears of being spied upon makes about as much sense as wearing a full body condom 24/7 because someone might come up and rape you when you don't expect it.

    3. Re:This is better by Anonymous Coward · · Score: 0

      It isn't, and you don't really believe that it is. You just want to.

  8. Google home == Google mildew by Anonymous Coward · · Score: 0

    Yeah, that's right, 'home' means mildew in Finnish. You want that spreading around your house?

    1. Re: Google home == Google mildew by Anonymous Coward · · Score: 0

      No, I would definitely not want Finnish to spread around my house. Thanks for the warning!

  9. Uh what? by 110010001000 · · Score: 3, Insightful

    What biggest competitors have it enabled by default? Maybe WhatsApp. You don't think Facebook/skype/etc are scanning your messages? No one really knows about WhatsApp either. It isn't open source so you have no idea what it is really doing.

    1. Re:Uh what? by Actually,+I+do+RTFA · · Score: 1

      Skype is end-to-end encrypted.

      --
      Your ad here. Ask me how!
    2. Re:Uh what? by Anonymous Coward · · Score: 0

      What biggest competitors have it enabled by default? Maybe WhatsApp. You don't think Facebook/skype/etc are scanning your messages? No one really knows about WhatsApp either. It isn't open source so you have no idea what it is really doing.

      Facebook owns Whatsapp....

    3. Re:Uh what? by Anonymous Coward · · Score: 0

      No it's not, and it never was: http://arstechnica.com/security/2013/05/think-your-skype-messages-get-end-to-end-encryption-think-again/ Skype uses encryption, yes, but not end-to-end encryption. Microsoft is reading and recording everything you send over it, just like Google is with Hangouts.

      Wire (https://wire.com) is end-to-end encrypted, kicks Skype's ass in terms of functionality and security, and it's just plain fun to use. I highly recommend it.

    4. Re:Uh what? by Actually,+I+do+RTFA · · Score: 1

      Thanks. I stand corrected, embarrassingly so.

      --
      Your ad here. Ask me how!
  10. Allo - Allo by Anonymous Coward · · Score: 0

    so if both ends of the communiation are talking Englsh but are using outrageous French or German accents, will this automatically use Google translate?

    1. Re:Allo - Allo by ChunderDownunder · · Score: 1

      Maybe this tendency toward machine translation will drive a boom in endangered languages for which no corporation would bother investing the resources into building in support into their translation engine.

    2. Re:Allo - Allo by mrchaotica · · Score: 1
      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

    3. Re:Allo - Allo by ChunderDownunder · · Score: 1

      You prove my point. The world has over 6000 languages and the website you listed supports fewer than 100.

      That nerds working for Microsoft prioritise a language off a TV program doesn't diminish that fact.

  11. Allo, allo? by Bearhouse · · Score: 1

    Who's there? Well, just about everyone if it's not encrypted...disappointing.
    You'd think that with all Google's resources they could come up with something better, like:
    1. Encrypted (default)
    2. Encrypted but where Google has the key so can "listen in" and provide those helpful suggestions, and
    3. Not secure.

    Come to think of it, if you had option 2, who in their right mind would opt for option 3?

    1. Re:Allo, allo? by James+Carnley · · Score: 1

      They did. Except just 1 and 2 and in this order. There is no 3 because that would be dumb.

      1. Encrypted but where Google has the key so can "listen in" and provide those helpful suggestions (default because the app wouldn't be able to do anything cool otherwise)
      2. Encrypted end to end for people who want it.

      End to end encryption has its benefits but it also prevents a lot of cool things like the chat bots, syncing messages to desktop and tablets, and other cool things.

  12. I wish I could mod titles by Anonymous Coward · · Score: 0

    This is a prime example of (-1) flamebait headline.

    Or is it simply "clickbait"? I don't even know these days.

  13. 'Allo 'Allo by Anonymous Coward · · Score: 0

    That's okay, I prefer the original BBC show, well it depends on who they get to play Yvette...

    Captcha: nakedly

  14. I'm excited to try Allo by pteddy · · Score: 1

    and also to upgrade to Windows 10.

    1. Re:I'm excited to try Allo by Anonymous Coward · · Score: 0

      Yeah, really, how many creative ways can the corporate world come up with for screwing us?

  15. Why is not jumping off the cliff better by Anonymous Coward · · Score: 0

    than jumping off? That certainly is a quandary, now isn't it. You Brits. Exit already!

  16. Re:The description actually talked me into using i by Anonymous Coward · · Score: 0

    How so? Even if its communications are encrypted, I see no benefit to having Google store and data mine my communications and leave them vulnerable to disclosure via a ridiculously easy-to-get court order or through a company break-in. And if anything, Google should be paying people to use Allo.

  17. end to end nothing, the end is Google, that is bad by Anonymous Coward · · Score: 0

    end to end means nothing, the end is Google, that is bad

    If you cannot trust the endpoint, what is the point in trusting end to end encryption?

    Given that Google is in bed with the Alphabet (pun intended) agencies and data mining like a Arthur Skarkil who would want a HOT mic in their house (under the Umbrella corp branding of NEST - pun intended again).

    All this tech is great like Star Trek and all that but, in a commercial and government spying world. No thanks.

    The ONLY solution to hot mic technology, is to nip it in the butt before it takes hold. Cut the wires. Cut their funding, don't buy it, don't encourage it.

  18. lol fucktard Snowden by Anonymous Coward · · Score: 0

    He knows everything about everything. What a GENIUS!

  19. Re:The description actually talked me into using i by jfdavis668 · · Score: 4, Insightful

    I am far more concerned with writing quickly and accurately than I am with anyone ever going to court to get my communications.

  20. Re:The description actually talked me into using i by Anonymous Coward · · Score: 0

    yep me too....

    keep forgetting on /.

    just because some people don't want to share stuff with google, everyone must stop doing it...

    I don't give to fucks if they read my emails / sms'

    hell, all my personal bank / home loan statements' , credit card bills are on google drive.....

    do I give a fuck they are being read by google? what are they going to do - pay my credit card bill for me?

    fuck you fuck tards who think no one is allowed to use google becuase one person decides they don't want to , so everyone must stop...

    fuck... how long have google been around, and harvesting people's data?

    why do dicks on here constantly act "surprised" when they find out that google are reading all their shit?

  21. Re: The description actually talked me into using by Anonymous Coward · · Score: 0

    +1!

  22. Forget randos, how about the inside job? by Anonymous Coward · · Score: 0

    I'm more concerned with what Google does - or is secretly compelled to do - with that data.

  23. Re:end to end nothing, the end is Google, that is by Punko · · Score: 4, Funny

    The ONLY solution to hot mic technology, is to nip it in the butt before it takes hold.

    The phrase is "nip it in the bud" - to cut it off before it flowers. Nip it in the butt, means something rather different. No bad, just different.

    --
    If only we could fall into a woman's arms without falling into her hands
  24. Don't tell me what to do by wonkey_monkey · · Score: 4, Insightful

    Don't Use Google Allo

    Well that's a bloody condescending headline. Tell me why you think I shouldn't, or tell me that someone notable like Snowden has said not to use it, but don't tell me what to do.

    I'll use Google Allo if I want to*, end-to-end encryption or not.

    *I don't want to, but that's beside the point!

    --
    systemd is Roko's Basilisk.
    1. Re:Don't tell me what to do by geek · · Score: 2

      Don't Use Google Allo

      Well that's a bloody condescending headline. Tell me why you think I shouldn't, or tell me that someone notable like Snowden has said not to use it, but don't tell me what to do.

      I'll use Google Allo if I want to*, end-to-end encryption or not.

      *I don't want to, but that's beside the point!

      What I am hearing is someone triggered you and you now need a safe space where people won't tell you what to do.

    2. Re:Don't tell me what to do by wonkey_monkey · · Score: 1

      No, I just prefer news sites not to assume I'm stupid.

      --
      systemd is Roko's Basilisk.
    3. Re:Don't tell me what to do by Anonymous Coward · · Score: 1

      The author read your post history. No assumption was necessary.

    4. Re:Don't tell me what to do by Anonymous Coward · · Score: 0

      When the headlines progress from alarmist ("Allo will leak your data") to the downright authoritarian ("Don't use Allo"), you can expect some pushback.

    5. Re:Don't tell me what to do by Anonymous Coward · · Score: 0

      No, I just prefer news sites not to assume I'm stupid.

      But 99.99999999999999% of people ARE stupid by any objective standards. So why SHOULD they automatically assume otherwise in regards to you.

    6. Re:Don't tell me what to do by Anonymous Coward · · Score: 0

      But 99.99999999999999% of people ARE stupid by any objective standards.

      So who's that one person out of every ten quadrillion who isn't stupid? Because it certainly isn't you.

    7. Re:Don't tell me what to do by Anonymous Coward · · Score: 0

      Don't stroll across a busy freeway.

      Don't shoot yourself through your left eyeball.

      Don't beer bong a 12-ouncer of gasoline.

      Don't impale yourself on a garden stake.

      Don't do stupid shit.

      Oh, and please keep posting such broadly profound and intelligent insights :-D

  25. Re:The description actually talked me into using i by Anonymous Coward · · Score: 0

    You don't mind being mined? You don't mind seeing a filtered view of the world that looks how you would prefer it rather than how it actually is? You prefer not seeing what other people see? You prefer not knowing what's really going on?
    I mind.

  26. Leesen vehry carefulee,I shall say ziz ahnly wance by edittard · · Score: 2

    Definitely don't use Google Allo Allo.

    --
    At the bottom of the /. main page it says 'Yesterday's News'. Well they got that right.
  27. Well... by Anonymous Coward · · Score: 0

    "Edward Snowden also chimed in on the matter. He said, "Google's decision to disable end-to-end encryption by default in its new Allo chat app is dangerous, and makes it unsafe. Avoid it for now.""

    Listening to a criminal and traitor is dangerous, too.

  28. Re:The description actually talked me into using i by Anonymous Coward · · Score: 0

    I give a lot of fucks that my SMS with you would be mined by Google without my permission, just because you alone chose to share them.

    So far, Google only reads my shit when I choose to share it with Google.

    Now, go check the GOOGL share price, you self-centered twit.

  29. Re:The description actually talked me into using i by jfdavis668 · · Score: 3, Insightful

    If I am talking to someone about buying a Subaru and maybe ordering a pizza, I don't mind seeing advertisements for Subarus and pizza.

  30. Don't tell me what to do! by Anonymous Coward · · Score: 0

    Don't tell me what to do!

    1. Re:Don't tell me what to do! by jcfandino · · Score: 1

      Don't tell me what to do!

      They're not. They are telling you what NOT to do.

  31. Re:The description actually talked me into using i by Anonymous Coward · · Score: 0

    You don't mind seeing a filtered view of the world that looks how you would prefer it rather than how it actually is?

    That is probably one of the most inadvertently stupid things I've read on Slashdot.

  32. Dangerous suggustions by Bill,+Shooter+of+Bul · · Score: 1

    Trust me it will be auto correct on steroids. Screen shots will show up in divorce proceedings.

    Although on the other hand, for those of us that can't stand small talk over text, its a god send. Sure, lets reply to small talk as if I'm good at doing that. It will be a protection against actually trying to explain in depth how my day went.

    --
    Well.. maybe. Or Maybe not. But Definitely not sort of.
  33. Re:The description actually talked me into using i by jfdavis668 · · Score: 1

    Reminds me of Monty Python: Upper class twit of the year.

  34. Re:The description actually talked me into using i by edtice1559 · · Score: 1

    I'm a Republican, you insensitive clod.

  35. Re:end to end nothing, the end is Google, that is by Anonymous Coward · · Score: 0

    It's a butt-head technology -- only butt-heads use tech that spies on them.

  36. Re:The description actually talked me into using i by shawn2772 · · Score: 1

    You don't mind seeing a filtered view of the world that looks how you would prefer it rather than how it actually is?

    What filtered view of the world? I know people have been talking for years about the possibility of Google search becoming so personalized that it filters out all contrary views but personalized search isn't that personalized, and I don't think it ever will be.

    Data mining may be a concern, depending on your perspective, but the "filter bubble" really isn't. Not with Google search, at any rate. I think it is a concern on social networks and in online forums where people congregate only with those who think the way they do. And in heavily-slanted mainstream media publications.

  37. Re:The description actually talked me into using i by Anonymous Coward · · Score: 0

    I don't exactly have anything to hide in the stupid conversations with my sister or friends. Worst thing anyone will see are my corny jokes. Not exactly something I'm worried about someone getting a court order to read.

  38. Re:The description actually talked me into using i by SailorSpork · · Score: 4, Insightful

    Usually when I'm looking for info on Subarus and Pizzas, I get ads for Fords and Chinese food, because that's how targeted advertising works.

  39. Re:end to end nothing, the end is Google, that is by shawn2772 · · Score: 1

    end to end means nothing, the end is Google, that is bad

    No, the end is the other party you're chatting with. Google doesn't have access if you use incognito mode. Of course, you'll lose most of the features of Allo in incognito mode. If you're not in incognito mode, the communications are all encrypted, but it is between you and Google and Google and the other person, so the AI can do all of the assistant stuff.

    Given that Google is in bed with the Alphabet (pun intended) agencies

    No, Google is not in bed with the three-letter agencies. There is absolutely no evidence that Google ever has been in bed with them. Google complies with the law, nothing more. There is evidence (from Snowden's documents) that Google's inter-data center communications were being tapped, but Google moved quickly to encrypt them all to put a stop to that.

    Of course, Google does analyze data in order to target ads to you, and any data about you that happens to get stored at Google is available for properly-executed warrants, subpoenas, etc. So if those things bother you, stay in incognito mode and don't use the assistant features, or don't use Allo.

  40. Re:The description actually talked me into using i by thegarbz · · Score: 1

    I live off-life and block ever tracker. Normally when I'm looking for Subarus and Pizza I get ads for penis enlargement pills and local hotties who want my phone number. I never chased those hotties, I got too busy punching the monkey.

  41. Snowden by Dan+East · · Score: 1

    Why should I, or anyone else for that matter, care what Snowden has to say on the matter (or any other matter for that matter)? He stole and leaked documents. That provides no basis whatsoever for him having the skills or certification for him to speak meaningfully into the technical nature of this particular issue.

    --
    Better known as 318230.
    1. Re:Snowden by Actually,+I+do+RTFA · · Score: 1

      I would agree with you if he was giving a critique of the algorithms or implementations of the encryption, but he's certainly technically competent (as am I and I suspect you) to discuss the danger of non-end-to-end encrypted connections, with regard to eavesdropping.

      --
      Your ad here. Ask me how!
    2. Re:Snowden by Anonymous Coward · · Score: 0

      Because paranoia is our god and Snowden is its prophet.

    3. Re:Snowden by Oarsman · · Score: 1
      But is he technically competent? (Was he while he was employed and is he still?) There's a significant difference between being a domain admin for a number of government contractors versus being a leading security researcher. Where is Bill Schneier on the subject? What about the thousands of other extremely competent and qualified security researches throughout the world? I'd rather read their recommendations and commentary.

      I'm not saying he's an idiot, but there's a difference between having the media's attention and being competent. For evidence, I'll provide most political campaigns.

    4. Re:Snowden by Actually,+I+do+RTFA · · Score: 1

      I guess my point was that "technically competent" for knowing that non-end-to-end encryption is insecure is a low bar. Really low. I assume any computer literate person to understand what that means. Heck, anyone who uses public wifi should know what that means.

      --
      Your ad here. Ask me how!
  42. Re:The description actually talked me into using i by LWATCDR · · Score: 1

    Pretty much. I can turn on the incognito mode if I need to.

    --
    See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
  43. Re:The description actually talked me into using i by Anonymous Coward · · Score: 0

    The headline "Don't use Google Allo" is what convinced me to use it.

    Fuck you Slashdot - stop trying to tell me what to do.

    Does anyone know of an impartial tech news source?

  44. A computer reading my messages?? by Bohnanza · · Score: 1

    How else am I going to get them?

    --

    -----

    Sorry, I'm only a 1336 h4x0r.

  45. Google being self-destructive? by Anonymous Coward · · Score: 0

    "As if Google, with Eric Schmidt at the helm, who also works for the DoJ, would really allow you to to get private and practically unbreakable end-to-end-encryption."

    Google seems to be rapidly destroying itself. One article: Google investors sue Page, Schmidt over $500M settlement with DOJ

    Another: Revealed: Apple and Google's wage-fixing cartel involved dozens more companies, over one million employees.

    1. Re:Google being self-destructive? by Anonymous Coward · · Score: 0

      Some of the internal conduct I've seen come out of Google recently would make you choke on your cornflakes.

      Look up "Admob scam" or "Don't use Admob". It's all well and good when you pay 'them'. If you're on the receiving end of the money expect them to treat you with absolute disrespect. Same with YouTube or any of their pay out services. Just a single falter on any of their rules, as humans we are all capable of mistakes. And the result is they'll wipe your funds, close your account, and even attempt to defame you and destroy all the success you've accumulated. All the meantime they'll 403 your google account from their services and ignore all forms on contact.

      The only way to get your money out of them is to threaten to sue. But after the legal fees it's only worth it if they owe more than 5k or so. The upside is that they'll pretty much pay you instantly because they know they're wrong to start with.

      "Don't be evil" my ass.

  46. Re:The description actually talked me into using i by Anonymous Coward · · Score: 0

    I am far more concerned with writing quickly and accurately than I am with anyone ever going to court to get my communications.

    Have you ever heard of the third party doctrine or parallel construction?

  47. Re:The description actually talked me into using i by Anonymous Coward · · Score: 0

    If I am talking to someone about buying a Subaru and maybe ordering a pizza, I don't mind seeing advertisements for Subarus and pizza.

    Does it bother you that some people don't want that?

  48. Re:The description actually talked me into using i by Anonymous Coward · · Score: 0

    The headline "Don't use Google Allo" is what convinced me to use it.

    Fuck you Slashdot - stop trying to tell me what to do.

    You obviously haven't realised yet that if you feel you need to do the opposite of what someone tells you to do your actions are still determined by their opinions and not by your own.

  49. People don't know how security works... by Anonymous Coward · · Score: 0

    I don't get it why everyone thinks end-to-end encryption is so secure.
    There is no remotely secure way to just make everyone keep chatting and make the process secure at the same time.

    It's like hiring FedEx to install a lock on your house door and believe that the only one who has the key to it is you.
    And you don't even get to know what lock and what key it is...

    Has anyone reverse engineered whatsapp/telegram/whatever code to check what encryption scheme is used and how the keypair is generated and shared?

  50. Why would you? by SuperKendall · · Score: 1

    Don't you like having a history of what you've said in chats? Incognito mode erases the history when you are done...

    Wouldn't you just rather have a chat app that's encrypted all the time and lets you decide when to delete a chat or not?

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
  51. Re: The description actually talked me into using by Anonymous Coward · · Score: 0

    No, it doesn't, or maybe not always.

    Buy something from Digikey. You'll see tons more Digikey ads, not Mouser or other.

    They want the easy sale, not to confuse or delay purchase.

  52. Are you missing a comma? by allo · · Score: 1

    I won't let you tell me what search engine i should use.