Accès réservé...
Log Pwd
Pour s'inscrire ?

« Octobre 2023 »

  • Lu | Ma | Me | Je | Ve | Sa | Di |


Webriche: les veilleurs ne dorment jamais...

Ci dessous, les actualités de quelques sites qui ont tout mon intérêt (à différents niveaux).

La veille     Haut de page     Lendemain


Mercredi 18 Octobre 2023 (124)

1:  Discord est sous le feu des hackers'! Protégez vite votre compte

https://www.lebigdata.fr/hackers-disocrd-protegez-votre-compte

Le Big Data (dataviz)

Le nouveau rapport de Trellix a secoué les internautes. En effet, les hackers utilisent une menace APT afin d'extorquer les … Cet article  Discord est sous le feu des hackers'! Protégez vite votre compte a été publié sur LEBIGDATA.FR.


2: Why is there Undefined & NULL both in JavaScript and What's the difference'

https://jassahib.hashnode.dev/why-is-there-undefined-null-both-in-javascript-and-whats-the-difference

Hashnode - javascript (Javascript)

In JavaScript, we have NULL and Undefined which upon comparing with the equality operator returns True, because they both imply the same thing that the variable doesn't have a value. But while comparing them with the strict equality operator it retur...


3: The reality behind content marketing and AI by Cynthia Ramsaran

https://searchengineland.com/the-reality-behind-content-marketing-and-ai-433454

Search engine land (Référencement)

In this webinar, discover the use cases and concerns for GenAI in content production. The post The reality behind content marketing and AI appeared first on Search Engine Land.


4: Waze en chute libre : pourquoi les notes s'effondrent sur le Play Store''

https://www.lebigdata.fr/chute-notes-waze

Le Big Data (dataviz)

L'application de navigation Waze était une référence pour les automobilistes. Mais actuellement, elle fait face à ses heures obscures, vu … Cet article Waze en chute libre : pourquoi les notes s'effondrent sur le Play Store'' a été publié sur LEBIGDATA.FR.


5: Qualcomm Announces RISC-V-Based Wearable Solution

https://www.webpronews.com/qualcomm-announces-risc-v-based-wearable-solution/

WebProNews SEO (Développement)

WebProNews Qualcomm Announces RISC-V-Based Wearable Solution Qualcomm has announced a RISC-V-based wearable solution, leveraging the open-source chip design for Wear OS by Google. Qualcomm Announces RISC-V-Based Wearable Solution Staff


6: Focus (or Lack Thereof)

https://wipdev.hashnode.dev/focus-or-lack-thereof

Hashnode - javascript (Javascript)

I find myself giving in to distractions from time to time when it comes to technology choices and learning. It's some kind of FOMO - if you will. At this point in my life, I've suffered too much of it, and it's mostly not a pleasant experience. So, I...


7: Day 1 of 100DaysOfCode

https://singhnitish.hashnode.dev/day-1-of-100daysofcode

Hashnode - javascript (Javascript)

Today I learned about the basic stuff like arrow function, some javascript methods, and events like key-down, play(), transitionend, currentTime let's talk about those in brief below keycode: The keycode is basically consecutive numbers assigned to a...


8: PS5 Pro : Ce leak inattendu révèle une puissance monstrueuse

https://www.lebigdata.fr/ps5-pro-puissance

Le Big Data (dataviz)

Après la nouvelle version Slim, les joueurs attendent désormais la PS5 Pro dotée d'une puissance monstrueuse. Ce récent leak va … Cet article PS5 Pro : Ce leak inattendu révèle une puissance monstrueuse a été publié sur LEBIGDATA.FR.


9: Syntax Elements

https://sagecode.hashnode.dev/syntax-elements

Hashnode - python (python)

Variables & data literals Variables: Variables are used to store values that can be used throughout the program. In Python, variables do not have predefined types - a variable can store a number, string or any other data type. Some examples of variab...


10 / 124

10: Amazon veut utiliser le cloud Microsoft, et va payer 1 milliard de $ pour ça

https://www.lebigdata.fr/amazon-microsoft-365-cloud

Le Big Data (dataviz)

L'entreprise de Jeff Bezos va débourser une somme colossale pour bénéficier de 1 million de licences du cloud de Microsoft … Cet article Amazon veut utiliser le cloud Microsoft, et va payer 1 milliard de $ pour ça a été publié sur LEBIGDATA.FR.


11: Best Practices for Date and Time Formatting in Flutter using intl Package

https://om-chauhan.hashnode.dev/best-practices-for-date-and-time-formatting-in-flutter-using-intl-package

Hashnode - Flutter (Flutter)

Introduction' DateTime manipulation and formatting are essential skills for any mobile app developer, especially when working with date and time-related data. Flutter, a popular cross-platform framework, provides powerful tools for handling DateTime...


12: Creating a Reverse Shell with Python Sockets

https://tecelit.hashnode.dev/creating-a-reverse-shell-with-python-sockets

Hashnode - python (python)

In the realm of cybersecurity, a reverse shell is a potent tool that allows a remote user to gain control over another system. While the concept might sound intimidating, reverse shells are employed for legitimate purposes like remote system administ...


13: Unlocking Immersive Experiences with Unity's Markerless Tracking

https://themehrankhan.site/unlocking-immersive-experiences-with-unitys-markerless-tracking

Hashnode - Unity (unity)

Introduction Markerless tracking in Unity goes beyond mere placement of digital content; it enables dynamic interactivity in Augmented Reality (AR) applications. By activating scripts based on tracking events, developers can create immersive AR exper...


14: Lecture13 Classes and Objects in Python: A Beginner's Guide

https://hamzarehmansheikh4.hashnode.dev/lecture13-classes-and-objects-in-python-a-beginners-guide

Hashnode - python (python)

Classes and objects are fundamental concepts in object-oriented programming (OOP) and are at the core of Python's design. In this beginner's guide, we'll explore what classes and objects are, how to create and use them, and how they facilitate buildi...


15: 30 Days of JAVASCRIPT 16/30

https://asifcodes.hashnode.dev/30-days-of-javascript-1630

Hashnode - javascript (Javascript)

Browser APIs in JS.. Browser APIs are built into web browsers and provide native features that can be used in web applications. In this blog post, we will discuss four browser APIs: Local Storage, Web Storage, Geolocation API, and Canvas API. Local S...


16: NPM vs NPX'

https://mmnldm.hashnode.dev/npm-vs-npx

Hashnode - javascript (Javascript)

Introduction If you've been using NPM and NPX for a while, you might assume that they're pretty similar since they serve similar purposes. However, it's important to understand their differences so that you can make an informed decision about which o...


17: Lecture12 Packages, PyPI, and pip For Beginners

https://hamzarehmansheikh4.hashnode.dev/lecture12-packages-pypi-and-pip-for-beginners

Hashnode - python (python)

Packages in Python are a way to organize and distribute code. A package is a collection of Python modules (files with Python code) that are related and organized into directories. They allow you to create reusable code, manage large projects, and sha...


18: Lecture11 Dictionary Data Type in Python

https://hamzarehmansheikh4.hashnode.dev/lecture11-dictionary-data-type-in-python

Hashnode - python (python)

In Python, a dictionary is a built-in data type that allows you to store collections of key-value pairs. Each key in a dictionary is unique, and it maps to a corresponding value. Dictionaries are incredibly versatile and are often used to represent d...


20 / 124

20: Docaposte dégaine une IA générative made in France

https://www.lemondeinformatique.fr/actualites/lire-docaposte-degaine-une-ia-generative-made-in-france-91889.html

Le monde informatique (Internet / Informatique)

L'effervescence autour de l'IA générative bat son plein. Cette fois c'est au tour d'un quatuor français de fournisseurs IT de rentrer (...)


21: Mastering 'this' in JavaScript: A Comprehensive Guide

https://codewithfash.hashnode.dev/mastering-this-in-javascript-a-comprehensive-guide

Hashnode - javascript (Javascript)

Introduction The this keyword in JavaScript often stands as a challenging concept for beginners. This is mainly because its behaviour changes depending on where it is used in the code. By the end of this read, you'll not only have a firm grasp of the...


22: A Guide to Preparing for Your First Full-Stack Project

https://braillejord.hashnode.dev/a-guide-to-preparing-for-your-first-full-stack-project

Hashnode - python (python)

Remember that bootcamp I mention at the beginning of every blog post' Well, in two days, I will complete my software engineering program and officially graduate from Flatiron School! I have learned so much along the way, but I feel like my capstone p...


23: How to Build a Simple Language Translator With Tkinter, Google Trans, and gTTS Libraries in Python

https://jaciaebubechi.me/how-to-build-a-simple-language-translator-with-tkinter-google-trans-and-gtts-libraries-in-python

Hashnode - python (python)

In our increasingly interconnected world, the ability to cross linguistic barriers is more important than ever. As a Social Media Marketer, I had the opportunity to work for an e-commerce firm in the Philippines and was expected to always translate m...


24: Starlink dévoile enfin son offre internet mobile : restez connecté même au fond de la jungle

https://www.lebigdata.fr/starlink-internet-mobile

Le Big Data (dataviz)

Starlink a depuis longtemps évoqué une offre Internet par satellite sur mobile. Celle-ci est enfin dévoilée. Le réseau est en … Cet article Starlink dévoile enfin son offre internet mobile : restez connecté même au fond de la jungle a été publié sur LEBIGDATA.FR.


25: Fundamental Concepts 2

https://harshitpundirjavascript.hashnode.dev/fundamental-concepts-2

Hashnode - javascript (Javascript)

There are eight basic data types in JavaScript. Number Bigint //The "n" at the end means it's a BigInt const bigInt = 1234567890123456789012345678901234567890n; String Boolean Null Undefined Objects and symbols Type of operator Embedding J...


26: How to draw 4 WISHES

https://feeds.feedblitz.com/~/801460313/0/tanglepatterns~How-to-draw-WISHES.html

TanglePatterns (Zentangle)

Online instructions for drawing CZT® Liza Kostic's Zentangle® pattern: 4 Wishes. Continue reading this article.TanglePatterns.com - An index and graphic guide to the best Zentangle® patterns on the web and how to draw them  


27: Understanding Mixins in Dart

https://goldflake.hashnode.dev/understanding-mixins-in-dart

Hashnode - Flutter (Flutter)

Introduction One amazing feature of Dart is its mixins. They enable us to reuse code sequences between classes. We can inherit methods and properties from several sources, into a specific class. I will explain mixins, their syntax, and their uses in ...


28: La Nintendo 64 fait son grand retour en 4K : vous allez replonger dans les années 90

https://www.lebigdata.fr/nintendo-64-4k-analogue-3d

Le Big Data (dataviz)

Près de trente ans après sa sortie, la Nintendo 64 va faire son grand retour en version 4K grâce au … Cet article La Nintendo 64 fait son grand retour en 4K : vous allez replonger dans les années 90 a été publié sur LEBIGDATA.FR.


29: Guide to Sets in Python

https://stackabuse.com/guide-to-sets-in-python/

Stack Abuse (Javascript)

Introduction At a glance, they might seem similar to lists or dictionaries, but sets come with their own set of properties and capabilities that make them indispensable in certain scenarios. Whether you're looking to efficiently check for membership, eliminate duplicate entries, or perform mathematical set operations, Python's set data structure


30 / 124

30: 12 start-up entament un programme d'accélération de Microsoft sur l'IA générative

https://www.usine-digitale.fr/article/12-start-ups-debutent-un-programme-d-acceleration-de-microsoft-sur-l-ia-generative-a-station-f.N2184353

L'usine-digitale (Informatique)

Sélectionnées parmi une centaine de candidates, ces entreprises françaises aux secteurs d'activité variés bénéficieront d'un accompagnement technique et commercial de la part de Microsoft et de ses partenaires. Pendant deux mois, elles développeront des applications d'intelligence artificielle générative grâce notamment aux outils d'OpenAI.


31: Everything you need to know about nesting Figma components

https://blog.logrocket.com/ux-design/nesting-figma-components/

Log Rocket blog (Web 2)

Nesting Figma components can streamline design workflows by providing designers with the flexibility to swap instances of components. The post Everything you need to know about nesting Figma components appeared first on LogRocket Blog.


32: Microsoft dévoile les lauréats de son programme Gen AI

https://www.lemondeinformatique.fr/actualites/lire-microsoft-devoile-les-laureats-de-son-programme-gen-ai-91891.html

Le monde informatique (Internet / Informatique)

Quoi de mieux comme endroit pour lancer un programme d'accélérateur IA de start-ups que Station F ' En choisissant de dévoiler (...)


33: Sur l'émergence de la statistique graphique ou la naissance d'une École française de la cartographie thématique

https://neocarto.hypotheses.org/19729

Neo Carto (dataviz)

L'émergence de la statistique graphique est présentée ci-dessous dans l’objectif de montrer qu’elle correspond également – c’est mon point de vue personnel – à la naissance d'une véritable École française de la cartographie de données statistiques localisées (en abrégé cartographie statistique), souvent nommée cartographie thématique. « La statistique g [...]


34: Mastering Linux Essentials: Must-Know Commands for Success '

https://explorefarhan.hashnode.dev/linux-commands

Hashnode - javascript (Javascript)

Are you ready to level up your Linux skills and boost your career opportunities' ' Familiarizing yourself with these critical Linux commands is a game-changer. ' Join me as we explore the essential commands that every Linux enthusiast should have i...


35: Read 'Building Science Graphics' with us!

https://blog.datawrapper.de/book-club-building-science-graphics/

Data Wrapper ()

"I wrote this book so that I'd finally have a singular and reasonably comprehensive reference to recommend to students and scientists who ask me how to create more considered diagrams..."


36: Ampere, Kalray, Cerebras donnent naissance à l'alliance AI Platform

https://www.lemondeinformatique.fr/actualites/lire-ampere-kalray-cerebras-donnent-naissance-a-l-alliance-ai-platform-91886.html

Le monde informatique (Internet / Informatique)

9 entreprises - principalement des start-ups - travaillant dans la conception de puces et de systèmes taillés pour répondre à (...)


37: Rust vs. Haskell: A performance comparison

https://blog.logrocket.com/rust-vs-haskell-performance-comparison/

Log Rocket blog (Web 2)

This analysis of Haskell and Rust focuses on performance parameters like memory safety, concurrency, type safety, and variable immutability. The post Rust vs. Haskell: A performance comparison appeared first on LogRocket Blog.


38: OpenClassrooms fête ses 10 ans d'existence dans les formations en ligne

https://www.lemondeinformatique.fr/actualites/lire-openclassrooms-fete-ses-10-ans-d-existence-dans-les-formations-en-ligne-91890.html

Le monde informatique (Internet / Informatique)

Pour ses 10 ans OpenClassrooms retrace son histoire et ses engagements en faveur de l'éducation à distance. Initialement orientée (...)


39: OpenAI promet un outil pour détecter les photos générées par l'IA

https://www.usine-digitale.fr/article/openai-promet-un-outil-pour-detecter-les-photos-generees-par-l-ia.N2184253

L'usine-digitale (Informatique)

Selon le concepteur de ChatGPT, ce nouvel outil, encore en phase de tests en interne, sera 'fiable à 99%'.


40 / 124

40: Making Sense of 'const' in For Loops for JavaScript Beginners

https://khrystyna.hashnode.dev/making-sense-of-const-in-for-loops-for-javascript-beginners

Hashnode - javascript (Javascript)

Hi there! If you're new to JavaScript, you've probably come across a confusing word: const. Believe me, I've been there and got it. The confusion often arises not from the definition of const but also from how it fits into the overall JavaScript syst...


41: ManimML: Create Animations of Common ML Concepts in Python

https://mathdatasimplified.com/2023/10/18/manimml-create-animations-of-common-ml-concepts-in-python-2/

Math Data Simplified (data)

If you want to create animations and visualizations for common ML concepts in Python, try ManimML. The GIF above is the visualization of the Variational Autoencoder made by ManimML. The post ManimML: Create Animations of Common ML Concepts in Python appeared first on Data Science Simplified.


42: Introduction to TanStack Query: Supercharge Your Data Fetching in a React App

https://tundejames.hashnode.dev/introduction-to-tanstack-query-supercharge-your-data-fetching-in-a-react-app

Hashnode - javascript (Javascript)

Introduction The process of fetching data into a web application is an essential part of the development of web applications. In this guide, you'll learn how to fetch data into your React app and manage network request states with TanStack Query. Rea...


43: FAVICON : Découvrez les Nouvelles Directives de Google !

https://www.abondance.com/20231018-235660-favicon-nouvelles-directives-google.html

Abondance (Référencement)

Google révise ses règles en matière de favicon ! Découvrez les dernières mises à jour de sa documentation et assurez-vous que votre favicon apparaît bien dans les résultats du moteur de recherche.  Ce qu'il faut retenir : Mise à jour de la documentation Favicon Google a récemment mis à jour sa documentation pour les développeurs, […] L'article "FAVICON : Découvrez les Nouve [...]


44: YouTube launches new feature to enhance product ad targeting

https://searchengineland.com/youtube-feature-product-ad-targeting-433383

Search engine land (Référencement)

Creators can now target potential customers at optimal moments by adding timestamps to the products they tag in videos. The post YouTube launches new feature to enhance product ad targeting appeared first on Search Engine Land.


45: Searching for a CPU based Speech Recognition Inference Engine I can use for my Python App

https://richardmthompson.hashnode.dev/searching-for-a-cpu-based-speech-recognition-inference-engine-i-can-use-for-my-python-app

Hashnode - python (python)

To give my Ai learning a context to ground into, I'm writing a funny little app I've called VoxPlan (in Python) which allows you to organise goals and tasks in a hierarchical tree and display them in an interactive GUI. I'm very interested in explori...


46: DALL-E 3 est enfin disponible dans ChatGPT : comment générer des images

https://www.blogdumoderateur.com/dall-e-3-disponible-chatgpt-comment-generer-images/

Blog du Moderateur ()

Annoncée en grande pompe fin septembre, la génération d'images par IA dans ChatGPT avec DALL-E 3 est enfin disponible pour les abonnés payants.


47: Les équipes réseau et sécurité, invitées à converger et à collaborer

https://www.lemondeinformatique.fr/actualites/lire-les-equipes-reseau-et-securite-invitees-a-converger-et-a-collaborer-91892.html

Le monde informatique (Internet / Informatique)

Le cloud, le travail hybride et la connectivité à distance rendent encore plus nécessaires le rapprochement des équipes réseau (...)


48: ' How to set up a WebSocket connection with Node and React'

https://refine.hashnode.dev/how-to-set-up-a-websocket-connection-with-node-and-react

Hashnode - javascript (Javascript)

Author: Frank Joseph Introduction With the advent of Social Media and other internet-enabled communication tools, delivering real-time communication has become increasingly important. Hypertext Transfer Protocol (HTTP) is a communication protocol lik...


49: Google Rich Results Test now supports paywalled content

https://searchengineland.com/google-rich-results-test-now-supports-paywalled-content-433386

Search engine land (Référencement)

You can use this new feature to validate that Google Search understands your content is paywalled. The post Google Rich Results Test now supports paywalled content appeared first on Search Engine Land.


50 / 124

50: Les domaines .AI des marques intéressent les cybercriminels

https://www.lemondeinformatique.fr/actualites/lire-les-domaines-ai-des-marques-interessent-les-cybercriminels-91887.html

Le monde informatique (Internet / Informatique)

D'après le rapport Domain Security 2023 de CSC, près de la moitié des entreprises du classement Forbes Global 2000 n'ont pas (...)


51: Leader Spotlight: Shaping customers' habits with Abhijit Chaudhary

https://blog.logrocket.com/product-management/leader-spotlight-abhijit-chaudhary/

Log Rocket blog (Web 2)

In this interview with Abhijit Chaudhary, we talk about how a company can provide value to unique sets of customers. The post Leader Spotlight: Shaping customers' habits with Abhijit Chaudhary appeared first on LogRocket Blog.


52: Build a real-time, collaborative code editor with PartyKit

https://blog.logrocket.com/build-real-time-collaborative-code-editor-partykit/

Log Rocket blog (Web 2)

We demonstrate how to use PartyKit to build a real-time code editor with collaborator functionality in React. The post Build a real-time, collaborative code editor with PartyKit appeared first on LogRocket Blog.


53: User story examples with templates

https://blog.logrocket.com/product-management/user-story-examples/

Log Rocket blog (Web 2)

A user story helps you understand your product by describing who the user is, what they want to achieve, and why they want to achieve it. The post User story examples with templates appeared first on LogRocket Blog.


54: 5 SEO mistakes sacrificing quantity and quality (and how to fix them)

https://searchengineland.com/5-seo-mistakes-sacrificing-quantity-and-quality-and-how-to-fix-them-433319

Search engine land (Référencement)

Quality and quantity in SEO don't have to be mutually exclusive. Find out how to fix these common mistakes to scale your SEO efforts. The post 5 SEO mistakes sacrificing quantity and quality (and how to fix them) appeared first on Search Engine Land.


55: How To Send Emails Using Python'

https://blog.ashutoshkrris.in/how-to-send-emails-using-python

Hashnode - python (python)

Sending emails manually is time-consuming and error-prone, but it's easy to automate with Python. Imagine a scenario where you can effortlessly send hundreds of customized emails to your customers, automate routine follow-ups, or send birthday wishes...


56: Fundamental Concept 1

https://harshitpundirjavascript.hashnode.dev/fundamental-concept-1

Hashnode - javascript (Javascript)

There are three types of variables in Javascript: let var const let can not redeclare again but on the other side, var can be redeclare. Non-Latin letters are allowed, but not recommended. JavaScript Arithmetic Operators Arithmetic operators p...


57: Google updates Favicon search documentation

https://searchengineland.com/google-updates-favicon-search-documentation-433378

Search engine land (Référencement)

Google removed the Favicon user agent and said you must allow Googlebot and Googlebot-Image for Google to index your site's favicon. The post Google updates Favicon search documentation appeared first on Search Engine Land.


58: 30 Obsolete Technologies that will Perplex Post-2000s Kids

https://www.webdesignerdepot.com/obsolete-technologies/

Webdesigner depot (Design)

Remember the screech of dial-up internet' Hold fond memories of arcade machines' In this list, we're condensing down 30 pieces of revolutionary technology that have long past their sell-by-date.


59: How To Animate Along A Path In CSS

https://smashingmagazine.com/2023/10/animate-along-path-css/

Smashing magazine (Web 2 / CSS)

CSS loaders and progress indicators are some of the most widely used examples in tutorials and documentation. In this article, Preethi demonstrates an approach using animated custom properties, a conic gradient, CSS `offset`, and emoji to create the illusion of a scooter racing along a donut track.


60 / 124

60: 10 questions to ask before you create a Google Ads account

https://searchengineland.com/10-questions-to-ask-before-you-create-a-google-ads-account-433316

Search engine land (Référencement)

Ensure a smooth Google Ads account launch by addressing key factors like goals, assets, audience data, and more. The post 10 questions to ask before you create a Google Ads account appeared first on Search Engine Land.


61: Quest 3 vs PSVR 2 : Lequel est fait pour vous '

https://www.realite-virtuelle.com/quest-3-vs-psvr-2/

realite-virtuelle.com (Réalité Virtuelle)

Quest 3 vs PSVR 3' Vous êtes de quelle team ' Dans ce comparatif, nous examinerons […] Cet article Quest 3 vs PSVR 2 : Lequel est fait pour vous ' a été publié sur REALITE-VIRTUELLE.COM.


62: Consultant en IA : un initiateur des innovations en entreprise

https://www.lebigdata.fr/consultant-ia-metier

Le Big Data (dataviz)

Le consultant IA assure le rôle d'accompagnateur de ses clients dans leurs projets IA. Sa principale mission consiste à intégrer … Cet article Consultant en IA : un initiateur des innovations en entreprise a été publié sur LEBIGDATA.FR.


63: Cette étude révèle les graves failles de GPT-4, et c'est Microsoft qui la finance

https://www.lebigdata.fr/failles-de-gpt-4-microsoft-finance

Le Big Data (dataviz)

Les failles de GPT-4 sont exposées de manière éloquente dans une étude parrainée par Microsoft. Les résultats de cette recherche … Cet article Cette étude révèle les graves failles de GPT-4, et c’est Microsoft qui la finance a été publié sur LEBIGDATA.FR.


64: Cross-Site Scripting (XSS)

https://natureworld.hashnode.dev/cross-site-scripting-xss

Hashnode - javascript (Javascript)

Introduction to Cross-Site Scripting A common web security vulnerability called Cross-Site Scripting (XSS) enables attackers to insert malicious scripts onto websites that other users are viewing. These scripts operate in the victim's browser and hav...


65: Party Play : Découvrez la nouvelle fonctionnalité de Pokémon GO

https://www.realite-virtuelle.com/party-play-nouvelle-fonctionnalite-pokemon-go/

realite-virtuelle.com (Réalité Virtuelle)

Vous avez toujours rêvé de parcourir le monde de Pokémon GO en compagnie de vos […] Cet article Party Play : Découvrez la nouvelle fonctionnalité de Pokémon GO a été publié sur REALITE-VIRTUELLE.COM.


66: Un système à base d'intelligence artificielle fait mieux que les humains pour identifier les odeurs

https://www.rtflash.fr/systeme-base-d-intelligence-artificielle-fait-mieux-que-humains-pour-identifier-odeurs/article

Tregouet.org ()

Des chercheurs américains ont montré qu'une modélisation olfactive formée par ordinateur peut faire mieux que les humains pour identifier les odeurs. En analysant 500 000 molécules odorantes potentielles qui n'avaient jamais été synthétisées auparavant, cette modélisation a accompli un travail qui aurait nécessité 70 années-personnes. [...]


67: Une bonne hygiène dentaire réduit les risques de maladie d'Alzheimer

https://www.rtflash.fr/bonne-hygiene-dentaire-reduit-risques-maladie-d-alzheimer/article

Tregouet.org ()

Des chercheurs japonais de l'Université de Tohoku ont montré qu'une bactérie, Porphyromonas gingivalis, est associée à une pathologie chronique des gencives, la gingivite ou la parodontite, inflammation buccale qui détruit la gencive et les os porteurs des dents. Ces travaux montrent que la bactérie est présente dans le cerveau et transmet des protéines toxiques, les gingipaïnes, que l'o [...]


68: Use AI to turn your calls into a competitive advantage by CallRail

https://searchengineland.com/use-ai-to-turn-your-calls-into-a-competitive-advantage-433251

Search engine land (Référencement)

It's time to unlock your marketing potential. The post Use AI to turn your calls into a competitive advantage appeared first on Search Engine Land.


69: Ideas for Image Motion Trail Animations

https://tympanus.net/codrops/2023/10/18/ideas-for-image-motion-trail-animations/

Codrops (Internet / Design)

Some ideas for mouse/touch responsive animations where images are shown along the path of the user motion.


70 / 124

70: More pets than children in Taiwan

https://flowingdata.com/2023/10/18/more-pets-than-children-in-taiwan/

Flowing data (dataviz)

Julia Janicki, Daisy Chung, and Joyce Chou explore Taiwan’s aging population, where in…Tags: age, population, Taiwan Data Stories


71: 10 Game-Changing Shortcut Links for You '

https://taquideveloper.hashnode.dev/10-game-changing-shortcut-links-for-you

Hashnode - javascript (Javascript)

We all lead busy lives and need efficient hacks to streamline our workflows and get things done quickly. Sometimes it's the little shortcuts that can really save us valuable time each day. Here are 10 shortcut links that will be game-changers for beg...


72: Top 10 Trung Tâm Ti'ng Trung Uy Tín Hàng ''u T'i TPHCM

https://graphicalerts.com/trung-tam-tieng-trung/

Graphic Alerts (Internet)

Hi'n nay, Trung Qu'c là m't trong nh'ng n'n kinh t' l'n nh't th' gi'i. Do 'ó, vi'c h'c ti'ng Hoa có th' giúp b'n m' ra nhi'u c' h'i ngh' nghi'p trong l'nh v'c kinh doanh, th''ng m'i, và quan h' qu'c t'. Trong bài vi't này, Graphic Alerts s' gi'i thi'u t'i b'n […] The post Top 10 Trung Tâm Ti'ng Trung Uy Tín Hàng ''u T'i TPHCM appeared first on Graphicalerts.


73: Microsoft lance un modérateur de contenu adossé à l'IA

https://www.lemondeinformatique.fr/actualites/lire-microsoft-lance-un-moderateur-de-contenu-adosse-a-l-ia-91885.html

Le monde informatique (Internet / Informatique)

Dans un contexte géopolitique très tendu au Proche-Orient avec des échanges haineux sur les réseaux sociaux, Microsoft a annoncé (...)


74: Crédit Mutuel Arkéa publie son modèle d'IA générative

https://www.lemondeinformatique.fr/actualites/lire-credit-mutuel-arkea-publie-son-modele-d-ia-generative-91875.html

Le monde informatique (Internet / Informatique)

Dans la continuité d'une stratégie data faisant la part belle à l'open source, le Crédit Mutuel Arkéa libère (...)


75: X teste un abonnement payant pour les nouveaux utilisateurs

https://www.usine-digitale.fr/article/x-teste-un-abonnement-payant-pour-les-nouveaux-utilisateurs.N2184073

L'usine-digitale (Informatique)

En Nouvelle-Zélande et aux Philippines, les nouveaux inscrits devront payer un dollar par an. L'ex-Twitter assure vouloir lutter contre le spam.


76: Le géant chinois Baidu dévoile Ernie 4 : une IA capable de tenir tête à GPT-4 '

https://www.lebigdata.fr/lancement-ernie4

Le Big Data (dataviz)

Le géant chinois de la technologie Baidu présente en avant-première son modèle d’IA Ernie 4. Robin Li, le PDG de … Cet article Le géant chinois Baidu dévoile Ernie 4 : une IA capable de tenir tête à GPT-4 ' a été publié sur LEBIGDATA.FR.


77: YouTube : 7 nouveautés qui vont améliorer votre expérience vidéo

https://www.blogdumoderateur.com/youtube-7-nouveautes-pour-ameliorer-experience-video/

Blog du Moderateur ()

YouTube a partagé une liste de nouveautés : verrouillage d'écran pour éviter les frottements, recherche musicale, stabilisation audio...


78: Real-World Examples of Functional Programming Patterns

https://codingcrafts.hashnode.dev/functional-programming-patterns

Hashnode - javascript (Javascript)

Functional programming is a programming paradigm that emphasizes the use of pure functions, immutability, and higher-order functions to build software. It's a paradigm that has gained popularity in recent years due to its advantages in terms of code ...


79: Cache Google : définition, fonctionnement et utilité

https://www.blogdumoderateur.com/cache-google-definition-fonctionnement-utilite/

Blog du Moderateur ()

Le cache Google peut être considéré comme une sorte d'archive instantanée du contenu en ligne. Mais de quoi s'agit-il exactement et à quoi sert-il '


80 / 124

80: Tour d'horizon de l'écosystème React en 2024

https://dev.to/avinashvagh/react-ecosystem-in-2024-418k

Humancoders ()

Tour d'horizon de l'écosystème React et des développements à venir pour 2024 : les derniers frameworks et outils, du CSS aux tests unitaires en passant par la gestion du state. Commentaires L'article Tour d'horizon de l'écosystème React en 2024 a été posté dans la catégorie JavaScript de Human Coders News


81: X (Twitter) commence à faire payer les nouveaux inscrits : la fin de l'accès gratuit '

https://www.blogdumoderateur.com/x-twitter-commence-faire-payer-nouveaux-inscrits-fin-acces-gratuit/

Blog du Moderateur ()

Les nouveaux inscrits de X devront payer un abonnement annuel pour pouvoir publier des messages sur la plateforme. La fin de la gratuité '


82: GitLab - Définition de spécifications de jobs

https://dev.to/zenika/gitlab-define-and-write-jobs-specifications-i46

Humancoders ()

L'attribut 'specs' a été introduit dans GitLab CI depuis plusieurs versions et introduit une épic conséquente : le catalogue de CI/CD Commentaires L'article GitLab - Définition de spécifications de jobs a été posté dans la catégorie DevOps de Human Coders News


83: Amazon va passer à Microsoft 365 moyennant 1 Md$

https://www.lemondeinformatique.fr/actualites/lire-amazon-va-passer-a-microsoft-365-moyennant-1-md%24-91884.html

Le monde informatique (Internet / Informatique)

Concurrents dans le cloud, Amazon et Microsoft ont pourtant des intérêts commerciaux communs. Selon le site Insider, Microsoft serait (...)


84: ChatGPT soigne la dépression mieux que votre médecin, selon cette étude très sérieuse

https://www.lebigdata.fr/chatgpt-soigne-mieux-que-medecin

Le Big Data (dataviz)

Selon cette recherche, ChatGPT pourrait surpasser un médecin généraliste en suivant les directives reconnues pour le traitement de la dépression. … Cet article ChatGPT soigne la dépression mieux que votre médecin, selon cette étude très sérieuse a été publié sur LEBIGDATA.FR.


85: Quelles sont les tendances de l'IA pour les marketeurs en 2023 '

https://www.blogdumoderateur.com/tendances-ia-pour-marketeurs-2023-hubspot/

Blog du Moderateur ()

Les professionnels du marketing utilisent-ils les outils d'IA en 2023 ' Et si oui, lesquels et pour quoi faire ' HubSpot répond à ces questions dans son dernier rapport.


86: Le Passthrough du Quest 3 : Des utilisations surprenantes au quotidien !

https://www.realite-virtuelle.com/passthrough-quest-3-utilisations-surprenantes-quotidien/

realite-virtuelle.com (Réalité Virtuelle)

Le Quest 3 embarque la fonctionnalité innovante de « Passthrough de couleur ». Et celle-ci suscite actuellement […] Cet article Le Passthrough du Quest 3 : Des utilisations surprenantes au quotidien ! a été publié sur REALITE-VIRTUELLE.COM.


87: Why You Should Learn Python

https://theofficialeze.hashnode.dev/why-you-should-learn-python

Hashnode - python (python)

Imagine a programming language that's so versatile, it can be used to build everything from websites to robots. A language that's so easy to learn, even a beginner can master it in a few weeks. A language that's so in-demand, it's one of the most sou...


88: Une légère perturbation du sommeil suffit à augmenter durablement les risques cardiovasculaires

https://www.rtflash.fr/legere-perturbation-sommeil-suffit-augmenter-durablement-risques-cardiovasculaires/article

Tregouet.org ()

Des scientifiques du Centre médical Irving, de l'Université Columbia aux États-Unis, ont suivi 35 femmes en bonne santé pendant 12 semaines. Durant la première moitié de l'essai clinique, elles dormaient normalement, soit sept à huit heures par nuit. Pendant les six semaines suivantes, elles se sont couchées une heure et demie plus tard que d'habitude et ne dormaient donc plus que 5h30 à [...]


89: Building a Dynamic Email Notification System with Twilio SendGrid, Node.js, and Express

https://twelve.hashnode.dev/building-a-dynamic-email-notification-system-with-twilio-sendgrid-nodejs-and-express

Hashnode - javascript (Javascript)

In today's landscape of web applications, effective user communication is paramount. This tutorial will walk you through constructing a resilient and dynamic email notification system using Twilio SendGrid, Node.js, and Express. You'll gain insights ...


90 / 124

91: Order Up! FastAPI vs Flask in the Kitchen of RESTful APIs

https://todaytiffanylearned.hashnode.dev/order-up-fastapi-vs-flask-in-the-kitchen-of-restful-apis

Hashnode - python (python)

Introduction Building RESTful API applications is an essential part of many software projects, especially when data needs to be shared or synchronized between services. Two popular Python frameworks for this task are FastAPI and Flask. In this post, ...


92: Sergey Glebko's Arateg.com Achieved Customer Acquisition and Profit Maximization through the Development of a Patient Health Portal using Python.

https://mdshamsfiroz.hashnode.dev/sergey-glebkos-arategcom-achieved-customer-acquisition-and-profit-maximization-through-the-development-of-a-patient-health-portal-using-python

Hashnode - python (python)

Hey, curious minds, If you are a tech enthusiast or an entrepreneurial spirit with a thirst for knowledge, you're in the right place. In this case study, we're diving into the world of Arateg.com, a leading player in the custom software development a...


93: Comment les acteurs du BtoB prolongent la durée de vie des équipements

https://www.lemondeinformatique.fr/actualites/lire-comment-les-acteurs-du-btob-prolongent-la-duree-de-vie-des-equipements-91877.html

Le monde informatique (Internet / Informatique)

Prise de conscience environnementale oblige et inflation aidant, la prolongation de la durée de vie des produits technologiques est devenue une (...)


94: La Banque de France goûte au chiffrement post-quantique

https://www.lemondeinformatique.fr/actualites/lire-la-banque-de-france-goute-au-chiffrement-post-quantique-91876.html

Le monde informatique (Internet / Informatique)

Depuis, plusieurs années, la menace que fait peser l'informatique quantique sur le chiffrement asymétrique inquiète. « Une étude (...)


95: Les 10 tendances IT pour 2024 de Gartner dominées par l'IA

https://www.lemondeinformatique.fr/actualites/lire-les-10-tendances-it-pour-2024-de-gartner-dominees-par-l-ia-91882.html

Le monde informatique (Internet / Informatique)

A l'occasion de son évènement IT Symposium/Xpo qui se déroule à Orlando, Gartner a présenté son rapport (...)


96: Le retour à la croissance du marché des smartphones fragilisé

https://www.lemondeinformatique.fr/actualites/lire-le-retour-a-la-croissance-du-marche-des-smartphones-fragilise-91880.html

Le monde informatique (Internet / Informatique)

Il y a du mieux pour le marché des smartphones, sur lequel les livraisons baissent depuis la fin 2021. Selon Canalys, 295 millions de terminaux (...)


97: Baidu révolutionne le SEO avec ERNIE 4.0

https://www.abondance.com/20231018-235439-baidu-revolutionne-seo-ernie-4-0.html

Abondance (Référencement)

Dans la course effrénée de l'IA, Baidu dévoile ERNIE 4.0, une innovation qui promet de redéfinir le paysage du SEO en Chine. Cette technologie pourrait transformer votre stratégie de référencement international ! Ce qu'il faut retenir : ERNIE 4.0 : le nouveau visage de Baidu Baidu fait un pas de géant dans l'univers de l'IA […] L'article "Baidu révolutionne le SEO avec ERNIE 4.0" a [...]


98: Comment mettre à jour le SDK Android intégré dans Unity '

https://www.demonixis.net/comment-mettre-a-jour-le-sdk-android-integre-dans-unity/

Demonixis (Jeux)

Unity intègre par défaut le SDK Android pour faciliter les builds. Il arrive cependant que le SDK installé ne contienne pas tous les SDKs nécessaires. Dans certains cas Unity vous propose d’installer le SDK manquant, mais dans la plupart des cas, il faudra le faire par vous même. Si vous … L'article Comment mettre à jour le SDK Android intégré dans Unity ' est apparu en premier [...]


99: Isotope (filter) and Pagination using Php and Javascript

https://ujjwalshres.hashnode.dev/isotope-filter-and-pagination-using-php-and-javascript

Hashnode - javascript (Javascript)

I wanted to implement Isoptope and Pagination in one of my websites. The idea was to display all my categories for filter options and then while clicking on those options they would dynamically filter the category items below. Here's a diagram to vis...


100 / 124

100: A NodeJS Developer Learning Flask - OR - Why Are The Easy Things Hard Now'

https://meanderingthoughts.hashnode.dev/a-nodejs-developer-learning-flask-or-why-are-the-easy-things-hard-now

Hashnode - javascript (Javascript)

So I decided to learn Python again. The last time I seriously dove into Python it wasn't even at version 3 yet, so it has been a while. I am a big believer that the best way to learn a language is to make something you are passionate about in the lan...


101: NordVPN casse les prix pour le Black Friday 2023 : économisez gros et protégez votre vie numérique !

https://www.realite-virtuelle.com/nordvpn-casse-les-prix-pour-le-black-friday-2023-economisez-gros-et-protegez-votre-vie-numerique/

realite-virtuelle.com (Réalité Virtuelle)

Le Black Friday est en avance cette année avec une offre que vous ne pouvez […] Cet article NordVPN casse les prix pour le Black Friday 2023 : économisez gros et protégez votre vie numérique ! a été publié sur REALITE-VIRTUELLE.COM.


102: Promo exclusive Black Friday 2023'! NordVPN à partir de 2.99'/mois + 3 Mois OFFERTS !

https://www.lebigdata.fr/black-friday-2023-nordvpn

Le Big Data (dataviz)

Profitez de la promo Black Friday 2023 NordVPN'! Du 18 octobre au 29 novembre, sécurisez vos données en ligne à … Cet article Promo exclusive Black Friday 2023'! NordVPN à partir de 2.99'/mois + 3 Mois OFFERTS ! a été publié sur LEBIGDATA.FR.


103: Difference Between ES5 and ES6 in JavaScript

https://saurabhsuryavanshi.hashnode.dev/difference-between-es5-and-es6-in-javascript

Hashnode - javascript (Javascript)

When you delve into the realm of JavaScript, you'll often come across terms like ES5 and ES6. But what exactly are they' Essentially, they are versions of ECMAScript, the scripting language specification that serves as the foundation for several prog...


104: 10 formations pour apprendre à maîtriser les outils de bureautique

https://www.blogdumoderateur.com/selection-formation-bureautique-173/

Blog du Moderateur ()

Notre sélection de la semaine est dédiée aux outils de bureautique les plus utilisés en entreprise.


105: React Context API

https://koushikroy.hashnode.dev/react-context-api

Hashnode - javascript (Javascript)

Understanding the React Context API React, one of the most popular JavaScript libraries for building user interfaces is known for its component-based architecture. However, as applications grow in complexity, managing state across components can beco...


106: Case Study - Saving 10+ hrs/week with a mobile app

https://royalzsoftware.de/case-study-saving-10-hrsweek-with-a-mobile-app

Hashnode - javascript (Javascript)

We saved the executives of an exterminator company dozens of hours per week. Here's how! The Problem As an exterminator company in Germany, you need to create reports for the insurance companies. At the core, it contains some fields, like details of ...


107: Unlocking the Power of Proxies: JavaScript's Secret Superheroes

https://blog.delpuppo.net/unlocking-the-power-of-proxies-javascripts-secret-superheroes

Hashnode - javascript (Javascript)

JavaScript's Proxy object is a powerful feature that enables you to intercept and customize operations performed on objects. This versatile tool allows developers to create more efficient and flexible code while also improving code maintainability. I...


108: E-santé : le Montpelliérain Wefight à la recherche d'un repreneur

https://www.usine-digitale.fr/article/e-sante-le-montpellierain-wefight-a-la-recherche-d-un-repreneur.N2183918

L'usine-digitale (Informatique)

Auteur des assistants virtuels Vik pour les patients atteints de cancers et de maladies chroniques, Wefight a un mois pour trouver un repreneur, après un redressement judiciaire survenu début octobre. La jeune pousse née en 2017, qui avait levé 10 millions d'euros fin 2021, n'a pas trouvé en 2023 les nouveaux fonds nécessaires pour poursuivre un développement ambitieux à l'international.


109: Exotec implante sa R&D logicielle à Lyon

https://www.usine-digitale.fr/article/exotec-implante-sa-r-d-logicielle-a-lyon.N2183913

L'usine-digitale (Informatique)

La licorne Exotec, pionnière des robots dans les entrepôts logistiques, implante une équipe à Lyon pour développer ses briques software dans un premier temps, puis de l'assemblage dès 2025.


110 / 124

110: The Illusion of Speed: Unveiling Next.js' Perceived Faster Load Times

https://kshitijcodes.hashnode.dev/the-illusion-of-speed-unveiling-nextjs-perceived-faster-load-times

Hashnode - javascript (Javascript)

In this TikTok and reel world, user attention is ever-decreasing, making the loading speed paramount. Users crave speed, responsiveness, and smooth interactions. To meet this demand, developers employ techniques to enhance perceived performance. Skel...


111: Function Types with Receivers

https://blog.nicholasfragiskatos.dev/function-types-with-receivers

Hashnode - Kotlin (Mobiles)

When we invoke one of Kotlin's Scope functions (apply, run, let, also, or with) a temporary scope/context is created for the object, and you can access the object without its name. Depending on the function you can reference the context object using ...


112: Function Types with Receivers in Kotlin

https://blog.nicholasfragiskatos.dev/function-types-with-receivers-in-kotlin

Hashnode - Kotlin (Mobiles)

When we invoke one of Kotlin's Scope functions (apply, run, let, also, or with) a temporary scope/context is created for the object, and you can access the object without its name. Depending on the function you can reference the context object using ...


113: La start-up Hivebrite lève 35 millions d'euros pour son outil de gestion des communautés

https://www.usine-digitale.fr/editorial/la-start-up-hivebrite-leve-35-millions-d-euros-pour-son-outil-de-gestion-des-communautes.N2183358

L'usine-digitale (Informatique)

Hivebrite, éditeur d'une solution SaaS de création et de gestion des communautés, a bouclé une série B de 35 millions d'euros. Son logiciel a conquis près de 1000 clients, dont la majorité se situe aux Etats-Unis.


114: Let us start our JS Journey

https://naveenbhat.hashnode.dev/let-us-start-our-js-journey

Hashnode - javascript (Javascript)

Hello Everyone! Naveen here, a Web development enthusiast. Welcome to my first article on this platform. Let's dive into the exciting world of JavaScript and web development. Have you ever wondered about the magic behind the web' When you hear the wo...


115: Python-Day3-PracticeQuestions

https://pavandevops.hashnode.dev/python-day3-practicequestions

Hashnode - python (python)

(Control Flow and Loops) Aim: Learn about conditional statements and loops in Python. Write a program that checks if a given number is positive, negative, or zero. Create a loop that prints the first 10 even numbers. Implement a program that f...


116: Mastering DevOps: 6 Best Practices for Efficient Software Delivery

https://www.bestfreewebresources.com/mastering-devops-6-best-practices-for-efficient-software-delivery

Best Free Web Resources (Veille)

Efficient software delivery is critical and many organizations are continually seeking ways to enhance their software development and delivery processes. DevOps has emerged as a solution to streamline software delivery and improve overall efficiency. When implemented correctly, DevOps can significantly reduce your development cycles, enhance product quality, and boost your customer satisfaction. W [...]


117: Unlocking the Marvels of Vue 3: A Web Developer's Dream

https://dharaniz.hashnode.dev/unlocking-the-marvels-of-vue-3

Hashnode - vuejs (Javascript)

Ladies and gentlemen, web developers and coding aficionados gather 'round! Today, we're diving into the world of Vue 3, and trust me, it's an exhilarating journey. Vue 3 is making waves for all the right reasons, and I'm here to tell you exactly why ...


118: Day 1 - Building Jotion

https://blogs.mukulrajpoot.com/day-1-building-jotion

Hashnode - javascript (Javascript)

On the first day of building our application, I kicked off the project by creating the marketing page and setting up authentication using Clerk Auth. Marketing Page Development: I started by designing the marketing page, the face of our application....


119: Importance of using Getters in Vanilla JavaScript

https://javascript.co.in/importance-of-using-getters-in-vanilla-javascript

Hashnode - javascript (Javascript)

Let's look at an example of why getters (and so are also setters) are so useful. Let's say you have an AJAX call that you're using via fetch to retrieve the value of 1 USD in INR. Say we have a script that gets the content of https://open.er-api.com/...


120 / 124

120: Build A ChatBot With ChatGPT And React

https://openreplay.hashnode.dev/build-a-chatbot-with-chatgpt-and-react

Hashnode - javascript (Javascript)

As AI technology advances, chatbots have become a powerful tool for improving user interactions. By combining ChatGPT with user-friendly frameworks like React, developers can create intelligent and dynamic chatbots that engage users in natural and me...


121: Applying Design Principles In React

https://openreplay.hashnode.dev/applying-design-principles-in-react

Hashnode - javascript (Javascript)

by Jeremiah (Jerry) Ezekwu Software development, in general, has several principles that guide and govern the development of quality software. These solid design principles help developers greatly improve their code base's efficiency, maintainabilit...


122: How to Resize Images Perfectly Without Losing Quality in Python

https://blog.voidr.co/resize-images-in-python

Hashnode - python (python)

Resizing Images using Python Image resizing with Python, a high-level interpreted programming language with dynamic typing, has become increasingly popular. Renowned for its clear syntax that emphasizes code readability, it's widely used in web devel...




La veille     Haut de page     Lendemain



Note : Webriche.fr est un agrégateur de flux RSS. C'est à dire un outil automatique qui regroupe l'accès à des informations, dont il n'est ni le rédacteur, ni l'éditeur.
Pour toutes questions, merci de contacter Richard Carlier.

Présentation

Ceci est un site qui explore certains mécanismes du Web 2.0, histoire de jouer avec tout ça...
Oui, une sorte de mashup 2.0 appliqué à la veille informationnelle... Hum, rien de neuf ?

Expérimental, c'est un site collaboratif à usage d'une seule personne. Ou presque.

Richard Carlier

Des mots,
toujours des mots...

Collaboration Partage Pagerank Donnees Echange RSS Standards Web Design CSS Participation Accessibilite Mashup Convergence Standardisation Utilisateurs Web 2.0