Y
Hacker News
new
|
ask
|
show
|
jobs
by
KMnO4
1896 days ago
I’m sure the algorithm isn’t checking “if (person.sex == male) { show_car_jobs(); }”,
But rather “if (person.likes_cars) { show_car_jobs(); }”.
2 comments
anoncake
1896 days ago
The question is it it's checking "if(person.sex != male) { person.likes_cars = false }".
link
psychometry
1896 days ago
Clearly, but you're entirely missing the point.
link