Cheating on Quantum Computing Benchmarks (schneier.com)
2 points by decimalenough 12m ago 0 comments
Photographs of Auto Polo (ca. 1912) (publicdomainreview.org)
1 points by bookofjoe 1h ago 0 comments
Superfunctions: Solve the "Color" Problem of Python
4 Bogdanp 1 7/23/2025, 4:22:38 PM github.com ↗
Note that the most common use case for this is an API client where you are writing a large number of methods that look like
and the right answer is to treat this as a template which has two transform_X slots and code generate the sync and async versions, you then generate sync and async client classes and just make the class you want to use once and use it without any more ceremony. If superfunctions was the cure I'd rather have the disease.