Ha! The Discord GDPR/Data Export thing reveals that it's running models to figure out what gender you are. If you go to /activity/analytics/events-*.json and grep for predicted_gender you get something like:
{
"user_id": "282657081457115136",
"predicted_gender": "male",
"probability": 0.8413839340209961,
"prob_male": 0.8413839340209961,
"prob_female": 0.11650349199771881,
"prob_non_binary_gender_expansive": 0.04211260750889778,
"model_version": "2024-05-08T00:00:00.000000Z",
"day_pt": "2024-05-15 00:00:00 UTC"
}</pre>Anyway, they seem to have this datapoint _over time_! Meaning you can make a graph of how male/female/NB you are according to discord, here is mine:
@benjojo Huh. I just got my data packet and it doesn't have a `/activity/analytics/` directory. It has the parent `activity` and under that there *are* two subdirectories (reporting and tns) each with a json file, but grepping for gender yields nothing.
I wonder if they are hiding this from users since it got out now ...
@ColetteDiskette no you probably have disabled some of the data collection