Elon Musk is the shadow president of the USA

At the age of 53, Elon Musk, a multifaceted and dark personality who leads the conquest of space through Space X, dominates the electric car market with Tesla and promotes cryptocurrencies against the dollar while at the same time has a declared goal to… abolish the Federal Bank of the USA (Fed), while at the same time controlling a significant part of the flow of global information through the X platform (formerly Twitter), a little far from being labeled “informal co-ruler of the world”.

The first billionaire on the planet, with a fortune that exceeds 320 billion. dollars (Forbes) will take over, according to Trump’s own announcement, the ominous and Orwellian in performance “Ministry of Government Efficiency”, together with businessman, former contender for the Republican nomination, Vivek Ramaswamy. The “ministry” will have… an end date of July 4, 2026, the 250th anniversary of American independence, and will bear the initials DOGE/ Department of Government Efficiency, as a pun on Musk’s Dogecoin cryptocurrency.

Except that this is not a ministry in the strict sense, but an “advisory agency” of dubious constitutional legitimacy, with which Trump will try to bypass the control of Congress and Justice, to impose together with Musk an agenda that is heard nightmare: “Eliminate government bureaucracy, drastically reduce excessive government controls, cut wasteful spending and to reorganize federal agencies.”

In other words, to weaken or dismantle state institutions, not only in matters of social welfare, but even currency control! A few days ago, Musk did 100 likes with an e-moji on the post #EndtheFed, of the Republican senator, Mike Lee, while foreseeing the danger, the chairman of the Federal Reserve Bank of the USA (Fed), Jerome Powell, told reporters that he is not going to resign , even if Trump himself asks him to!

According to the Republican president, the new department will realize the party’s long-held dreams and “offer advice and guidance outside of government,” while Musk has promised to operate in a transparent manner.

HE WILL STAY IN HIS BUSINESS

Musk’s informal status as the president’s top economic-business advisor will allow him to remain at the helm of his businesses. Moreover, the two “ministers” will not be able to approve decrees, but will cooperate with the Budget Management Office of L. House, with a completely blurred institutional status.

But the destruction they can bring to millions of people and to American society is completely palpable. At a Trump campaign event in October at Madison Square Garden, Musk said the federal budget could be cut by “at least” $2 trillion. dollars, i.e. by one third!

#Elon #Musk #shadow #president #USA

How does asynchronous script loading contribute to a better user ‌experience?

This code snippet⁢ focuses on dynamically loading various advertising and analytics scripts onto a webpage. Let's break it‍ down step-by-step:

**1.⁤ Removing Mobile Ads & Preparing Ad Slots**

The ⁣initial part checks if the window screen width suggests a mobile device. If so, ⁢it removes existing ads intended for mobile display and gathers the remaining `adsbygoogle` slots.

This sets the stage for the later asynchronous loading of ads.

**2. Function `cmpActionCompleted`**

This function appears to be triggered after a Consent ‍Management Platform (CMP) has processed user ⁤consent regarding​ cookies and data collection.

* **OCM & DFP:** The code mentions OCM, ⁢likely referring to an Open Consent Management platfrom. The `asyncLoadScript` function, which isn't fully provided, likely loads scripts ⁣related to online advertising platforms.

* **Ad​ Networks:**

⁣ * **CleverCore:** This appears ⁢to be a future implementation, commented out. CleverCore is an ad network.

* ​**Taboola/Project Agora:** These are other popular content recommendation and native advertising‍ platforms.

* **Google AdSense:** If the⁣ page contains `.adsbygoogle` elements,⁣ it loads the AdSense script ‍to display ads.

*Phaistos Adman:**‍ Adman.js is a lightweight JavaScript library for dynamic ad insertion and management[1].

* **Glomex:** Glomex, a video platform, might be integrated through its `glomex-integration` component. The code waits 2 seconds before loading its module.

* **Dalecta:** Dalecta is unverifiable, ​but ⁣possible here due to `asyncLoadScript`.

* **Vidoomy:** Another potential video‍ ad‍ network, not fully defined.

**3. Importance of Asynchronous Loading**

Throughout the‍ code, the ⁢emphasis on `asyncLoadScript` highlights a best practice. Loading these scripts asynchronously prevents them from blocking the main web page rendering ⁣process,⁢ leading to a smoother user experience.

**4. Purpose​ and Context**

This code is designed to ⁣manage and inject various advertisements and tracking scripts onto a webpage. The use ​of a `Consent⁢ Management Platform` (CMP) ⁣indicates that this website⁢ adheres ⁤to user privacy ⁤regulations (likely GDPR) by ‌obtaining consent⁣ before loading certain trackers and ads.

Leave a Replay