Tootfinder

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

No exact results. Similar results found.
@stefan@gardenstate.social
2025-06-05 19:19:52

Video Games Are The Gayest Thing Ever — ft. Ashly Burch (Life is Strange, Horizon) | WHGS Ep. 274
#youtube

@benb@osintua.eu
2025-07-03 05:26:51

New UK-Ukraine joint venture to manufacture, supply Ukrainian-designed drone in Britain: benborges.xyz/2025/07/03/new-u

@matematico314@social.linux.pizza
2025-06-02 15:01:51

É com pesar que venho comunicar a vocês que o usušrio desta conta, após uma sessão de Pilates focada em abdômen e braços, não sobreviveu. Pelo menos é assim que ele estš se sentindo agora rs.

@askesis@qoto.org
2025-06-01 19:09:34

Algo muito trivial sobre as IAs é: se elas são principalmente desenvolvidas pelas #BigTechs e se o usušrio comum tem acesso a elas via BigTechs, qual é o espaço de liberdade e autonomia possivel?

@jerome@jasette.facil.services
2025-06-20 12:38:25

Bien qu’ayant encore un nombre d’usagers très respectable, le nombre d’usagés actifs sur #qlub a chuté dramatiquement en juin
fedidb.com/servers/qlub.social

@khalidabuhakmeh@mastodon.social
2025-06-17 14:32:28

🔥 Hot take, but managing middleware order in #aspnetcore is busted.
It would be nice if there were less granularity and more “when you add this, it's going to register in the right place every time”.
Case in point:

In apps that use CORS middleware, UseOutputCache must be called after UseCors.
    In Razor Pages apps and apps with controllers, UseOutputCache must be called after UseRouting.
@arXiv_mathOC_bot@mastoxiv.page
2025-06-27 08:37:59

Robust and Flexible Microtransit Design: Chance-Constrained Dial-a-Ride Problem with Soft Time Windows
Hongli Li (Purdue University IN, USA), Zengxiang Lei (Purdue University IN, USA), Xinwu Qian (Rice University USA), Satish V. Ukkusuri (Purdue University IN, USA)
arxiv.org/abs/2506.20788

@kexpmusicbot@mastodonapp.uk
2025-06-19 05:24:17

🇺🇦 #NowPlaying on KEXP's #VarietyMix
Dusty Springfield:
🎵 Take Another Piece of My Heart
#DustySpringfield
open.spotify.com/track/0E4UBps

@bmariusz@techhub.social
2025-06-09 13:44:19

Day 5
TL;DR: Continued work on backend security — role-based access is now fully wired up.
✅ Got fine-grained role-based access control fully working today.
• Roles loaded from PostgreSQL
• Injected into JWT during login
• Validated via custom `@Roles()` `RolesGuard`
• Authenticated via `@UseGuards(JwtAuthGuard)` globally
• Introduced `@Public()` decorator to bypass guards for public endpoints
• Swagger supports Bearer token for testing …