I’ve asked Byers to clarify, but as I read this tweet, it seems that Bret Stephens included an unredacted use of the n-word in his column this week to make a point, and the column got spiked—maybe as a result?

Four times. The column used the n-word (in the context of a quote) four times. https://t.co/14vPhQZktB https://t.co/hcDXh5zMZc
For context: In 2019, a Times reporter was reprimanded for several incidents of racial insensitivity on a trip with high school students, including one in which he used the n-word in a discussion of racial slurs.
That incident became public late last month, and late last week, after 150 Times employees complained about how it had been handled, the reporter in question resigned. https://t.co/3S8MFvrMcN
In the course of all that, the Times' executive editor said that the paper does not "tolerate racist language regardless of intent.” This was the quote that Bret Stephens was pushing back against in his column. (Which, again, was deep-sixed by the paper.)
Stephens and folks like him tend to lean heavily on something called the "use-mention distinction," which is the principle that using a word yourself isn't the same as quoting someone else using it.
I find that distinction a useful one myself, but here's the thing that folks like Bret need to remember: IT'S NOT A MAGIC WAND.
There was no need for Stephens to use the n-word in his column (four times!). It didn't clarify anything, eliminate any ambiguity about his referent or intent.
It was gratuitous. And the gratuitous use of racial slurs is vile. To put it another way, the gratuitous use of racial slurs is USE. Not "mention," use.
The Times published the Atwater quote unredacted as recently as a year and a half ago, in a Krugman column. The difference? The quote was actually relevant to that column, which was about GOP racism. https://t.co/GtmqsztlBJ
Also, just to reiterate: The reporter at the center of the original scandal, Donald McNeil, WAS NOT FIRED. He was reprimanded privately, and quit when the story became public.
Would Don McNeil have been fired if he hadn't quit? We don't know. Why don't we know? BECAUSE HE QUIT.
I really hate it when people claim that folks who were criticized for doing or saying obnoxious things got fired in situations in which those people did not in fact get fired.
BTW, I should have used the word "uttered" rather than "used" in this tweet, given the discussion of the use/mention distinction later in the thread. The context of the utterance is a matter of some ambiguity. https://t.co/9pTh0S7JJu
This is really well said, and it reflects the evolution of my own views on the topic. https://t.co/fMhUZlzsT3

More from For later read

You May Also Like

Nano Course On Python For Trading
==========================
Module 1

Python makes it very easy to analyze and visualize time series data when you’re a beginner. It's easier when you don't have to install python on your PC (that's why it's a nano course, you'll learn python...

... on the go). You will not be required to install python in your PC but you will be using an amazing python editor, Google Colab Visit
https://t.co/EZt0agsdlV

This course is for anyone out there who is confused, frustrated, and just wants this python/finance thing to work!

In Module 1 of this Nano course, we will learn about :

# Using Google Colab
# Importing libraries
# Making a Random Time Series of Black Field Research Stock (fictional)

# Using Google Colab

Intro link is here on YT: https://t.co/MqMSDBaQri

Create a new Notebook at https://t.co/EZt0agsdlV and name it AnythingOfYourChoice.ipynb

You got your notebook ready and now the game is on!
You can add code in these cells and add as many cells as you want

# Importing Libraries

Imports are pretty standard, with a few exceptions.
For the most part, you can import your libraries by running the import.
Type this in the first cell you see. You need not worry about what each of these does, we will understand it later.