Tootfinder

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

No exact results. Similar results found.

The public deserves better than this mealy-mouthed nonsense.
They deserve reporters who can recognize when they’re witnessing something extraordinary and have the courage to say so clearly.
They deserve news organizations that understand the difference between false balance and actual journalism.

@metacurity@infosec.exchange
2025-10-02 08:48:36

cnn.com/2025/10/02/uk/nursery-
Nursery hackers delete children’s data following backlash, UK media reports

@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…
@chris@mstdn.chrisalemany.ca
2025-11-02 15:36:42

Still feeling a little depressed and down about the #bluejays loss.
I think the worst part is they had so many chances to win it. They came so close so many times in so many different ways.
But this will all fade eventually. They are a wonderful team full of excellent players. I hope they can keep the core together and improve next year. Maybe we will have another shot.
#worldseries

@Dragofix@veganism.social
2025-10-02 00:12:27

As Amazon's 'flying rivers' weaken with tree loss, scientists warn of worsening droughts #Amazon

@holger_moller@bildung.social
2025-10-03 19:38:09

Vieles ist schlecht gelaufen in den letzten 35 Jahren. Die Folgen spüren wir jetzt. Und dennoch war und bleibt der 9. November 1989 ein magischer Moment.
Ich habe damals in #Flensburg gelebt und die Ereignisse von dort aus mitbekommen. Ich kann mich nur noch vage erinnern, aber ich habe staunend vor dem Fernseher gesessen.

@chrisnelder@mastodon.energy
2025-10-31 19:29:23

Nature is healing..
billboard.com/music/rb-hip-hop

@johl@mastodon.xyz
2025-10-03 09:44:01

„Following their success in bringing Meta and Alphabet to heel for allegedly censoring right-leaning viewpoints, conservatives have been amping up their pressure campaign against Wikipedia.“
politico.com/newsletters/digit

@simon_brooke@mastodon.scot
2025-10-02 18:32:22

Today I had to go to the dentist, to have a filling replaced. My dentist is a small young woman from Glasgow, very competent, who chats cheerily through the whole procedure.
But I was thinking of @… , a poet from #Gaza who wants to be a dentist, and wh…

Dangerous Cancel Culture Precedent Following Kirk’s Murder
The Trump administration continues to counter the First Amendment rights that Kirk so often referenced and arguably died defending.
For example, the Pentagon has promised to “address” federal employees who are deemed to mock or celebrate Kirk’s death.
(The Pentagon has also in recent days announced that it will require credentialed journalists to sign a pledge to refrain from reporting information that has not been …