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

« Février 2024 »

  • 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


Vendredi 23 Février 2024 (141)

1: An Introduction to Python

https://alexmerced.hashnode.dev/an-introduction-to-python

Hashnode - python (python)

Subscribe to my youtube channel Python, conceived in the late 1980s by Guido van Rossum and first released in 1991, has grown to become one of the most popular and versatile programming languages in the world. Its design philosophy emphasizes code re...


2: An Introduction to Python

https://techblog.alexmerced.com/an-introduction-to-python

Hashnode - python (python)

Subscribe to my youtube channel Python, conceived in the late 1980s by Guido van Rossum and first released in 1991, has grown to become one of the most popular and versatile programming languages in the world. Its design philosophy emphasizes code re...


3: Coffee-Break Projects - Back to the Basics 1

https://andreimac.com/coffee-break-projects-back-to-the-basics-1

Hashnode - javascript (Javascript)

The Interviews Struggle Three months ago, I found myself in an unwelcome situation: jobless. I had to start interviewing during one of the worst possible times. It was the end of the year, and to complicate matters, our government had just introduced...


4: How to make chess.com hack with 15 lines of JavaScript.

https://drevil.hashnode.dev/how-to-display-chess-best-move-directly-in-your-devtools-console-while-playing-games-on-chess-websites

Hashnode - javascript (Javascript)

If you are willing to touch some JavaScript (or maybe you already know some coding basics) you'll be suprised how easy it is to "hack" most popular chess websites. Before we proceed, little disclaimer: this showcase is for learning purposes. We don't...


5: Google: Don't punish us for our success in Search

https://searchengineland.com/google-post-trial-brief-antitrust-trial-437880

Search engine land (Référencement)

Google claims the U.S. Government is trying to penalize it for being successful in a post-trial brief submitted to a DC Judge.


6: ' Weekly Magic AI: Google's Gemma | X and Midjourney | Opinions about OpenAI's Sora

https://magicai.tinztwins.de/weekly-magic-ai-googles-gemma-x-and-midjourney-opinions-about-openais-sora

Hashnode - python (python)

Hi AI Enthusiasts, Welcome to our weekly Magic AI, where we bring you the latest updates on Artificial Intelligence (AI) in an accessible way. This week's Magic AI tool is a graphic design tool for creating hand-drawn diagrams. We think that's a hidd...


7: Day 44: Navigating Kubernetes: Namespaces and Services Unveiled! '

https://davender.hashnode.dev/day-44-navigating-kubernetes-namespaces-and-services-unveiled

Hashnode - javascript (Javascript)

Introduction: Welcome back to Day 33 of our DevOps journey! Today, we're delving into the essential concepts of Namespaces and Services in Kubernetes. These components play a crucial role in organizing resources and enabling network access to our app...


8: Comment les robots vont augmenter votre salaire sans provoquer d'inflation

https://www.lebigdata.fr/robot-salaire

Le Big Data (dataviz)

Ces dernières années, les progrès rapides de l'IA ont suscité à la fois enthousiasme et inquiétude dans divers secteurs, dont … Cet article Comment les robots vont augmenter votre salaire sans provoquer d’inflation a été publié sur LEBIGDATA.FR.


9: Best of SearchBot: Guide me through a technical SEO audit

https://searchengineland.com/best-searchbot-technical-seo-audit-guide-437878

Search engine land (Référencement)

We ask Search Engine Land's SearchBot how to carry out an effective technical SEO audit.


10 / 141

10: Day 35 of 100days of code.

https://paks.hashnode.dev/day-35-building-a-book-store-application-part-one-project-setup

Hashnode - javascript (Javascript)

MERN Stack Project Building a Book Store Application Part One - Project Setup First install node JS Create a new folder Book store on your local computer. Then open the folder in the code editor. Create 2 folders frontend and backend To use the backe...


11: Calculando el Total de una Columna en un Interactive Grid con JavaScript

https://paraguayandev.com/calculando-el-total-de-una-columna-en-un-interactive-grid-con-javascript

Hashnode - javascript (Javascript)

¿Alguna vez necesitaste, o necesitas, calcular el total de una columna de un interactive grid y al mismo tiempo poder utilizar ese dato en otro elemento de tu pagina'. Hoy vengo a comentarte que puedes realizarlo con la ayuda de javascript. Interacti...


12: JavaScript, Deconstructed.

https://ofoenelson.hashnode.dev/javascript-deconstructed-variables

Hashnode - javascript (Javascript)

Before we dive into JavaScript programming, what it is or isn't, what it does or does not do let's a give a little overview of what computer programming is. Computer programming or coding is the writing of sequences of instructions called programs or...


13: Stable Diffusion 3 sort par surprise et foudroie MidJourney 6 et DALL-E 3

https://www.lebigdata.fr/stable-diffusion-3

Le Big Data (dataviz)

Stability AI vient de reprendre sa ceinture de champion des générateurs d'images IA ! La startup lance Stable Diffusion 3 … Cet article Stable Diffusion 3 sort par surprise et foudroie MidJourney 6 et DALL-E 3 a été publié sur LEBIGDATA.FR.


14: Title: "Embarking on a React Journey: Overcoming Setup Challenges with Vite"

https://saffronscript.hashnode.dev/title-embarking-on-a-react-journey-overcoming-setup-challenges-with-vite

Hashnode - javascript (Javascript)

INTRO Hey there! ' Today marked the beginning of my React journey, and it wasn't without its share of challenges during the setup. However, I managed to overcome them by taking a different approach and opting for Vite, finding its lightweight nature...


15: Callback Functions and Event Listeners in JavaScript.

https://siddheshshende.com/callback-functions-and-event-listeners-in-javascript

Hashnode - javascript (Javascript)

Introduction In the fast-paced world of web development, understanding the complexities of JavaScript is essential for creating cutting-edge and responsive applications. This blog post will look into the symbiotic relationship between two essential J...


16: Resolving "Paths Cannot Find Module" Error in tsconfig.json

https://ctrlaltmonique.hashnode.dev/resolving-paths-cannot-find-module-error-in-tsconfigjson

Hashnode - javascript (Javascript)

Relative imports can quickly clutter up your codebase, making it difficult to maintain and understand. That's where aliasing comes in handy, allowing you to simplify your import statements and keep your code clean. However, as I recently discovered, ...


17: Day 8: Error Handling in Python

https://himanshuchauhan.hashnode.dev/day-8-error-handling-in-python

Hashnode - python (python)

On my eighth day of learning Python, I want to share my insights into error handling. When writing code in any programming language, encountering errors is inevitable. However, understanding error handling can prevent our code from abruptly halting. ...


18: Simplifying Component Composition with Slots in Vue 3

https://blog.jobins.jp/simplifying-component-composition-with-slots-in-vue-3

Hashnode - vuejs (Javascript)

Vue.js 3, also known simply as Vue 3, is a popular open-source JavaScript framework for building user interfaces. It is an evolution of Vue.js 2, with several significant improvements and new features. Evan You created Vue.js, and it has gained a str...


19: Setting up an Express + Typescript Server with Vue + Vite

https://ctrlaltmonique.hashnode.dev/setting-up-an-express-typescript-server-with-vue-vite

Hashnode - vuejs (Javascript)

Introduction Venturing into backend development can feel like stepping into uncharted territory, especially for us frontend developers. As a self-proclaimed "frontend girlie," I'll admit, I felt apprehensive about diving into backend development. How...


20 / 141

20: Google investigating Local Services Ads bug

https://searchengineland.com/google-investigating-local-services-ads-bug-437870

Search engine land (Référencement)

Google Ads is working on a fix to prevent businesses from appearing in search results for their competitors' names.


21: Avatar Medical lève 5 millions d'euros pour son logiciel d'imagerie médicale volumétrique

https://www.usine-digitale.fr/article/avatar-medical-leve-5-millions-d-euros-pour-son-logiciel-d-imagerie-medicale-volumetrique.N2208717

L'usine-digitale (Informatique)

La start-up Avatar Medical a mis au point un logiciel pour obtenir, en quelques secondes, un rendu volumique 3D à partir d'images médicales en 2D. Elle compte sur cette levée de fonds pour commercialiser son produit outre-Atlantique, obtenir les autorisations sur le marché européen et installer son logiciel sur le cloud.


22: How to draw ASK

https://feeds.feedblitz.com/~/872026814/0/tanglepatterns~How-to-draw-ASK.html

TanglePatterns (Zentangle)

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


23: Implementing User Authentication in Express-Mongo using JWT

https://manjotbenipal.xyz/implementing-user-authentication-in-express-mongo-using-jwt

Hashnode - javascript (Javascript)

What is JWT' JWT is a popular method of signing in users in stateless APIs. I have been working on a simple API providing data about tours to its users using a tour database. To access certain routes in API user authentication is required. How to gen...


24: Pour ses 10 ans, l'incubateur de start-up de Walt Disney se focalise sur l'IA

https://www.usine-digitale.fr/article/pour-ses-10-ans-l-incubateur-de-start-up-de-walt-disney-se-focalise-sur-l-ia.N2208709

L'usine-digitale (Informatique)

Disney Accelerator, l'incubateur du géant du divertissement, fête ses dix ans cette année. S'adaptant à la tendance, il soutient quatre start-up développant des solutions d'intelligence artificielle parmi 5 pour sa promotion 2024.


26: Creating a design philosophy ' for yourself and for your company

https://blog.logrocket.com/ux-design/creating-design-philosophy/

Log Rocket blog (Web 2)

A design philosophy is a guiding light for a designer's approach to their craft. Here's how to craft your own. The post Creating a design philosophy ' for yourself and for your company appeared first on LogRocket Blog.


27: Use Flutter UI inside iOS App Extensions

https://nkshah2.hashnode.dev/use-flutter-ui-inside-ios-app-extensions

Hashnode - Flutter (Flutter)

In this article we will explore the basics of setting up an extension and how to use Flutter in it. Flutter has become a very popular choice for mobile developers, it's style of UI code and the fact that it renders the same on both platforms makes it...


28: Leader Spotlight: Balancing inward and outward product management, with Kevin Morris

https://blog.logrocket.com/product-management/leader-spotlight-kevin-morris/

Log Rocket blog (Web 2)

Kevin Morris talks about the importance of not overly focusing on the inward-facing components of product management. The post Leader Spotlight: Balancing inward and outward product management, with Kevin Morris appeared first on LogRocket Blog.


29: Dans quelles conditions peut-on céder une base de données sans le consentement des intéressés '

https://www.usine-digitale.fr/article/dans-quelles-conditions-peut-on-transferer-une-base-de-donnees-sans-le-consentement-des-interesses.N2208659

L'usine-digitale (Informatique)

Comment concilier le droit de la propriété d'une société créancière et le droit à la protection des données personnelles ' Voici la question sur laquelle doit se pencher la Cour de justice de l'Union européenne, à la demande d'une juridiction polonaise. L'avocat général a rendu ses conclusions : une base de données personnelles peut être vendue dans le cadre d'une procédure d'exécu [...]


30 / 141

30: LinkedIn publishes actionable steps before third-party cookie deprecation

https://searchengineland.com/linkedin-guie-steps-third-party-cookie-deprecation-437813

Search engine land (Référencement)

The platform released a new guide outlining five key steps to take right now to maximize performance in the privacy-first era.


31: Les DSI sous pression pour la mise en oeuvre de l'IA

https://www.lemondeinformatique.fr/actualites/lire-les-dsi-sous-pression-pour-la-mise-en-oeuvre-de-l-ia-93055.html

Le monde informatique (Internet / Informatique)

Selon le cabinet d'études IDC, au cours des prochaines années, les dépenses des entreprises en services, logiciels et infrastructures (...)


32: Ce malware Android peut vous faire perdre tout votre argent, agissez vite !

https://www.lebigdata.fr/malware-anatsa

Le Big Data (dataviz)

Vous résidez en Europe ' Attention, vous êtes dans la ligne de mire d'un malware Android conçu pour voler vos … Cet article Ce malware Android peut vous faire perdre tout votre argent, agissez vite ! a été publié sur LEBIGDATA.FR.


33: 5 vulnérabilités WiFi à connaître

https://www.lemondeinformatique.fr/actualites/lire-5-vulnerabilites-wifi-a-connaitre-93054.html

Le monde informatique (Internet / Informatique)

Sécuriser efficacement les réseaux WiFi d'entreprise ne se limite pas seulement à mettre en place le dernier cryptage ou à (...)


34: Using zip in Python

https://datawise.dev/using-zip-in-python

Hashnode - python (python)

If you haven't encountered it already, note that zip is quite handy in Python. It allows you to go through multiple iterables (such as lists, sets, tuples etc) at the same time, effectively "zipping" them into an iterator that will produce tuples o...


35: Microsoft va investir 2 Md' en IA et cybersécurité en Espagne

https://www.lemondeinformatique.fr/actualites/lire-microsoft-va-investir-2-mdeteuro-en-ia-et-cybersecurite-en-espagne-93053.html

Le monde informatique (Internet / Informatique)

Microsoft prévoit de quadrupler ses investissements dans l'IA et le cloud en Espagne, en y dépensant 1,95 Md' au cours des deux (...)


36: IA générative : Google intègre un assistant pour rédiger des messages dans Chrome

https://www.usine-digitale.fr/article/ia-generative-google-integre-un-assistant-pour-la-redaction-de-messages-dans-chrome.N2208697

L'usine-digitale (Informatique)

Avec "Help me write", Google veut faciliter l'expérience d'écriture pour les utilisateurs de son navigateur Chrome. Toutefois, les européens devront encore attendre un peu pour en profiter, la fonctionnalité n'étant disponible qu'aux Etats-Unis (et en anglais) pour cette phase de lancement.


37: 5 moyens faciles pour exécuter des LLM localement

https://www.lemondeinformatique.fr/actualites/lire-5-moyens-faciles-pour-executer-des-llm-localement-91502.html

Le monde informatique (Internet / Informatique)

Les chatbots tels que ChatGPT, Claude.ai et phind sont sans doute très utiles, mais les entreprises ne souhaitent pas toujours que les données (...)


38: Le Plan France Très Haut Débit au régime sec

https://www.lemondeinformatique.fr/actualites/lire-le-plan-france-tres-haut-debit-au-regime-sec-93050.html

Le monde informatique (Internet / Informatique)

Les réductions de coûts ne sont jamais accueillies à bras ouverts. Aucune surprise donc à voir les réactions se multiplier (...)


39: Day - 26 of DevOps

https://gokuldevops.hashnode.dev/day-26-of-devops

Hashnode - python (python)

Hello Everyone, Welcome to Day 26 of DevOps Learning, Today we explore Python Data Types, variables, and Operators Python stands out from other programming languages because of its building blocks data types, variables, and operators. These foundatio...


40 / 141

40: How to speed up site migrations with AI-powered redirect mapping

https://searchengineland.com/site-migrations-ai-powered-redirect-mapping-437793

Search engine land (Référencement)

Website migrations often involve painstaking redirect mapping, but AI can help. Here's a walkthrough of the process to help you save time.


41: Dtale: Quickly Gain Insights from Your Data

https://mathdatasimplified.com/dtale-quickly-gain-insights-from-your-data-2/

Math Data Simplified (data)

Have you ever wanted to quickly visualize, analyze, or manipulate your data by only clicking and selecting' Dtale allows you to do all of the above seamlessly within your Jupyter Notebook kernel. Link to Dtale. Favorite …


42: Unveiling the Powerhouse: Why Django Reigns Supreme in Web Development

https://blogsmani.hashnode.dev/unveiling-the-powerhouse-why-django-reigns-supreme-in-web-development

Hashnode - python (python)

In the ever-evolving landscape of web development, choosing the right framework is paramount. Django stands out as a robust and versatile platform, garnering immense popularity among developers worldwide. This blog delves into the technical intricaci...


43: Le japonais NTT Data va installer un campus de data centers de 84 mégawatts près de Paris

https://www.usine-digitale.fr/article/le-japonais-ntt-data-va-installer-un-campus-de-data-centers-de-84-megawatts-pres-de-paris.N2208686

L'usine-digitale (Informatique)

La multinationale japonaise NTT va implanter son premier "campus de data centers" à Corbeil-Essonnes (91), sur l'emplacement de l'ancien site d'IBM. Une position stratégique destinée à développer sa croissance en Europe.


44: Meaningful Names in JavaScript Code

https://patrickkarsh.hashnode.dev/meaningful-names-in-javascript-code

Hashnode - javascript (Javascript)

In the realm of software development, the significance of naming conventions cannot be overstated. Especially in dynamic languages like JavaScript, where the context of variables, functions, and classes can be incredibly fluid, choosing meaningful na...


45: Pourquoi l'Apple Vision Pro bloque les contenus porno VR '

https://www.realite-virtuelle.com/vision-pro-bloque-porno-vr-pourquoi/

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

Récemment lancé, le Vision Pro fait beaucoup parler d’elle grâce à sa technologie avancée. Mais […] Cet article Pourquoi l’Apple Vision Pro bloque les contenus porno VR ' a été publié sur REALITE-VIRTUELLE.COM.


46: Understanding Stateless and Stateful Functions in Functional Programming: A Deep Dive with JavaScript Examples

https://iamthecode.hashnode.dev/understanding-stateless-and-stateful-functions-in-functional-programming-a-deep-dive-with-javascript-examples

Hashnode - javascript (Javascript)

In functional programming, the difference between stateless and stateful functions boils down to how they handle information: Stateless Function: No memory: These functions don't remember anything about past calls. Pure: They always return the same...


47: Understanding Stateless and Stateful Functions in Functional Programming: A Deep Dive with JavaScript Examples

https://iamthecode.hashnode.dev/stateless-and-stateful-func-functional-programming

Hashnode - javascript (Javascript)

In functional programming, the difference between stateless and stateful functions boils down to how they handle information: Stateless Function: No memory: These functions don't remember anything about past calls. Pure: They always return the same...


48: Avec Gemini for Workspace, Google greffe de la GenAI à sa suite bureautique

https://www.lemondeinformatique.fr/actualites/lire-avec-gemini-for-workspace-google-greffe-de-la-genai-a-sa-suite-bureautique-93051.html

Le monde informatique (Internet / Informatique)

Après Microsoft et son Copilot pour Office 365, Google élargit à son tour l'accès aux fonctions d'IA générative (...)


49: CodeBytes: Transform your Python code with functional programming

https://lkarev.hashnode.dev/codebytes-transform-your-python-code-with-functional-programming

Hashnode - python (python)

While I was writing code for my "markdown2gist" project (a small Python script that extracts code blocks from Markdown files and uploads them as a Github Gist), I had to write a function that extracts the code blocks from the contents of the markdown...


50 / 141

50: Enhancing Team Dynamics: Strategies for Improved Collaboration and Customer Experience

https://www.noupe.com/business-online/enhancing-team-dynamics-strategies-for-improved-collaboration-and-customer-experience.html

Noupe (conception)

Team dynamics simply means a relationship between the members of groups. It illustrates the dynamics of business communication within a team, showcasing how team members interact, communicate, and cooperate with each other. Team dynamics can be tricky since we all have our own working styles, personalities, and opinions. In a collaborative setting, being different can... The post Enhan [...]


51: Using CRDTs to build collaborative Rust web applications

https://blog.logrocket.com/using-crdts-build-collaborative-rust-web-applications/

Log Rocket blog (Web 2)

CRDTs, or conflict-free replicated data types, is a concept that underlies applications facing the issue of data replication across a […] The post Using CRDTs to build collaborative Rust web applications appeared first on LogRocket Blog.


52: Project management for in-house SEO teams: 6 best practices

https://searchengineland.com/project-management-best-practices-in-house-seo-teams-437781

Search engine land (Référencement)

Master project management for in-house SEO teams and navigate the never-ending flow of SEO projects while supporting broader business goals.


53: Espionnage : un leak révèle tous les secrets des hackers chinois

https://www.lebigdata.fr/espionnage-hackers-i-soon

Le Big Data (dataviz)

I-Soon, une entreprise chinoise spécialisée dans l'informatique, vient d'être victime d'une fuite de données massive. Et ces informations sont assez … Cet article Espionnage : un leak révèle tous les secrets des hackers chinois a été publié sur LEBIGDATA.FR.


54: The Subtle Knife of Censorship: Understanding its Impact Beyond Personal Experience

https://drmelchisedecbankole.hashnode.dev/the-subtle-knife-of-censorship-understanding-its-impact-beyond-personal-experience

Hashnode - javascript (Javascript)

Censorship, like an unseen blade, has the power to cut deep into the fabric of society, shaping narratives, limiting perspectives, and stifling creativity. While some may argue that unless directly affected, one cannot fully comprehend its implicatio...


55: Live Project Training in Python | Python Programming Language

https://onlinetrainingusa.hashnode.dev/live-project-training-in-python-python-programming-language

Hashnode - python (python)

In the ever-evolving landscape of programming, mastering Python has become a prerequisite for many aspiring developers. While learning the syntax and basics is crucial, nothing compares to the hands-on experience gained through live project training....


56: A guide to sprint planning

https://blog.logrocket.com/product-management/sprint-planning-guide/

Log Rocket blog (Web 2)

While running a sprint planning ceremony is pretty straightforward, a lot of work goes into the planning both before and during the ceremony. The post A guide to sprint planning appeared first on LogRocket Blog.


57: Surviving the Leap from College to Real-World Design

https://www.webdesignerdepot.com/college-to-real-world-design/

Webdesigner depot (Design)

So, you've finished college and are ready to showcase your design skills to the world. This is a pivotal moment that you've worked hard for. But you may find that design in the real world is quite different from what you experienced in your courses.


58: Overcoming Asynchronous Hurdles in a File Sharing Web App

https://blackie.hashnode.dev/overcoming-asynchronous-hurdles-in-a-file-sharing-web-app

Hashnode - javascript (Javascript)

Building a file-sharing web app presents its unique set of challenges, and one of the hurdles we faced was grappling with asynchronous behavior during file uploads. In this blog post, we'll delve into the issue we encountered and the solution that pr...


59: Pourquoi OpenAI Sora fait décoller les cryptomonnaies '

https://www.lebigdata.fr/openai-sora-fait-decoller-les-cryptomonnaies

Le Big Data (dataviz)

L’avènement de Sora par OpenAI a déclenché une révolution dans le monde des cryptomonnaies, particulièrement celles associées à l’intelligence artificielle. … Cet article Pourquoi OpenAI Sora fait décoller les cryptomonnaies ' a été publié sur LEBIGDATA.FR.


60 / 141

60: Efficient AWS S3 Management with Boto3 Functions in Python

https://veddevopsblog.hashnode.dev/efficient-aws-s3-management-with-boto3-functions-in-python

Hashnode - python (python)

Introduction Amazon Simple Storage Service (S3) is a widely-used cloud storage solution provided by Amazon Web Services (AWS). Boto3, the AWS SDK for Python, offers developers a powerful toolset to interact with S3 programmatically. In this article, ...


61: My problem with those asking you to learn Dart before Flutter and why I think otherwise

https://switchandretain.com/my-problem-with-those-asking-you-to-learn-dart-before-flutter-and-why-i-think-otherwise

Hashnode - Flutter (Flutter)

Week in and week out, the Flutter community gets questions like these: https://twitter.com/K_Ansongkwame1/status/1255608824557428743 https://twitter.com/gbekss/status/1459110068490756099 https://twitter.com/AugustinMbuiDev/status/1429981270105284...


62: My Transformative Journey in 2023

https://blackie.hashnode.dev/my-transformative-journey-in-2023

Hashnode - javascript (Javascript)

In the dynamic realm of technology, 2023 has been a pivotal year for my professional growth and skill enhancement. Embarking on the PLPAfrica Bootcamp was a defining moment, setting the stage for a year of continuous learning and exciting challenges....


63: Google SGE testing and development ongoing and growing

https://searchengineland.com/google-sge-testing-and-development-ongoing-and-growing-437811

Search engine land (Référencement)

Google's Search Generative Experience presence is growing in industries and new countries. Here's what the latest SGE activity signals.


64: Stability AI cède sa plateforme Clipdrop à Jasper, spécialiste de l'IA pour le marketing

https://www.usine-digitale.fr/article/stability-ai-cede-sa-plateforme-clipdrop-a-jasper-specialiste-de-l-ia-pour-le-marketing.N2208670

L'usine-digitale (Informatique)

La start-up britannique Stability AI était en discussions avec l'américain Jasper depuis plusieurs mois, l'un cherchant à renflouer ses caisses et l'autre à étendre son portefeuille de produits. Les deux entreprises ont trouvé un terrain d'entente avec la cession de la plateforme de montage vidéo Clipdrop. Les équipes l'ayant développé vont rejoindre les locaux parisiens de Jasper.


65: Garden.io: Streamlining Kubernetes Development Workflows

https://parthpshah.hashnode.dev/gardenio-streamlining-kubernetes-development-workflows

Hashnode - javascript (Javascript)

Garden.io is a DevOps automation tool for developing and testing Kubernetes apps faster.It is a cloud native application development, testing, and deployment platform. It defines the build and deployment procedure for your application in a configurat...


66: PSVR 2 : Sony annonce de nouveaux titres de jeu

https://www.realite-virtuelle.com/psvr-2-nouveaux-titres-jeux/

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

Pour marquer un an du PSVR 2, Sony présente de nouveaux jeux, et nous les […] Cet article PSVR 2 : Sony annonce de nouveaux titres de jeu a été publié sur REALITE-VIRTUELLE.COM.


67: Einstein, Pulse' Où en est l'IA dans Tableau '

https://www.silicon.fr/einstein-pulse-ia-tableau-476208.html

Sillicon (dataviz)

Passage en phase commerciale acté pour Tableau Pulse. Que regroupe cette marque et qu'implique son intégration dans le logiciel '


69: Bouygues Telecom propose 950 M' pour racheter la Poste Mobile

https://www.lemondeinformatique.fr/actualites/lire-bouygues-telecom-propose-950-meteuro-pour-racheter-la-poste-mobile-93047.html

Le monde informatique (Internet / Informatique)

La Poste Mobile - un opérateur de type MVNO - et ses 2,3 millions de clients pourraient tomber dans l'escarcelle de Bouygues Telecom. (...)


70 / 141

70: ' Unlocking AWS Automation: Mastering Boto3 and Lambda Functions with Python

https://vaibhav342.hashnode.dev/unlocking-aws-automation-mastering-boto3-and-lambda-functions-with-python

Hashnode - python (python)

' AWS Automation with Python Boto3 and Lambda Functions [PART - 1] Introduction ' Aim: Learn how to automate AWS common tasks using Boto3 and Lambda Functions. ' Objective of this course: Cover the core concepts of Boto3 and Lambda. Understand B...


71: Collective 815

https://tympanus.net/codrops/collective/collective-815/

Codrops (Internet / Design)

The Linear Look * How To Center a Div * Tempo * Ordena.js


72: Attention aux pluies de satellites ! L'espace, nouveau front de la cyberguerre '

https://www.lebigdata.fr/satellites-lespace-nouveau-front-cyberguerre

Le Big Data (dataviz)

À mesure que le monde se connecte davantage, les attaques des hackers augmentent. La cybersécurité des satellites et de l’espace … Cet article Attention aux pluies de satellites ! L’espace, nouveau front de la cyberguerre ' a été publié sur LEBIGDATA.FR.


73: Incomplete but Invaluable: My MERN Movie Web App Journey

https://gaire.hashnode.dev/incomplete-but-invaluable-my-mern-movie-web-app-journey

Hashnode - javascript (Javascript)

Once upon a time, settled comfortably in my teen years, I found comfort in the flashing glow of the television screen, absorbed in the captivating world of cinema. Each story told, each character portrayed, inspired my interest in the cinematic art f...


74: JavaScript Hacks You NEED to Know in 2024!

https://withaarzoo.hashnode.dev/javascript-hacks-you-need-to-know-in-2024

Hashnode - javascript (Javascript)

Did you know these 6 mind-blowing array methods dropped in June 2023 with ECMAScript 2023' Say goodbye to clunky loops and hello to 'cleaner, 'easier, 'faster code! How many of these have you mastered' findLast(): The findLast() method looks at an a...


75: Guide pour bien débuter avec un casque de réalité virtuelle

https://www.realite-virtuelle.com/que-faut-il-pour-utiliser-un-casque-vr/

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

Pour profiter pleinement de l’expérience immersive des casques de réalité virtuelle (VR), il serait préférable de […] Cet article Guide pour bien débuter avec un casque de réalité virtuelle a été publié sur REALITE-VIRTUELLE.COM.


76: The Function of DNS in Email Transmission: Why Precise MX Records Are Important 

https://www.noupe.com/business-online/the-function-of-dns-in-email-transmission.html

Noupe (conception)

The significance of keeping up a strong web existence in the dynamic world of the internet, in which email correspondence is the mainstay of internet conversation, can’t be ignored.  The Domain Name System entries that are linked with your website, especially the MX (Mail Exchanger) entries, are the cornerstone of the digital image. These are... The post The Function of DNS in E [...]


77: L'IA, une seconde nature pour la génération Z '

https://www.meta-media.fr/2024/02/23/lia-une-seconde-nature-pour-la-generation-z.html

Meta Media (Internet)

La génération Z, soit 'les natifs de l'IA', pourrait être la mieux préparée pour utiliser l'intelligence artificielle au travail. Les personnes nées entre 1997 et 2012 (les "zoomers", en opposition aux "boomers") font partie de la première génération de natifs numériques, ayant grandi en communiquant au quotidien via les réseaux... The post L'IA, une seconde nature pour la génération [...]


78: Building Interactive Skill Progress Bars with HTML, CSS, and JavaScript

https://mattadil.com/building-interactive-skill-progress-bars-with-html-css-and-javascript

Hashnode - javascript (Javascript)

Introduction: Skill progress bars are a common feature in portfolios and resumes, allowing users to visually showcase their expertise in various areas. In this article, we'll explore how to create dynamic and interactive skill progress bars using HTM...


79: Nvidia continue d'exploser en bourse'! Où s'arrêtera le parrain de l'IA''

https://www.lebigdata.fr/profits-colossals-nvidia

Le Big Data (dataviz)

La stratosphère n'est pas encore la limite pour le géant américain Nvidia. L'entreprise vient de faire des bénéfices hallucinants en … Cet article Nvidia continue d'exploser en bourse'! Où s'arrêtera le parrain de l'IA'' a été publié sur LEBIGDATA.FR.


80 / 141

80: Kanban Board in Plain Javascript

https://corvus-ikshana.hashnode.dev/kanban-board-in-plain-javascript

Hashnode - javascript (Javascript)

We will be building a simple kanban board in plain javascript , that can shuffle other task, so you can place the task at exact positions. This is asked a lot of times in machine coding rounds for frontend interviews also. Link : https://github.c...


81: Revente des données à des fins publicitaires : la FTC obtient 16,5 M$ contre Avast

https://www.lemondeinformatique.fr/actualites/lire-revente-des-donnees-a-des-fins-publicitaires-la-ftc-obtient-16-5-m%24-contre-avast-93046.html

Le monde informatique (Internet / Informatique)

Epinglé à plusieurs reprises suite à la découverte de revente d'informations collectées de ses utilisateurs (navigation (...)


82: Les salaires dans le marketing, le commerce et la tech en 2024

https://www.blogdumoderateur.com/salaires-marketing-commerce-tech-2024/

Blog du Moderateur ()

Hays, cabinet de recrutement, dresse un état des lieux des rémunérations en France. Découvrez les tendances dans le marketing, le commerce et la tech.


83: IA : le contenu de Reddit sera utilisé pour entraîner les modèles de Google

https://www.blogdumoderateur.com/ia-contenu-reddit-entrainer-modeles-google/

Blog du Moderateur ()

En échange d'une compensation annuelle de 60 millions de dollars, Google pourra utiliser le contenu publié sur Reddit pour entraîner ses modèles de langage.


84: Sony PlayStation dévoile la nouvelle que nous attendions pour le PSVR 2

https://www.realite-virtuelle.com/psvr-2-compatibilite-pc-annonce/

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

Bonne nouvelle pour les joueurs PC ! Un an après son introduction sur le marché, le […] Cet article Sony PlayStation dévoile la nouvelle que nous attendions pour le PSVR 2 a été publié sur REALITE-VIRTUELLE.COM.


85: Reddit prépare son entrée en Bourse et invite ses utilisateurs les plus assidus à investir

https://www.usine-digitale.fr/article/reddit-prepare-son-entree-en-bourse-et-invite-ses-utilisateurs-les-plus-assidus-a-investir.N2208660

L'usine-digitale (Informatique)

Le réseau social communautaire Reddit a déposé un dossier pour son introduction à la bourse de Wall Street. Il donnera la possibilité à ses principaux utilisateurs d'acheter des actions, en agissant par niveaux selon leur degré d'implication. Une demande qui intervient quelques heures après l'annonce d'un accord de licence inédit avec Google, qui permettra à cette dernière d'entraîner [...]


86: Hosting in JavaScript

https://shivamgupta6418.hashnode.dev/hosting-in-javascript

Hashnode - javascript (Javascript)

In JavaScript hosting refers to the process by which the variable and function are moved to the top of their respective scope. This behavior is applied to both global and local scopes. Here are some examples to illustrate hosting Example 1: Variable ...


87: 'Day 20 - Docker Cheat Sheet

https://harshit03.hashnode.dev/day-20-docker-cheat-sheet

Hashnode - python (python)

Docker is like a super tool that helps developers put their apps in containers. It's great for everyone, whether you're just starting out or want to get better at Docker. This cheat sheet will help you with installing Docker, managing volumes (like e...


88: Lancement de Stable Diffusion 3 en version bêta pour concurrencer Sora et Gemini

https://www.usine-digitale.fr/article/lancement-de-stable-diffusion-3-en-version-beta-pour-concurrencer-sora-et-gemini.N2208655

L'usine-digitale (Informatique)

Actuellement disponible sur liste d'attente, la version la plus récente du modèle d'IA générative de Stability AI utilise de nouvelles techniques pour atteindre de meilleures performances. Il doit faire face à Sora et Gemini.


89: 30 Days of 30 Project - An WebDev Challenge

https://antomervin.hashnode.dev/30-days-of-30-project-an-webdev-challenge

Hashnode - javascript (Javascript)

' 30 Days of 30 Project - WebDev: Enhance Your Skills and Unleash Creativity ' In today's fast-paced world of web development, staying relevant and up-to-date with the latest trends and technologies is essential. One effective way to hone your skil...


90 / 141

90: Must-Have Practical Tutorial on Node.js Modules for Badass Beginners

https://blog.tutorialhell.dev/must-have-practical-tutorial-on-nodejs-modules-for-badass-beginners

Hashnode - javascript (Javascript)

It's a practical tutorial that will provide you with everything you need to understand how require() works and how to use it efficiently. It includes detailed instructions and code examples that you can run either locally on your computer or in a pre...


91: Mastering Dates: A Comprehensive Guide to Handling Dates in JavaScript

https://blog.sankarlal.in/mastering-dates-a-comprehensive-guide-to-handling-dates-in-javascript

Hashnode - javascript (Javascript)

When working on any project, you will encounter various situations where you need to utilize dates in different forms. Sometimes, you need to retrieve the current date, while other times you may have to schedule a process for a specific time. Additio...


92: Promise APIs in JavaScript

https://adnancodes01.hashnode.dev/promise-apis-in-javascript

Hashnode - javascript (Javascript)

In JavaScript, Promise APIs are like tools that help handle tasks that take time, like getting data from the internet or reading files. There are some special Promise functions that make dealing with multiple tasks easier. Let's explore them in simpl...


93: Exploring 3D Object Rendering in Flutter

https://techblog.geekyants.com/exploring-3d-object-rendering-in-flutter

Hashnode - Flutter (Flutter)

Introduction In the vibrant world of web development, Three.js has long been a household name, empowering developers to craft captivating 3D experiences seamlessly. However, when it comes to Flutter, the 3D terrain has been somewhat little uncharted....


94: On ne bouge plus ! La police mondiale assiège le gang de hackers Lockbit

https://www.lebigdata.fr/lockbit-police

Le Big Data (dataviz)

Les États-Unis, le Royaume-Uni, le Canada et huit autres pays partenaires viennent de publier une nouvelle mise à jour de … Cet article On ne bouge plus ! La police mondiale assiège le gang de hackers Lockbit a été publié sur LEBIGDATA.FR.


95: Big Mac: Data Wrangling

https://laughingatmycode.hashnode.dev/big-mac-data-wrangling

Hashnode - python (python)

This project focuses on analyzing and comparing Big Mac prices from the year 2000 to 2022 using the Python Pandas library and summary statistics data from three different currencies: Japanese Yen (JPY), Swedish Krona (SEK), and United States Dollar (...


96: Google et Reddit : Un mariage à 60 millions pour révolutionner la recherche

https://www.abondance.com/20240223-401310-google-reddit.html

Abondance (Référencement)

Reddit et Google scellent un partenariat de 60 millions de dollars pour enrichir les modèles d'IA de Google avec le contenu diversifié de Reddit. Cette collaboration vise à améliorer la recherche d'informations sur Internet, tout en préparant Reddit à son introduction en bourse. Ce qu'il faut retenir : Un partenariat renforcé entre les géants du […] L'article "Google et Reddit : Un m [...]


97: How to Check Python Version' (Linux, Windows and Mac)

https://techno101.hashnode.dev/how-to-check-python-version-linux-windows-and-mac

Hashnode - python (python)

You can check the Python version on different operating systems using the following methods: Linux and Mac: Open a terminal: On Linux: Press Ctrl + Alt + T or use the application menu to open the terminal. On Mac: Press Cmd + Space, type "Terminal...


98: États-Unis : une panne de tous les opérateurs 5G déchaîne les complotistes

https://www.lebigdata.fr/pannes-5g-aux-etats-unis

Le Big Data (dataviz)

L'heure de gloire de la 5G n'est pas près de sonner, surtout aux États-Unis. Cette innovation connaît encore quelques imperfections. … Cet article États-Unis : une panne de tous les opérateurs 5G déchaîne les complotistes a été publié sur LEBIGDATA.FR.


99: ChatGPT : 5 chatbots à connaître pour les community managers

https://www.blogdumoderateur.com/chatgpt-chatbots-pour-community-managers/

Blog du Moderateur ()

Publications LinkedIn, descriptions Instagram, scénarios TikTok... Découvrez 5 chatbots pour le community management !


100 / 141

100: Comment le stockage ADN risque de faire disparaître les Data Centers '

https://www.lebigdata.fr/stockage-adn-data-centers

Le Big Data (dataviz)

Avec l’expansion continue de nos données numériques, les data centers se heurtent à leurs limites. Alors, est-ce que l’ADN pourrait … Cet article Comment le stockage ADN risque de faire disparaître les Data Centers ' a été publié sur LEBIGDATA.FR.


101: Comment fixer ses tarifs en freelance pour établir des prix justes et rentables '

https://www.blogduwebdesign.com/blog/business-web/fixer-tarifs-freelance.html

blogduwebdesign (Design)

Lorsque vous êtes freelance, l'une des tâches les plus importantes est de fixer vos tarifs, de manière à établir des prix justes et rentables. Cette étape peut être délicate, car vous devez trouver le bon équilibre entre une juste rémunération de votre expertise et la compétitivité du marché. En exam [...]


102: Bruno Cressot nommé directeur commercial d'Insight France

https://www.lemondeinformatique.fr/actualites/lire-bruno-cressot-nomme-directeur-commercial-d-insight-france-93043.html

Le monde informatique (Internet / Informatique)

La filiale française de l'Américain Insight a promu Bruno Cressot au poste de directeur commercial. Jusqu'ici, ce dernier occupait les fonctions (...)


103: IT Partners 2024 sur la bonne rampe de lancement

https://www.lemondeinformatique.fr/actualites/lire-it-partners-2024-sur-la-bonne-rampe-de-lancement-93045.html

Le monde informatique (Internet / Informatique)

J-20 pour l'ouverture des portes d'IT Partners. Les 13 et 14 mars prochains, le salon dédié au monde de la distribution IT, bureautique et (...)


104: Une SIM 2-en-1 avec redondance de réseau pour l'IoT

https://www.lemondeinformatique.fr/actualites/lire-une-sim-2-en-1-avec-redondance-de-reseau-pour-l-iot-93041.html

Le monde informatique (Internet / Informatique)

La connectivité multi-réseaux rSIM pour l'IoT a été rendue possible grâce à un partenariat entre Deutsche (...)


105: Feeling Rested with Age

https://flowingdata.com/2024/02/23/feeling-rested-with-age/

Flowing data (dataviz)

How much you sleep each night matters, but more importantly, it's about the quality and if you feel rested when you wake up.Tags: age, rest, sleep, well-being


106: Écrire sur Internet n'a jamais été aussi facile : Découvrez « Help Me Write » de Google !

https://www.abondance.com/20240223-401154-help-me-write-google.html

Abondance (Référencement)

Google Chrome lance "Help Me Write", une fonctionnalité expérimentale basée sur l'IA, destinée à transformer l'écriture en ligne. Disponible sur Mac et PC, elle propose une aide contextuelle pour diverses tâches d'écriture. Ce qu'il faut retenir : L'écriture facilitée  Google a récemment dévoilé "Help Me Write", une fonctionnalité expérimentale de Chrome, démontrant l'évolution d [...]


107: Javascript Interview Preparation:Part 2

https://mainakkaniam.hashnode.dev/javascript-interview-preparationpart-2

Hashnode - javascript (Javascript)

Demystifying map ,filter and reduce map , filter and reduce are array methods or functions which are used to iterate over an array and perform certain operations such that they return an array which may or may not be same (but address will be differe...


108: How to Automate WhatsApp Messages Using Python

https://pauloliveira.hashnode.dev/how-to-automate-whatsapp-messages-using-python

Hashnode - python (python)

Effective communication remains critical in the vast and intricate landscape of software development and testing. Whether sharing real-time test results, flagging discrepancies, or coordinating among distributed teams, fast and clear communication ca...


109: Pushing Projects to GitHub and Deploy to GitHub pages

https://mihirsblog.hashnode.dev/pushing-projects-to-github-and-deploy-to-github-pages

Hashnode - javascript (Javascript)

If you've already perused my earlier blog, you likely have a grasp of what Git and GitHub entail. In this installment, I'll guide you through the process of pushing your projects to GitHub and deploying them on GitHub Pages. Let's dive in! Prerequisi...


110 / 141

110: Qu'est-ce qui rend un contenu addictif '

https://www.abondance.com/20240223-397450-quest-ce-qui-rend-un-contenu-addictif.html

Abondance (Référencement)

Dans un article publié sur Moz, Sarah Sal, spécialiste en Facebook Ads, dévoile ses stratégies pour créer un contenu « aussi irrésistible qu'une double boule de glace par une chaude journée d'été ». Un beau programme qui met en appétit ! 1-    Choisir son combat Le premier principe est de choisir un sujet qui suscite de l'engagement. L'autrice […] L'article "Qu'est-ce qui r [...]


111: The Magic of OOP, Classes, and Objects in Java

https://blog.sachityadav.com.np/the-magic-of-oop-classes-and-objects-in-java

Hashnode - javascript (Javascript)

Object-Oriented Programming (OOP) is a programming paradigm centered on the concept of objects, which are instances of classes. Objects in OOP encapsulate data and activities, allowing for a more modular and structured approach to software developmen...


112: Élection du Conseil d'Administration et du Bureau 2024

https://wpfr.net/election-du-conseil-dadministration-et-du-bureau-2024/

Wordpress-fr (wordpress)

Comme lors de la dernière AG en 2023, nous publions un compte rendu unique pour l’élection du nouveau Conseil d’Administration (CA) qui a eu lieu le 2 février 2024 et l’élection du nouveau Bureau qui a eu lieu lors de la première réunion du nouveau CA le 19 février 2024 conformément à nos statuts. 1.Lire la suite


113: Planity, Bioptimus, AZmed' Les levées de fonds de la French Tech cette semaine

https://www.usine-digitale.fr/article/planity-bioptimus-azmed-les-levees-de-fonds-de-la-french-tech-cette-semaine.N2208648

L'usine-digitale (Informatique)

Les start-up de la French Tech ont levé près de 98 millions d'euros cette semaine, d'après le décompte hebdomadaire d'eCap Partner pour L'Usine Digitale.


114: What Level of Programming Do I Have to Attain Before Being Qualified to Be Called A Software Engineer'

https://drmelchisedecbankole.hashnode.dev/what-level-of-programming-do-i-have-to-attain-before-being-qualified-to-be-called-a-software-engineer

Hashnode - javascript (Javascript)

There's no single, definitive answer to this question. The qualifications for being called a software engineer can vary depending on several factors, including: Industry and company: Different industries and companies might have different expectation...


115: Can Beibo Be Your Stock Market Crystal Ball' Predicting Prices with Python

https://manavcodaty.com/can-beibo-be-your-stock-market-crystal-ball-predicting-prices-with-python

Hashnode - python (python)

Introduction The allure of predicting the stock market is undeniable. Imagine knowing when to buy and sell, surfing the waves of volatility to financial freedom. Enter Beibo, a Python library that uses AI models to forecast stock returns. But before...


116: Optimizing AWS Spending: A Guide to Remove Stale Resources for Cost Efficiency

https://yashwanth.securesociety/optimizing-aws-spending-a-guide-to-remove-stale-resources-for-cost-efficiency

Hashnode - python (python)

Concepts to be known : What is AWS Lambda' AWS Lambda is a serverless computing service offered by Amazon Web Services (AWS). It enables developers to run code in response to events without provisioning or managing servers. Lambda scales automatic...


117: JavaScript Sum and Average

https://ajboilanger.com/javascript-sum-and-average

Hashnode - javascript (Javascript)

I was working on some homework earlier and the following questions were a part of the lab: Create an array called numbers with the following values: 4, 8, 2, 9, 10, 12, 3, 5 Use a loop to calculate average. Output the average using document.writeln(...


118: Front-End or Back-End Development As A Beginner

https://drmelchisedecbankole.hashnode.dev/front-end-or-back-end-development-as-a-beginner

Hashnode - javascript (Javascript)

Deciding between front-end, back-end, or full-stack development depends on your interests, skills, and career goals. Here's a breakdown to help you decide: Front-End Development: Focus: Building the user interface (UI) and user experience (UX) of web...


119: Day 41 - Have you added monitoring system to your API or you don't know how to'. Read this now!.

https://allahisrabb.hashnode.dev/day-41-have-you-added-monitoring-system-to-your-api-or-you-dont-know-how-to-read-this-now

Hashnode - javascript (Javascript)

Good day ' Today is Day 41, I will be adding a monitoring tool to my API. I need observe the health and the performance of our company's API in real-time. This will enable me to easily identify issues. Infact, my non-technical colleagues can monitor...


120 / 141

120: Top State Management Libraries to use in React Native

https://blog.atomxel.com/top-state-management-libraries-to-use-in-react-native

Hashnode - javascript (Javascript)

If your apps are simple with minimal features, then you can get away without using state management libraries. But, a lot of production applications have a-lot of features. So, there is a lot of data flowing from one part of the app to the other. And...


121: Common Man and Statistics - The Birthday Paradox

https://pyari.hashnode.dev/common-man-and-statistics-birthday-paradox

Hashnode - python (python)

My first encounter with probability came in XI grade and it remained a part of our studies until graduation. I have to admit that probability failed to build any kind of curiosity or interest in me until recently. When I started learning probability,...


122: Let's Build The GPT Tokenizer

https://www.youtube.com/watch?v=zduSFxRajkE

pointer.io (Développement)

'In this lecture we build from scratch the Tokenizer used in the GPT series from OpenAI. In the process, we will see that a lot of weird behaviors and problems of LLMs actually trace back to tokenization. We'll go through a number of these issues, discuss why tokenization is at fault, and why someone out there ideally finds a way to delete this stage entirely.'


123: Strength Dictates Weakness

https://boz.com/articles/strength-weakness

pointer.io (Développement)

Andrew, the CTO at Meta, discusses how 'your greatest strengths almost certainly dictate your greatest weaknesses... I have always considered communication a strength of mine. I enjoy speaking and writing, and do so often. I am forceful in championing my point of view. It took years to realize that I was 'communicating' so much that I wasn't listening. I was either drowning out my peers or waiting [...]


124: Listen Or Speak

https://mikefisher.substack.com/p/listen-or-speak

pointer.io (Développement)

Mike, former CTO at Etsy, discusses how he navigates leadership styles - the under-importance of listening, the over-emphasis on speaking, and examples of how effective leaders leverage both. 'While I still prefer a leadership style of listening before speaking, other than in emergency situations, the convergence of speaking and listening are complementary forces in leadership. The dynamic balance [...]


125: A Guide To Organization Modeling In Authentication

https://workos.com/blog/a-guide-to-organization-modeling/

pointer.io (Développement)

Organization modeling is a crucial part of building authentication and authorization into applications. However, once SSO and various user-organization relationships are thrown into the mix, the logic can become complex to manage. For developers building this in-house, there are important nuances and implementation details to consider.


126: Planner Programming Blows My Mind

https://www.hillelwayne.com/post/picat/

pointer.io (Développement)

'Picat is a research language intended to combine logic programming, imperative programming, and constraint solving. I originally learned it to help with vacation scheduling but soon discovered its planner module, which is one of the most fascinating programming models I've ever seen.'


127: Scaling ChatGPT: Five Real-World Engineering Challenges

https://newsletter.pragmaticengineer.com/p/scaling-chatgpt

pointer.io (Développement)

An interview with Evan Morikawa, who led the OpenAI Applied Engineering team as ChatGPT launched and scaled. Evan reveals the five engineering challenges along with lessons learned. Challenges are: (1) KV Cache & GPU RAM. (2) Optimizing batch size. (3) Finding the right metrics to measure. (4) Finding GPUs wherever they are. (5) Inability to autoscale.  


128: ReadySet

https://github.com/readysettech/readyset

pointer.io (Développement)

Transparent database cache for Postgres & MySQL.


129: Pointer Sponsor

https://workos.com/

pointer.io (Développement)

This issue's sponsor is WorkOS


130 / 141

130: The Self-Rendering Eval Shirt

https://blog.stackblitz.com/posts/eval-shirt/

pointer.io (Développement)

The free t-shirts companies give away to developers are everywhere and, with a few exceptions, most are pretty boring: usually just a logo on a t-shirt. In this post, see how StackBlitz's co-founder broke this mold with a t-shirt design that incorporated the StackBlitz logo constructed with *actually valid* JavaScript code that is the source code of the image itself.


131: The Billion Row Challenge (1BRC) - Step-By-Step From 71s To 1.7s

https://questdb.io/blog/billion-row-challenge-step-by-step/

pointer.io (Développement)

'The main thing I'd like to show you in this post is that a good part of that amazing speed comes from easy-to-grasp, reusable tricks that you could apply in your code as well. Towards the end, I'll also show you some of the magical parts that take it beyond that level.'


132: Dax

https://github.com/dsherret/dax

pointer.io (Développement)

Cross-platform shell tools for Deno and Node.js


133: Peggy

https://github.com/peggyjs/peggy

pointer.io (Développement)

Parser generator for JavaScript


134: How Uber Serves Over 40 Million Reads Per Second From Online Storage Using An Integrated Cache

https://www.uber.com/en-IN/blog/how-uber-serves-over-40-million-reads-per-second-using-an-integrated-cache/

pointer.io (Développement)

'Docstore is Uber's in-house, distributed database built on top of MySQL. Storing tens of PBs of data and serving tens of millions of requests/second, it is one of the largest database engines at Uber used by microservices from all business verticals. Docstore users and use cases are growing, and so are the request volume and data footprint. This post discusses the challenges serving applications [...]


135: Mitochondries : une immense voie de recherche s'ouvre en médecine et en biologie...

https://www.rtflash.fr/mitochondries-immense-voie-recherche-s-ouvre-en-medecine-et-en-biologie/article

Tregouet.org ()

C'est en 1890 qu'un biologiste allemand, Richard Altmann, en s'appuyant sur une nouvelle technique de fixation des tissus, révéla pour la première fois des filaments étranges, présents dans presque toutes les cellules qu'il examinait au microscope. Ces structures furent d'abord appelées 'bioblastes', avant d'être baptisés "mitochondries" en 1898 par son confrère Carl Benda, un autre scien [...]


136: NLP with TextBlob

https://sethlawson.hashnode.dev/nlp-with-textblob

Hashnode - python (python)

Hello, I recently discovered TextBlob in python and I think it's really cool, so let's talk about it. So, what is TextBlob'*TextBlob is a Python library that simplifies natural language processing (NLP). It offers a simple API for performing common ...


137: Poetry v1.3 broke my pipeline

https://cshen.hashnode.dev/poetry-v13-broke-my-pipeline

Hashnode - python (python)

poetry install abruptly exited with Error code 1 in Buildkite but you cannot reproduce it on your local machine'! It took my team around half day to track down the root cause and I hope this post can save you some time here. For your information, we...




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