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:
https://gaza-verified.org/people.json
For a human-readable list, just remove the .json:
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: https://joinmastodon.org/ve…
from my link log —
Supply chain security for the 0.001% (and why it won’t catch on).
https://blog.viraptor.info/post/supply-chain-security-for-the-0001-and-why-it-wont-catch-on
saved 2025-09-28
Gutes Plädoyer für das AfD-Verbot von Friedrich Burschel. https://jacobin.de/artikel/afd-verbotsverfahren-verbot-demokratie
Wolfram Weimers Gender-Verbot: Warum ich mich aus meiner Nationalsprache verabschiede. Kommentar von Robin Detje.
https://taz.de/Wolfram-Weimers-Gender-Verbot/!6101942/
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.
https://www.
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: