this post was submitted on 14 Jan 2025
397 points (93.1% liked)

Programmer Humor

32866 readers
1077 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 18 points 21 hours ago* (last edited 21 hours ago) (5 children)

I've been thinking about this now and again. IMO gender, if one insists on tracking it at all (which I mostly find counterproductive), would need to be a vector / tuple of floating-point values. The components would be something like:

  1. Sexual Development Index: Encodes chromosomal sex, genitalia, and other primary sexual characteristics (X/Y chromosome ratio).
  2. Hormonal Balance & Secondary Sexual Characteristics: Combines hormonal levels and the resulting secondary traits (body hair, muscle mass, etc.).
  3. Brain Structure: A dimension indicating how a person's brain structure aligns with typical male or female patterns.
  4. Gender Identity: A measure of self-identified gender, representing the psychological and social dimension.
  5. Fertility/Intersex Traits: A combined measure of fertility potential and the presence of intersex traits (e.g., ambiguous genitalia, mixed gonadal structures, etc.).

Ideally it would track the specific genes that code for all of the above factors, but unfortunately science hasn't got those down yet.

[–] [email protected] 1 points 1 hour ago

In how far does gender change in your hypothetical metric with transition. If I take hormones for example, I would influence this metric.

Another confusing point would be how you try tracking gender, but having a gender identity value inside the metric. How would you even track this gender then?

[–] [email protected] 4 points 17 hours ago (1 children)

A good way would be to create as many variables as possible that map anything relevant, genes, upbringing, sexual and gender expression, etc., and then doing a PCA to reduce the defining vector to as few elements as possible.

[–] [email protected] 4 points 17 hours ago

I like how you think but I'm not sure if that alone will hold water. A variable can vary wildly even though it's not very relevant to the property you're interested in, and PCA would consider such a variable to be very significant. Perhaps a neural network could find a latent space. But ideally we want the components to have some intuitive meaning for humans.

[–] [email protected] 9 points 21 hours ago

Also genes is only half of it. Expression of genes is another, complicated story.

[–] [email protected] 2 points 17 hours ago

These are all measurable except 4

[–] [email protected] 4 points 21 hours ago

Gender Identity, now with linear algebra. Those 3b1b videos are going to be super useful, but not in the way the author intended.