@VegOwOtenks@lemmy.world
member since 9 May 2024 21:18
comments
- on gender math [gay calculator] in c/onehundredninetysix@lemmy.blahaj.zone · 1d ago
-
on gender math [gay calculator] in c/onehundredninetysix@lemmy.blahaj.zone · 1d ago
I don’t think [0 1 1] is allowed, since the sum of the components is supposed to be one. Also why would transbian be [1 0 0] (male) times [0 1 1] (female + n)?
- on there's mostly only two relentless hardships in programming: networking issues, naming things, and off by one errors. in c/programmer_humor@programming.dev · 14 Sep 2026
-
on there's mostly only two relentless hardships in programming: networking issues, naming things, and off by one errors. in c/programmer_humor@programming.dev · 14 Sep 2026
Networking Issues is probably Cache Invalidation in Disguise.
I don’t really understand your first point.
n can be determined according to this equation:
f + n + m = 1, and all the values are bounded by[0; 1]additionally.The cross product gives you the orthogonal vector, this is why they take the absolute value of it.