Skip to main content

Shame Machine: an owner’s manual

Friends, I’m writing today to announce that I’m hard at work on a new book, called:

 

Shame Machine

an owner’s manual

 

It’s once again being written with my editor Amanda Cook at the publisher Crown Random House, just like Weapons of Math Destruction. The tentative release date is January 2021, after the next presidential election.

The idea of the book is to understand shame as a social mechanism. When, why, and how do we shame each other? Who profits from shame? Who maintains power or gains power through shame? When is shame valid, and when is it simply mean and cruel? How is shame delivered in the age of big data?

I come to these questions because of the proliferation shame-based interactions and strategies in politics but also interpersonally; from my experience of getting my insurance company to pay for bariatric surgery, to observing people interacting viciously on Twitter, to hearing how teachers were unfairly scored with the value-added model, it seems like shame is the informal glue that holds our system together. So naturally I started nerding out bigtime.

Shame Machine is a culmination of quite a bit of thinking and writing, research and personal development that I’ve been busy with for the last couple of years. Readers of my blog will have noticed that I’ve been posting a lot less, and this is why. Where I tried out a bunch of ideas for Weapons on this blog, and heard back from you guys (thanks again!), this time it’s quite a bit more personal, so I’ve been hesitant to write about it openly while I was still thinking it through. Suffice it to say I’m sure you readers would have had lots of great advice, and hopefully I’ll be able to ask you for thoughts in the future.

Anyway, I’m out of the hibernation/ideas/planning phase and into the writing phase, and it’s both amazing and scary.



from mathbabe http://bit.ly/2t2fzfC
via IFTTT

Comments

Popular posts from this blog

Controlling legend appearance in ggplot2 with override.aes

[This article was first published on Very statisticious on Very statisticious , and kindly contributed to R-bloggers ]. (You can report issue about the content on this page here ) Want to share your content on R-bloggers? click here if you have a blog, or here if you don't. In ggplot2 , aesthetics and their scale_*() functions change both the plot appearance and the plot legend appearance simultaneously. The override.aes argument in guide_legend() allows the user to change only the legend appearance without affecting the rest of the plot. This is useful for making the legend more readable or for creating certain types of combined legends. In this post I’ll first introduce override.aes with a basic example and then go through three additional plotting scenarios to how other instances where override.aes comes in handy. Table of Contents R packages Introducing override.aes Adding a guides() layer Using the guide argument in scale_*() Changing multiple aesthetic par...

Using RStudio and LaTeX

(This article was first published on r – Experimental Behaviour , and kindly contributed to R-bloggers) This post will explain how to integrate RStudio and LaTeX, especially the inclusion of well-formatted tables and nice-looking graphs and figures produced in RStudio and imported to LaTeX. To follow along you will need RStudio, MS Excel and LaTeX. Using tikzdevice to insert R Graphs into LaTeX I am a very visual thinker. If I want to understand a concept I usually and subconsciously try to visualise it. Therefore, more my PhD I tried to transport a lot of empirical insights by means of  visualization . These range from histograms, or violin plots to show distributions, over bargraphs including error bars to compare means, to interaction- or conditional effects of regression models. For quite a while it was very tedious to include such graphs in LaTeX documents. I tried several ways, like saving them as pdf and then including them in LaTeX as pdf, or any other file ...