Including “And. And. And. And. And.” in a Google doc causes it to crash
111–120 of 441 posts
Re: Including “And. And. And. And. And.” in a Google doc causes it to crash
#112Re: Including “And. And. And. And. And.” in a Google doc causes it to crash
#113When 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…
Re: Including “And. And. And. And. And.” in a Google doc causes it to crash
#114Here'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.
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``` 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.
Re: Including “And. And. And. And. And.” in a Google doc causes it to crash
#116When 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."
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
#117Re: Including “And. And. And. And. And.” in a Google doc causes it to crash
#118Re: Including “And. And. And. And. And.” in a Google doc causes it to crash
#119I 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".
Re: Including “And. And. And. And. And.” in a Google doc causes it to crash
#120I’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.
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.