Spyke

Posts

anarchism·Anarchism and Social EcologybySem

Conservative Populism as a Failed Libertarian Detour

I do not want to discuss this as an endorsement of right-wing populism. I am interested in it as a case study in political strategy, and especially as a warning about alliances with any kind of authoritarian currents.

In 1992, Murray Rothbard published "Right-Wing Populism: A Strategy for the Paleo Movement". The basic wager was that libertarians could form a tactical alliance with paleoconservatives and right-wing populists against the liberal-managerial state. Rothbard did not pretend that these forces were libertarian in any full sense. The idea was rather that a populist coalition could attack the ruling elite, delegitimize the central state, and open political space for a more radically anti-statist project.

More than three decades later, this looks like a failed wager.

For anarchists shaped by Bakunin’s critique of authority, this failure is hardly surprising. What is interesting is that, after more than three decades, some libertarians seem to be reaching a similar conclusion from inside the very tradition that once promoted the strategy.

Ryan McMaken’s recent essay, "Conservative Populism: Doing the Same Thing Over and Over, and Expecting Different Results", is useful for that reason. He argues that conservative populism repeatedly asks people to support the next Republican candidate, the next "most important election", the next attempt to seize the state and use it better. But the result is not decentralization, not a weakening of state power, and not greater freedom. The result is a stronger state, more surveillance, more war politics, more border and police politics, and a continuing reverence for the legitimacy of the central regime.

That is the key point: conservative populism does not abolish authority. It redirects authority. It does not attack the state as such. It attacks the current managers of the state and tries to replace them with different managers.

From an anarchist perspective, this is the predictable failure of any strategy that treats authoritarian movements as temporary instruments. Authoritarian currents are not neutral tools. They have their own logic, their own constituency, their own myths, and their own preferred forms of power. Once strengthened, they do not dissolve themselves in favor of liberty. They use the opening to build the kind of order they actually want.

This is why I think the failure of the Rothbardian strategy is worth discussing, even outside the libertarian right. It is a clear example of a broader problem: the belief that anti-establishment energy is automatically anti-authoritarian. It is not. A movement can hate the existing elite and still love hierarchy, police power, nationalism, patriarchy, borders, prisons, militarism, and moral regulation. Anti-elite politics is not the same thing as anti-domination politics.

For left anarchists, the lesson is not "the right failed, therefore the left should make the same mistake with different authoritarians". The lesson is stricter than that. Alliances with authoritarian forces do not become safe because they are described as tactical, temporary, populist, anti-liberal, anti-globalist, anti-woke, anti-capitalist, or anti-elite. If the movement’s actual horizon is command, hierarchy, exclusion, and control, then strengthening it strengthens those things.

McMaken’s essay is useful because it unintentionally confirms a basic anarchist suspicion: you cannot get freedom by empowering people whose political imagination ends at capturing the state. The problem is not only that they may betray anti-authoritarians later. The problem is that they are already pursuing a different project.

The failure of the Rothbardian detour is therefore not just a libertarian-right problem. It is a general warning: anti-statist language without anti-authoritarian commitments can easily become a bridge back to the state.

Conservative Populism as a Failed Libertarian Detourhttps://www.lewrockwell.com/lrc-blog/conservative-populism-doing-the-same-thing-over-and-over-and-expecting-different-results/Open linkView original on lemmy.ml
opensource·Open SourcebySem

I need an advice about Sonaype and domains topic

Hello! I'm a new maintainer of a fairly popular niche project called GraphFrames (GitHub link). The project was in "maintenance mode" for a couple of years, and now I'm excited to help bring it back to life. However, I'm currently facing a serious issue with Sonatype and could use some advice on how to proceed.

Historically, GraphFrames' JARs were published in the Spark Packages repository (link), which was automatically synchronized with Maven Repository (link). The project uses the org.graphframes namespace internally. Unfortunately, the Spark Packages project is now semi-defunct, and the synchronization to Maven is broken.

There is strong demand from GraphFrames users and contributors to resume publishing the project in Maven Central. However, the problem is that the "graphframes.org" domain is not available (whois link). I reached out to Sonatype Support to request permission to register and verify the org.graphframes namespace in Maven Central, but their response was clear: it is not possible.

Here is their response:

Hello Sem,
I am sorry to inform you that it is not possible to register a namespace for a domain that you do not control for Central Portal.

I tried to argue that GraphFrames has a large community, 1k stars on GitHub, nearly 10 years of publishing under the org.graphframes namespace, and numerous existing tutorials and blog posts, but this did not change their decision.

One option is to migrate the project from org.graphframes to io.github.graphframes, but this would be a major disruption for users and dependent projects. It would also render all existing videos, tutorials, and blog posts about GraphFrames outdated.

What else can I do in this situation? DNS, domains, and Sonatype are new topics for me, as I have primarily focused on coding in the past. I would greatly appreciate any advice or guidance on how to handle this issue effectively.

Thanks in advance!

View original on lemmy.ml
privacy·PrivacybySem

Big brother: the effects of surveillance on fundamental aspects of social vision

Abstract of the paper: Despite the dramatic rise of surveillance in our societies, only limited research has examined its effects on humans. While most research has focused on voluntary behaviour, no study has examined the effects of surveillance on more fundamental and automatic aspects of human perceptual awareness and cognition. Here, we show that being watched on CCTV markedly impacts a hardwired and involuntary function of human sensory perception—the ability to consciously detect faces. Using the method of continuous flash suppression (CFS), we show that when people are surveilled (N = 24), they are quicker than controls (N = 30) to detect faces. An independent control experiment (N = 42) ruled out an explanation based on demand characteristics and social desirability biases. These findings show that being watched impacts not only consciously controlled behaviours but also unconscious, involuntary visual processing. Our results have implications concerning the impacts of surveillance on basic human cognition as well as public mental health.

My own commentary: to the privacy concerns about CCTVs we can now add also concerns about mental health of people under CCTVs.

https://doi.org/10.1093/nc/niae039Open linkView original on lemmy.ml
privacy·PrivacybySem

FTC Issues Orders to Eight Companies Seeking Information on Surveillance Pricing

After reading such news I have an obvious question. Does anyone know a PayPal-like service, that allows to hide the destination of my transactions from Mastercard / bank, but with a good privacy policy? Or how else can I restrict the usage of my financial data by mastercard or bank?

FTC Issues Orders to Eight Companies Seeking Information on Surveillance Pricinghttps://www.ftc.gov/news-events/news/press-releases/2024/07/ftc-issues-orders-eight-companies-seeking-information-surveillance-pricingOpen linkView original on lemmy.ml
data_engineering·Data EngineeringbySem

A guide how to adopt an existing Spark scala library for Spark Connect

Let me share my post with a detailed step by step guide how an exisiting Spark scala library may be adopted to work with recently introduced Spark Connect. As an example I have chosen a pupular open source data quality tool AWS Deequ. I made all the necessary protobuf messages and a Spark Connect Plugin. I tested it from PySpark Connect 3.5.1 and it works. Of course, all the code is public in git.

A guide how to adopt an existing Spark scala library for Spark Connecthttps://semyonsinchenko.github.io/ssinchenko/post/porting_deequ_to_sparkconnect/Open linkView original on lemmy.ml
privacy·PrivacybySem

What is the most appropriate way of tracking web traffic?

I have my personal blog, made with Hugo and hosted on GitHub pages. Initially I did not turn on any kind of web tracking / web analytics, because I do not like tracking at all. But I want to make my blog better and to achieve it, I need a feedback loop about traffic. For example, what are the most popular publications, or how many people view my blog from mobile devices, etc.

So, my question is, what is the most appropriate (ot the less evil) way to track a web traffic?

An answer "there is no good way to do it without breaking user's privacy" is acceptable too, I did not decide yet turning on the analytics. Instead I'm interested in an opinion of the community.

Thanks in advance!

View original on lemmy.ml
green·Green - An environmentalist community bySem

Threat of mining to African great apes

tldr: Green transition, like switching to electric vehicles and use renewable energy sources, requires a huge amount of minerals. One of the main sources of these minerals is African continent. Researchers found big overlapp of that mining with areas of big apes. Almost 200.000 of apes are in a risk area, based on the estimation:

We estimated that more than one-third of the entire great ape population in Africa—nearly 180,000 individuals—could be directly or indirectly threatened by mining now and in the near future. Apes in West Africa could be most severely affected, where up to 82% of the population currently overlaps with operational and preoperational mining locations and their 50-km buffers

Another problem is that mining companies working there are not pay attention to ecological consequences of their business:

only 5% of the 400 assessed companies had carried out science-based nature and biodiversity impact assessments of their operations and business models

https://www.science.org/doi/10.1126/sciadv.adl0335Open linkView original on lemmy.ml
architecture·ArchitecturebySem

Hotel Holiday Inn, Sarajevo, BiH

The hotel was designed by Ivan Štraus, one of the most famous architects of former Yugoslavia (Museum of Aviation in Belgrade, Bosnia Electric Power Buiilding in Sarajevo and others). The building was opened in 1983. During the Bosnian War it was damaged and was restored in the modern time following the original project. It looks like it is one of the most famous example of Yugoslavian modernism in Sarajevo.

Original content, CC-BY-4.0.

View original on lemmy.ml
bikecommuting·Bike CommutingbySem

Cycling route across Eastern Serbia

Hello! I would like to share the route I made for myself and my story how I finished it recently. The route I will describe starts in Belgrade, goes along the Danube River, through Djerdap National Park to the border with Serbia, and returns to Belgrade through Kucaj-Beljanica National Park. The route is compilation from parts of different EuroVel routes.

Route Summary:

  • Total length: about 700 km;
  • Total elevation: about 5000 m;
  • Highest climbing category: 2;
  • Highest point: 960 m above the sea;
  • Estimated days required: 6-7;
  • Overall level: medium;
  • Recommended lowest gear: 1:1
  • Recommended tires: 35+ mm or MTB;
  • Link to the routeplanner;
  • Link to Kamoot;
  • Total price, including hotels and food in restaurants: 385 Eur (Fall 2023);

I made a blog post with detailed information about every part and also additional photos inside.

View original on lemmy.ml
bikecommuting·Bike CommutingbySem

Question about cycling Bosnia and Herzegovina

The photo is just for the cover :)

Has anyone cycled through Bosnia and Herzegovina? I'm planning my next solo trip and I'm thinking of going from Belgrade to Sarajevo, crossing the border at Bajina Basta Water Power Plant one way, after visiting Sarajevo it looks like I can cross the border at Bijelina. Most of the videos on YouTube are about cycling back through Croatia, but this is not an option for me due to visa restrictions... The whole route (~700km with +-8500m of altitude difference) looks like an interesting challenge and a great opportunity to get to know BiH.

But I have a lot of general questions about road quality, driver culture in relation to cyclists, water accessibility, etc. I'm also worried about the mountains near Sarajevo: from the border to Sarajevo and from Sarajevo to Tuzla. How good are these mountain roads for cycling? Is it possible to zigzag on the most difficult climbs?

Thanks in advance!

View original on lemmy.ml
architecture·ArchitecturebySem

Avala Tower, Belgrade, Serbia

Telecommunication tower built in 1965 according to the project of Uglješa Bogunović, Slobodan Janjić and Milan Krstić. Destroyed in an air raid in 1999, rebuilt according to the original project in 2010. One of the most famous examples of Yugoslavian Brutalism in architecture. A photo of the tower was included in the exhibition "Toward a concrete Utopia: Architecture in Yugoslavia, 1948-1980", organized at the Museum of Modern Art in New York in 2018. This exhibition opened Yugoslavian modernist architecture to the world.

Original content, CC-BY-4.0.

View original on lemmy.ml