←back to thread

59 points anishathalye | 1 comments | | HN request time: 0s | source
Show context
Y_Y ◴[] No.45250210[source]

  >>> await sort(presidents, by="right-leaning")
  ['Jimmy Carter', 'Bill Clinton', 'George H. W. Bush', 'Ronald Reagan']
Is this supposed to be impressive? GIGO, if you want to vibe-classify your data then go right ahead, but I hope nobody serious relies on it.
replies(3): >>45250378 #>>45250441 #>>45251590 #
1. rekwah ◴[] No.45251590[source]
Asc vs Desc sort order doing a lot of lifting here.