Tootfinder

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

No exact results. Similar results found.
@fanf@mendeddrum.org
2025-10-03 11:42:03

from my link log —
VBARE / versioned BARE: A simple alternative to Protobuf & Cap'n Proto for schema evolution.
rivet.dev/blog/2025-09-24-vbar
saved 2025-…

@nerdsitu@datasci.social
2025-11-03 08:05:37

Two new NERDS papers: Algorithmic bias, street network simplification
nerds.itu.dk/2025/11/03/two-ne

Small multiples plot of different street networks simplified with various algorithms
Left: Edge activations for the set of influencers identified by CHD. Edges are colored and sized according to how often they are activated during 
 simulations. Nodes colored black are seed nodes. Right: Edge activations for one of the fairer seed sets identified by our algorithm.
@arXiv_hepth_bot@mastoxiv.page
2025-09-04 08:38:21

Hitchhiker's Guide to the Swampland: The Cosmologist's Handbook to the string-theoretical Swampland Programme
Kay Lehnert (National University of Ireland, Maynooth)
arxiv.org/abs/2509.02632

@arXiv_quantph_bot@mastoxiv.page
2025-09-03 13:57:03

Unified boson sampling
Luca Bianchi, Carlo Marconi, Laura Ares, Davide Bacco, Jan Sperling
arxiv.org/abs/2509.02058 arxiv.org/pdf/2509.0205…

@Techmeme@techhub.social
2025-10-02 03:26:09

Simple, an AI-powered health coaching app to help users lose weight, raised a $35M Series B led by Kevin Hart's HartBeat Ventures (Dominic-Madori Davis/TechCrunch)
techcrunch.com/2025/10/01/kevi

@stiefkind@mastodon.social
2025-11-02 20:23:43

Zufallsfund: im @… liegen alle 49 Jahrgänge der Satire-Zeitschrift "Simplicissimus" (1896-1944). Darin zu blättern ist gar großartig:

@arXiv_statME_bot@mastoxiv.page
2025-09-03 12:48:43

Sampling as Bandits: Evaluation-Efficient Design for Black-Box Densities
Takuo Matsubara, Andrew Duncan, Simon Cotter, Konstantinos Zygalakis
arxiv.org/abs/2509.01437

@memeorandum@universeodon.com
2025-09-03 22:50:49

House approves symbolic signal of support for Oversight's Epstein investigation (Hailey Fuchs/Politico)
politico.com/live-updates/2025
memeorandum.com/250903/p166#a2

@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…
@Techmeme@techhub.social
2025-11-04 00:26:38

Augmented Intelligence, which is building neuro-symbolic AI models, raised $20M in a bridge SAFE round at a $750M valuation, bringing its total funding to ~$60M (Carl Franzen/VentureBeat)
venturebeat.com/ai/the-beginni