Palestinian Sisters-Intifada
Things were winding down and then these Palestinian sisters started up with the megaphones, drummers joined
in, it was rocking... They kept it going for about 20 mins I captured seven minutes before my battery cut out...
like this
nowisthetime reshared this.
Iran und Israel verbindet eine tiefe Feindschaft. Doch stimmt das Narrativ der Vernichtungsdrohung? Eine Analyse zeigt: Übersetzungsfehler spielen eine wichtige Rolle.Luca Schäfer (heise online)
DEAR FRIENDS. IF YOU LIKE THIS TYPE OF CONTENT, SUPPORT SOUTHFRONT WORK :Odysee
foxnews.com/opinion/gregg-jarr…
static-assets-1.truthsocial.co…
We're in the middle of a legal power struggle between Trump and California Gov. Newsom as judge blocks deployment of National Guard troops sent to quell anti-ICE riots in Los Angeles.Gregg Jarrett (Fox News)
Fight the Proscription of Palestine Action
crowdjustice.com/case/palestin…
Palestine Action has instructed lawyers who will fight against the Home Secretary's attempt to ban our movement.
Contribute to the legal fundraiser to help us stop the proscription.
A direct action network crowdfunding to fight proscriptionCrowdJustice
Kraft Heinz and General Mills announced Tuesday that they plan to remove artificial dyes from their food products by the end of 2027.Mary Walrath-Holdridge (USA TODAY)
Gary Hill likes this.
Blog post on the topic: Broken Fediverse
battlepenguin.com/tech/the-bro…
written by @djsumdog
Good summary of the situation. Also glad that he mentioned alternatives like Nostr
When Elon Musk originally bought Twitter, a number of people moved over to Mastodon. There were a lot of misunderstandings around how Mastodon works....battlepenguin.com
xianc78 reshared this.
youtu.be/odphRht6aok?si=hTY4G6…
#ElectronicIntifada #PalestineAction #HudaAmmori #MaxGeller #Palestine #DirectAction #activism
We speak to to returning guests Huda Ammori and Max Geller from Palestine Action.Actionists, as members of the direct action group call themselves, deliberat...YouTube
Gary Hill likes this.
Actionists released after they shut down Shenstone's Israeli weapons factory — all in a day's work
Source: https://x.com/Pal_action/status/1862245804343230812
Gary Hill likes this.
youtu.be/y3Ga4DiV7eM?si=u83-0r…
#PalestineAction #activism #Palestine
To mark a year of genocide in Gaza, we publish this powerful interview with two Israeli dissidents who took part in a Palestine Action siege of the Elbit HQ....YouTube
Gary Hill likes this.
they are not really concerned about Iranian sleeper cells
it is just another fear bomb they throw into society to destabilize it, the communist pathway to power
presstv.ir/Detail/2024/12/21/7…
#PalestineAction #activism #Palestine
In today’s show, we’ll be exploring how Palestine Action’s activities have struck another costly blow against the Israeli arms manufacturer, Elbit Systems.PressTV
Gary Hill likes this.
BREAKING: Palestine Action Scotland destroyed the electricity supply to Leonardo's Edinburgh weapons factory, disrupting the production of laser targeting systems for Israel's F-35 fighter jets.
Source: Pal_action on x/twitter
Gary Hill likes this.
After an action and subsequent correspondence, Hinks Haulage will refuse to take work from Israel's biggest weapons producer and Howmet Aerospace, suppliers of F-35 fighter jet parts.After their quick response to our campaign, they are now no longer a target.
--- Pal_action on x/twitter
Gary Hill likes this.
youtu.be/mJLldwhc3A4?si=baZlwo…
Juries are a microcosm of democracy. Permitted to hear the evidence, they regularly acquit those who act to protect life. Oil and arms industry lobbyists are...YouTube
Gary Hill likes this.
An IT security guy at a place I once worked said the executives were the biggest security vulnerability the company had because they wanted what they wanted and didn't care much about security. I think that's what tool Maersk down a few years ago - some exec installed malware that spread to the entire network.
"they normally put big all caps bold red warning if the person is a VIP, eg C suite, so they get VIP service - ie anything goes."
Okay, why is every right winger allowed to criticize Israel all of a sudden?👈🏻
Star Of Remphan Or Seal Of Solomon?
Alex Jones Reveals The True Origin Of Modern Israel's So-Called Star Of David
Not sure. It certainly was not acceptable to criticize them a few years ago.
If I remember correctly, Alex Jones tip toed around the Israel issue for about a decade. I have seen earlier videos where he had criticisms.
youtu.be/AzrFiLo4y6A?si=CsrSPq…
#MohammadMarandi #propaganda #WesternMedia #Iran
As tensions escalate between Israel and Iran, Iranian analyst Mohammad Marandi exposes how Western media — even so-called progressive outlets like Democracy ...YouTube
like this
SANAA, June 24 (YPA) - Head of the Sanaa negotiating delegation, Mohammed Abdul-Salam, praised the great stance and sacrifices made by Iran's leadership, people, and army during the 12-day war with the Israeli enemy.In a post on X, he emphasized thatاحسن (Yemen Press Agency)
UPDATE: NARA has taken this down/rescinded, and stated that it had "many inaccuracies."
This is NOT GOOD. #archives "
Restricted-Access Federal Facility, Effective July 7, 2025
Effective July 7, 2025, the National Archives at College Park, MD, will become a restricted-access federal facility with access only for visitors with a legitimate business need. It will no longer be open to the general public." archives.gov/college-park
We hold permanent records created by Federal agencies that include: Textual records from civilian agencies Army unit records dating from WW1 Navy unit records dating from WW2 Still pictures Electronic records Cartographic and architectural holdings …The National Archives at College Park, Maryland
People keep telling me that X11 doesn’t support DPI scaling, or fractional scaling, or multiple monitors, or something. There’s nothing you can do to make it work. I find this surprising. Why doesn’t it work? I figure the best way to find out is try the impossible and see how far we get.
I’m just going to draw a two inch circle on the screen. This screen, that screen, any screen, the circle should always be two inches. Perhaps not the most exciting task, but I figure it’s isomorphic to any other scaling challenge. Just imagine it’s the letter o or a button we wish to draw at a certain size.
I have gathered around me a few screens of different sizes and resolutions. My laptop screen, and then a bit to the right a desktop monitor, and then somewhere over that way a nice big TV. Specifically:
$ xrandr | grep \ connected
eDP connected primary 2880x1800+0+0 (normal left inverted right x axis y axis) 302mm x 189mm
DisplayPort-0 connected 2560x1440+2880+0 (normal left inverted right x axis y axis) 590mm x 334mm
DisplayPort-1 connected 3840x2160+5440+0 (normal left inverted right x axis y axis) 1600mm x 900mm
I think I just spoiled the ending, but here we go anyway.
I’m going to draw the circle with OpenGL, using a simple shader and OBT. There’s a bunch of not very exciting code to create a window and a GLX context, but eventually we’re going to be looking at the shader. This may not be the best way to draw a circle, but it’s my way. For reference, the full code is in circle.c.
<span class=tp>void</span> main<span class=st>(</span><span class=st>)</span>
<span class=st>{</span>
float thick <span class=op>=</span> radius <span class=op>/</span> <span class=nm>10</span>;
<span class=kw>if</span> <span class=kw>(</span>abs<span class=cm>(</span>center<span class=op>.</span>y <span class=op>-</span> gl_FragCoord<span class=op>.</span>y<span class=cm>)</span> <span class=op><</span> thick<span class=op>/</span><span class=nm>2</span><span class=kw>)</span>
thick <span class=op>=</span> <span class=nm>2</span>;
float pi <span class=op>=</span> <span class=nm>3</span><span class=op>.</span><span class=nm>14159</span>;
float d <span class=op>=</span> distance<span class=kw>(</span>gl_FragCoord<span class=op>.</span>xy<span class=op>,</span> center<span class=kw>)</span>;
float angle <span class=op>=</span> atan<span class=kw>(</span>gl_FragCoord<span class=op>.</span>y <span class=op>-</span> center<span class=op>.</span>y<span class=op>,</span> gl_FragCoord<span class=op>.</span>x <span class=op>-</span> center<span class=op>.</span>x<span class=kw>)</span>;
angle <span class=op>/=</span> <span class=nm>2</span> <span class=op>*</span> pi;
angle <span class=op>+=</span> <span class=nm>0</span><span class=op>.</span><span class=nm>5</span>;
angle <span class=op>+=</span> <span class=nm>0</span><span class=op>.</span><span class=nm>25</span>;
<span class=kw>if</span> <span class=kw>(</span>angle <span class=op>></span> <span class=nm>1</span><span class=op>.</span><span class=nm>0</span><span class=kw>)</span> angle <span class=op>-=</span> <span class=nm>1</span><span class=op>.</span><span class=nm>0</span>;
float amt <span class=op>=</span> <span class=kw>(</span>thick <span class=op>-</span> abs<span class=cm>(</span>d <span class=op>-</span> radius<span class=cm>)</span><span class=kw>)</span> <span class=op>/</span> thick;
<span class=kw>if</span> <span class=kw>(</span>d <span class=op><</span> radius <span class=op>+</span> thick && d <span class=op>></span> radius <span class=op>-</span> thick<span class=kw>)</span>
fragment <span class=op>=</span> vec4<span class=kw>(</span>rgb<span class=cm>(</span>angle<span class=cm>)</span><span class=op>*</span>amt<span class=op>,</span> <span class=nm>1</span><span class=op>.</span><span class=nm>0</span><span class=kw>)</span>;
<span class=kw>else</span>
discard;
<span class=st>}</span>
I got a little carried away and made a pretty color wheel instead of a flat circle.
The key variable is radius
which tells us how many pixels from the center the circle should be. But where does the shader get this from?
glUniform1f(0, radius);
Okay, but seriously. We listen for configure events. This is the X server telling us our window has been moved or resized. Something has changed, so we should figure out where we are and adjust accordingly.
<span class=kw>case</span> ConfigureNotify<span class=op>:</span>
<span class=st>{</span>
XConfigureEvent <span class=op>*</span>xev <span class=op>=</span> <span class=kw>(</span><span class=tp>void</span> <span class=op>*</span><span class=kw>)</span>&ev;
<span class=tp>int</span> x <span class=op>=</span> xev<span class=op>-></span>x;
<span class=kw>for</span> <span class=kw>(</span><span class=tp>int</span> i <span class=op>=</span> <span class=nm>0</span>; i <span class=op><</span> <span class=nm>16</span>; i<span class=op>++</span><span class=kw>)</span> <span class=kw>{</span>
<span class=kw>if</span> <span class=cm>(</span>x <span class=op>>=</span> screen_x<span class=bi>[</span>i<span class=bi>]</span> && x <span class=op>-</span> screen_x<span class=bi>[</span>i<span class=bi>]</span> <span class=op><</span> screen_w<span class=bi>[</span>i<span class=bi>]</span><span class=cm>)</span> <span class=cm>{</span>
float r <span class=op>=</span> screen_w<span class=bi>[</span>i<span class=bi>]</span> <span class=op>/</span> screen_mm<span class=bi>[</span>i<span class=bi>]</span> <span class=op>*</span> <span class=nm>25</span><span class=op>.</span><span class=nm>4</span>;
<span class=kw>if</span> <span class=bi>(</span>r <span class=op>!=</span> radius<span class=bi>)</span> <span class=bi>{</span>
radius <span class=op>=</span> r;
<span class=bi>}</span>
<span class=kw>break</span>;
<span class=cm>}</span>
<span class=kw>}</span>
width <span class=op>=</span> xev<span class=op>-></span>width;
height <span class=op>=</span> xev<span class=op>-></span>height;
<span class=st>}</span>
Getting closer. The numbers we need come from the X server.
XRRScreenResources <span class=op>*</span>res <span class=op>=</span> XRRGetScreenResourcesCurrent<span class=st>(</span>disp<span class=op>,</span> root<span class=st>)</span>;
float screen_mm<span class=st>[</span><span class=nm>16</span><span class=st>]</span> <span class=op>=</span> <span class=st>{</span> <span class=nm>0</span> <span class=st>}</span>;
float screen_w<span class=st>[</span><span class=nm>16</span><span class=st>]</span> <span class=op>=</span> <span class=st>{</span> <span class=nm>0</span> <span class=st>}</span>;
float screen_x<span class=st>[</span><span class=nm>16</span><span class=st>]</span> <span class=op>=</span> <span class=st>{</span> <span class=nm>0</span> <span class=st>}</span>;
<span class=tp>int</span> j <span class=op>=</span> <span class=nm>0</span>;
<span class=kw>for</span> <span class=st>(</span><span class=tp>int</span> i <span class=op>=</span> <span class=nm>0</span>; i <span class=op><</span> res<span class=op>-></span>noutput; i<span class=op>++</span><span class=st>)</span> <span class=st>{</span>
XRROutputInfo <span class=op>*</span>info <span class=op>=</span> XRRGetOutputInfo<span class=kw>(</span>disp<span class=op>,</span> res<span class=op>,</span> res<span class=op>-></span>outputs<span class=cm>[</span>i<span class=cm>]</span><span class=kw>)</span>;
screen_mm<span class=kw>[</span>j<span class=op>++</span><span class=kw>]</span> <span class=op>=</span> info<span class=op>-></span>mm_width;
<span class=st>}</span>
j <span class=op>=</span> <span class=nm>0</span>;
<span class=kw>for</span> <span class=st>(</span><span class=tp>int</span> i <span class=op>=</span> <span class=nm>0</span>; i <span class=op><</span> res<span class=op>-></span>ncrtc; i<span class=op>++</span><span class=st>)</span> <span class=st>{</span>
XRRCrtcInfo <span class=op>*</span>info <span class=op>=</span> XRRGetCrtcInfo<span class=kw>(</span>disp<span class=op>,</span> res<span class=op>,</span> res<span class=op>-></span>crtcs<span class=cm>[</span>i<span class=cm>]</span><span class=kw>)</span>;
screen_w<span class=kw>[</span>j<span class=kw>]</span> <span class=op>=</span> info<span class=op>-></span>width;
screen_x<span class=kw>[</span>j<span class=op>++</span><span class=kw>]</span> <span class=op>=</span> info<span class=op>-></span>x;
<span class=st>}</span>
It’s somewhat annoying that physical width and virtual width are in different structures, and we have to put the puzzle back together, but there it is.
Some more code to handle expose events, the draw loop, etc., and that’s it. A beautiful circle sized just right. Drag it over onto the next monitor, and it changes size. Or rather, it maintains its size. Send it over to the next monitor, and same as before.
Time for the visual proof. A nice pretty circle on my laptop. Another circle on my monitor. And despite the 4K resolution, a somewhat pixely circle on my TV. Turns out the hardest part of this adventure was trying to hold an uncooperative tape measure in place with one hand while trying to get a decent, or not, photo with the other.
We were so close to perfection. Somebody at the factory screwed up, and my TV is actually 66.5” wide, not the claimed 63 inches. So if we learn anything today, it’s that you shouldn’t use a consumer LG TV for accurately measuring the scale of structural engineering diagrams, at least not without further calibration.
The good news is we’ve done the impossible. Even better, I didn’t mention that I wasn’t actually running this program on my laptop. It was running on my router in another room, but everything worked as if by MIT-MAGIC-COOKIE-1. Alas, we are still no closer to understanding why people say this is impossible.
Anyway, I think the point is we should probably ignore the people who can’t do something when they tell us we can’t do it either. I woke up this morning not knowing precisely how to draw a scaled circle, having never done so before, but armed with a vague sense that surely it must be possible, because come on of course it is, I got it working. And now look at me, driven insane by the relentless stare of three unblinking eyes.
With my new knowledge, I also wrote an onscreen ruler using the shape extension. Somewhat tautological for measuring the two inch circle, but in the event anyone asks, I can now tell them my terminal line height is 1/8”, and yes, I measured.
Forbidden secrets of ancient X11 scaling technology revealed
Link: flak.tedunangst.com/post/forbi…
Discussion: news.ycombinator.com/item?id=4…
DragonForce Ransomware Cartel are claiming credit for attacks on Marks and Spencer, Co-op and Harrods and say more victim orgs are coming bloomberg.com/news/articles/20…
The UK supermarket chain Co-op said hackers were able to access and extract customer data from one of its systems during a recent cyberattack.Ryan Gallagher (Bloomberg)
Multiple explosions were heard in the Iraqi capital, Baghdad, particularly at Camp Taji, a military installation used by Iraqi and the US-led coalition forces.Al Mayadeen English (Unknown drone attack targets Taji Camp in Baghdad, Iraq)
Nanook likes this.
like this
Chinese President Xi Jinping will attend a gathering marking the 80th anniversary of the victory in the Chinese People's War of Resistance Against Japanese Aggression and the World Anti-Fascist War.eng.chinamil.com.cn
You can follow us in other languages. Visit our website for more information wordsmith.social/protestation/…
Al-Qassam Brigades, the military wing of the Islamic Resistance Movement (Hamas), announced on Tuesday that its fighters carried out a complex ambush targeting a Zionist force entrenched inside a house south of Khan Younis in the southern Gaza Strip.www.saba.ye
Workers and students in Manchester and Bradford speak out against Iran war, Palestine Action ban - World Socialist Web Site
wsws.org/en/articles/2025/06/2…
Ahmed, a rail worker, told WSWS, “The attack on Iran is totally unjustified, it’s also a total threat to democracy… Before we know it, we won’t be able to protest.”World Socialist Web Site
reshared this
AI training, per se, is now considered "fair use" and Constitutionally protected in the U.S.
news.bloomberglaw.com/ip-law/a…
Anthropic PBC convinced a California federal judge that using copyrighted books to train its generative AI models qualifies as fair use.Annelise Levy (news.bloomberglaw.com)
if ai training is fair use, and whatever ai produces is effectively public domain...
i feel like this is the best path to completely destroy copyright once and for all
A federal judge sides with Anthropic in lawsuit over training AI on books
Link: techcrunch.com/2025/06/24/a-fe…
Discussion: news.ycombinator.com/item?id=4…
The ruling isn't a guarantee for how similar cases will proceed, but it lays the foundations for a precedent that would side with tech companies over creatives.Amanda Silberling (TechCrunch)
Narrated version: Shunning the US intelligence consensus, Trump and top principals rely on Israeli fraud to bomb Iran.Aaron Maté (Aaron Mate)
How can Iran counter a US-Israeli assault aimed at its destruction?The Electronic Intifada
Ceci après que l'Iran a déjà été bombardé sans déclaration de guerre à deux reprises au cours des dix derniers jours, sans mentionner toutes les frappes aériennes qu'il a subies, ses hôpitaux et ses ambulances délibérément ciblés, et après avoir tenté de négocier uniquement pour que les autres parties bombardent leurs diplomates et attaquent leur territoire pendant les négociations.
C'est une chose pour von der Leyen d'être un serpent nazi, une escroc corrompu et une menteuse congénitale, mais ici, avec son message, nous atteignons de nouveaux sommets de schizophrénie."
like this
Emmanuel Florac reshared this.
alexandrehedan likes this.
Israelis are flocking to Cyprus like it was promised to them in a 3,000 year old book. Cypriots are freaking out about the loss of sovereignty as Zionists buy up huge chunks of real estate, in case they lose occupied Palestine. It could be a matter of time until Cypriots are forced out of their homes into concentration camps and called "antisemites" for objecting. The world let Zionists get away with this once so don't doubt it would let it happen a second time.
councilestatemedia.uk/p/countr…
You never guess which country I'm talking about...Ricky Hale (Council Estate Media)
via Strategic Culture
📍Il y a des voix qui, dans le grand fracas de l’histoire, murmurent des vérités que personne ne veut entendre. Et puis, il y a celle d’Emmanuel Todd. Historien, démographe, essayiste, Todd n’est pas un commentateur ordinaire. C’est l’homme qui, en analysant les taux de mortalité infantile et les structures familiales, a prédit l’effondrement de l’Union soviétique alors que tous la croyaient éternelle. Un « détective de la démographie » capable de discerner les fissures profondes sous la surface des empires.
Aujourd’hui, cette voix s’exprime à nouveau, avec une clarté brutale qui ébranle nos certitudes. Dans une récente interview explosive accordée à la presse germanophone, Todd ne mâche pas ses mots. Le sujet est la guerre en Ukraine, mais son analyse va bien au-delà du champ de bataille. Elle parle de nous. De notre avenir. Sa thèse, simple et terrifiante, est la suivante : la Russie a gagné la guerre, et l’Occident, perdu dans un labyrinthe d’illusions, ne s’en est même pas rendu compte.
Il ne s’agit pas de l’opinion d’un « idiot utile » du Kremlin, comme il s’attend lui-même à être qualifié. C’est le diagnostic implacable d’un médecin observant son patient – l’Europe – s’infliger des blessures mortelles, persuadé de lutter pour son salut. C’est un voyage au cœur des ténèbres de notre époque, une analyse que nous devons avoir le courage d’écouter.
📍Le choc de la normalité : un voyage à Moscou
Pour comprendre le raisonnement de Todd, il faut commencer par là : Moscou. Invité à une série de conférences, l’intellectuel français s’attendait à trouver une capitale assiégée, écrasée par les sanctions et le poids d’une guerre totale. Au lieu de cela, il a vécu ce qu’il appelle un « choc de normalité ».
Imaginez la scène. Les rues grouillent de vie, les regards rivés sur les smartphones. Les magasins sont pleins, les paiements s’effectuent par carte bancaire, les trottinettes électriques filent comme à Paris. Todd relève un détail presque comique, mais révélateur : « La grande différence, c’est que tous les escalators et ascenseurs fonctionnaient. » Ce n’est pas l’image d’un régime au bord de l’effondrement. C’est celle d’un pays qui a absorbé le choc, s’est réorganisé et continue de vivre.
Cette « normalité » n’est pas anecdotique, mais constitue le premier pilier de sa thèse. Alors que l’Ukraine mène une guerre existentielle pour sa survie, pour la Russie, il s’agit d’une opération stratégique qui, malgré un coût humain terrible, n’a pas déstabilisé le cœur du système. Les sanctions, selon Todd, ont même eu un effet paradoxal : elles ont contraint Poutine à mettre en œuvre des mesures d’autarcie économique et à renforcer des liens commerciaux alternatifs, des politiques qu’il n’aurait jamais pu imposer en temps de paix. La Russie s’est adaptée.
📍L’Occident, en revanche, semble avoir perdu le contact avec la réalité.
L’Apocalypse comme révélation : la défaite de l’Amérique et le déclin de l’Occident
Quand Todd affirme que la Russie a gagné la guerre, il ne parle pas d’un défilé triomphal à Kiev. Son analyse est stratégique. L’objectif premier des États-Unis, explique-t-il, était d’utiliser l’armée ukrainienne comme un intermédiaire pour infliger une défaite stratégique à Moscou, l’affaiblir et provoquer son effondrement. Ce plan a échoué.
Consciente de l’impossibilité de faire plier la Russie sur le terrain, l’Amérique a changé de cap et déclaré une guerre commerciale ouverte à la Chine. Pour Todd, c’est là le véritable tournant. C’est le début de l’Apocalypse, non pas au sens de la fin du monde, mais dans son acception biblique originelle : une « révélation ». La guerre en Ukraine a mis au jour une vérité cachée : la puissance américaine n’est plus absolue.
Les arsenaux se vident, la capacité de production militaire est en difficulté, et le contrôle du système financier mondial commence à vaciller.
Dans ce grand jeu, l’Europe est la véritable victime, la véritable perdante. Ses dirigeants, de Macron à Merz, s’agitent, promettent des armes, prononcent des discours enflammés, mais n’ont aucun poids dans la conduite de la guerre. « Ils sont les marionnettes des Ukrainiens et des Américains », assène Todd, « mais ils n’ont pas encore compris que la guerre est perdue. » Ils fournissent armes et argent, mais sont exclus des décisions importantes. Ils rêvent de poursuivre une guerre que d’autres ont déjà décidé d’abandonner.
📍L’envie de suicide : le psychodrame d’une Europe à la dérive
C’est ici que l’analyse de Todd devient plus sombre et plus inquiétante. Observant l’Europe de l’extérieur, il perçoit les signes d’une pathologie profonde, une sorte de folie collective qu’il décrit par une expression glaçante : « une soif de suicide » (Sehnsucht nach Selbstmord).
Il ne s’agit pas d’une exagération, mais d’un diagnostic étayé par des décisions politiques qui semblent inexplicables, sinon comme des actes d’automutilation :
• Des sanctions contre la Russie qui ont porté bien plus de préjudice à l’industrie européenne qu’à l’industrie russe.
• La décision de l’Allemagne d’abandonner l’énergie nucléaire en pleine crise énergétique, qualifiée d’« absurde » par Todd.
• Le renoncement volontaire au gaz russe bon marché, pilier de la compétitivité industrielle allemande, sans plan B durable.
Pour Todd, ce n’est pas de la politique. C’est une « maladie des classes dirigeantes », une élite qui a perdu tout sens des réalités et des responsabilités, prisonnière d’un moralisme abstrait qui la pousse à prendre des décisions contraires à ses propres intérêts vitaux. C’est un continent qui, sous couvert de défendre des valeurs pacifistes, prolonge une guerre sanglante. Un paradoxe révélateur d’une profonde crise identitaire.
📍L’ombre de l’Allemagne : le danger que nous refusons de voir
Si l’Europe est la grande perdante, l’Allemagne en est le cœur problématique. L’analyse de Todd sur le rôle de l’Allemagne est peut-être la partie la plus originale et la plus alarmante de son entretien. Selon lui, l’Allemagne a perdu sa souveraineté. Le silence assourdissant de ses institutions et de ses médias sur le sabotage de Nord Stream en est la preuve la plus flagrante. « L’Allemagne est à nouveau un pays occupé », affirme-t-il, « et sa véritable capitale est Ramstein », la plus grande base aérienne américaine en Europe.
Mais c’est l’avenir qui l’inquiète le plus. L’idée, portée par le nouvel establishment politique allemand (incarné par Friedrich Merz), de construire « l’armée la plus puissante d’Europe » est perçue par Todd comme un acte d’« irresponsabilité historique ». Pourquoi ? Parce que, contrairement à la France ou à la Grande-Bretagne, l’Allemagne dispose d’un immense potentiel industriel. Si ce potentiel était mis au service d’un réarmement massif, la perception de la menace en Europe changerait radicalement.
Todd rappelle un fait historique que l’Occident semble vouloir oublier : l’Allemagne est responsable de la mort de 25 millions de Russes pendant la Seconde Guerre mondiale. Que l’Allemagne, plus que quiconque, envisage aujourd’hui de se réarmer contre la Russie est un fait qui ne passe pas inaperçu à Moscou. Face à ce qu’elle perçoit comme une menace existentielle, la doctrine militaire russe prévoit le recours à des armes nucléaires tactiques.
Le scénario cauchemardesque de Todd va encore plus loin. Il craint que, sous couvert d’un antifascisme de façade, l’Allemagne n’adopte des méthodes illibérales contre la dissidence interne, à l’image de l’AfD. Sa vision est terrifiante : une Europe où, bientôt, les Français et les Polonais pourraient redouter davantage les Allemands que les Russes.
La fin de la mondialisation et le retour de l’histoire.
Tout cela – la guerre, la crise européenne, le réarmement allemand – ne sont pas des événements isolés. Ils sont les symptômes d’un processus bien plus vaste : la fin de la mondialisation. Le mythe d’un monde plat, sans frontières, où les cultures sont interchangeables et où seul le marché compte, s’effondre sous nos yeux.
Le Brexit, Trump et le succès des forces populistes en Europe ne sont pas des accidents, mais la preuve que les peuples veulent redevenir eux-mêmes. « Il s’avérera que les gens sont très différents », affirme Todd. « Les Italiens sont italiens, et les Français sont français. » Cette « implosion de la mondialisation » est la deuxième Apocalypse, la deuxième révélation : le retour des nations, avec leurs identités, leurs intérêts et leurs peurs ancestrales. Et cela, prévient-il, pourrait conduire à l’effondrement de l’Union européenne.
Qu’est-ce que cela signifie pour l’avenir ? Cela signifie que la Russie ne fait plus confiance à l’Occident et ne croit plus aux traités. Poutine, selon Todd, poursuivra ses objectifs stratégiques : la conquête de toute l’Ukraine orientale jusqu’au Dniepr, y compris Odessa, pour sécuriser la flotte russe, et la neutralisation complète de ce qui reste de l’État ukrainien.
Les thèses d’Emmanuel Todd sont dérangeantes.
Provocatrices. Pour beaucoup, inacceptables. Mais la question n’est pas de savoir si elles nous plaisent. La question est : et s’il avait raison ? Et si, avec notre présomption morale et notre aveuglement stratégique, nous étions les artisans de notre propre ruine ? Ignorer son analyse est un luxe que nous ne pouvons peut-être plus nous permettre.
strategic-culture.su/news/2025…
#géopolitique #impérialisme #guerre
xcancel.com/Galadriell__/statu…
Ci sono voci che, nel grande frastuono della storia, sussurrano verità che nessuno vuole ascoltare. E poi c’è la voce di Emmanuel Todd. Storico, demografo,…Strategic Culture Foundation
fanch_301 likes this.
Articles about politics, economy, culture, history, sports, tourism in DPRKwww.pyongyangtimes.com.kp
like this
Emmanuel Florac reshared this.
If you're making music that can even obliquely be considered "protest music," I'd love to help you get it out there by mixing and mastering for cheap (or even free, depending on your financial circumstances).
Art made by conscientious people is very good for the world.
I've already mixed and mastered one protest song from a mutual here on fedi. 😀 Allow me to help, if you need. Send me a DM or find my email from my website.
La Ville de Lyon va progressivement remplacer la suite Microsoft par des logiciels bureautiques libres, dont « Only Office pour la bureautique, ainsi que Linux et PostgreSQL pour les systèmes et bases de données ».
next.ink/brief_article/lyon-ab…
La Ville de Lyon va progressivement remplacer la suite Microsoft par des logiciels bureautiques libres, dont « Only Office pour la bureautique, ainsi que Linux et PostgreSQL pour les systèmes et bases de données ».Next
like this
Pacomm reshared this.
Well, here's a piece of good news! The #Coop is going to boycott #Israel over the #GazaGenocide.
Support the Co-op, folks!
mailchi.mp/palestinecampaign/t…
Here's confirmation from the Jewish chronicle.
thejc.com/news/uk/co-op-to-sto…
The supermarket has banned goods from Russia, Iran Yemen and Israel, due to its ‘commitment to peace’Jane Prinsley (The Jewish Chronicle)
Nanook likes this.
Our socials: fediverse.blog/~/ActaPopuli/fo…
Fun with uv and PEP 723
Link: cottongeeks.com/articles/2025-…
Discussion: news.ycombinator.com/item?id=4…
How to use uv and the Python inline script metadata proposal PEP 723 to run scripts seamlessly.Cottongeeks
Russian Federation Council Speaker Konstantin Kosachev told RT that Iran has repeatedly stated its commitment to non-proliferation and there's still no proof Tehran is developing nuclear weapons despi...Odysee
@nanook @ernestoDuracelli @lauren Except where you have WiFi
(and I guess that was the whole point, eh?)
@nanook @ernestoDuracelli @lauren I cannot talk for the op, but I'm not buying a tablet because they are way too big for me.
Unfortunately my 7" tablet has a bad battery and is... ancient (for such a device, and slow, and actually an Intel device). The thing is that size is an issue. Phones are getting too big to put in my pockets, and tablets are too big. Maybe I'll convert an e-reader (or actually get a cheap phablet). Though a tablet would just be a "nice to have" now.
UN condemns Gaza aid 'death trap' as dozens reported killed by Israeli fire
bbc.com/news/articles/c15wz2ee…
'At least 46 people waiting for aid have been killed by Israeli fire in two incidents in central and southern Gaza, according to rescuers and hospitals.
UN agencies have condemned the US and Israel-backed food distribution system, with one official calling it "an abomination" and "a death trap".'
#Palestine #Gaza #Israel
@palestine
At least 46 people waiting for aid have been killed by Israeli fire in two incidents, rescuers and hospitals say.Yolande Knell (BBC News)
reshared this
okay, still kind of stuck on the iran israel war, bc fog of war and censorship and media bias makes it hard to fill in some of the blanks...
the palestine chronicle published this article with a photo that is allegedly a screen grab from a photo of the iranian attack on al-udeid air base in qatar.
palestinechronicle.com/live-bl…
can anyone verify if this is legit? because that "one missile" landing must have been a hell of a weapon to cause a scene like that.
Iranian armed forces have launched a retaliatory operation, dubbed Annunciation of Victory, targeting a US base in Qatar.admin (Palestine Chronicle)
IRGC Commander Xenophon
in reply to GolfCartLady ⛳️ • • •