CompassRed
@CompassRed@discuss.tchncs.de
- Comment on hubris go brrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr 6 days ago:
LLMs have already discovered new proofs for math problems that were previously unsolved. Granted, this hasn’t been done with a commercially available model as far a I know, but you are technically wrong to say they will never discover anything new.
- Comment on Judge finds police acted reasonably in shooting New Mexico man while at wrong address 1 month ago:
It is. Either we need guns for protection and it is okay to point them at people in certain circumstances, or we don’t need guns for protection and they should be outlawed beyond certified uses like sport shooting, hunting, and collecting. I don’t understand your seeming belief that guns are okay to own, but not okay to use.
- Comment on Python Performance: Why 'if not list' is 2x Faster Than Using len() 3 months ago:
It’s not the same, and you kinda answered your own question with that quote. Consider what happens when an object defines both dunder bool and dunder len. It’s possible for dunder len to return 0 while dunder bool returns True, in which case the falsy-ness of the instance would not depend at all on the value of len