←back to thread

358 points tkgally | 2 comments | | HN request time: 0.001s | 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
rcarmo ◴[] No.45072530[source]
This is kind of pointless given that iOS’s autocorrect has been adding em dashes, ellipsis and smart quotes to comments since… forever.

(Like now)

It’s become a weird kind of witch hunting regarding blogs, too, and I have a 20+ year old site that renders all of its content using Markdown extensions that do the same (and that also convert dual hyphens to em dashes—something I’ve been typing for about as long).

replies(4): >>45072957 #>>45073099 #>>45073255 #>>45074249 #
1. chubot ◴[] No.45074249[source]
Yeah exactly, I use em dashes, and somewhat expected to be on the leaderboard :-) But I type them as two hyphens --

On my desktop, the two hyphens remain literal. But on iOS, it turns into an em dash I think. Although it seems like I get the smart quotes more often than the em dash

replies(1): >>45075835 #
2. DamnInteresting ◴[] No.45075835[source]
Something like 16 years ago I added a custom filter to my WordPress functions.php to convert "--" to a proper emdash in the output. If I had a nickle for every emdash in my back catalog I could finally buy that detached backyard office I've always wanted.