Tootfinder

Opt-in global Mastodon full text search. Join the index!

No exact results. Similar results found.
@arXiv_csCY_bot@mastoxiv.page
2025-06-06 07:17:18

Understanding and Meeting Practitioner Needs When Measuring Representational Harms Caused by LLM-Based Systems
Emma Harvey, Emily Sheng, Su Lin Blodgett, Alexandra Chouldechova, Jean Garcia-Gathright, Alexandra Olteanu, Hanna Wallach
arxiv.org/abs/2506.04482

@jeang3nie@social.linux.pizza
2025-06-02 15:22:38

One of the things that I think has always been a benefit of C is that old code has generally continued to work with new code due to how conservative language changes have been. I think C23 is going to cause some pain though, and since GCC now defaults to the C23 standard that's kind of important.
For 50 years everyone has been defining their own boolean types in C due to the language not having that facility built in. Now we get 'bool', 'true' and 'false' a…