Our Man in Budapest

As a general rule, whenever politicians tell you that they want to protect your culture or your civilisation with walls and fences, it’s a good idea to pat your wallet and check that it’s still there.


One minute you’re staring into their eyes and nodding approvingly as they tell you that your heritage and your identity are in grave danger from immigrants and ‘aliens’, and then you realise that you and your country have got poorer while your would-be saviours have mysteriously got a lot richer.


Take Hungary’s Victor Orbán.   In the panoply of sleazy demagogues, charlatans, populists, white supremacists and outright fascists who have become paladins of the people these last few years, Orbán has acquired a special place in the far-right imagination.


Orbán’s Fidesz party  has been in power since 2010, but he first established his international reputation as a defender of ‘Christian Europe’ in 2015, when Hungary began trapping migrants within its borders even though most of them didn’t even want to stay there, and were trying to get to Germany.


After allowing his police to attack migrants with tear gas and water cannons, Orbán went on to build a border fence along Hungary’s borders with Serbia and Croatia.


 



When the EU asked Hungary to accept quotas of refugees, Orbán refused, declaring that Muslim immigrants were incompatible with Hungary’s Christian culture.  Such defiance led Marine le Pen to describe him gushingly as ‘the only one protecting the external borders.’


This was how Orbán appeared to his foreign admirers and perhaps to himself: a modern incarnation of the Magyar soldiers who once patroll the perimeter of the Hapsburg-Ottoman militargrenze (military frontier), now defending Hungary and ‘Christian Europe’ from the refugee hordes.


 



 


In the face of the ‘globalists’ and ‘liberal elites’ intent on promoting Muslim immigration, Orbán proudly proclaimed Hungary to be an ‘illiberal democracy’ and a ‘Christian democracy’.  He identified the far-right’s bete noir George Soros as the enemy of  Christian Hungary and Europe, passing a ‘Stop Soros’ law enabling the government to fine and imprison NGOs who helped refugees.


Orbán also closed down the Soros-funded Central European University, in order to defend Hungary against political enemies he described as ‘ not national, but international. They do not believe in work, but speculate with money. They have no homeland, but feel that the whole world is theirs.’


No prizes for guessing who those enemies might be.  But Orbán’s many fans, from Nigel Farage to Steve Bannon, didn’t ask.  Orbán also acquired a fan in Vladimir Putin, giving Russia a 12 million euro contract to build Hungary’s only nuclear plant.


All this has transformed Orbán into a key player for the European far-right; the mitteleuropean strong man who is now supporting the Salvini-Polish proposal to remodel the European Union on far-right, anti-immigrant lines in the forthcoming EU parliamentary elections.


Until recently Orbán was rarely questioned inside Hungary itself, even when his party gerrymandered electoral boundaries to keep itself in power, and set out to control the media and judiciary.   Orbán also cultivated an oligarchical  political network based on gross levels of corruption and nepotism, handing out jobs and contracts to his friends and family, and enriching himself in the process.


Most Hungarians didn’t know about this,  because Fidesz controls ninety percent of Hungary’s newspapers, television and radio stations.  That’s what ‘illiberal democracy’ means.  It’s a new kind of fascism that doesn’t need to speak its name, that acquires power not through streetfighting and military coups, but through a veneer of legality and a reconfiguration of democracy.


Not for the first time in history, Orbán appears to have let this go to his head.


This month he installed himself in Budapest’s Buda Palace complex – the former seat of the Hungarian government more than four centuries ago – which Orbán is having expensively refurbished.  No one knows how much this restoration has cost, but estimates reach as high as $92m.  He has even got a luxury restaurant to provide the food for its canteen.


 



But then last December Orbán’s government passed a law raising the overtime cap from 250 hours 400 hours, and giving companies three years to pay workers for it instead of one.  400 hours is a lot of unpaid overtime, in a country where forty-two percent of the population earn the minimum wage and have no choice but to work extra hours.


The government justified this measure because of Hungary’s labour shortage – a shortage caused partly by high rates of Hungarian emigration – some 350,000 people, and also – who would have thought it? – a lack of immigration.


For the first time since coming to power, Orbán found himself under serious pressure, as tens of thousands of people took to the streets and rejected the government’s ‘slave law.’  These demonstrations are still ongoing.  Hungarian trade unions are now threatening a general strike on January 19, unless Orbán concedes a series of demands including the abrogation of the ‘slave law’ and a public sector pay rise.


Suddenly, it seems, the saviour of Christian Europe may no longer be impregnable.   And that is good news, not only for Hungary but in the other ‘illiberal democracies’ that have sprung up in Eastern Europe in Slovakia, Serbia and Poland, where civil society has begun to mobilise against their own authoritarian governments


But Orbán is one leader who needs to be weakened.  And better still he needs to go.  Because Hungary doesn’t need politicians like this.  And Europe doesn’t need them either.


And instead of looking to men like this to save us, we would do better to look more closely at how we can save ourselves from them.


 


Products from Amazon.co.uk


-20%


How Democracies Die: The International Bestseller: What History Reveals About Our Future


Price: £7.99


Was: £9.99






jQuery(document).ready(function() {


var CONSTANTS = {

productMinWidth : 185,

productMargin : 20

};


var $adUnits = jQuery('.aalb-product-carousel-unit');

$adUnits.each(function() {

var $adUnit = jQuery(this),

$wrapper = $adUnit.find('.aalb-pc-wrapper'),

$productContainer = $adUnit.find('.aalb-pc-product-container'),

$btnNext = $adUnit.find('.aalb-pc-btn-next'),

$btnPrev = $adUnit.find('.aalb-pc-btn-prev'),

$productList = $productContainer.find('.aalb-pc-product-list'),

$products = $productList.find('.aalb-pc-product'),

productCount = $products.length;


if (!productCount) {

return true;

}


var rows = $adUnit.find('input[name=rows]').length && parseInt($adUnit.find('input[name=rows]').val(), 10);

var columns = $adUnit.find('input[name=columns]').length && parseInt($adUnit.find('input[name=columns]').val(), 10);


if( columns ) {

var productContainerMinWidth = columns * (CONSTANTS.productMinWidth + CONSTANTS.productMargin) + 'px';

$adUnit.css( 'min-width', productContainerMinWidth );

$productContainer.css( 'min-width', productContainerMinWidth );

$products.filter( ':nth-child(' + columns + 'n + 1)' ).css( 'clear', 'both' );

}


if (rows && columns) {

var cutOffIndex = (rows * columns) - 1;

$products.filter(':gt(' + cutOffIndex + ')').remove();

}


function updateLayout() {

var wrapperWidth = $wrapper.width();

var possibleColumns = columns || parseInt( wrapperWidth / (CONSTANTS.productMinWidth + CONSTANTS.productMargin), 10 );

var actualColumns = columns || possibleColumns < productCount ? possibleColumns : productCount;

/**
* The actual columns can be zero when the wraperwidth is less than sum of CONSTANTS.productMinWidth and
* CONSTANTS.productMargin.The parseInt will use floor function and converts any value less than 1 to
* zero.Therefore making actual columns 1 .
**/
if( actualColumns == 0 ) {
actualColumns = 1;
}

var productWidth = parseInt( wrapperWidth / actualColumns, 10 ) - CONSTANTS.productMargin;

$products.css( 'width', productWidth + 'px' );

/**
* Removing the Carousel navigation button when the number of products selected by admin is less
* than the actual columns (the number of products) can be shown on screen
**/
if( productCount > actualColumns ) {

$btnNext.css( 'visibility', 'visible' ).removeClass( 'disabled' ).unbind( 'click' );

$btnPrev.css( 'visibility', 'visible' ).removeClass( 'disabled' ).unbind( 'click' );

}

$productContainer.jCarouselLite( {

btnNext : '#' + $adUnit.attr( 'id' ) + ' .aalb-pc-btn-next',

btnPrev : '#' + $adUnit.attr( 'id' ) + ' .aalb-pc-btn-prev',

visible : actualColumns,

circular: false

} );


}


updateLayout();

jQuery(window).resize(updateLayout);

});

});


/*!

* jCarouselLite - v1.1 - 2014-09-28

* http://www.gmarwaha.com/jquery/jcarou...

* Copyright (c) 2014 Ganeshji Marwaha

* Licensed MIT (https://github.com/ganeshmax/jcarouse...)

*/


!function(a){a.jCarouselLite={version:"1.1"},a.fn.jCarouselLite=function(b){return b=a.extend({},a.fn.jCarouselLite.options,b||{}),this.each(function(){function c(a){return n||(clearTimeout(A),z=a,b.beforeStart&&b.beforeStart.call(this,i()),b.circular?j(a):k(a),m({start:function(){n=!0},done:function(){b.afterEnd&&b.afterEnd.call(this,i()),b.auto&&h(),n=!1}}),b.circular||l()),!1}function d(){if(n=!1,o=b.vertical?"top":"left",p=b.vertical?"height":"width",q=B.find(">ul"),r=q.find(">li"),x=r.size(),w=x0?z-b.scroll:z+b.scroll)}),b.auto&&h()}function h(){A=setTimeout(function(){c(z+b.scroll)},b.auto)}function i(){return s.slice(z).slice(0,w)}function j(a){var c;a=y-w+1&&(c=a-x-b.scroll,q.css(o,-(c*t)+"px"),z=c+b.scroll)}function k(a){0>a?z=0:a>y-w&&(z=y-w)}function l(){a(b.btnPrev+","+b.btnNext).removeClass("disabled"),a(z-b.scrolly-w&&b.btnNext||[]).addClass("disabled")}function m(c){n=!0,q.animate("left"==o?{left:-(z*t)}:{top:-(z*t)},a.extend({duration:b.speed,easing:b.easing},c))}var n,o,p,q,r,s,t,u,v,w,x,y,z,A,B=a(this);d(),e(),f(),g()})},a.fn.jCarouselLite.options={btnPrev:null,btnNext:null,btnGo:null,mouseWheel:!1,auto:null,speed:200,easing:null,vertical:!1,circular:!0,visible:3,start:0,scroll:1,beforeStart:null,afterEnd:null}}(jQuery);


-31%


How Democracy Ends


Price: £10.27


Was: £14.99



-22%


The Road to Unfreedom: Russia, Europe, America


Price: £19.49


Was: £25.00



The post Our Man in Budapest appeared first on Matt Carr's Infernal Machine.

1 like ·   •  0 comments  •  flag
Share on Twitter
Published on January 12, 2019 02:57
No comments have been added yet.