Tootfinder

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

No exact results. Similar results found.
@arXiv_statML_bot@mastoxiv.page
2025-10-02 09:02:31

Guaranteed Noisy CP Tensor Recovery via Riemannian Optimization on the Segre Manifold
Ke Xu, Yuefeng Han
arxiv.org/abs/2510.00569 arxiv.org…

@arXiv_csLG_bot@mastoxiv.page
2025-10-02 11:07:01

Riemannian Consistency Model
Chaoran Cheng, Yusong Wang, Yuxin Chen, Xiangxin Zhou, Nanning Zheng, Ge Liu
arxiv.org/abs/2510.00983 arxiv.or…

@NFL@darktundra.xyz
2025-10-03 11:41:43

Dolphins vs. Panthers in Week 5 among top 10 remaining games most likely to impact 2026 NFL Draft order

cbssports.com/nfl/draft/news/d

@markhburton@mstdn.social
2025-10-03 09:05:27

The #GazaGenocide continues.
"The Israeli military has dismantled an entire humanitarian flotilla seeking to break its siege on war-ravaged Gaza, arresting hundreds of activists from dozens of vessels."
Last remaining boat in Gaza humanitarian flotilla intercepted by Israel | Israel-Palestine conflict News | Al Jazeera

@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…
@benb@osintua.eu
2025-08-31 20:08:18

Ukrainian forces mopping up remaining Russian infantry groups near Dobropillya, military official says: benborges.xyz/2025/08/31/ukrai

@Techmeme@techhub.social
2025-10-03 21:25:59

Gov. Gavin Newsom signs a bill that gives ride-hailing drivers in California the right to unionize while remaining classified as independent contractors (Associated Press)
apnews.com/article/lyft-uber-r

@raiders@darktundra.xyz
2025-09-01 14:05:14

‘It’s family’: Last remaining Oakland Raiders carry deep bond reviewjournal.com/sports/raide

@memeorandum@universeodon.com
2025-10-04 00:11:10

Hamas agrees to release remaining hostages dead or alive as part of Trump deal (Ross O'Keefe/Washington Examiner)
washingtonexaminer.com/policy/
memeorandum.com/251003/p131#a2

@aral@mastodon.ar.al
2025-09-02 14:55:29

“Belgium to recognize Palestine, sanction Israel”
politico.eu/article/belgium-to
But still “only … if Hamas releases all remaining Israeli hostages kidnapped in the Oct. 7, 2023 attack and the m…