On nationalism

Is the Nazi holocaust & colonization of Europe an expression of a reactionary political strategy?

Bougois nationalism often consolidates power within one nationality - Germany stripped the Jewish nation of their right to life, without contradicting class intrests

Nazis stoked the racist bougois nationalism in Germany. Nationalism has historically been used to suppress the class contradiction below one of national opression.

Ex: (Parenti) Nazi propaganda described themselves as a classless nation, and the opressed jews as the enemy.
Ex: (Nokhem Shtif - "the pogroms in Ukrain") in Ukraine, during the Civil War of 1918-1919, the white army propagated the Jeudo-Bolshevik conspiracy, and called for the Ukrainian nation to fight the red army and the Jewish people - leading to brutal pogroms & a swollen white army
Ex: (J. Sakai - Settlers) in America, a privelaged, white settler nationality was produced and cultivated as a loyal garrison army, which could dominate the indigenous and African nationalities, at the benefit of the European bourgeois state.
Ex: (Ibrahim Kaypakkaya - "on the national question") in the 1970s, (oppressed) Kurdish and (oppressor) Turkish nationalism entailed the proletariat of each nation fighting for the benefit of their national bourgeoisie, instead of their liberation.
Ex: (Stalin - "Marxism, & the national question") bougois nationalism amongst the soc-dems of 1913 Russia & Austria represented an opportunism that betrayed the push for equality of nations & socialism via the push for national privileges at the expense of socialist ideals, even.
Summation: Nationalism is a powerful tool for reactionaries. It consolidates bougois power within one nation, creates a civil society that supper-exploits the nationally opressed, and diffuses direct opposition to the bourgeois state.
Nationalism can cannibalize the particular capitalists of the bourgeois order, as does imperialism. This is simply war, on the world scale, between competing capitalists.
Why would competing imperial powers support Nazi Germany as it ramped up it's imperial war efforts?

Because Hitler was explicitly against the USSR - a country training revolutionaries world wide for their own revolutions, as well as being proof that revolution could succeed...
He wrote incessantly of Jeudo-Bolshevism, & described the Ukraine - a part of the USSR - as land that was integral to solidifying the 1000 year Reich.

The competing nations saw the Nazi party as willing to crush fhe socialist party in Germany, & as a likely ally against the USSR
Reaction is often strategic, and its form varies across space and time; it is either blind action, or an intervention that aids the state.

As marx said: "History does nothing, it ‘possesses no immense wealth’, it ‘wages no battles’. It is man, real, living man who does all that"

More from World

You May Also Like

A brief analysis and comparison of the CSS for Twitter's PWA vs Twitter's legacy desktop website. The difference is dramatic and I'll touch on some reasons why.

Legacy site *downloads* ~630 KB CSS per theme and writing direction.

6,769 rules
9,252 selectors
16.7k declarations
3,370 unique declarations
44 media queries
36 unique colors
50 unique background colors
46 unique font sizes
39 unique z-indices

https://t.co/qyl4Bt1i5x


PWA *incrementally generates* ~30 KB CSS that handles all themes and writing directions.

735 rules
740 selectors
757 declarations
730 unique declarations
0 media queries
11 unique colors
32 unique background colors
15 unique font sizes
7 unique z-indices

https://t.co/w7oNG5KUkJ


The legacy site's CSS is what happens when hundreds of people directly write CSS over many years. Specificity wars, redundancy, a house of cards that can't be fixed. The result is extremely inefficient and error-prone styling that punishes users and developers.

The PWA's CSS is generated on-demand by a JS framework that manages styles and outputs "atomic CSS". The framework can enforce strict constraints and perform optimisations, which is why the CSS is so much smaller and safer. Style conflicts and unbounded CSS growth are avoided.