←back to thread

358 points tkgally | 3 comments | | HN request time: 0s | source

The use of the em dash (—) now raises suspicions that a text might have been AI-generated. Inspired by a suggestion from dang [1], I created a leaderboard of HN users according to how many of their posts before November 30, 2022—that is, before the release of ChatGPT—contained em dashes. Dang himself comes in number 2—by a very slim margin.

Credit to Claude Code for showing me how to search the HN database through Google BigQuery and for writing the HTML for the leaderboard.

[1] https://news.ycombinator.com/item?id=45053933

Show context
ThatMedicIsASpy ◴[] No.45072356[source]
I have started using triple dots as on Linux I can get them with Alt Gr + .

A lot of symbols can be accessed with Alt Gr compared to Windows

replies(2): >>45072500 #>>45072731 #
notpushkin ◴[] No.45072500[source]
Please don’t... Adding ellipsis as a separate character was a huge mistake, because it doesn’t work well:

- you can’t make a ?.. or !.. with it

- the spacing between the dots is awful in a lot of fonts

- it is hideous in monospace

- typing ellipsis properly is a very easy gesture (triple-tap the dot key), arguably easier than Alt Gr + . (depending on the keyboard)

replies(4): >>45072546 #>>45072554 #>>45072667 #>>45072813 #
dragonwriter ◴[] No.45072546[source]
> you can’t make a ?.. or !.. with it

But an ellipsis is separate from and doesn't mmerge with sentence-terminal punctuation, whether its a period or somethig else (when it replaces words at the end of a sentence, the terminal punctuation follows the ellipsis, when at the beginning of a sentence that follows another, the ellipsis follows the punctuation.) The constructs you say can't be formed with it aren't needed.

replies(2): >>45072612 #>>45072725 #
1. Moru ◴[] No.45072725[source]
This is why we only had ascii in the start. You don't need those other characters anyway. (For english...)

Meanwhile there are a lot of languages and cultures. Somewhere all those characters were useful for something. My Atari had a very fun utility that gave you a compose-key that could combine just about everything on the keyboard to access all those weird characters of the extended ascii table. <compose>+ao would give you "a" with a ring on top (å), <compose>+ae gave the danish welded together character that I can't even type any more on windows.

The idea came from some unix thing I believe.

replies(1): >>45072776 #
2. notpushkin ◴[] No.45072776[source]
Good news! Compose key is available in Linux natively, and for Windows there’s WinCompose by Sam Hocevar: https://wincompose.info/
replies(1): >>45073322 #
3. Moru ◴[] No.45073322[source]
Thanks, have tried that one but I just don't write enough and the special characters I need is natively on my keyboard. But it's very nice for those that actually do write other things than code :-)