• Activity
  • Votes
  • Comments
  • New
  • All activity
  • Showing only topics in ~humanities.languages with the tag "grammar". Back to normal view / Search all groups
    1. Grammar errors that actually matter, or: the thread where we all become prescriptivists

      This subject is a dead horse on most social media platforms (I'm sure there are dozens if not hundreds of similar threads on /r/askreddit alone, for one), but I didn't find a thread about it...

      This subject is a dead horse on most social media platforms (I'm sure there are dozens if not hundreds of similar threads on /r/askreddit alone, for one), but I didn't find a thread about it specifically on Tildes from a cursory search (though I did find more specific threads about some aspects of it like this one as well as the broader prescriptivism vs descriptivism subject here and even the mirror opposite of what this thread is about, that is deliberately using non-standard language in a constructive manner) and I think that it might spark worthwhile discussion.

      By and large, I agree that language should be seen from a descriptive point of view, meaning a language's rules are defined by how people speak it, not the other way around. As the need to communicate evolves, so does any given living language and a rigidly enforced ruleset would get in the way of this process. By opposition, the prescriptive approach views a language's rules as defining a "correct" way (making any other way incorrect) of speaking the language to be enforced accordingly. Following either approach to its respective logical extreme would be a dead-end but I do think the most reasonably balanced way to approach this tends a lot more toward descriptivism than prescriptivism.

      While agreed-upon rules are still definitely useful to establish a language's identity and defining a standard helps both with learning the language and structuring how the language should evolve (and when learning it's probably best to operate by the book at first, literally or otherwise, until you're familiar with the language enough to reliably tell when bending the rules is advantageous), getting yourself understood is much more important than strictly "following the rules", and that's before considering the cases where the rules themselves are ambiguous, or their validity is a matter of debate, which itself brings up the much more controversial issue of what constitutes an authoritative source for a language's grammar in the first place. In practice, even if there is a consensus on something being a grammar error, most are benign enough to not risk the meaning of the sentence being misinterpreted anyway. And of course, there's the issue of people ostensibly wanting to be helpful using "correcting someone's grammar" as an excuse for gatekeeping, toxic behavior or derailing conversations into a pointless grammar debate.

      For example, while my latent pedantry constantly incites nitpicking on those smaller mistakes, it's obvious that someone using "Your welcome" instead of you're is acknowledging gratitude and no one would argue in good faith that this could be misinterpreted as referring to an abstract hospitality belonging to the person they're addressing. Similarly, using "irregardless" (which presumably arose as a contraction of irrespective and regardless) might be argued as meaning the opposite of "regardless" since ir- is a negation prefix, making using that word a mistake due to the ambiguity. In practice, interpreting it that way in any sentence where the word actually appears would be very unintuitive so the ambiguity doesn't actually manifest... Though the argument I see much more often against its use is that irregardless is "a made-up word" and therefore incorrect (as opposed to all the real words which are, what, woven into the very fabric of the universe?), which is silly. I personally don't use this word, but I wouldn't bat an eye if I saw it becoming normalized either.

      That being said, I believe there is such a thing as incorrect use of language that actually hampers communication and therefore should be discouraged, some of which I'll give examples below. I... got wildly carried away while writing it so I made it an optional collapsible box.

      Warning: long

      Using "literally" to mean "figuratively"

      Obligatory relevant xkcd. While I understand the argument of validating this use as a natural extension of using exaggeration for emphasis (and it's intuitive enough that I sometimes catch myself doing it), I do think the words that are supposed to mean "I am not exaggerating, using a metaphor or joking, I mean this in exactly the way I worded it" should be exempt from this. Language history is no stranger to words shifting their meaning until they're the opposite of their former meaning, and there are plenty of situations where words simultaneously have opposite meanings (in fact, enough of them that a term exists for this which has its own Wikipedia article) where I don't think it's much of an issue, but I do think this matters here, especially since this is happening to many similar words used for that purpose (such as "actually" and "genuinely"), not just "literally". Unambiguously clarifying that the meaning of your statement isn't figurative is something important enough that the words for it shouldn't have their meaning diluted IMHO.

      bytes vs bits

      More of a matter of technical standardization than pure linguistics, but two separate albeit related issues are happening here. First, a "bit" here is a unit of digital data, being either 0 or 1, whereas a "byte" is another unit usually made of eight bits. While you can define bytes following a different amount as some older and specialized machines do, in practice there is no ambiguity with 8 being the accepted norm and other words (including the word "word" itself, funnily enough) being available should the distinction matter. The bit/byte distinction is commonly understood and usually not a matter of confusion... until you start bringing up shortened unit names and disingenuous marketing. Despite the unit that the average user is most familiar with being the byte, shortened to an uppercase B as a unit symbol, while bits are in turn shortened to a lowercase b, unscrupulous advertisers will often take advantage of the fact bits are a lesser known unit while using almost the exact same symbol to refer to, say, network speeds for a broadband plan they're trying to sell using bits, not bytes, allowing them to sneak in numbers (in bits) eight times bigger than the values (in bytes) the customer would expect in the unit they are more accustomed to.

      Using SI prefixes in place of equivalent binary prefixes

      The second part (and with it another relevant xkcd) is the distinction between decimal SI prefixes and the IEC binary prefixes, or lack thereof in common usage. For context, a convenient coincidence for computer science is that the value of 1000x and 210x (equal to 1024x) are similar enough for a low enough value of x to map binary prefixes according to the usual SI metric prefixes (so while 1kg is a kilogram equaling 1000 grams, 1KiB is one kibibyte equaling 1024 bytes, 1MiB is a mebibyte equaling 1024 kibibytes, and so on) and using them to refer to data sizes, which is a lot more convenient to deal with when everything related to computing is binary rather than decimal. This also led before the adoption of those binary prefixes to the practice of "incorrectly" using the SI decimal prefixes' names and symbols when referring to binary data sizes. I'm perfectly fine with this in informal contexts precisely because it's a convenient shortcut and the inaccuracy usually doesn't matter, but this also means a company can pretend, say, a storage device they're selling has a higher capacity than it really does by mixing up the units to their advantage. Worse, a company that does want to convey the capacity of their devices to the user in good faith has another issue: MacOS defaults to computing sizes displayed to the user using the decimal prefixes (1MB = 1000kB = 1 million bytes), while Linux generally defaults to the binary sizes (1MiB = 1024KiB = 10242 = 1048576 bytes).

      In which I manage to blame Microsoft for a grammar error

      Not much of an issue if you stick to the correct units, but given which OS I pointedly didn't mention yet, you probably realized where this is going. Microsoft, in their infinite wisdom, elected to show data sizes on Windows that, while computed according to binary sizes, are displayed using the decimal prefixes, leading to 1"MB" = 1024 "KB" = 1048576 bytes, but displayed in units that imply it should be 1000000 bytes. This is a holdover from the older practice of using the metric SI prefixes' names as binary prefixes when specifically referring to bytes I mentioned above, which is nowadays discouraged in favor of the international standard for binary prefixes established back in 1999... but clearly Microsoft didn't get the memo. Is it a minor problem in the grand scheme of things? Absolutely, but I consider this negligent handling of a pretty fundamental question where a clear consensus has been established given that this is coming from the company that publishes the consumer OS running on the overwhelming majority of personal computers. As someone who is familiar with computing, I understand why the mental shortcut makes sense. As a consumer, if I buy a kilogram of something, I expect to receive as close to a thousand grams as the manufacturing process reasonably allows, not consistently end up with 976.5625 grams instead of the advertised kilogram. In any other context, "it's more convenient to pretend we count in base 10 but we're actually counting in base 2 and not properly converting the numbers back, usually to the detriment of the customer" would be seen as absurd, but the IT industry apparently got away with it. By not following the internationally standardized terms in their own OS, Microsoft is perpetuating this issue which is doing us a disservice... and I'll move on to the next example before this becomes yet another computing rant in what's supposed to be part of a thread about language, and not even the programming kind.

      I could/n't care less

      I'm starting to see a pattern here. Another case of "saying something but actually meaning the opposite" which I think is important to be mindful of. Granted, "I couldn't care less" is a common enough stock phrase that omitting the negation usually is recognized as such and not interpreted to mean the opposite, and there are other (and probably more intuitive) ways to convey the literal meaning of "I could care less", but given that there are generally a whole lot fewer things people care about (and therefore occasions to state it) than the alternative, I think it matters more to keep a way to mean that something does actually matter to you intact than expanding the way people can say that they don't care about something by including the exact opposite. I've also seen this used in yet another way to refer something they care about to at least some degree, but still little (with the reasoning that feeling the need to state explicitly that you are able to care less implicitly states that you cared very little in the first place) which is very similar to the meaning of "I couldn't care less" but still has makes an important distinction that I think should be preserved.

      Wrong homophones (or otherwise similarly sounding words) when the correct one is not obvious

      Mistakes derived from those are usually not an issue since it's very easy to tell which is the correct one... until it's not. For example, "brake" vs "break" when talking about cars, "ordinance" vs "ordnance" when the topic intersects bureaucracy and the military, and "raise" vs "raze" might lead to very unfortunate misunderstandings in construction. More generally, "hear" vs "here" can quickly make the meaning of a sentence incomprehensible especially if the mixup happens in a sentence where both are used, and "than" vs "then" can radically change the meaning of the sentence. Similar sounding words can have pretty significant differences without mixing them up being necessarily obvious, such as amuse/bemuse, persecute/prosecute or prescribe/proscribe. Ironically, the common mixups that people tend to find the most annoying to see (e.g their/they're/there, to/two/too, loose/lose, affect/effect, should or could of instead of should or could have, definitely/defiantly) aren't the ones that are likely to actually introduce ambiguity (I would suspect bad faith from anyone claiming a mixup between "angel" and "angle" is actually ambiguous, with one notable exception), or, if they do, not in a way that would radically warp the sentence's meaning (inflict/afflict is a common one and the two words are similar enough that it would be difficult to notice if the "wrong" one was used... but that goes both ways: they're so similar such a mixup would most likely be of little consequence to the overall meaning)

      Leaving unclear links between clauses

      While the above is mostly about word (mis-)use, another big category of mistakes that gives me a headache is made up of sentences where the ambiguity comes from the structure of the sentence itself. I would include Garden-path sentences and certain cases of dangling/misplaced modifiers in this category (though not all of them as context is often enough to clear up any possible confusion). For the former, news article titles that are too clever for their own good by trying to fit as much information in as few words as possible are notable offenders. I've actually given up trying to understand a news headline for this reason at least once. For the latter, there are already many examples out there of leveraging it for comedy, so I'll use the following as a more straightforward example: in the sentence "I need to invite my best friend, the CEO and the mayor", it is unclear whether I'm referring to a single person that is my best friend, the CEO and the mayor at the same time, two people one of which is both my best friend and the CEO and the second person is the mayor, or three different people. Ambiguities like these are something I consider important to be mindful of because they can quickly result in the meaning you intended to convey being completely warped.

      Which turns of phrase would you consider to be categorically incorrect? Did I commit one in this very post? If you chose to read through the content of the collapsible box above, do you disagree with some of my examples (or the entire premise of the question in the first place)? While I'm assuming English as the default for my own answer, feel free to talk about any other language you might know (ideally with context for non-speakers of the language).

      Also, since I mentioned it in the post, another optional subject: which mistakes that people seem to care a lot about (and sometimes not even mistakes, given that the same treatment is occasionally given to perfectly correct turns of phrase due to misconceptions about grammar rules) do you think aren't actually important at all?

      38 votes
    2. English grammar book recommendations?

      Hi fellow Tilder Staters, I write professionally for my job. I've picked up plenty of tips, tricks, and strategies from mentors and managers over the years. I also have an English degree focused...

      Hi fellow Tilder Staters,

      I write professionally for my job. I've picked up plenty of tips, tricks, and strategies from mentors and managers over the years.

      I also have an English degree focused in literature.

      But I've never formally studied grammar or linguistics.

      Does anyone have a textbook or theory book that they could recommend in this space? I've tried to look around a bit but nothing has caught my eye, and the subject is dry enough that I don't have the time or energy to invest in one of the boring options.

      9 votes
    3. How do I fix my (stupid) use of excessive punctuation?

      In online forums I use far too many punctuation marks. I especially use dashes - to separate clauses that don't need a dash (and sometimes I'll add brackets like this because, well, I dunno). And...

      In online forums I use far too many punctuation marks. I especially use dashes - to separate clauses that don't need a dash (and sometimes I'll add brackets like this because, well, I dunno). And sometimes I'll start a sentence with "and" when it doesn't need to be there. My comma use is wild and uncontrolled, but I feel it's a bit more controlled than these other marks.

      Importantly: I do not care how other people use punctuation.

      But I would like to try to fix, or perhaps just improve, my punctuation use. Like the way I just start a new paragraph at random.

      I feel like my posts are the same as those flyers that use 7 different fonts, with bolds and underlines and italics (and combinations of them), and with some words in red and some in green and some in black and there's no rhyme or reason to it.

      I do like a casual tone but I feel that I go far too far in the informal direction. English is my first, and my only, language. (I love Europe, but I am a bad European. "Please look after our star" we said, and most of us said it in English because most of us who said it don't know other European languages)

      Do you have any advice? I'd be interested to hear about books, or videos, or courses, or podcasts, or anything at all that can help. I'd even pay for this. But not Eats Shoots and Leaves please

      29 votes
    4. Recommendations for a grammar checker?

      I'm looking for a French grammar checker. I think I'm in that intermediate-level plateau where I just need to keep talking / chatting in French but I want to eventually get to a point where I have...

      I'm looking for a French grammar checker. I think I'm in that intermediate-level plateau where I just need to keep talking / chatting in French but I want to eventually get to a point where I have correct grammar, maybe even some suggestions for idioms.

      Some info for my use-case:

      • I don't expect to go past 100 "consultations" a month.
      • Would be nice if there was an extension that helps for email / Messenger / Telegram / WhatsApp.
      • Would be nice if it did help with idioms.

      I did my homework and found out that:

      • Grammarly does offer this but only in English.
      • Language Tool exists but it's 20 euros monthly or 60 euros per year, which are both steep prices for just trying it out.
      • Asking ChatGPT works most of the time, but it's a bit annoying to load up that website every time and ask. I'm open to coding something based on the API if that would be the most cost-effective option.

      Thanks in advance for all your suggestions!

      10 votes
    5. Overuse of commas

      First I thought to myself, "I seem to use too many commas." Now I'm no writer, but I've noticed that professional writers (and editors) clearly use less commas than I do. For example, here's a...

      First I thought to myself, "I seem to use too many commas." Now I'm no writer, but I've noticed that professional writers (and editors) clearly use less commas than I do.

      For example, here's a sentence in a book that I'm reading: “As the victim was usually unconscious it was obvious they were totally reliant upon third parties and whatever action they took would determine their fate.”

      I thought it was interesting, because I would've put a comma after "unconscious" and a comma before "and."

      So, I found this helpful resource on grammar rules: https://www.grammarbook.com/punctuation/commas.asp. 4a and 5b in particular were situations where I learned I could get rid of commas.

      Still however, in the example sentence above, you'd think to put a comma before the "and" to separate the two clauses. I haven't found an explanation for omitting it, other than some writers are grammatically correct in a stricter sense, and others use commas more stylistically.

      Is the use of commas more of an art, if you will, than I thought? How do you use commas personally?

      Interested to read others' opinions!

      74 votes