C Constructs That Still Don’t Work in C++ — and a Few That Changed via @susam https://lobste.rs/s/za6jjo #c #c++
https://lospino.so/blog/c-constructs-that-still-dont-work-in-cpp/
C Constructs That Still Don’t Work in C++ — and a Few That Changed

0 comments

Lobsters

Internal Republican Party divisions intensify amid disputes over spending bills and Trump influence

📰 Original title: The GOP is finally falling apart at the seams

🤖 IA: It's clickbait ⚠️
👥 Users: It's clickbait ⚠️

View full AI summary: https://en.killbait.com/internal-republican-party-divisions-intensify-amid-disputes-over-spending-bills-and-trump-influence.html?utm_source=mastodon_social&utm_medium=social&utm_campaign=killbait.mastodon_social

#opinion #republicanparty #donaldtrump #c...

Internal Republican Party divisions intensify amid disputes over spending bills and Trump influence

This opinion article argues that the Republican Party is experiencing significant internal turmoil driven by conflicts over major spending decisions, policy priorities, and the continued influence of Donald Trump. The author describes a chaotic political week in which Senate and House Republicans struggled to maintain unity over legislation tied to immigration enforcement funding, proposed infrastructure spending, and controversial additions such as a costly presidential ballroom project. According to the piece, disagreements escalated as Senate Republicans clashed with party leadership and the Trump-aligned agenda, leading to canceled votes, stalled negotiations, and lawmakers leaving Washington without passing key measures. The article highlights tensions between Republican senators and House members, as well as frustration with Trump-endorsed political strategies and personnel decisions. It claims that some GOP lawmakers openly criticized elements of the proposed funding package, including a disputed “anti-weaponization fund,” which opponents framed as politically and ethically problematic. The piece also points to intra-party disputes over foreign policy, including war powers resolutions related to potential military action in Iran, which further exposed divisions within the party. Throughout the narrative, the author emphasizes that Republican leadership appears unable to maintain discipline, with Speaker Mike Johnson and Senate leaders portrayed as struggling to manage competing factions. The article suggests that these conflicts reflect deeper structural problems within the GOP, particularly the tension between traditional conservative lawmakers and those aligned more closely with Trump’s political agenda. It concludes by arguing that these ongoing disputes could weaken Republican electoral prospects heading into future elections if the party cannot restore internal cohesion.

KillBait
Forced to wear the black bar of shame
#c
🌘 提升 C# 記憶體安全性
➤ 從語法約束走向合約審查:C# 記憶體安全的新紀元
https://devblogs.microsoft.com/dotnet/improving-csharp-memory-safety/
微軟近期宣佈將大幅提升 C# 的記憶體安全機制,預計於 C# 16 中正式導入全新的安全模型。不同於過去僅將 `unsafe` 關鍵字用於標記指標,新機制將其轉化為一種更嚴謹的「合約」:凡是編譯器無法驗證安全性的操作,都必須納入 `unsafe` 區塊中。此舉不僅讓潛在的安全風險變得可視且易於審查,更強制開發者明確定義並維護記憶體存取規範。這項變更旨在應對 AI 生成程式碼帶來的風險,透過編譯器強制執行層級化的安全邊界,確保在追求高性能或與原生程式碼互動時,系統仍能維持極高的記憶體安全標準。
+ 這種作法有點像 Rust 的 unsafe,雖然初期會讓重構負擔變重,但對於大型系統的穩定性來說,絕對是正確的方向。
+ 對於我們這種高度依賴 Interop 的項目來說,這些強制性的安全合約雖然繁瑣,但確實能減少很
#.NET #C# #程式語言安全性 #軟體架構
Improving C# Memory Safety - .NET Blog

The `unsafe` keyword is being redesigned to mark caller-facing contracts rather than just syntax. Safety obligations between callers and callees become visible and reviewable. The model is motivated by the rise of AI-assisted code generation and arrives as a preview in .NET 11.

.NET Blog

sp.h is the standard library that C deserves

https://fed.brid.gy/r/https://spader.zone/sp/

Curly braces: An evolution of UNIX and C

Research, writing, and software history

Thalia Archibald’s blog

Claudia Cardinale Portraits and Behind-the-Scenes Stills from the 1962 Film ‘Cartouche’

📰 Original title: Beautiful Portraits of Claudia Cardinale From ‘Cartouche’ (1962)

🤖 IA: It's not clickbait ✅
👥 Users: It's not clickbait ✅

View full AI summary: https://en.killbait.com/claudia-cardinale-portraits-and-behind-the-scenes-stills-from-the-1962-film-cartouche.html?utm_source=mastodon_social&utm_medium=social&utm_campaign=killbait.mastodon_social

#cinema #claudiacardinale #frenchcinema #c...

Claudia Cardinale Portraits and Behind-the-Scenes Stills from the 1962 Film ‘Cartouche’

The article highlights a collection of vintage portraits of actress Claudia Cardinale taken during the production of the 1962 French adventure film ‘Cartouche,’ directed by Philippe de Broca. The film is remembered as a colorful and energetic example of 1960s French cinema, blending romance, action, and humor within a historical setting. It follows the semi-legendary story of Louis-Dominique Bourguignon, better known as Cartouche, a charismatic 18th-century highwayman who steals from the wealthy while living by his own moral code. Jean-Paul Belmondo stars in the title role, delivering a lively performance filled with physical agility, charm, and playful rebellion. Claudia Cardinale plays Vénus, Cartouche’s fierce and devoted partner. Her presence in the film is often described as radiant and powerful, contributing both emotional depth and romantic intensity to the story. The portraits featured in the article capture Cardinale during filming in 1962, showcasing her elegance and screen presence at the height of her early international career. These images emphasize not only her beauty but also her embodiment of strong, independent female characters in European cinema of the era. The film is also noted for its visual style, set in pre-revolutionary France, and its balance between slapstick comedy and dramatic storytelling. Georges Delerue’s musical score further enhances its timeless appeal. Overall, the article serves as a nostalgic look back at both Claudia Cardinale’s iconic role and the broader cinematic charm of ‘Cartouche,’ a film that remains an important part of French film history.

KillBait
sp.h is the standard library that C deserves https://lobste.rs/s/cvwsxk #c
https://spader.zone/sp/
sp.h is the standard library that C deserves

1 comment

Lobsters

Segmentation Fault: как оно устроено?

Segmentation fault - одна из тех ошибок, с которой сталкивался каждый, но мало кто разбирался что за ней стоит. В этой статье копаем глубже обычного: смотрим как ядро Linux понимает что произошло, какие типы ошибки бывают - с реальными примерами и исходниками ядра Linux. Сегфолтнуться

https://habr.com/ru/articles/1038370/

#segmentation_fault #linux_kernel #memory_management #c++

Segmentation Fault: как оно устроено?

Вступление Segmentation fault Наверняка, далеко не один раз в жизни вы наблюдали сообщение об ошибке со следующим содержанием: "segmentation fault (core dumped)" - эта ошибка настолько популярна, что...

Хабр

sp.h is the standard library that C deserves

https://spader.zone/sp/

#C #Programming #OpenSource

sp.h is the standard library that C deserves