Bahrain’s Foreign Minister Warns Hormuz War Is Pushing Millions Into Poverty as Iraq Rebuilds From Conflict

Analysts Warn IRGC Militia Networks May Fill the Vacuum Before Investment Does [BAGHDAD] From a country whose diplomats are careful by tradition and always conscious of Washington’s preferences, the language was striking. Bahrain’s Foreign Minister Abdullatif Al Zayani, whose country holds the rotating presidency of the UN Security Council, told the council this week that […]

IwPost

C++: Как мы докатились до Hello World в 2 МБ

Казалось бы, современный С++ дает столько возможностей… Давайте попробуем препарировать всю эту необъятную мощь, начав с первого шага в любом языке программирования — «Hello World». Как реализации компиляторов встречают новичка, впервые написавшему свои первые строчки кода? Узнать, как же мы до такого докатились

https://habr.com/ru/articles/1033206/?utm_source=habrahabr&utm_medium=rss&utm_campaign=1033206

#c++ #gcc #оптимизация_кода #оптимизация_программ #примеры_кода #деконструкция #низкоуровневое_программирование #сравнение_компиляторов #сравнение_версий

C++: Как мы докатились до Hello World в 2 МБ

Что не так с Hello World? Казалось бы, современный С++ дает столько возможностей… Давайте попробуем начать постигать всю эту необъятную мощь с написания Hello World : #include <iostream> int...

Хабр

(Un)portable defer in C

C 언어에서 자원 해제를 자동화하는 defer 기능은 여러 제안과 구현이 존재하지만 표준으로 채택되지는 않았다. GCC의 cleanup 속성과 nested function, Clang의 blocks, MSVC의 structured exception handling 등 각 컴파일러별로 다른 방식으로 구현 가능하나, 보안 문제나 호환성 한계가 있다. 간단한 for 루프나 스택 기반 구현도 있지만 조기 종료 시 동작 보장이 어렵거나 별도의 반환 매크로 사용이 필요하다. C23 표준에 defer가 포함될 가능성이 있으나, 현재는 컴파일러별 트레이드오프를 고려해 선택해야 한다.

https://antonz.org/defer-in-c/

#cprogramming #defer #gcc #clang #memorymanagement

(Un)portable defer in C

Eight ways to implement defer in C.

C++: Как мы докатились до Hello World в 2 МБ

Казалось бы, современный С++ дает столько возможностей… Давайте попробуем препарировать всю эту необъятную мощь, начав с первого шага в любом языке программирования — «Hello World». Как реализации компиляторов встречают новичка, впервые написавшему свои первые строчки кода? Узнать, как же мы до такого докатились

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

#c++ #gcc #оптимизация_кода #оптимизация_программ #примеры_кода #деконструкция #низкоуровневое_программирование #сравнение_компиляторов #сравнение_версий

C++: Как мы докатились до Hello World в 2 МБ

Что не так с Hello World? Казалось бы, современный С++ дает столько возможностей… Давайте попробуем начать постигать всю эту необъятную мощь с написания Hello World : #include <iostream> int...

Хабр
RT by @EUatUN: At #NPTRevCon, @EU_JRC has presented its cooperation with @iaeaorg and @GCCEmergency to ensure joint nuclear emergency preparedness and response. International cooperation is crucial in the face of potential nuclear incidents. #EU #IAEA #GCC
---
https://nitter.net/Amb_Klement_EU/status/2052508782190834152#m

GCC 16.1 just shipped early support for C++26 contracts - making it the first major compiler to do so. I took it for a spin and wrote up my first impressions.

https://fkoehler.me/posts/2026/05/test-driving-cpp26-contracts-with-gcc-16-1/

#cpp #cpp26 #gcc #programming

India’s GCCs are no longer back offices.
They are running core global operations.
This is not about cost anymore. It is about control.
#GCC #India #Global

https://makhanamornings.in/2026/05/07/india-gcc-growth-global-control/?utm_source=mastodon&utm_medium=jetpack_social

India GCC Boom Shifts from Cost Advantage to Global Control - MakhanaMornings

India’s GCC ecosystem is expanding rapidly, shifting from support roles to core global operations and strategic control.

MakhanaMornings
The GCC has officially rejected Iranian allegations against the UAE following the May 4 missile strikes on the Fujairah Petroleum Industries Zone. The attack shattered the April 8 ceasefire and triggered extended flight diversions across Dubai and Abu Dhabi. #UAE #GCC #Iran #Geopolitics
https://blazetrends.com/gcc-rejects-false-iranian-allegations-against-the-uae-as-the-fujairah-missile-crisis-shatters-regional-ceasefire/?fsp_sid=9902
GCC rejects false Iranian allegations against the UAE as the Fujairah missile crisis shatters regional ceasefire

Fifteen ballistic and cruise missiles, alongside a swarm of four attack drones, hammered the Fujairah Petroleum Industries Zone earlier this week. The assault

Blaze Trends

After years, I started a #cpp20modules upgrade experiment.

Result: It's possible to cover legacy static #cpp libraries with modern export module interfaces.
And with support from #cmake, creating additional module libraries is simple.

I like to see both worlds side by side, classic headers in legacy projects and modules in new code, both using same sources.

Unfortunately we all have waited too long, only few libs have module support, and #gcc still has issues.

But it's time to upgrade! 👍

#ArchLinux managed to release ollama-cuda 0.23.0 missing the important (and only file the package provides) /usr/lib/ollama/libggml-cuda.so so currently the latest #ollama do not have support for #cuda and your #LLM will be far slower.

Issue may be the unsupported #GCC version 16 (think the official supported gcc version was 13).