Tootfinder

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

@arXiv_csSE_bot@mastoxiv.page
2025-10-14 08:07:37

Agentic Property-Based Testing: Finding Bugs Across the Python Ecosystem
Muhammad Maaz, Liam DeVoe, Zac Hatfield-Dodds, Nicholas Carlini
arxiv.org/abs/2510.09907

@arXiv_mathCA_bot@mastoxiv.page
2025-10-14 10:17:58

Inequalities, identities, and bounds for divided differences of the exponential function
Qiulin Zeng, Nicholas Ezzell, Arman Babakhani, Itay Hen, Lev Barash
arxiv.org/abs/2510.10724

@arXiv_eessSY_bot@mastoxiv.page
2025-10-14 08:51:18

Designing Control Barrier Functions Using a Dynamic Backup Policy
Victor Freire, Marco M. Nicotra
arxiv.org/abs/2510.09810 arxiv.org/pdf/25…

@stf@chaos.social
2025-12-15 14:33:30

just released liboprf-0.9.3
liboprf is a library implementing the OPRF from rfc-editor.org/rfc/rfc9497.html and in addition it also provides a threshold variant (tOPRF) and a distributed key generation (DKG) protocol for the tOPRF shared secret, as well as a key update protocol fo…

@arXiv_csIT_bot@mastoxiv.page
2025-10-15 07:54:01

Phase Transitions of the Additive Uniform Noise Channel with Peak Amplitude and Cost Constraint
Jonas Stapmanns, Catarina Dias, Luke Eilers, Tobias K\"uhn, Jean-Pascal Pfister
arxiv.org/abs/2510.12427

@pre@boing.world
2025-10-23 13:12:48

Spent half a day adding error checking for errors that can't really happen anyway on the advice of a robot.
Now, instead of crashing with an error message if the input data is impossibly broken, the function instead checks if the error exists, and if so quits with an error code and a slightly different error message.
This is better code apparently. I guess when it's longer there's more to read so it's more readable.