2.4. Tying It Together#

Now that we have defined social media, ethics, and programming, we will spend the rest of this book tying them together in different ways.

To give one example, let’s look at the experience of people who use social media but can’t view images (they may be blind or low vision, or their device or internet might have restrictions). In order to make the information from the image accessible to these users, social media platforms allow images to be posted with an “alt text”, which the user can read (or have the computer read to them). See Fig. 2.2 below for an example.

a screenshot of a tweet by Kyle Thayer that has a photo. The tweet says: "We realized that some of our puzzles used the same mold, so now we can make combo dolphin / lighthouse puzzles! (Credit to artist Tim Klein who does this and I read about years ago: https://puzzlemontage.crevado.com)." The photo has the text "ALT" in the bottom left corner. The ALT button has been pressed, causing a popup to appear which shows the alt text: "Two circular puzzles one of a lighthouse and one of dolphins, except the pieces of a dolphin are swapped into place above the lighthouse."

Fig. 2.2 A tweet with a photo that has an “alt text” (seen in the popup over the image), so those who cannot see the photo still have access to the information in the tweet.#

Now, people who design and program social media platforms can do things to encourage or discourage users adding alt-text to their photos. For example, they could require or forbid users from adding alt-text to their photos, or they could do more subtle versions of those by putting reminders to add alt-text, or making the option of adding alt-text hard to find. Additionally, they could run a machine learning program to try to automatically generate alt-text for photos, though those programs may make mistakes or have biases.

So what are the ethical questions facing the designers and programmers of social media platforms? Are they responsible for designing their platforms around this accessibility issue, or is it the responsibility of users uploading image data to make their content accessible by using alt-text?

  • Imagine a debate on this question between someone using the Aztec Virtue Ethics framework, and someone using the Natural Rights framework.

  • Now imagine we propose letting the platforms wait and add the ability to include alt-text when users are really ready for it. How might a Taoist and a Consequentialist respond?

Now look back through how those frameworks framed the issues. Remember, each framework is a tool to help us see inside the problem. What does each tool show us? What do you learn from comparing the different approaches?

Note

While we show how these frameworks might argue for different approaches to image alt-text, we don’t want to give the impression that we are neutral about an issue like alt-text. Please provide alt-texts for images and encourage others to do the same! We will talk more about accessibility in chapter 10.

This is a small example of the kind of reflection that we will be returning to again and again throughout the course. As we get more deeply acquainted with the automation side of things, we will be able to use these ethical tools to look deeper into questions of Social Media, Ethics, and Automation.