cosocial.ca is one of the many independent Mastodon servers you can use to participate in the fediverse.
A co-op run social media server for all Canadians. More info at https://blog.cosocial.ca

Server stats:

143
active users

Evan Prodromou

So, I did a little generator that models comparing alphabetical letters and occasionally gets it wrong. It outputs a CSV file showing the supposedly "greater" letter first. Here's a run with the first 5 letters of the alphabet:

A,B
A,C
D,A
A,E
B,C
D,B
B,E
C,D
E,C
D,E

This has about a 30% error rate.