Tootfinder

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

No exact results. Similar results found.
@Techmeme@techhub.social
2026-02-13 02:55:54

The suspect believed to be behind the mass shooting in Tumbler Ridge, Canada made a Roblox game simulating a mall shooting; Roblox says it removed the account (404 Media)
404media.co/tumbler-ridge-shoo

@NFL@darktundra.xyz
2026-03-11 18:56:16

Makai Lemon NFL Draft scouting report: Why the USC star might be the most complete WR in the 2026 class

cbssports.com/nfl/draft/news/m

“In the long arc of our immigration enforcement history, Minnesota will be the major inflection point,”
Muzaffar Chishti, a senior fellow with the non-partisan Migration Policy Institute, told the Guardian.
“Accountability, at least the beginning of accountability, started in Minnesota after the death of Pretti.”
Now, the reckoning over ICE’s recent shooting of #Sosa

@servelan@newsie.social
2026-02-12 04:44:32

From Curling To Constitutional Crisis: Team USA Athlete Calls ICE Shootings ‘Wrong’ - Above the Law
abovethelaw.com/2026/02/from-c

@Mediagazer@mstdn.social
2026-02-13 03:56:12

The MPA urges ByteDance to curb its AI video model Seedance 2.0, saying the model engages in unauthorized use of US copyrighted material "on a massive scale" (Gene Maddaus/Variety)
variety.com/2026/film/news/mot

@memeorandum@universeodon.com
2026-03-12 21:41:11

Gunman in fatal Old Dominion University shooting ID'd as convicted ISIS supporter, officials say (NBC News)
nbcnews.com/news/us-news/gunma
memeorandum.com/260312/p113#a2

@aral@mastodon.ar.al
2026-03-12 17:08:13

Remember folks, if you’re against Israeli soldiers sodomising Palestinian prisoners using knives, you’re antisemitic.
Hey, asshole… yeah, you… got an “antizionism” meme for this one? Just leave it in the replies, you sick prick.
apnews.com/article/israel-…

@cowboys@darktundra.xyz
2026-02-12 11:26:19

Cowboys Headlines: Pickens trade suggestions, scouting combine news cowboyswire.usatoday.com/story

@Techmeme@techhub.social
2026-02-13 03:51:11

The MPA urges ByteDance to curb its AI video model Seedance 2.0, saying the model engages in unauthorized use of US copyrighted material "on a massive scale" (Gene Maddaus/Variety)
variety.com/2026/film/news/mot

@aral@mastodon.ar.al
2026-02-10 20:27:03

🥳 JavaScript Database (JSDB)¹ version 7.0.0 released
- *Breaking change* JSTable.PERSIST event now uses a parameter object with properties for `type`, `keypath`, `value`, `change`, and `table`. This should make listening for events on your databases much nicer to author. e.g., a snippet from Catalyst² I’m working on:
```js
const settingsTable = db.settings['__table__']
const JSTable = settingsTable.constructor
settingsTable.addListener(JSTable.PERSIST, (…