String Interpolation with Template Strings

Trump threatens to punish 4 democratic states (Ca, Co, Mn and Il) with life threatening cuts to federal healthcare funding, including programs supporting HIV & STD prevention. .

https://www.cidrap.umn.edu/public-health/proposed-600-million-federal-cut-public-health-funds-could-disrupt-hiv-prevention

#trump #publichealth #hiv #std

Proposed $600 million federal cut to public health funds could disrupt HIV prevention efforts in 4 states

The Trump administration is moving to rescind funding in California, Colorado, Illinois, and Minnesota.

Mit ihrer feinen Nase prüft das hungrige Kätzchen, ob es da oben auf dem Tisch etwas zu fressen gibt.

Wann prüft das Bundesverfassungsgericht endlich die Parteien, die vom Verfassungsschutz als rechtsextremer Verdachtsfall oder gesichert rechtsextrem eingestuft werden?

Lass uns jeden zweiten Samstag im Monat dafür werben, dass der Bundesrat von unseren Landesregierungen dazu aufgefordert wird!

Nächstes Mal 14. 02.26

https://pruef-demos.de/

#Caturday #PRÜF #Demokratie #STD #Freiheit

Sick – N – Tired / Sinister Black / Chalice / STD

Bands Sick - N - Tired Sinister Black Chalice STD Venue - Venue name: At The Ice Pick - Address: 1129 Third St. Downtown Muskegon - Date: New Year's Eve 1991-92 - Time: Doors open eight o'clock - Admission price: Cost 5 dollars - Other details: No fighting! No glass

https://grpunkflyers.notopia.dev/flyers/1663/

In „Lovesick“ geht es um den Mittzwanziger Dylan, der nach einer Chlamydien-Diagnose all seine Ex-Partnerinnen kontaktieren muss.

#ArteMediathek #Britisch #Liebe #Lovesick #Sitcom #STD #WasLäuftHeute

https://detektor.fm/kultur/was-laeuft-heute-lovesick?utm_campaign=share_on_mastodon&utm_medium=mastodon&utm_source=fediverse

Lovesick

In "Lovesick" geht es um den Mittzwanziger Dylan, der nach einer Chlamydien-Diagnose all seine Ex-Partnerinnen kontaktieren muss.

detektor.fm
Soooo, about that thing I described you all about how LuaJIT's very good at handling pure Lua code and FFI, well, I've been working on a pretty weird little experiment

I call it Gati (rename pending), it's my own attempt at building "batteries" for Lua, a Pure-FFI approach where I wrap over several of the usual C library functions and create an API for them that feels comfortable to use in a high level language.

Below are examples of a super simple HTTP server made using Gati, with a "scheduler" which allows for optional cooperative multitasking, and an example of my own filesystem API, showcasing both the usual operations and some cool sugar I thought was necessary for ergonomics

#luajit #lua #ffi #std
C++ #std::move doesn't actually move anything! 😱 Dive into 42 minutes of existential crisis with a deep dive into value categories, where #optimization ironically slows things down. Because who doesn't love reading about convoluted code that does absolutely nothing? 🧐💻
https://0xghost.dev/blog/std-move-deep-dive/ #C++ #ValueCategories #CodeCrisis #ExistentialTech #HackerNews #ngated
std::move doesn't move anything: A deep dive into Value Categories

Why std::move is just a cast, how it kills RVO if used wrong, and the mechanics of ownership transfer.