Tootfinder

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

@arXiv_qbioQM_bot@mastoxiv.page
2025-08-15 08:46:02

Estimating carbon pools in the shelf sea environment: reanalysis or model-informed machine learning?
Jozef Skakala
arxiv.org/abs/2508.10178

@arXiv_mathOC_bot@mastoxiv.page
2025-09-17 09:48:40

Trust Region Algorithm for Stochastic Minimax Problems with Decision-Dependent Distributions
Yan Gao, Yongchao Liu, Zili Luo
arxiv.org/abs/2509.12868

@datascience@genomic.social
2025-09-01 10:00:01

Customize what happens when you start R: #rstats #environment

@arXiv_mathPR_bot@mastoxiv.page
2025-09-05 08:22:31

Natural Latents: Latent Variables Stable Across Ontologies
John Wentworth, David Lorell
arxiv.org/abs/2509.03780 arxiv.org/pdf/2509.03780…

@arXiv_csLO_bot@mastoxiv.page
2025-08-04 09:25:20

Parameterized Infinite-State Reactive Synthesis
Benedikt Maderbacher, Roderick Bloem
arxiv.org/abs/2508.00613 arxiv.org/pdf/2508.00613

@arXiv_csRO_bot@mastoxiv.page
2025-09-10 09:54:41

Text2Touch: Tactile In-Hand Manipulation with LLM-Designed Reward Functions
Harrison Field, Max Yang, Yijiong Lin, Efi Psomopoulou, David Barton, Nathan F. Lepora
arxiv.org/abs/2509.07445

@arXiv_csDC_bot@mastoxiv.page
2025-07-08 09:22:10

Static Analysis for Detecting Transaction Conflicts in Ethereum Smart Contracts
Zareh Chahoki Atefeh, Roveri Marco
arxiv.org/abs/2507.04357

@arXiv_csNE_bot@mastoxiv.page
2025-07-02 07:40:09

High-resolution spatial memory requires grid-cell-like neural codes
Madison Cotteret, Christopher J. Kymn, Hugh Greatorex, Martin Ziegler, Elisabetta Chicca, Friedrich T. Sommer
arxiv.org/abs/2507.00598

@arXiv_csPL_bot@mastoxiv.page
2025-07-22 09:20:50

Closure Conversion, Flat Environments, and the Complexity of Abstract Machines
Beniamino Accattoli (Inria & LIX, \'Ecole Polytechnique), Dan Ghica (Huawei Central Software Institute, University of Birmingham), Giulio Guerrieri (University of Sussex), Cl\'audio Belo Louren\c{c}o (Huawei Central Software Institute), Claudio Sacerdoti Coen (Universit\`a di Bologna)

@arXiv_csLO_bot@mastoxiv.page
2025-08-26 09:43:36

First-Order LTLf Synthesis with Lookback (Extended Version)
Sarah Winkler
arxiv.org/abs/2508.18149 arxiv.org/pdf/2508.18149

@bmariusz@techhub.social
2025-06-24 21:37:59

Day 12
Implemented password reset functionality using JWT:
/auth/remind-password generates a short-lived token and sends it via email
/auth/reset-password verifies the token and updates the password using bcrypt
Validation handled with class-validator.
Endpoints documented with Swagger.
Token secret and base URL configured via environment variables.