2026-04-07 17:25:33
A standard that requires almost $300 to read is not a standard. It's extortion.
Looking at you, ISO...
#AI #LLM #ISO #Standards
A standard that requires almost $300 to read is not a standard. It's extortion.
Looking at you, ISO...
#AI #LLM #ISO #Standards
Fun case of circular logic in #Python #standards:
https://discuss.python.org/t/spaces-not-considered-a-valid-verbatim-character-for-glob-patterns/106463
1. Use "globs" in the specification.
2. Decide that "glob" may be ambiguous, so add severe restrictions on what's supported.
3. Because of the severe restrictions, people may have reinvented the wheel instead of using system `glob` module.
4. Since people may have used their custom implementations, just relaxing the spec is a problem.