Connect with us

Société

Dette américaine: confrontation politique mardi à la Maison-Blanche

Published

on

Dette américaine: confrontation politique mardi à la Maison-Blanche
Spread the love

Le président américain a dit vendredi que les républicains tentaient de prendre l’économie américaine « en otage ». (Photo: Getty Images)

L’heure tourne avant un éventuel défaut de paiement: Joe Biden organise mardi un face-à-face avec les chefs de l’opposition parlementaire, pour tenter de trouver un compromis sur la plus lourde dette publique du monde. 

Le président américain retrouvera son principal adversaire dans ce dossier, le chef républicain de la Chambre des représentants, Kevin McCarthy, ainsi que Mitch McConnell, leader de la minorité conservatrice au Sénat, l’autre chambre du Congrès.

Sur la table des négociations: la réputation financière de l’Amérique, et aussi beaucoup de crédit politique.

Le démocrate de 80 ans sait que la manière dont il gérera cette crise pèsera sur sa campagne de réélection qui débute.

Kevin McCarthy, péniblement élu au perchoir de la Chambre, à la tête d’une très courte majorité, joue gros lui aussi.

Otage

Le président américain a dit vendredi que les républicains tentaient de prendre l’économie américaine « en otage », en conditionnant leur vote d’un relèvement du plafond de la dette à des coupes budgétaires « draconiennes ». 

« Les deux choses ne sont pas liées », a-t-il affirmé.

Pour Joe Biden, le respect des engagements financiers accumulés par les administrations américaines successives oblige les parlementaires des deux bords, alors que le budget annuel peut, lui, faire l’objet d’un débat politique.

See also  Ripple visé par un recours collectif !

Dans une interview à MSNBC, il a estimé que Kevin McCarthy était un « honnête homme », mais qu’il avait dû, pour sauver son poste, se rallier aux positions « extrêmes » dans son parti. 

« Nous, républicains, avons fait ce qu’il fallait. La balle est dans le camp des démocrates », estime au contraire sur Twitter l’un des élus de l’opposition à la Chambre, John Rose, en reprochant à Joe Biden de fuir une discussion « sérieuse » sur le projet de budget des conservateurs.

Ce bras de fer part d’une particularité institutionnelle américaine: régulièrement, le Congrès doit voter pour relever le montant maximal de dette que le gouvernement fédéral est autorisé à accumuler.

Jusqu’à la présidence de Barack Obama, c’était plus ou moins une formalité. Mais dans une Amérique où les clivages partisans sont béants, ce n’est cette fois plus le cas. 

La Maison-Blanche et la droite n’ont plus beaucoup de temps pour s’entendre. 

1er juin

Le Trésor américain a averti que sans vote du Congrès d’ici le 1er juin, le gouvernement devra tailler dans les dépenses courantes et les prestations sociales s’il veut continuer de pouvoir rembourser ses créanciers et payer les intérêts.

Le plafond de la dette est jusqu’ici fixé 31 000 milliards de dollars — le record de toutes les dettes souveraines dans le monde en valeur absolue.

See also  10 millions de tokens BEE à gagner avec Globees !

Ce montant a été atteint à la mi-janvier, mais le gouvernement fédéral a jusqu’ici géré la situation par des manœuvres comptables.

Si l’impasse se poursuit pendant l’été, les États-Unis se trouveraient non seulement dans l’incapacité de payer factures et salaires, mais aussi de rembourser leurs créanciers.

Pour la première fois, des porteurs de bons du Trésor américains, le placement roi de la finance mondiale ne pourrait plus récupérer leur mise. 

Alors, la Maison-Blanche l’assure, finie la reprise économique robuste dont le président américain s’attribue le mérite: les marchés s’effondreraient, la récession serait historique et le chômage flamberait aux États-Unis — avec des conséquences sur toute l’économie mondiale. 

Le calendrier est d’autant plus serré que la Chambre des représentants ne siégera que douze jours d’ici le 1er juin. Tandis que Joe Biden s’en va dans deux semaines pour une tournée diplomatique de plusieurs jours au Japon et en Australie.

Certains commentateurs estiment que l’administration Biden pourrait, en cas de blocage insoluble, faire une sorte de coup de force juridique et émettre malgré tout de nouvelles créances en invoquant le 14e amendement de la Constitution. Ce texte pose que « la validité de la dette publique des États-Unis (…) ne doit pas être remise en question ».

See also  How to describe Java code with annotations

« Je n’en suis pas encore là », a dit Joe Biden à MSNBC, sans écarter formellement cette option.

Click to comment

Leave a Reply

Your email address will not be published. Required fields are marked *

Société

Node.js previews network inspection support

Published

on

Node.js previews network inspection support
Spread the love

Node.js v20.18.0, a just-introduced update to the Long-Term Support (LTS) version of the popular asynchronous, event-driven JavaScript runtime, features experimental network inspection support.

Introduced October 3, Node.js 20.18.0 enables users to inspect network activities occurring within a JavaScript application. Still in active development, this capability is initially limited to HTTP and HTTPS modules only. To use this feature, Node.js must be started with the command $ node --inspect-wait --experimental-network-inspection index.js.

Other highlights of Node.js 20.18.0 include a new option for the tls.createSecureContext API. Developers can use tls.create.SecureContext({allowPartialTrustChain:true}) to treat non-self-signed certificates in the trust CA certificate list as trusted.

See also  10 millions de tokens BEE à gagner avec Globees !
Continue Reading

Société

Google ships Gemini 1.5 Flash-8B AI model

Published

on

Google ships Gemini 1.5 Flash-8B AI model
Spread the love

Google’s Gemini 1.5 Flash-8B AI model is now production-ready. The company said the stable release of Gemini 1.5 Flash-8B has the lowest cost per intelligence of any Gemini model.

Availability was announced October 3. Developers can access gemini-1.5-flash-8B for free via Google AI Studio and the Gemini API. Gemini 1.5 Flash-8B offers a 50% lower price compared to 1.5 Flash and twice the rate limits. Lower latency on small prompts also is featured.

An experimental version of Gemini 1.5 Flash-8B had been released in September as a smaller, faster variant of 1.5 Flash. Flash-8B nearly matches the performance of the 1.5 Flash model launched in May across multiple benchmarks and performs well on tasks such as chat, transcription, and long context language translation, Google said.

See also  Could AI Benefit Bitcoin (BTC)? Arthur Hayes’ analysis
Continue Reading

Société

Visual Studio Code 1.94 improves file search

Published

on

Visual Studio Code 1.94 improves file search
Spread the love

For Python, developers now can run Python tests with coverage and get rich results in the editor, Microsoft said. To run tests with coverage, users must select the coverage run icon in Test Explorer or “Run with coverage” from any menu that triggers test runs. The Python extension will run coverage by using the pytest-cov plugin if developers are using pytest, or by using coverage.py if using unittest. Once the coverage is complete, lines are highlighted in the editor for line-level coverage. The Python extension also has added a default problem matcher, simplifying issue tracking in Python code and providing more contextual feedback.

The Source Control Graph in Visual Studio Code 1.94 features a new history item reference picker in the view title, allowing developers to use the reference picker to filter the history items shown in the graph to a different branch or to view multiple branches. The Source Control Graph also expands the list of actions available in the context menu for source control history items. Actions have been added to create a new branch/tag from a history item, cherry-pick a history item, and check out an item.

Elsewhere in Visual Studio Code 1.94:

Continue Reading

Société

Why cloud security outranks cost and scalability

Published

on

Why cloud security outranks cost and scalability
Spread the love

Business reputation and trust are always vulnerable; companies recognize that a security breach can instantly damage both. Indeed, you’ll get yourself on the morning news and watch your stock drop by 50%. By prioritizing security, businesses aim to safeguard their reputation and customer relationships.

Long-term cost implications mean that focusing initially on cost and scalability might seem feasible, but the long-term financial impact of security incidents can be severe. Most people in the cybersecurity space understand that risk equals money. The more risk, the less your systems are worth, considering the potential for a breach. Prioritizing security can prevent costly breaches and downtime.

Innovation and agility mean that to remain competitive, businesses need to innovate rapidly. A secure cloud infrastructure enables this by providing a reliable foundation for building and deploying new services without compromising data integrity or security.

See also  Hertz makes ‘agile’ choice to shift technique and promote EVs, Teslas
Continue Reading

Société

Visual Studio Code 1.94 boosts file finding

Published

on

Visual Studio Code 1.94 boosts file finding
Spread the love

For Python, developers now can run Python tests with coverage and get rich results in the editor, Microsoft said. To run tests with coverage, users must select the coverage run icon in Test Explorer or “Run with coverage” from any menu that triggers test runs. The Python extension will run coverage by using the pytest-cov plugin if developers are using pytest, or by using coverage.py if using unittest. Once the coverage is complete, lines are highlighted in the editor for line-level coverage. The Python extension also has added a default problem matcher, simplifying issue tracking in Python code and providing more contextual feedback.

The Source Control Graph in Visual Studio Code 1.94 features a new history item reference picker in the view title, allowing developers to use the reference picker to filter the history items shown in the graph to a different branch or to view multiple branches. The Source Control Graph also expands the list of actions available in the context menu for source control history items. Actions have been added to create a new branch/tag from a history item, cherry-pick a history item, and check out an item.

Elsewhere in Visual Studio Code 1.94:

Continue Reading

Société

SingleStore acquires BryteFlow to boost data ingestion capabilities

Published

on

SingleStore acquires BryteFlow to boost data ingestion capabilities
Spread the love

Additionally, it also has a separate tool, SAP Data Lake Builder, that can be used to ingest data from SAP. Other specific data ingesting tools on offer include BryteFlow for Oracle, BryteFlow for SQL, BryteFLow for SQL Server, BryteFlow for PostgreSQL, and integrations with Databricks, Teradata, Google BigQuery, and Apache Kafka.

What effect will the acquisition have?

BryteFLow’s existing customers may have to look elsewhere for help with data integration if they use databases other than SingleStoreDB: “Our number one priority is to integrate BryteFlow into SingleStore and bring value to our customers through SingleConnect. We have no plan to sell BryteFlow independently at this time, apart from some special cases,” SingleStore CEO Raj Verma said via email.

But there will be opportunities for SingleStore customers, said Duncan Van Kouteren, research analyst at Nucleus Research. “The acquisition will enable customers to integrate data from various sources while maintaining real-time data analytics functionalities by utilizing BryteFlow’s capabilities such as change data capture (CDC),” he said.

See also  Hertz makes ‘agile’ choice to shift technique and promote EVs, Teslas
Continue Reading

Société

OpenAI updates API with model distillation, prompt caching abilities

Published

on

OpenAI updates API with model distillation, prompt caching abilities
Spread the love

“Many developers use the same context repeatedly across multiple API calls when building AI applications, like when making edits to a codebase or having long, multi-turn conversations with a chatbot,” OpenAI explained, adding that the rationale is to reduce token consumption when sending a request to the LLM.

What that means is that when a new request comes in, the LLM checks if some parts of the request are cached. In case it is cached, it uses the cached version, otherwise it runs the full request.

OpenAI’s new prompt caching capability works on the same fundamental principle, which could help developers save on cost and time.

See also  JM Wilson Hires Kemp; Vermont Mutual Promotes Gilbert
Continue Reading

Société

Understanding VBS Enclaves, Windows’ new security technology

Published

on

Understanding VBS Enclaves, Windows’ new security technology
Spread the love

Putting a trusted execution environment on a PC is useful for more than securing AI. It protects sensitive data, adding a new level of protection beyond at rest and in motion: in use. While it does require more work to define and use a VBS Enclave, it’s worth it to have more security with only limited performance impact.

With Windows 11’s memory integrity tools, a VBS Enclave uses Windows’ integral hypervisor to create a new, isolated, high-privilege area of system memory: Virtual Trust Level 1. Most of your code, and Windows itself, continues to run at Virtual Trust Level 0. VTL 1 is used by a secure version of the Windows kernel, with its own isolated user mode. This is where your VBS Enclave runs, as part of an application that appears to cross the boundary between the two zones. In reality, you’re separating off the VTL 1 enclave and using secure channels to communicate with it from the rest of your application in VTL 0.

Using VBS Enclaves in your applications

So how do you build and use VBS Enclaves? First, you’ll need Windows 11 or Windows Server 2019 or later, with VBS enabled. You can do this from the Windows security tool, via a Group Policy, or with Intune to control it via MDM. It’s part of the Memory Integrity service, so you should really be enabling it on all supported devices to help reduce security risks, even if you don’t plan to use VBS Enclaves in your code.

See also  Hertz makes ‘agile’ choice to shift technique and promote EVs, Teslas

Continue Reading

Société

How to use extension methods in C#

Published

on

How to use extension methods in C#
Spread the love


public static class MyListExtensions
{
    public static T GetLastElement(this List list)
    {
        if(list.Count > 0)
            return list[list.Count - 1];
        return default(T);
    }
}

The GetLastElement is an extension method that returns the last element of a list. You can invoke this extension method using the following code snippet.


List integers = new List { 1, 2, 3, 4, 5, 6, 7, 8, 9 };
int element = integers.GetLastElement();
Console.WriteLine(element);

Overloading an extension method in C#

Similar to other methods, you can also overload an extension method. The following code snippet shows how you can overload the Substring method of the string class to return a substring of a string. This overloaded Substring method takes the starting and ending index and a Boolean as parameters. The Boolean denotes if the returned string should be converted to upper case. If you pass true in this parameter when calling the extension method, the returned string will be converted to upper case.

See also  Ripple visé par un recours collectif !
Continue Reading

Société

OpenAI previews Realtime API for speech-to-speech apps

Published

on

OpenAI previews Realtime API for speech-to-speech apps
Spread the love

OpenAI has introduced a public beta of the Realtime API, an API that allows paid developers to build low-latency, multi-modal experiences including text and speech in apps.

Introduced October 1, the Realtime API, similar to the OpenAI ChatGPT Advanced Voice Mode, supports natural speech-to-speech conversations using preset voices that the API already supports. OpenAI also is introducing audio input and output in the Chat Completions API to support use cases that do not need the low-latency benefits of the Realtime API. Developers can pass text or audio inputs into GPT-4o and have the model respond with text, audio, or both.

With the Realtime API and the audio support in the Chat Completions API, developers do not have to link together multiple models to power voice experiences. They can build natural conversational experiences with just one API call, OpenAI said. Previously, creating a similar voice experience had developers transcribing an automatic speech recognition model such as Whisper, passing text to a text model for inference or reasoning, and playing the model’s output using a text-to-speech model. This approach often resulted in loss of emotion, emphasis, and accents, plus latency.

See also  JM Wilson Hires Kemp; Vermont Mutual Promotes Gilbert
Continue Reading
Advertisement

Derniers Articles

Le favori des fans de Barcelone fera son retour très attendu à la fin de ce mois Le favori des fans de Barcelone fera son retour très attendu à la fin de ce mois
Football7 mins ago

Le favori des fans de Barcelone fera son retour très attendu à la fin de ce mois

Spread the love Le dilemme du milieu de terrain de Barcelone s’annonce comme l’un des défis les plus intéressants pour...

le superbe film «L’Exercice de l’État», illustration de la politique actuelle le superbe film «L’Exercice de l’État», illustration de la politique actuelle
France12 mins ago

le superbe film «L’Exercice de l’État», illustration de la politique actuelle

Spread the love Vous pouvez vous abonner au téléchargement périodique d’un fichier audio. Vous pouvez conserver l’émission ainsi téléchargée sur...

Trump heads back to rally shooting site for campaign event with Elon Musk Trump heads back to rally shooting site for campaign event with Elon Musk
International13 mins ago

Trump heads back to rally shooting site for campaign event with Elon Musk

Spread the loveRepublican presidential candidate Donald Trump is set to return Saturday to the site in Butler, Pennsylvania, where a...

Steve Bruce: Blackpool boss on management, criticism and rollercoasters Steve Bruce: Blackpool boss on management, criticism and rollercoasters
Sports20 mins ago

Steve Bruce: Blackpool boss on management, criticism and rollercoasters

Spread the love Veteran boss Steve Bruce is relishing his return to the game with Blackpool. The 63-year-old had been...

Doctors reveal the signs a young and ‘super-fit’ person is about to suffer a heart attack amid worrying surge Doctors reveal the signs a young and ‘super-fit’ person is about to suffer a heart attack amid worrying surge
International21 mins ago

Doctors reveal the signs a young and ‘super-fit’ person is about to suffer a heart attack amid worrying surge

Spread the love Doctors are warning young people to be aware of signs of a heart attack after ‘alarming’ data...

Poudre libre ou base de teint : quel produit de maquillage appliquer pour éviter la peau qui brille ? : Femme Actuelle Le MAG Poudre libre ou base de teint : quel produit de maquillage appliquer pour éviter la peau qui brille ? : Femme Actuelle Le MAG
France29 mins ago

Poudre libre ou base de teint : quel produit de maquillage appliquer pour éviter la peau qui brille ? : Femme Actuelle Le MAG

Spread the love Nous avons un cadeau pour vous Créez un compte et inscrivez-vous à la newsletter Femme Actuelle pour...

Dans « Les rencontres du Papotin », Antoine Dupont a répondu à vraiment toutes les questions Dans « Les rencontres du Papotin », Antoine Dupont a répondu à vraiment toutes les questions
Santé41 mins ago

Dans « Les rencontres du Papotin », Antoine Dupont a répondu à vraiment toutes les questions

Spread the love Leo Kekemenis / © Léo KEKEMENIS – France Télévisions « Les Rencontres du Papotin » avec Antoine Dupont, diffusée...

Ligue Europa : Fabrice Ondoa et Rigas arrachent le nul contre Galatasaray Ligue Europa : Fabrice Ondoa et Rigas arrachent le nul contre Galatasaray
Afrique48 mins ago

Ligue Europa : Fabrice Ondoa et Rigas arrachent le nul contre Galatasaray

Spread the love La pente n’a pas totalement été remontée ce soir. Fabrice Ondoa et Rigas devaient obtenir une victoire...

La présidente du tribunal de Fort-de-France, accusée de détournement de fonds publics, visée par des perquisitions La présidente du tribunal de Fort-de-France, accusée de détournement de fonds publics, visée par des perquisitions
France50 mins ago

La présidente du tribunal de Fort-de-France, accusée de détournement de fonds publics, visée par des perquisitions

Spread the love Karine Gonnet, présidente du tribunal judiciaire de Fort-de-France, a fait l’objet de perquisitions en juillet dans une...

Paul Scholes explique pourquoi l’icône de Manchester United, Michael Carrick, a eu du mal pour l’Angleterre Paul Scholes explique pourquoi l’icône de Manchester United, Michael Carrick, a eu du mal pour l’Angleterre
Football1 hour ago

Paul Scholes explique pourquoi l’icône de Manchester United, Michael Carrick, a eu du mal pour l’Angleterre

Spread the love Pourquoi l’icône de Manchester United, Michael Carrick, n’a pas trouvé sa place au cœur du milieu de...

Hommage à Michel Blanc, les coulisses de la séance photo pour les 75 ans de Paris Match Hommage à Michel Blanc, les coulisses de la séance photo pour les 75 ans de Paris Match
France1 hour ago

Hommage à Michel Blanc, les coulisses de la séance photo pour les 75 ans de Paris Match

Spread the love Vous pouvez vous abonner au téléchargement périodique d’un fichier audio. Vous pouvez conserver l’émission ainsi téléchargée sur...

US elections explainer: The seven battleground states to watch in 2024 US elections explainer: The seven battleground states to watch in 2024
International1 hour ago

US elections explainer: The seven battleground states to watch in 2024

Spread the loveWhile more than 240 million Americans are eligible to vote in 2024, a relatively small number will actually...

Manchester City: Pep Guardiola offers to pay for banner made by fans asking him to stay at club Manchester City: Pep Guardiola offers to pay for banner made by fans asking him to stay at club
Sports1 hour ago

Manchester City: Pep Guardiola offers to pay for banner made by fans asking him to stay at club

Spread the love Manchester City manager Pep Guardiola joked he would reimburse fans after hearing they are set to display...

Paul Pogba’s ‘minimum wage salary’ the Juventus star was paid during doping ban and the ‘HUGE amount’ the ex-Man United midfielder will return to after successful appeal Paul Pogba’s ‘minimum wage salary’ the Juventus star was paid during doping ban and the ‘HUGE amount’ the ex-Man United midfielder will return to after successful appeal
International1 hour ago

Paul Pogba’s ‘minimum wage salary’ the Juventus star was paid during doping ban and the ‘HUGE amount’ the ex-Man United midfielder will return to after successful appeal

Spread the love Paul Pogba’s reduced salary at Juventus while serving a ban has been revealed The Frenchman has had...

Injection de collagène : pourquoi sont-elles déconseillées ? Injection de collagène : pourquoi sont-elles déconseillées ?
Santé1 hour ago

Injection de collagène : pourquoi sont-elles déconseillées ?

Spread the love Le collagène, parfois surnommé « protéine de jeunesse », joue un rôle crucial dans la structure de notre peau,...

C’est la fin de l’été : pensez à nettoyer ces objets de votre terrasse : Femme Actuelle Le MAG C’est la fin de l’été : pensez à nettoyer ces objets de votre terrasse : Femme Actuelle Le MAG
France1 hour ago

C’est la fin de l’été : pensez à nettoyer ces objets de votre terrasse : Femme Actuelle Le MAG

Spread the love Nous avons un cadeau pour vous Créez un compte et inscrivez-vous à la newsletter Femme Actuelle pour...

Rupture des ligaments croisés pour Guenaoui Rupture des ligaments croisés pour Guenaoui
Football algérien2 hours ago

Rupture des ligaments croisés pour Guenaoui

Spread the love L’attaquant de l’USM Alger, Ghiles Guenaoui s’est blessé avant-hier lors du match de Ligue 1 Mobilis entre...

Côte d’Ivoire : 44 millions de francs CFA de faux produits décimés Côte d’Ivoire : 44 millions de francs CFA de faux produits décimés
Afrique2 hours ago

Côte d’Ivoire : 44 millions de francs CFA de faux produits décimés

Spread the love Fabrice AGBLEMAGNON 2 heures . A la Une, Côte d’Ivoire, People En Côte d’Ivoire, le Comité National...

DIRECT. Proche-Orient : le Hezbollah fait état de nouveaux combats au Liban avec l’armée israélienne DIRECT. Proche-Orient : le Hezbollah fait état de nouveaux combats au Liban avec l’armée israélienne
France2 hours ago

DIRECT. Proche-Orient : le Hezbollah fait état de nouveaux combats au Liban avec l’armée israélienne

Spread the love Les Etats-Unis ont frappé 15 cibles houthies au Yémen  Les forces américaines « ont mené aujourd’hui (vendredi)...

Belaïd contredit totalement Kendouci ! Belaïd contredit totalement Kendouci !
Football algérien2 hours ago

Belaïd contredit totalement Kendouci !

Spread the love À la suite des déclarations choc d’Ahmed Kendouci sur l’échec du transfert de Zineddine Belaïd à Al...

Advertisement

Trending