econtwitter.net is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance for Economists.

Administered by:

Server stats:

150
active users

interfluidity

a thing i didn't know, but now do (thanks to !), is that you can fetch an unmerged pull request from github like git fetch origin pull/2752/head (where '2752' is github's identifier for the pull request), and then checkout or even merge FETCH_HEAD to play with it.