Tootfinder

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

No exact results. Similar results found.
@cwensel@fosstodon.org
2026-03-18 22:19:31

I've added an installer for Arcaneum
- github.com/cwensel/arcaneum

@aral@mastodon.ar.al
2026-03-18 19:51:43

🥳 New Kitten¹ Release
• Fixes: Page infinitely refreshes if class does not extend `kitten.Page`
Kitten now shows a helpful error message for this authoring error.
(The issue was due to the page getting rendered without the necessary scaffolding provided by the base class for maintaining the web socket connection,. leading to Kitten thinking the socket connection had failed and triggering a reload to reestablish it.)
Full changelog of today’s updates:

@metacurity@infosec.exchange
2026-05-19 11:47:58

I would like to have a word with the hackers who attacked the Chanhassen Dinner Theatres in Chanhassen, Minnesota. Seriously?
Chanhassen Dinner Theatres cancels more Guys and Dolls performances due to illness and cyberattack

@memeorandum@universeodon.com
2026-05-18 21:05:38

EPA wants to repeal limits on 'forever chemicals' in drinking water (Washington Post)
washingtonpost.com/climate-env
memeorandum.com/260518/p104#a2

@Techmeme@techhub.social
2026-03-19 13:10:57

The UK CMA launches an investigation into Adobe, saying early membership cancellation fees for certain products might be in breach of consumer protection laws (Mauro Orru/Wall Street Journal)
wsj.com/tech/ado…

@Dragofix@veganism.social
2026-03-17 22:58:40

Largest UK study to date uncovers hidden chemical risks in waste-to-energy residues #UnitedKingdom

@raiders@darktundra.xyz
2026-03-18 04:48:52

Raiders DE Maxx Crosby says on podcast he was angry and confused after Ravens canceled trade foxsports.com/articles/nfl/rai

@aral@mastodon.ar.al
2026-03-18 14:31:32

🥳 New Kitten¹ Release
• Adds `rawBody` to non-multipart POST requests.
This property, which is a Buffer, is necessary if you want to verify signatures (e.g., for webhooks).
I had to fork express-busboy as they already ruled out adding it. The fork (@small-web/kitten-busboy²) also allowed me to type the middleware extension point for Polka³ instead of Express (Kitten uses Polka) so that’s one @ts-ignore removed (hey, dev is a string of little wins) :)
Change log: