Tootfinder

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

No exact results. Similar results found.

Trump is recklessly shredding our economic advantages in the global economy.
Companies that are looking to make investments shouldn’t have to worry if Trump has cooked the books on economic data--but that’s exactly what’s happening following his decision.
-- Katie Porter

@arXiv_csAI_bot@mastoxiv.page
2025-07-11 08:59:31

DrugMCTS: a drug repurposing framework combining multi-agent, RAG and Monte Carlo Tree Search
Zerui Yang, Yuwei Wan, Yinqiao Li, Yudai Matsuda, Tong Xie, Linqi Song
arxiv.org/abs/2507.07426

@arXiv_csLG_bot@mastoxiv.page
2025-09-10 10:34:51

Water Demand Forecasting of District Metered Areas through Learned Consumer Representations
Adithya Ramachandran, Thorkil Flensmark B. Neergaard, Tom\'as Arias-Vergara, Andreas Maier, Siming Bayer
arxiv.org/abs/2509.07515

@arXiv_csCV_bot@mastoxiv.page
2025-09-09 12:31:12

Interleaving Reasoning for Better Text-to-Image Generation
Wenxuan Huang, Shuang Chen, Zheyong Xie, Shaosheng Cao, Shixiang Tang, Yufan Shen, Qingyu Yin, Wenbo Hu, Xiaoman Wang, Yuntian Tang, Junbo Qiao, Yue Guo, Yao Hu, Zhenfei Yin, Philip Torr, Yu Cheng, Wanli Ouyang, Shaohui Lin
arxiv.org/abs/2509.06945

@arXiv_csDS_bot@mastoxiv.page
2025-08-11 08:34:59

On the Parallel Complexity of Identifying Groups and Quasigroups via Decompositions
Dan Johnson, Michael Levet, Petr Vojt\v{e}chovsk\'y, Brett Widholm
arxiv.org/abs/2508.06478

@arXiv_condmatmtrlsci_bot@mastoxiv.page
2025-07-10 08:41:11

Origin of persistent photoconductivity in surface conducting hydrogenated diamond films
N. Mohasin Sulthana, K. Ganesan, P. K. Ajikumar
arxiv.org/abs/2507.06559

@arXiv_physicsfludyn_bot@mastoxiv.page
2025-07-10 08:48:21

Probabilistic thresholds of turbulence decay in transitional shear flows
Daniel Mor\'on, Alberto Vela-Mart\'in, Marc Avila
arxiv.org/abs/2507.06918

@aral@mastodon.ar.al
2025-09-03 10:53:54

I haven’t added an example of how you implement migrations with Kitten’s¹ built-in JSDB database² yet but here’s one that I just used when renaming a field (property) in a table (JavaScript object) from “account” to “data” that illustrates the general granular approach you should take within persisted instances of JavaScript classes.
This is, of course, an advanced use case of the built-in JavaScript database that all Kitten apps have.
Kitten is simple for simple use cases. So ch…

Screenshot of code (detail) in Helix Editor on macOS, showing the source for app_modules/database/database.js. The following code is highlighted with a pink border:

initialise () {
    // Migration.
    if (this.account !== undefined) {
      this.data = this.account
      delete this.account
    }
  }

Full listing

texport class VerifiedAccount extends Model {
  url = this.url || ''
  /**
    This is the object returned from the accounts/lookup
    method of the Mastodon API.

    …
Screenshot of code for app_modules/database/Model.js.

The following code is highlighted with a pink border:

  /**
    Optional hook: override this to perform initialisation
    at constructor time. (Do not override the constructor
    or the automatic property assignment will fail.)
  */
  initialise () {}

Full code listing:

/**
  Base model class.

  (To use, extend this with your own model classes.)

  When adding properties in subclasses, make sure you
  only set values after checking if…
@seeingwithsound@mas.to
2025-09-08 14:38:51

A Neuralink Blindsight brain implant to restore vision to people born blind? Unfounded nonsense! Tech savvy congenitally blind people know: there are non-invasive alternatives nimerblogs.blogspot.com/2025/0

Nimer's blog background image with flying birds.
@arXiv_csCR_bot@mastoxiv.page
2025-07-09 10:02:32

Taming Data Challenges in ML-based Security Tasks: Lessons from Integrating Generative AI
Shravya Kanchi, Neal Mangaokar, Aravind Cheruvu, Sifat Muhammad Abdullah, Shirin Nilizadeh, Atul Prakash, Bimal Viswanath
arxiv.org/abs/2507.06092