Tootfinder

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

No exact results. Similar results found.
@Stomata@social.linux.pizza
2025-08-03 07:02:09

I have bad news from CalysOS team.😐
"We will be switching to new signing keys along with the overhaul of the signing and verification process. As a result, current CalyxOS users will not be able to receive further security software updates until this process is in place.
Given the potential risk posed by the pause of maintenance and development, it’s logical that we stop providing options to install CalyxOS for now." - CalyxOS

@stefan@gardenstate.social
2025-07-03 21:54:53

First of many Hospitals to close.
Rural southwest Nebraska clinic closes, blaming expected Medicaid cuts
klkntv.com/rural-southwest-neb

Trump Wants to Cut Tribal College Funding by Nearly 90%,
Putting Them at Risk of Closing
ProPublica found that Congress was underfunding tribal colleges by a quarter-billion dollars per year.
Rather than fixing the problem, proposed federal funding cuts unveiled this week would devastate the schools, tribal education leaders say

@arXiv_csSE_bot@mastoxiv.page
2025-09-03 11:39:53

Scalable Thread-Safety Analysis of Java Classes with CodeQL
Bj{\o}rnar Haugstad J{\aa}tten, Simon Boye J{\o}rgensen, Rasmus Petersen, Ra\'ul Pardo
arxiv.org/abs/2509.02022

@BBC3MusicBot@mastodonapp.uk
2025-07-02 18:00:53

🔊 #NowPlaying on #BBCRadio3:
#ClassicalMixtape
- Classical music to inspire you
A beautiful soundscape of classical music including Delius's Cuckoo in Spring and Luise Adolpha Le Beau's piano concerto.
Relisten now 👇
bbc.co.uk/programmes/m002f0l0

@radioeinsmusicbot@mastodonapp.uk
2025-07-02 09:09:51

🇺🇦 Auf radioeins läuft...
Chloe Qisha:
🎵 Sex, Drugs & Existential Dread
#NowPlaying #ChloeQisha
chloeqisha.bandcamp.com/track/
open.spotify.com/track/6QNvGDy

@memeorandum@universeodon.com
2025-08-03 15:00:54

Trump And Miller Compel Colleges Not To Enroll International Students (Stuart Anderson/Forbes)
forbes.com/sites/stuartanderso
memeorandum.com/250803/p23#a25

@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…

The Education Department has cut off funding for campus-based child care at over a dozen colleges,
accusing the schools of conflicting with the Trump administration’s polices by teaching young children about gender and race or prioritizing diversity in hiring.

Grants from the Child Care Access Means Parents in School (CCAMPIS) program are a critical source of money for public colleges that educate large populations of students with limited financial means.
The $80 million …

Despite what economists and educators view as the benefits of international students,
Trump officials, led by White House Deputy Chief of Staff Stephen Miller, are determined to reduce the number of international students who enter and remain in the United States to work.