mastodon.zunda.ninja is one of the many independent Mastodon servers you can use to participate in the fediverse.
Zundon is a single user instance as home of @zundan as well as a test bed for changes of the code.

Administered by:

Server stats:

1
active users

gitのコミットの著者のメールアドレスのドメイン数えるの楽しそうね、って弊Mastodonのブランチで数えてみたよ。やっぱり@gmail.comが多いみたい。@github.comはGitHubのスタッフの方なのかな。

$ git log --pretty=%ae | sort -u | cut -d@ -f2 | sort | uniq -c | sort -nr | head
335 gmail.com
263 users.noreply.github.com
11 protonmail.com
7 me.com
5 yahoo.co.jp
4 thoughtbot.com
4 outlook.com
4 icloud.com
4 github.com
3 pm.me

@zundan GitHub の WebUI から編集したりて commit すると noreply@github.com になるとかそういうのがあるはず

zunda

@orumin ざっと見た感じ、WebUIからの編集は@users.noreply.github.comに含まれてる感じでした

$ git log --pretty=%ae | grep ^zunda | sort -u
zunda@users.noreply.github.com
zundan@gmail.com