Tootfinder

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

No exact results. Similar results found.
@heiseonline@social.heise.de
2025-11-05 11:33:00

Australien: Reddit und Kick fallen unter Social-Media-Verbot für Kinder
Vor einem Jahr hat die australische Regierung ein Social-Media-Verbot für Kinder und Jugendliche eingeführt. Das hat sie jetzt auf mehr Dienste ausgeweitet.

@aral@mastodon.ar.al
2025-11-04 12:24:00

If anyone is building stuff based on the accounts we have verified on Gaza Verified, you can now get a list of the Mastodon URLs of the verified accounts in JSON format at:
gaza-verified.org/people.json
For a human-readable list, just remove the .json:

@heiseonline@social.heise.de
2025-11-05 05:18:00

Mittwoch: Verhaftungen nach Krypto-Betrug, AMDs Rekordumsatz auch dank Radeon
EU-Erfolg bei Finanzbetrug AMD weiter mit Oberwasser MacBook-Gerücht um A-Chip Plugin gegen Cookie-Banner Telefónica mit Umsatzrückgang Bit-Rauschen

@aral@mastodon.ar.al
2025-09-05 16:39:05

Folks, if you see a link to Gaza Verified (gaza-verified.org) on a profile, make sure that the link has the verification badge (in the apps) or is green with a check mark (on the web app).
So, in other words, please verify that the link is actually verified.
More info on how verification works on Mastodon: joinmastodon.org/ve…

@fanf@mendeddrum.org
2025-10-04 17:42:03

from my link log —
Supply chain security for the 0.001% (and why it won’t catch on).
blog.viraptor.info/post/supply
saved 2025-09-28

@evemassacre@assemblag.es
2025-09-02 09:09:25

Gutes Plädoyer für das AfD-Verbot von Friedrich Burschel. jacobin.de/artikel/afd-verbots

@juer@juergenklute@digitalcourage.social
2025-08-06 07:25:29

Wolfram Weimers Gender-Verbot: Warum ich mich aus meiner Nationalsprache verabschiede. Kommentar von Robin Detje.
taz.de/Wolfram-Weimers-Gender-

@heiseonline@social.heise.de
2025-11-04 22:33:00

Enormer Finanzanlage-Betrug: 9 Europäer verhaftet
Über 600 Millionen Euro in Kryptowährungen soll eine Bande eingenommen und gewaschen haben. In Deutschland, Spanien und auf Zypern klickten Handschellen.

@aral@mastodon.ar.al
2025-10-02 18:13:20

So this is what one possible database migration scenario looks like in Kitten when you’re storing JavaScript objects (instances of JavaScript classes) in your database.
(In this case, I’m moving a VerifiedAccounts collection comprising VerifiedAccount instances to an Accounts collection comprising Account instances, which introduces an inVerified boolean to the model.)
See the Database App Modules Kitten tutorial for more:

Screenshot of code:

Highlighted area:

  // Migrate verified accounts collection with VerifiedAccount instances to
  // accounts collection with Account instances.
  if (db.verifiedAccounts !== undefined) {
    db.verifiedAccounts.forEach(verifiedAccount => {
      const account = new Account()
      account.url = verifiedAccount.url
      account.data = verifiedAccount.data
      account.isVerified = true
      db.accounts.add(account)
    })
 }

Full listing exceeds Mastodons 1,000 character…
@heiseonline@social.heise.de
2025-11-04 16:40:00

Spionage via Online-Graumarkt: EU-Mitarbeiter durch Handy-Standortdaten entblößt
„Anonymisierte“ Geodaten hochrangiger EU-Offizieller sind online zu erwerben. Die Kommission verschärft die Richtlinien für Mitarbeiter, Verbote sollen kommen.