Live data from Hacker News

Including “And. And. And. And. And.” in a Google doc causes it to crash

support.google.com

111–120 of 441 posts

Re: Including “And. And. And. And. And.” in a Google doc causes it to crash

#112
post #28
post #15

Will 100% be pasting this into a coworker's Google Doc with a white font color.

That's probably a cyber crime in most US states. Edit: You guys have no sense of humor.

Only if it crashes MS Word 2007.

Re: Including “And. And. And. And. And.” in a Google doc causes it to crash

#113

When I come across posts like these, I just wonder, "How in the world did the user discover this in the first place?!" Let's place bets: A) The user just let autocomplete "take it away" (not sure about this one since they were able to access the console) B) Pen Testing? C) Error copy and pasting? D) Actual dialog in a sci-fi post-apocalyptic love story where a robot discovers the Turing test and attempts to set itsel…

Years ago in school, maybe about 1992 or so, I managed to make xdm (X Display Manager) crash and dump me a root window by simply holding down a key until the buffer ran out. I remember wondering how anybody didn't discover this before me. Similar behavior with the university phone system (repeatedly pressing '0') eventually dropped me an outside line that I didn't have to pay for (yes, for you young folks, we used to…

When I was a teenager, I got dropped into a shell on a VAX by doing the same thing when it was trying to identify the terminal type.

Re: Including “And. And. And. And. And.” in a Google doc causes it to crash

#114
post #81

Here's a bug I discovered in MS Word in 2004, which has survived the past 18 years of updates and is even present in the web version: https://1drv.ms/w/s!AgYiBqBjIZZpfkcvO9jnOel9T2o?e=tFA4wp If you join the two lines using a backspace at the start of the second line, the second line turns into gibberish.

Rewritten for clarity (and because I now actually know what's happening):

If you look at the XML (change .docx to .zip) in styles.xml you see the declaration of the style "BodyText3":

  
The first line ("paragraph") has its style set to "BodyText3", but also has formatting on that section of text itself, overriding it. Once the lines are joined into one paragraph, the paragraph formatting appears in the second part because that text does not have a style to override it.

Re: Including “And. And. And. And. And.” in a Google doc causes it to crash

#115
post #91

``` TypeError: Cannot read properties of null (reading 'C') at Ccf ( https://docs.google.com/static/document/client/js/157553674-... ) at Bcf ( https://docs.google.com/static/document/client/js/157553674-... ) ``` Has something to do with grammar. The document does not fail when `Show grammar suggestion` is turned off.

does it talk to a grammar check api endpoint or is it done locally? would be funny if it were a remotely exploitable bug in an api endpoint.

Remotely exploitable bug causing grammar check api to fail to perform grammar checks? Doesn’t sound too exciting.

Re: Including “And. And. And. And. And.” in a Google doc causes it to crash

#116
post #25

When I come across posts like these, I just wonder, "How in the world did the user discover this in the first place?!" Let's place bets: A) The user just let autocomplete "take it away" (not sure about this one since they were able to access the console) B) Pen Testing? C) Error copy and pasting? D) Actual dialog in a sci-fi post-apocalyptic love story where a robot discovers the Turing test and attempts to set itsel…

I've heard people say it, speaking like this: "This would be a great solution to the problem, except that it would break the admin dashboard. And billing. And SSO. And partner test environments. And. And. And. And. And. This would break so many things I'm sure I could only name half of them if I tried."

Agreed--it seems likely that the user was writing dialogue, taking minutes, or something similar.

Skilled speakers frequently use repetitions of a word (like 'and') as an interjection[0]. It's a handy way of giving yourself a second to think without saying 'uhh' or 'umm' (which, for whatever reason, are considered 'bad' interjections), and seems to be a kind of defense against being interrupted.

[0] https://www.nbcnews.com/id/wbna42822623 (a Meet the Press transcript which contains eight "and, and"s and one "and, and, and"!)

Re: Including “And. And. And. And. And.” in a Google doc causes it to crash

#118
post #93
post #28

Earlier quoted context omitted.

That's probably a cyber crime in most US states. Edit: You guys have no sense of humor.

You can say this and express it as a joke but the text reads like poor criticism.

I read it as a joke, but I started with an assumption of good intent.

Re: Including “And. And. And. And. And.” in a Google doc causes it to crash

#119
post #83

I wonder if "James where John had had had had had had had had had had had a better effect on his teacher" does someone's grammar checker up in knots. Or any of the old standbys, like "Police police police police police police".

Or "Buffalo buffalo Buffalo buffalo buffalo buffalo Buffalo buffalo".

Re: Including “And. And. And. And. And.” in a Google doc causes it to crash

#120
post #74
post #48

I’m willing to bet it’s related to this. Google docs is trying to guess something for autocomplete, similar to their gmail feature to complete your sentences. Which means, on a privacy standpoint, whatever you’re writing and guessing, they are absolutely processing something. We the user are the product, apparently. This is mildly creepy to me because, I do vent on google docs sometimes. And assume only I can read it…

It’s literally called a word processors, so I suppose it processes the words. I don’t have a problem with that, as long as my data is only used for purposes I have approved and to provide features I use.

How is my comment downvoted?

Top comment mentions it being grammar related, which requires processing however many written words before, to provide a possible suggestion.

Considering an “and” clause to meet all possible cases of suggestions may cause the program to crash.

Post reply on HN