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

« Mars 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


Samedi 30 Mars 2024 (44)

1: Bayesian hierarchical modeling

https://vanshikakumar.hashnode.dev/bayesian-hierarchical-modeling

Hashnode - python (python)

Introduction: A statistical framework called Bayesian Hierarchical Modeling allows Bayesian analysis to be applied to models that have nested structures. Because there are several levels of parameters in this model, each of which is modeled as a rand...


2: JavaScript Basics for React Js.

https://theviewofjagan.com/javascript-basics-for-react-js

Hashnode - javascript (Javascript)

Variables in JavaScript. Example explaination : In the Above Example, Glass stores water in it , similarly Variables stores value in it. Definition : variables are simply names ,that stores values and the points out to a memory location . As...


3: The Rise of Blackwell: A Threat to Intel and AMD

https://www.webpronews.com/the-rise-of-blackwell-a-threat-to-intel-and-amd/

WebProNews SEO (Développement)

WebProNews The Rise of Blackwell: A Threat to Intel and AMD Its unrivaled performance capabilities are at the core of Blackwell's challenge to Intel and AMD. Compared to Intel's and AMD's offerings, Blackwell GPUs boast superior processing power, making them the go-to choice for high-performance computing tasks, particularly in AI and machine learning. The Rise of Blackwell: A Threat to Intel and [...]


4: How I loaded caching_sha2_password mysql plugin on Conda

https://dev08.hashnode.dev/how-i-loaded-cachingsha2password-mysql-plugin-on-conda

Hashnode - python (python)

problem I had to connect to MySQL with caching_sha2_password plugin on Django and Flask. Those were installed on Conda. But when it was being connected I got this error:2059, "Authentication plugin 'caching_sha2_password' cannot be loaded: miniconda3...


5: Solving w3resource's Python: Cyber Security - Exercises

https://nebulablogs.com/solving-w3resources-python-cyber-security-exercises

Hashnode - python (python)

I stumbled upon this website, https://www.w3resource.com/python-exercises/cybersecurity/, and found a bunch of cybersecurity puzzles to solve using Python. After tackling the first batch, I figured I'd share my solutions for the first 5 questions her...


6: Day 44: Best Practices for Python Development

https://himanshuchauhan.hashnode.dev/day-44-best-practices-for-python-development

Hashnode - python (python)

In this blog, the focus is on discussing the best coding practices for Python. This marks the forty-fourth entry in my ongoing Python learning series. Our goal today is to delve into effective coding styles in Python, emphasizing practices that lead ...


7: Understanding the JavaScript "this" keyword

https://edesuccess.hashnode.dev/understanding-the-javascript-this-keyword

Hashnode - javascript (Javascript)

There is no doubt that figuring out the value of "this" keyword in a function can be confusing most of the time. however, it becomes easier to understand when you take note of these five important rules. Implicit Binding const car = { name: "Lex...


8: Day 83 Project-4: Deploying Web Application with Docker Swarm '

https://davender.hashnode.dev/day-83-project-4-deploying-web-application-with-docker-swarm

Hashnode - python (python)

Project Description ' So, what's the buzz' This project is all about leveraging Docker Swarm, a powerful container orchestration tool, to deploy and manage containerized applications effortlessly. Here's a glimpse of what's in store: Utilizing Dock...


9: Weekend Reading ' Ctrl click back

https://labnotes.org/weekend-reading-ctrl-click-back/

Lab notes (Développement)

This week we deploy a real-time server app, mute our keyboard, apply ethical social proof, run LLM on our computer, of all things in Excel, and uncover the most insidious backdoor.


10 / 44

10: Dictionaries In Python

https://adarshdabral.hashnode.dev/dictionaries-in-python

Hashnode - python (python)

Introduction: Dictionaries in Python is one of the best thing. Don't worry if you're not sure what they are yet; we'll explain everything in simple terms. What are Dictionaries' Imagine you have a real dictionary book. In Python, a dictionary is like...


11: Interview Question: React Component Handling Checkbox and Button Events

https://deepaksingh1301.hashnode.dev/interview-question-react-component-handling-checkbox-and-button-events

Hashnode - javascript (Javascript)

Question: You are given a React component that renders a list of items. Each item is accompanied by a checkbox and a delete button. The checkbox allows the user to toggle the state of the button, and the button allows the user to delete the item from...


12: Day 8 of 100DaysOfCode | 30-03-2024

https://ashcode98.com/day-8-of-100daysofcode-30-03-2024

Hashnode - javascript (Javascript)

What I learned' I learned the following topics: getOwnPropertyDescriptor method in JS defineProperty method in JS Iteratng through Object What I developed/solved' Solved leetcode problem 75. Sort colors using Dutch national flag algorithm Code...


13: Alerte : Une révolution dans les airs se prépare

https://www.lebigdata.fr/alerte-une-revolution-dans-les-airs-se-prepare

Le Big Data (dataviz)

Une start-up californienne nommée ALEF Aeronautics prétend être sur le point de commercialiser la première « vraie voiture volante », le modèle … Cet article Alerte : Une révolution dans les airs se prépare a été publié sur LEBIGDATA.FR.


14: Basic Of CSS Selectors :

https://adityag7678.hashnode.dev/basic-of-css-selectors

Hashnode - javascript (Javascript)

CSS Selector : CSS selectors are used to select the content you want to style. Selectors are the part of CSS rule set. CSS selectors select HTML elements according to its id, class, type, attribute etc. There are several different types of selec...


15: Update on Porting from Unity to Unreal Engine

https://compiledev.com/update-on-porting-from-unity-to-unreal-engine

Hashnode - Unity (unity)

Following my previous write-up, I am moving my ProjectHack.net game from Unity to Unreal Engine. I have learned a lot, so here are some updates. Coding with Blueprints OK, let's get the touchy subject out of the way first. Everyone has an opinion o...


16: Day 15 - Form Validation with Regex and Dynamic Form With JavaScript

https://antomervin.hashnode.dev/day-15-form-validation-with-regex-and-dynamic-form-with-javascript

Hashnode - javascript (Javascript)

Form validation is a crucial aspect of web development, ensuring that user input is accurate and secure. Regular Expressions, commonly known as Regex, play a significant role in validating form data. Regex provides a powerful way to define patterns f...


17: Undefined and Null

https://manjunath.hashnode.dev/undefined-and-null

Hashnode - javascript (Javascript)

Let understand what really is underdefined and null in JavaScript !! '' In JavaScript, "undefined" has a specific meaning and plays an important role in variable usage. Here's a breakdown: What is undefined' It's a primitive value in JavaScript, ind...


18: RESTful API with Flask

https://waltertayarg.hashnode.dev/restful-api-with-flask

Hashnode - python (python)

What is Rest' Rest is short form of REpresentational State Transfer. Access the full code Before Diving deep into Rest or Restful API, do you understand what is an API (Application Programming Interface)' An API is a set of definitions and protocols ...


19: The passion, a great power !

https://alphonsekazadi.hashnode.dev/the-passion-a-great-power

Hashnode - python (python)

If you're passionate about something, It's a great thing. Personnaly, I'm passionnate about Code, technologie and everything in the unknown World (computer science). So, what's your passion ''


20 / 44

20: Amazon's Strategic Investment in Anthropic Signals a Shift in AI Landscape

https://www.webpronews.com/amazons-strategic-investment-in-anthropic-signals-a-shift-in-ai-landscape/

WebProNews SEO (Développement)

WebProNews Amazon’s Strategic Investment in Anthropic Signals a Shift in AI Landscape "The ability to reason and integrate across large volumes of data is transformative," remarked Wood. "Anthropic's foundation models represent a paradigm shift in how businesses can leverage AI to reimagine customer experiences and operational workflows." Amazon’s Strategic Investment in Anthropic Sign [...]


21: Publishing a Kotlin library on Github

https://blog.techygrrrl.stream/publishing-a-kotlin-library-on-github

Hashnode - Kotlin (Mobiles)

This blog post will go through how I published a library written in Kotlin and hosted on Github using an awesome service called Jitpack. I created the library Magic8Ballrrr which is used during my streams on Twitch to give viewers "valuable" advice i...


22: Explain the Next.js Optimization.

https://lingarajtechhub.com/explain-the-nextjs-optimization

Hashnode - javascript (Javascript)

Improving the speed and efficiency of Next.js applications is key to providing a quick and smooth user experience. Here are some techniques, along with examples, for optimizing Next.js applications: Code Splitting: Code splitting involves breaking d...


23: Joueur de Call of Duty'' Ce malware peut voler tout votre argent (réel)

https://www.lebigdata.fr/malware-call-of-duty

Le Big Data (dataviz)

Une campagne de piratage fait rage sur Call of Duty. Et ce malware est très dangereux. Il ne se contente … Cet article Joueur de Call of Duty'' Ce malware peut voler tout votre argent (réel) a été publié sur LEBIGDATA.FR.


24: How to Resolve error "Microsoft Visual C++ 14.0 or greater is required" In Python.

https://awebdev.hashnode.dev/how-to-resolve-error-microsoft-visual-c-140-or-greater-is-required-in-python

Hashnode - python (python)

Many Developers face "Microsoft Visual C++ 14.0 or greater is required." error while installing different packages and don't know how to resolve it. So, today's article is a step-to-step guide to how can you resolve the "Microsoft Visual C++ 14.0 or ...


25: Liens vagabonds : De l'espoir pour les médias

https://www.meta-media.fr/2024/03/30/liens-vagabonds-de-lespoir-pour-les-medias.html

Meta Media (Internet)

Fatigue informationnelle, marché publicitaire instable, chute drastique du trafic en provenance des réseaux sociaux : la presse souffre. Le constat n'est pas nouveau et laisse peu de place à l'optimisme. Et pourtant, quelques lueurs d'espoir apparaissent dans ce paysage amoché. Dernièrement, The Atlantic a tiré son épingle du jeu. Il y... The post Liens vagabonds : De l'espoir pour les mé [...]


26: TikTok : comment faire défiler les vidéos automatiquement

https://www.blogdumoderateur.com/tiktok-comment-defiler-videos-automatiquement/

Blog du Moderateur ()

En quelques clics, vous pouvez activer le défilement automatique des vidéos sur TikTok. Voici comment procéder.


27: Assises du journalisme : « Le journalisme, c'est du sport »

https://www.meta-media.fr/2024/03/30/assises-du-journalisme-le-journalisme-cest-du-sport.html

Meta Media (Internet)

Être journaliste requiert aujourd'hui une endurance sans faille. Confrontés à des pressions économiques et politiques croissantes, les professionnels de l'information doivent naviguer avec habileté à travers un océan de contraintes et de fake news. Les Assises internationales du journalisme et de l'information de Tours se sont affichées sous l'étendard du... The post Assises du journalism [...]


28: Define TS Types for your Laravel Echo Events

https://sethphat.dev/define-ts-types-for-your-laravel-echo-events

Hashnode - javascript (Javascript)

Hey guys, I've been working on a Laravel project (personal) for fun, focusing on the latest cool stuff: Laravel 11 & Reverb (from Broadcasting) ''. Using Laravel Broadcasting means you should use the client library provided by Laravel - Laravel Echo,...


29: " Containerized Video to Transcribe: A Streamlit Application using Assemblyai for Speech Recognition"

https://codingelight.hashnode.dev/containerized-video-to-transcribe-a-streamlit-application-using-assemblyai-for-speech-recognition

Hashnode - python (python)

Introduction The "Video_To_Transcribe" project is an advanced Streamlit web application designed to transcribe audio from uploaded video files using AssemblyAI, an advanced speech recognition platform. This application streamlines the process of extr...


30 / 44

30: Understanding the Diversity of Functions in Python Programming Language

https://datascience7809.hashnode.dev/understanding-the-diversity-of-functions-in-python-programming-language

Hashnode - python (python)

Python, a versatile and widely-used programming language, offers a rich array of tools and constructs for developers to build powerful applications. Among these tools, functions stand out as fundamental building blocks, enabling modular and reusable ...


31: La PS5 Pro ne sert à rien selon les développeurs : Voici pourquoi

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

Le Big Data (dataviz)

Il n'y aura jamais de PS5 Pro si cela ne dépend que des développeurs. Les versions actuelles de la console … Cet article La PS5 Pro ne sert à rien selon les développeurs : Voici pourquoi a été publié sur LEBIGDATA.FR.


32: Midjourney annonce la V7, et veut défier OpenAI Sora sur le terrain de la vidéo'!

https://www.lebigdata.fr/lancement-midjourney-v7

Le Big Data (dataviz)

La compétition est lancée. Après l'annonce de Sora d'OpenAI, Midjourney va sortir la V7 de son outil. Ces deux IA … Cet article Midjourney annonce la V7, et veut défier OpenAI Sora sur le terrain de la vidéo'! a été publié sur LEBIGDATA.FR.


33: Topic: 14 Understanding Types of Functions in Android

https://mayursinhdevblog.hashnode.dev/topic-14-understanding-types-of-functions-in-android

Hashnode - Kotlin (Mobiles)

Hello devs, Today we explore the types of functions in Android. There are so many functions available in Android. In this blog, we will explore all of these functions one by one. OK Let's start the function journey in Android. Types of Functions In A...


34: Explain the Next.js Authentication.

https://lingarajtechhub.com/explain-the-nextjs-authentication

Hashnode - javascript (Javascript)

Adding login and managing users in a Next.js app requires a few steps. Here's a basic outline of how you can do this using JWT (JSON Web Tokens) and OAuth: Install Dependencies: Depending on your chosen authentication strategy, you may need to insta...


35: Step by Step guide for Cron Jobs

https://blog.prasadsuman.me/step-by-step-guide-for-cron-jobs

Hashnode - python (python)

What is a Cron Job' Cron is a time-based job scheduler in Unix-like operating systems. It allows users to schedule jobs (commands or shell scripts) to run periodically at fixed times, dates, or intervals. Components of a Cron Job: A cron job consists...


36: Increasing User Engagement: Adding Hover Effects To My Project Called "Coffee Drinker App"

https://hass.hashnode.dev/increasing-user-engagement-adding-hover-effects-to-my-project-called-coffee-drinker-app

Hashnode - javascript (Javascript)

User interaction is essential to web development in order to produce intuitive and interesting user experiences. A common method for giving users visual input and improving the interaction and aesthetics of online applications is the use of hover eff...


37: RAG ReRank: Enhance keyword search

https://rutam.hashnode.dev/rag-rerank-enhance-keyword-search

Hashnode - python (python)

Have you ever felt frustrated when searching for something in your app, only to find with irrelevant or tangentially related results' Thats because keyword search has its limitations you can change the way we search and retrieve relevant information ...


38: The Power of :has() in CSS

https://css-tricks.com/the-power-of-has-in-css/

css-tricks (CSS)

Hey all you wonderful developers out there! In this post we are going to explore the use of :has() in your next web project. :has() is relatively newish but has gained popularity in the front end community by delivering control … The Power of :has() in CSS originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter.


39: Python Coding Competition - Week 1 Part 1

https://qasim.au/python-coding-competition-week-1-part-1

Hashnode - python (python)

What Is This Coding Competion This competition that I have enrolled in is called Groklearning, and it is essentially a competition throughout different schools to compete in coding. There are 3 levels, newbie, beginner, and intermediate. I have chos...


40 / 44

40: Exploring the Frontiers of Software Development: A Comprehensive Guide to Python Projects

https://colddsam.com/exploring-the-frontiers-of-software-development-a-comprehensive-guide-to-python-projects

Hashnode - python (python)

Exploring the Frontiers of Software Development: A Comprehensive Guide to Python Projects Introduction Python, a versatile and widely adopted programming language, has revolutionized numerous industries, empowering developers to innovate and create g...


41: UI Updates and more!!!

https://shashankdev.hashnode.dev/ui-updates-and-more

Hashnode - Unity (unity)

Our game is now known as "Rift of the Realms". This new title is not only easier to pronounce but also accompanies a freshly designed title and poster. I worked on Adobe Illustrator for these designs, which allowed for a seamless integration of our v...


42: Transforming Diagrams into Code: AI-Powered IaC with Claude 3 and Amazon Bedrock

https://letsmake.cloud/transforming-diagrams-into-code

Hashnode - python (python)

Why Rapid Prototyping Matters As a Cloud Architect, I often find myself in need of rapid prototyping for various PoC projects. During the brainstorming phase, it's common to rely on infrastructural diagrams to visualize the project's architecture. Ho...


43: disabled vs aria-disabled on form elements (note)

https://www.stefanjudis.com/notes/disabled-vs-aria-disabled-on-form-elements/

Stefan Judis (Développement)

I'll definitely reference the following blog post in the future. Kitty Giraudel describes when to use disabled and aria-disabled. Ready' Because here comes some solid HTML attribute advice. The disabled attribute is totally fine and should be used when relevant! What's important is not to use it when the [...]


44: Timestamped Git yolo commits (snippet)

https://www.stefanjudis.com/snippets/timestamped-git-yolo-commits/

Stefan Judis (Développement)

Kyle Shevlin blogged about his belief in detailed atomic commits at work. On the contrary, he changes entire projects with a single commit in side projects. I feel you, Kyle. To improve the side hustle commit chaos, Kyle added a make command called checkpoint to at least occasionally add progress to version control. I have the same YOLO commit traits and, of course, I love this approach! But I don [...]




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