---
title: 'Introducing thoughtbot.social: Our Social Media Space on Mastodon'
teaser: 'thoughtbot is now on Mastodon!

  '
tags: mastodon,devops,social media
author:
- Victoria Guido
- Christopher Kuttruff
- Mina Slater
published_on: 2022-12-30
---

thoughtbot is now on Mastodon! More than that, we have created [thoughtbot.social](https://thoughtbot.social/public/local), a Mastodon instance where our team members and their followers can establish a social media presence in a safe and supportive environment.

This started out as most things at thoughtbot do: an open issue on our handbook. Given the disturbing direction of Twitter and its new CEO, we wanted to discuss how we would like to approach our social media presence going forward. Our goal was to create a professional network in line with [our values around DEI](https://thoughtbot.com/blog/dei-speaking-up-about-our-values) that embraces our expertise in Ruby on Rails and cloud infrastructure. We see Mastodon and the federated software in this space as the future of social media at thoughtbot (and in general).

## Aligned with our values

[Mastodon](https://joinmastodon.org/) seemed an obvious choice since it is mature, actively developed, has powerful [privacy / moderation features](https://www.wired.com/story/mastodon-features-that-twitter-should-steal-but-wont/), and is written in Rails (a framework where we are well-equipped to customize things and make contributions to the community); in fact, thoughtbot has [already made](https://github.com/mastodon/mastodon/pulls?q=is%3Apr+author%3Amjankowski) some [significant contributions](https://github.com/mastodon/mastodon/pulls?q=is%3Apr+is%3Aclosed+author%3Acpytel) to the core code base.

Mastodon is an open-source, decentralized social media tool that was established in 2016 as a direct response to Twitter's failings (long before the latest [suspensions](https://theintercept.com/2022/12/20/elon-musk-twitter-banned-journalists/), [security incidents](https://www.bleepingcomputer.com/news/security/hacker-claims-to-be-selling-twitter-data-of-400-million-users/), and other [concerning moderation decisions](https://www.vice.com/en/article/n7zm9q/elon-musk-twitter-nazis-white-supremacy)).

While every piece of software has its problems (especially in the realm of social media), Mastodon empowers admins and moderators to create spaces with clear codes of conduct and advanced tools for maintaining them. This offers an alternative to these decisions being made by massive corporations with concerning track-records around privacy and human rights.

### Open-Source, Open Standards

Mastodon is just one part of a broader federated network (charmingly referred to as ["the fediverse"](https://en.wikipedia.org/wiki/Fediverse)) - a portmanteau describing the universe of federated software that interact nicely together via protocols like [ActivityPub](https://en.wikipedia.org/wiki/Fediverse). This opens up engagement with other federated tools like [Pixelfed](https://pixelfed.org/), [Misskey](https://join.misskey.page/), [PeerTube](https://joinpeertube.org/), [Pleroma](https://pleroma.social/), [Plume](https://joinplu.me/), [WriteFreely](https://writefreely.org/), and many others.

An interesting aspect of federation is that Mastodon has a few [different timelines](https://techcrunch.com/2022/11/08/what-is-mastodon/#:~:text=What's%20the%20difference%20between%20the,people%20in%20your%20server%20follow.); you can view posts from people you follow, those of your local instance, and that of the broader fediverse. This allows folks to foster communities that focus on particular interests (art, programming, community organizing, writing, etc), but still be able to interact with a much larger network.

### Safety and moderation tools

As part of our commitment to DEI, we want to reduce harm and create inclusive spaces on our social networks. Mastodon's safety and moderation tools include the ability to make private posts, lock accounts, filter phrases, mute and block individuals (and entire instances), and a code of conduct violation reporting and moderation system.

We prioritized adding our [code of conduct](https://github.com/thoughtbot/thoughtbot.social/blob/main/CODE_OF_CONDUCT.md) based on the [Contributor Covenant](http://contributor-covenant.org/version/1/4). We [asked the community](https://thoughtbot.social/@chris/109513492310416280) for blocklist recommendations to build a foundation, and we [contributed some tooling](https://github.com/mastodon/mastodon/pull/20597) to help with the sharing of such lists.

## Some Tips for Transitioning away from Twitter

As powerful as federated social media can be, it can certainly be a bit confusing when getting started. Some really helpful [guides](https://github.com/joyeusenoelle/GuideToMastodon/) exist to ease this process. But a few tips we'd like to share:

* Take time to find an instance that focuses on your interests and values
  - The moderation policies and focus of particular servers matter a lot when finding a good home base on the fediverse
* JoinMastodon has a nice rundown of [servers](https://joinmastodon.org/servers) where you can sign up; but don't be shy about migrating elsewhere later if you find a better spot once you get acquainted
  - Some tech focused instances in our orbit include: [ruby.social](https://ruby.social) (we are actually a sponsor of this instance), [hachyderm.io](https://hachyderm.io), [infosec.exchange](https://infosec.exchange/), etc
* Read the code of conduct / policies on any prospective instance carefully
  - these live at [/about](https://thoughtbot.social/about) of the instance domain in question
* If you're tech savvy and considering starting your own instance, consider the following:
  - It takes time to build up federation to see more content
    * this involves following / interacting with other accounts and servers
  - If you are considering open registrations or even inviting others, administration and moderation are a lot of work
    * It's very worth reading up on others' experiences with this
* Consider what UI you want to use and its particular features and limitations
  - There are apps like Tusky, Fedilab, Toot!, etc, but for Mastodon, we've found that the official browser version (available via desktop and mobile progressive web app) tend to be a lot smoother than android/iOS apps in various respects
* Once you create an account, take time to fill out bio, avatar, background pic, etc before interracting with other accounts
  - To avoid spam and trolls, many fediverse users will not engage with (and may even block) users with blank profiles
* [PascalCase](https://www.theserverside.com/answer/Pascal-case-vs-camel-case-Whats-the-difference) your hashtags for [accessibility](https://www.videotovoice.com/audio-description-matters/camel-case/) (makes a huge difference with screen readers used by blind folks)
* On this note, always include image descriptions where possible!
  - Those using a screen reader encountering images without descriptions cannot access that content
  - The fediverse has historically been much better than sites like Twitter, Facebook, Instagram, etc about prioritizing accessibility here; we want to continue on that path
* Consider tools like [debirdify](https://github.com/pruvisto/debirdify) to find familiar folks from Twitter

## What's Next

We are just getting started on our Mastodon journey, but as we continue to use the platform we will be sure to share our experiences. Consider stopping by [thoughtbot.social](https://thoughtbot.social/@thoughtbot) to say hey and give us a follow; we look forward to seeing y'all out there!
