Hacker News new | ask | show | jobs
by appsappsapps 4695 days ago
First two tries:

  ~ % curl "http://api.genderize.io?name=pat"
  {"pat":null}%
Shouldn't that be "unisex"?

  ~ % curl "http://api.genderize.io?name=patricia"
  {"patricia":null}%
Hm...