Connect with us

Société

La Bourse de Paris pâtit de la faiblesse chinoise

Published

on

La Bourse de Paris pâtit de la faiblesse chinoise
Spread the love

La Bourse de Paris évolue en baisse de 0,40% mardi, à la traîne par rapport aux autres Bourses européennes, car elle souffre davantage de la faiblesse des données économiques de Chine, un marché primordial pour des poids lourds de la cote.

L’indice vedette CAC 40 reculait de 30,02 points à 7.410,89 points peu avant 09H40. La veille, il avait terminé en hausse de 0,11%.

En Europe, les autres places financières tournent autour de l’équilibre.

La cote parisienne est pénalisée notamment par les entreprises exposées à la Chine, comme le luxe avec Hermès (-0,97% à 1.990 euros), Kering (-0,80% à 560 euros), ou encore le géant des spiritueux Pernord Ricard (-0,51% à 215,70 euros).

Les exportations de la Chine se sont tassées en avril tandis que les importations ont poursuivi leur repli, pénalisées par une reprise fragile de la deuxième économie mondiale et une demande mondiale atone, selon des chiffres officiels publiés mardi.

Si le repli des exportations était attendu, l’ampleur de celui des importations a été bien plus prononcé que celui de mars et que les prévisions d’analystes.

“Il n’y a aucun moyen d’enjoliver ce chiffre (…) la demande intérieure reste exceptionnellement fragmentée. La question est maintenant savoir l’effet du soutien” économique mise en place par la Banque centrale chinoise, estime Stephen Innes, de Spi AM.

See also  China plans to ease one of many largest hurdles for international enterprise

En France, le déficit commercial sur les biens s’est nettement réduit en mars.

Les investisseurs attendent essentiellement les données sur l’inflation américaine publiées mercredi.

Une semaine après la réunion de la Banque centrale américaine, elles pourront conforter l’institution dans sa volonté de faire mettre fin à son cycle de hausse des taux depuis plus d’un an. Les acteurs du marché espèrent même une baisse des taux en fin d’année.

Vivendi surnage

Bolloré Logistics, entité regroupant les activités de transport et de logistique du groupe Bolloré, a indiqué lundi avoir accepté la promesse d’achat de l’armateur français CMA CGM sur la base d’une valeur d’entreprise de 5 milliards d’euros.

L’annonce à la mi-avril de l’entrée en négociations exclusives en vue de cette opération avait renforcé les rumeurs de marché autour d’un rachat de Vivendi par son actionnaire de référence, Vincent Bolloré. Vivendi montait de 0,55% à 32,88 euros.

Les banques gardent la forme

Les banques profitent d’un regain de confiance des investisseurs sur le secteur, confirmé encore mardi par les résultats de la banque italienne BMPS. BNP paribas montait de 0,98% à 58,86 euros, Credit Agricole de 0,57% à 11,20 euros et Société Générale de 0,49% à 21,73 euros.

Click to comment

Leave a Reply

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

Société

Drasi: A lightweight approach to event-driven programming

Published

on

Drasi: A lightweight approach to event-driven programming
Spread the love

Event-driven architectures like this are a relatively common design pattern in distributed systems. Like other distributed development models, they have their own problems, especially at scale. When you’re getting tens or hundreds of events a minute, it’s easy to detect and respond to the messages you’re looking for. But when your application or service grows to several hundred thousands or even millions of messages across a global platform, what worked for a smaller system is likely to collapse under this new load.

At scale, event-driven systems become complex. Messages and events are delivered in many different forms and stored in independent silos, making them hard to extract and process and often requiring complex query mechanisms. At the same time, message queuing systems become slow and congested, adding latency or even letting messages time out. When you need to respond to events quickly, this fragile state of affairs becomes hard to use and manage.

That’s where Drasi comes in. It provides a better way to automate the process of detecting and responding to relevant events, an approach Microsoft describes as “the automation of intelligent reactions.” It is intended to be a lightweight tool that doesn’t need a complex, centralized store for event data, instead taking advantage of decentralization to look for events close to where they’re sourced, in log files and change feeds.

See also  Worsening Weather Igniting $25 Billion Weather Derivatives Market

Continue Reading

Société

Microsoft previews AI ‘building blocks’ for .NET

Published

on

Microsoft previews AI ‘building blocks’ for .NET
Spread the love

Core benefits of the Microsoft.Extensions.AI libraries include:

  • Providing a consistent set of APIs and conventions for integrating AI services into .NET applications.
  • Allowing .NET library authors to use AI services without being tied to a specific provider.
  • Enabling .NET developers to experiment with different packages using the same underlying abstractions, maintaining a single API throughout an application.
  • Simplifying the addition of new capabilities and facilitating the componentization and testing of applications.

Instructions on getting started with the Microsoft.Extensions.AI packages can be found in the October 8 blog post. Microsoft’s current focus is on creating abstractions that can be implemented across various services, the company said. There is no plan to release APIs tailored to any specific provider’s services. Microsoft’s goal is to act as a unifying layer within the .NET ecosystem, enabling developers to choose preferred frameworks and libraries while ensuring integration and collaboration across the ecosystem.

In explaining the libraries, Microsoft’s Luis Quintanilla, program manager for the developer division, said AI capabilities are rapidly evolving, with common patterns emerging for functionality such as chat, embeddings, and tool calling. Unified abstractions are crucial for developers to work across different sources, he said.

Continue Reading

Société

Deno 2.0 arrives, ready to battle Node.js

Published

on

Deno 2.0 arrives, ready to battle Node.js
Spread the love

Deno 2.0, a major update to the open source Deno runtime for JavaScript, TypeScript, and WebAssembly, is now available as a production release. It emphasizes backward compatibility with the rival Node.js runtime and NPM and a stabilized standard library.

Proponents say the Deno 2.0 update was designed to make JavaScript development simpler and more scalable. The production release, from Deno Land, was announced October 9 and can be installed from dotcom–2.deno.

“Deno 2.0 is fully compatible with existing Node.js projects, allowing developers to run their existing applications seamlessly while also taking advantage of Deno’s modern, all-in-one toolchain,” Ryan Dahl, creator of both Deno and Node.js, said. “It’s designed to help teams cut through the complexity of today’s JavaScript landscape with zero-config tooling, native TypeScript, and robust support for frameworks like Next.js, Astro, and more.” Dahl said full compatibility with Node.js and NPM makes it easy to adopt Deno incrementally. Long-term support (LTS) releases, meanwhile, provide stability in production environments.

See also  Former Chicago Blackhawks Participant Alleges Sexual Assault by Video Coach Throughout 2009-10 Season
Continue Reading

Société

Gemini Code Assist Enterprise woos enterprise developers

Published

on

Gemini Code Assist Enterprise woos enterprise developers
Spread the love

Google Cloud has announced Gemini Code Assist Enterprise, billed as an enterprise-grade tool that lets developers generate or transform code that is more accurate and relevant to their applications.

Generally available on October 9, Gemini Code Assist Enterprise is a cloud-based, AI-powered application development solution that works across the technology stack to provide better contextual suggestions, enterprise-grade security commitments, and integrations across Google Cloud. The tool supports developers in being more versatile and working with a wider set of services faster, Google Cloud said

Supported by Gemini’s large token context window, Gemini Code Assist Enterprise moves beyond AI-powered coding assistance in the IDE, Google Cloud said. The company emphasized the following features of Gemini Code Assist Enterprise:

See also  Why Americans are struggling with car loans
Continue Reading

Société

Electron vs. Tauri: Which cross-platform framework is for you?

Published

on

Electron vs. Tauri: Which cross-platform framework is for you?
Spread the love

Unlike Electron, not very many mainstream desktop applications are built with Tauri, at least, not yet. Some of that may be due to Electron’s legacy presence, or the relative complexity of Rust versus JavaScript. But a fair number of apps, both commercial and open source, have been written with Tauri. The pgMagic GUI client for PostgreSQL, the Payload file transfer tool, and the Noor team chat app are examples.

Payload, a file transfer app written in Tauri

Payload, a file transfer app written in Tauri. The runtime memory footprint is a mere 4MB on Microsoft Windows, but the app has access to just about all the same system-level functionality as an Electron app.

IDG

Which is better: Tauri or Electron?

Right now, Electron remains the most prominent and well-understood of the cross-platform UI frameworks. For all the criticism levied against it, it’s still a popular default choice for delivering cross-platform applications with good system integration and a rich GUI. But complaints about Electron’s memory consumption and the size of its binaries are valid, and they aren’t going away soon. They’re intimately tied to the design of Electron apps, and only a redesign of either Electron or the underlying browser components will fix that issue.

Tauri apps are designed differently from the ground up to use less disk space and less memory. But that comes at the cost of it being a newer technology that relies heavily on Rust—a relatively new language, also with a relatively new development ecosystem. A commitment to Tauri requires a commitment to both Rust and JavaScript, for the back end and front end, respectively.

See also  Worsening Weather Igniting $25 Billion Weather Derivatives Market

Continue Reading

Société

WebSockets under the hood with Node.js

Published

on

WebSockets under the hood with Node.js
Spread the love


// script.js
const wsUri = "ws://localhost:3000";
const outputDiv = document.getElementById("output");
const messageInput = document.getElementById("message");
const sendButton = document.getElementById("send-btn");

let websocket;

function connect() {
    websocket = new WebSocket(wsUri);

    websocket.onopen = function (event) {
        outputDiv.innerHTML += "

Connected to server!

"; }; websocket.onmessage = function (event) { const receivedMessage = event.data; outputDiv.innerHTML += "

Received: " + receivedMessage + "

"; }; websocket.onerror = function (event) { outputDiv.innerHTML += "

Error: " + event.error + "

"; }; websocket.onclose = function (event) { outputDiv.innerHTML += "

Connection closed.

"; }; } sendButton.addEventListener("click", function () { const message = messageInput.value; if (websocket && websocket.readyState === WebSocket.OPEN) { websocket.send(message); messageInput.value = ""; } else { outputDiv.innerHTML += "

Error: Connection not open.

"; } }); connect(); // Connect immediately

This script sets up several event handlers using the browser-native API. We start up the WebSocket as soon as the script is loaded and watch for open, onclose, onmessage, and onerror events. Each one appends its updates to the DOM. The most important one is onmessage, where we accept the message from the server and display it.

The Click handler on the button itself takes the input typed in by the user (messageInput.value) and uses the WebSocket object to send it to the server with the send() function. Then we reset the value of the input to a blank string.

Assuming the back end is still running and available at ws://localhost:3000, we can now run the front end. We can use http-server as a simple way to run the front end. It’s a simple way to host static files in a web server, akin to Python’s http module or Java’s Simple Web Server, but for Node. It can be installed as a global NPM package or simply run with npx, from the client directory:

See also  China plans to ease one of many largest hurdles for international enterprise

Continue Reading

Société

Julia language adds lower-overhead Memory type

Published

on

Julia language adds lower-overhead Memory type
Spread the love

A new version of the dynamically typed, high-performance Julia language for numerical computing has been released. Julia 1.11 features a new Memory type, a lower-level container that provides an alternative to Array.

Downloadable from julialang.org, Julia 1.11 was released October 7 following two alphas, two betas, and four release candidates. Introduced with Julia 1.11, the Memory type has less overhead and a faster constructor than Array, making it a good choice for situations that do not need all the features of Array, according to release notes. Most of the Array type now is implemented in Julia on top of Memory as well, thus leading to significant speedups for functions such as push!, along with more maintainable code.

Also in Julia 1.11, public is a new keyword. Symbols marked with public are considered public API, while symbols marked with export also are now treated as public API. The difference between export and public is that public names do not become available when using a package module. Additionally, tab completion has become more powerful and gains inline hinting when there is a singular completion available that can be completed with tab.

See also  Mastercard crée un forum dédié aux CBDC avec plusieurs acteurs
Continue Reading

Société

Embracing your inner on-premises self

Published

on

Embracing your inner on-premises self
Spread the love

Vendor dissatisfaction. Enterprises are not happy with major cloud providers due to service outages, egress fees, or lack of transparency around pricing and service-level commitments. Businesses are rethinking their cloud reliance and exploring on-premises alternatives.

A new way of thinking

I’ve often pointed out that the IT world is moving to heterogeneity and ubiquity, meaning that no approach, cloud or on-premises, will rise to the top and become “the standard.” I view this as a good thing, as long as we’re prepared to deal with the complexity it will bring. Thus far, many enterprises have stubbed their toe on that issue.

I’m now having these conversations often, whereas in the past, it was not spoken about in polite company–and certainly not at cloud conferences. Indeed, the concepts of multicloud and optimization are seeping back into the talks at significant events, when just a few years ago, presenters were pulling those slides out of their decks.

See also  Mastercard crée un forum dédié aux CBDC avec plusieurs acteurs
Continue Reading

Société

SAP Build gains AI capabilities to help build autonomous agents

Published

on

SAP Build gains AI capabilities to help build autonomous agents
Spread the love

Joule will also be integrated into SAP Build Work Zone, a low-code tool for creating web sites. Joule’s generative AI capabilities will provide support while navigating data from connected business systems. All this will be available in SAP Build Work Zone standard edition, the SAP Start site, and the SAP Mobile Start app.

New capabilities such as code explanation and documentation search in SAP Build Code will assist Java and JavaScript developers, who will also be able to automate workflows in SAP Build Process Automation, with assistance from generative AI.

Early next year, SAP plans to extend Joule to help developers using ABAP (Advanced Business Application Programming), SAP’s high-level programming language, to generate high-quality code and unit tests that comply with SAP’s ABAP Cloud development model. Joule will also be able to generate explanations for legacy code, to ease the path to modernizing legacy codebases and the migration to a “clean core”, a modern ERP system without hard-coded customizations.

See also  Worsening Weather Igniting $25 Billion Weather Derivatives Market
Continue Reading

Société

Databricks says with its new Databricks Apps platform, you can build tailored enterprise apps in 5 minutes

Published

on

Databricks says with its new Databricks Apps platform, you can build tailored enterprise apps in 5 minutes
Spread the love

“This experience is not unique, but provides parity with other development environments,” said Park.

He pointed out that Databricks Apps has a lot of competition from business intelligence vendors supporting data apps such as Tableau, Qlik, Sisense and Qrvey. It also vies for market share with “mega vendors” including Microsoft, Oracle, SAP, Salesforce, ServiceNow, and Zoho. Then there are low-code and no-code apps such as Mendix, Appian, and Quickbase at the fringes of the market.

The most important “tactical capabilities” Databricks brings to the table with the new platform, Park noted, is the ability to reuse existing governance, launch from an open-ended serverless environment, and provide a single tool to manage data, infrastructure, and code applications all at once.

See also  Iowa Governor Signs Bill Lowering Reinsurance Tax for Captive Companies
Continue Reading
Advertisement

Derniers Articles

Cameroun : ce que prévoit la Constitution en cas de vacance de la présidence de la République Cameroun : ce que prévoit la Constitution en cas de vacance de la présidence de la République
Afrique6 mins ago

Cameroun : ce que prévoit la Constitution en cas de vacance de la présidence de la République

Spread the love L’actualité sur l’état du chef de l’Etat camerounais a amené certains observateurs à lancer le débat sur...

Paris lance « Ralbol », un guide pour tous les étudiants de la capitale Paris lance « Ralbol », un guide pour tous les étudiants de la capitale
France12 mins ago

Paris lance « Ralbol », un guide pour tous les étudiants de la capitale

Spread the love La vie étudiante comporte son lot d‘expériences positives, mais également d’autant de désagréments. Dans la capitale, ces...

Drasi: A lightweight approach to event-driven programming Drasi: A lightweight approach to event-driven programming
Société14 mins ago

Drasi: A lightweight approach to event-driven programming

Spread the love Event-driven architectures like this are a relatively common design pattern in distributed systems. Like other distributed development...

Rafael Nadal announces his retirement from professional tennis Rafael Nadal announces his retirement from professional tennis
International19 mins ago

Rafael Nadal announces his retirement from professional tennis

Spread the love Rafael Nadal, the 22-time grand slam champion, on Thursday said he will retire from professional tennis at...

Comment le prodige Godwill Kukonki s’est comporté lors des débuts de Man Utd U21, il pourrait être très spécial Comment le prodige Godwill Kukonki s’est comporté lors des débuts de Man Utd U21, il pourrait être très spécial
Football24 mins ago

Comment le prodige Godwill Kukonki s’est comporté lors des débuts de Man Utd U21, il pourrait être très spécial

Spread the love Manchester United a envoyé les U21 à la nouvelle Coupe de la Ligue nationale mercredi soir, affrontant...

Rafael Nadal va prendre sa retraite en fin de saison, il ne remportera pas de 15e titre à Roland-Garros Rafael Nadal va prendre sa retraite en fin de saison, il ne remportera pas de 15e titre à Roland-Garros
Santé32 mins ago

Rafael Nadal va prendre sa retraite en fin de saison, il ne remportera pas de 15e titre à Roland-Garros

Spread the love MARTIN BERNETTI / AFP Rafael Nadal, ici à Roland-Garros durant les Jeux olympiques de Paris 2024, a...

le passage à 50km/h du périphérique parisien hérisse les professionnels du transport le passage à 50km/h du périphérique parisien hérisse les professionnels du transport
France34 mins ago

le passage à 50km/h du périphérique parisien hérisse les professionnels du transport

Spread the love Romain Rouillard / Crédit photo : Henrique Campos / Hans Lucas / Hans Lucas / Hans Lucas...

Wayne Rooney: Plymouth Argyle boss nominated for manager of the the month Wayne Rooney: Plymouth Argyle boss nominated for manager of the the month
Sports36 mins ago

Wayne Rooney: Plymouth Argyle boss nominated for manager of the the month

Spread the love Wayne Rooney has been nominated for the Championship manager of the month award for the first time...

Zetchi, Amara et Zefizef devant le juge d’instruction Zetchi, Amara et Zefizef devant le juge d’instruction
Football algérien40 mins ago

Zetchi, Amara et Zefizef devant le juge d’instruction

Spread the love Le 1er juillet dernier, suite à des soupçons de corruption au sein de la Fédération algérienne de...

London to New York in 1 hour? Hypersonic jet dubbed Stargazer could soon transport passengers across the Atlantic at dizzying speeds of up to 4,600mph – three times faster than Concorde London to New York in 1 hour? Hypersonic jet dubbed Stargazer could soon transport passengers across the Atlantic at dizzying speeds of up to 4,600mph – three times faster than Concorde
International41 mins ago

London to New York in 1 hour? Hypersonic jet dubbed Stargazer could soon transport passengers across the Atlantic at dizzying speeds of up to 4,600mph – three times faster than Concorde

Spread the love It sounds like a dream that’s too good to be true for today’s modern businessmen and women....

en plein divorce avec Paul Belmondo, elle affiche sa silhouette amincie en plein divorce avec Paul Belmondo, elle affiche sa silhouette amincie
Santé47 mins ago

en plein divorce avec Paul Belmondo, elle affiche sa silhouette amincie

Spread the love Après plus de 30 ans de mariage, les chemins de Luana et Paul Belmondo se sont séparés....

Utiliser ses titres-restaurant au supermarché, bientôt la fin ? Cette bonne nouvelle qui devrait arriver bientôt : Femme Actuelle Le MAG Utiliser ses titres-restaurant au supermarché, bientôt la fin ? Cette bonne nouvelle qui devrait arriver bientôt : Femme Actuelle Le MAG
France56 mins ago

Utiliser ses titres-restaurant au supermarché, bientôt la fin ? Cette bonne nouvelle qui devrait arriver bientôt : 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...

Cameroun : terrible nouvelle pour Paul Biya Cameroun : terrible nouvelle pour Paul Biya
Afrique1 hour ago

Cameroun : terrible nouvelle pour Paul Biya

Spread the love WASHINGTON, DC – DECEMBER 13: President of Cameroon Paul Biya delivers remarks during the Space Forum at...

Grenoble : un fourgon de transport de fonds attaqué en plein centre-ville, plusieurs tirs entendus Grenoble : un fourgon de transport de fonds attaqué en plein centre-ville, plusieurs tirs entendus
France1 hour ago

Grenoble : un fourgon de transport de fonds attaqué en plein centre-ville, plusieurs tirs entendus

Spread the love Une scène effroyable. Un fourgon de transport de fonds a été attaqué ce jeudi matin vers 10h30...

Microsoft previews AI ‘building blocks’ for .NET Microsoft previews AI ‘building blocks’ for .NET
Société1 hour ago

Microsoft previews AI ‘building blocks’ for .NET

Spread the love Core benefits of the Microsoft.Extensions.AI libraries include: Providing a consistent set of APIs and conventions for integrating...

Le fonio fait-il grossir ? Le fonio fait-il grossir ?
Santé1 hour ago

Le fonio fait-il grossir ?

Spread the love Le fonio, c’est quoi ? Le fonio est une céréale originaire de l’Afrique de l’Ouest et cultivée...

Le retour de blessure du défenseur clé du Real Madrid reporté à janvier 2025 Le retour de blessure du défenseur clé du Real Madrid reporté à janvier 2025
Football1 hour ago

Le retour de blessure du défenseur clé du Real Madrid reporté à janvier 2025

Spread the love Dans une révélation fascinante de Thomas Roncero dans AS, il est apparu que le légendaire milieu de...

Culture – Thomas Isle avec Riad Sattouf Culture – Thomas Isle avec Riad Sattouf
France2 hours ago

Culture – Thomas Isle avec Riad Sattouf

Spread the loveThomas Isle et sa bande vous font vivre toute l’actualité culturelle, entre invités et décryptages, le tout dénué...

Scotland: Kenny McLean says side ‘desperate’ to end poor run Scotland: Kenny McLean says side ‘desperate’ to end poor run
Sports2 hours ago

Scotland: Kenny McLean says side ‘desperate’ to end poor run

Spread the love “We want to be pitting ourselves against the best, that’s what we’re doing. But the next step...

Cut-price’ medics! Britain’s biggest GP body demand patients be assessed by a doctor before being seen by a physician associate amid patient safety concerns Cut-price’ medics! Britain’s biggest GP body demand patients be assessed by a doctor before being seen by a physician associate amid patient safety concerns
International2 hours ago

Cut-price’ medics! Britain’s biggest GP body demand patients be assessed by a doctor before being seen by a physician associate amid patient safety concerns

Spread the love By Shaun Wooller, Health Editor For The Daily Mail Published: 22:37 BST, 9 October 2024 | Updated:...

Advertisement

Trending