Video Games Are The Gayest Thing Ever — ft. Ashly Burch (Life is Strange, Horizon) | WHGS Ep. 274
#youtube
New UK-Ukraine joint venture to manufacture, supply Ukrainian-designed drone in Britain: https://benborges.xyz/2025/07/03/new-ukukraine-joint-venture-to.html
É 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.
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?
Bien qu’ayant encore un nombre d’usagers très respectable, le nombre d’usagés actifs sur #qlub a chuté dramatiquement en juin
https://fedidb.com/servers/qlub.social
🔥 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:
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)
https://arxiv.org/abs/2506.20788
🇺🇦 #NowPlaying on KEXP's #VarietyMix
Dusty Springfield:
🎵 Take Another Piece of My Heart
#DustySpringfield
https://open.spotify.com/track/0E4UBpsUOZ6Ic4SCxrXz1L
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 …