Tootfinder

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

No exact results. Similar results found.

New York Times veteran David Sanger blasted Donald Trump's assertion that his reporting on the Iran war amounted to treason.
Trump made the comment on Air Force One this week after Sanger asked,
"What would the use be of repeating the bombing?
You you did it for 38 days, and you did not get the political changes in Iran."
After claiming he had achieved a
"total military victory" in Iran,
Trump turned on Sanger, saying,
"I…

@wydamn@social.linux.pizza
2026-06-18 13:05:33

Never change youtube.

Screenshot of youtube search results. Top result is a video with a thumbnail displaying an enthusiastic man holding out frogs, title "Top 5 Best Pet Frogs", posted 2 months ago. Second result is the same man, with a concerned look, title "DO NOT GET A PET FROG, They Suck! Three Reasons Why!", posted 3 years ago.
@soundclamp@mastodon.xyz
2026-08-16 19:18:09

#ListeningClub His speaking voice sounds somewhere between Edward Ka’spel and David Tibet — totally mismatched to the music.

@CubitOom@social.linux.pizza
2026-08-16 16:51:07

David Crowley proposes a total ban on local law enforcement entering into contracts with ICE in Wisconsin, arguing that ICE collaboration destroys trust
Video Source
#ice

@mszll@datasci.social
2026-09-16 09:38:32

Nice paper, finally on arxiv: Higher-order interactions reveal synergistic backbones of cycling infrastructure networks
arxiv.org/abs/2609.16285

Street network of Hamburg with a "nicely" grown bicycle network of 65 km that looks like a ring road. Starting from the set of the ten bidirectional links with the highest length-normalized first-order importance (orange), we iteratively add links with the largest length-normalized cross-synergy (see Methods for details). The upgraded links (blue) form a connected network backbone already for a small total length of 65 km of added bike paths, maximizing the contributions of cross-synergies to t…
@davej@dice.camp
2026-09-16 05:58:48

“People would rather block me than debate my ideas,” he says, totally ignoring the sea lion in the room. #subtoot

@lightweight@mastodon.nzoss.nz
2026-07-14 00:52:11
@grumpybozo@toad.social
2026-08-13 16:10:27

I have a theory…
Red/Browners want to be seen as “nice people” who are on the side of the masses. But they are actually only on the side of people just like them whom they proclaim to be The Masses. Fascists who don’t want to be thought of as such because that’s a bad word. @…

@michabbb@social.vivaldi.net
2026-09-15 02:30:33

🔧 The implementation in laravel/horizon#1818 is tiny: sum log1p(size) across all queues, then divide each queue's log1p by that total instead of using the raw job count. No strategy interface, no custom allocator, no new service
🧮 Why log1p? It computes log(1 x), so an empty queue gets weight 0 instead of an undefined log(0). Natural log vs log10 does not matter — the base cancels out during normalization