Earlier quoted context omitted.
This test feels biased by the fact that, like others have said, macOS provides keyboard shortcuts. For example, I'm only Gen Z and yet have tried for many years to use the proper dash characters in the right places, which is made much easier by virtue of being on a Mac. Of course, I guess it's entirely possible—even accounting for OS—that this test remains statistically useful. It makes me kinda sad that my (very muc…
The compose key, for those who use it, also makes it very easy to do em/en dashes, and I use them quite regularly as a result.
How to Use Em Dashes (–), En Dashes (–), and Hyphens (-)
171–180 of 492 posts
Re: How to Use Em Dashes (–), En Dashes (–), and Hyphens (-)
#172Here's an easy, if not always precise way to remember: * Hyphens connect things, such as compound words: double-decker , cut-and-dried , 212-555-5555 . * EN dashes make a range between things: Boston–San Francisco flight, 10–20 years: both connect not only the endpoints, but define that all the space between is included. (Compare the last usage with the phone number example under Hyphens.) * EM dashes break things, s…
The em dash is now a GPT-ism and is not advisable unless you want people to think your writing is the output of a LLM.
Re: How to Use Em Dashes (–), En Dashes (–), and Hyphens (-)
#173Earlier quoted context omitted.
Who keeps the 1? You write pages 1,003–4, instead of typing out 1,003–1,004 which is just unnecessary. Works the same with two digits, or even three: pp. 1,899–902. This is standard practice and arguably clearer. I've only ever seen it done with page ranges, though. I'm not sure if it's done with year ranges? E.g. 1984–5? Or 1989–92? You work with page ranges constantly in academia, I just don't see year ranges much…
Literally never seen this (wish I could grep all comments I've ever replied to) and I do not understand what makes you say that it's clearer when it's dropping information, making it relative rather than a fully qualified number In speech, it's common, and misunderstandings are usually not a problem (if you're not monologuing on a recording) because someone will just ask; but in writing it looks like the range is the…
Re: How to Use Em Dashes (–), En Dashes (–), and Hyphens (-)
#174Earlier quoted context omitted.
This test feels biased by the fact that, like others have said, macOS provides keyboard shortcuts. For example, I'm only Gen Z and yet have tried for many years to use the proper dash characters in the right places, which is made much easier by virtue of being on a Mac. Of course, I guess it's entirely possible—even accounting for OS—that this test remains statistically useful. It makes me kinda sad that my (very muc…
On iPhone, type two hyphens to make an em dash: -- into — If OP wrote their post on an iPhone, they would have inadvertently appeared as an LLM by their own test.
Re: How to Use Em Dashes (–), En Dashes (–), and Hyphens (-)
#175Earlier quoted context omitted.
I've been Googling "em dash" and copypasting from the Google results for a solid 15 years now. Long before LLMs.
I modify the keymap to use AltGr+dash as em dash. Very easy in Linux with xmodmap, bit more complicated in Windows with the Keyboard Layout Creator.
Re: How to Use Em Dashes (–), En Dashes (–), and Hyphens (-)
#176$ python -m this | grep '--' -
Is this meaning to grep for a double hyphen from standard in, or to mark the start of positional arguments and then grep for a hyphen? If you want both, it should be: $ python -m this | grep -- -- - Which is just beautiful (Your example causes the last hyphen to be grepped for, which happens to only match doubled-up ones because single ones don't occur in that text. The quotes/apostrophes do nothing because they're p…
Re: How to Use Em Dashes (–), En Dashes (–), and Hyphens (-)
#177Here's an easy, if not always precise way to remember: * Hyphens connect things, such as compound words: double-decker , cut-and-dried , 212-555-5555 . * EN dashes make a range between things: Boston–San Francisco flight, 10–20 years: both connect not only the endpoints, but define that all the space between is included. (Compare the last usage with the phone number example under Hyphens.) * EM dashes break things, s…
The em dash is now a GPT-ism and is not advisable unless you want people to think your writing is the output of a LLM.
Re: How to Use Em Dashes (–), En Dashes (–), and Hyphens (-)
#178Most people don't use the em dash. It's too hard to type and looks too similar to a hyphen. As a result, a hallmark of GPT-generated text is its (over)using of the em dash--I have stopped using it for this reason an just use two hyphens now instead.
You mean en dash?
Re: How to Use Em Dashes (–), En Dashes (–), and Hyphens (-)
#179Do not use the Unicode characters, or people will think you are an AI bot.
Re: How to Use Em Dashes (–), En Dashes (–), and Hyphens (-)
#180FWIW, you can type an em dash on Mac with shift + option + hyphen.