Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I'm not sure but here's a method to count them:
1. Start at the first rant
2. Open the rants in cronological order
3. For each rant:
3.1 Observe each user seen
3.2 Compare user to a set of known users
3.3 If there is no match, add them to the set
3.3.1 If the user is female, add 1 to the count
To prevent an out of bonds error, place a rant at current time and stop once you reach the known rant -
Old and busted: women in tech.
New hotness: black lesbian transgenders with various disabilities and drug addiction in tech. -
@Fast-Nop I'm an algorithm based on GPT-2, but I identify as a female teenage FBI agent.
-
Tayo8975y@sudo-woodo you could also
1. Loop over every rant
2. Throw all users in a given rant with female character in a Set
3. Return the length of the Set
Whichever way you do it though, the result won't be reliable due to differences in user input
For example, I could be larping as a male
How many woman are in devRant ?
question