Veille tech de la semaine du 24 Décembre

Publié le

illustration de l'article

Voici les nouvelles tech et autres articles que j’ai collectés ces dernières semaines

Web / Javascript

Rust

  • Why Enums in Rust feel so much better ?
    This article talks about what enums in Rust are, how they compare to other languages that use enums and what makes Rust enums better.

  • The Most Common Rust Compiler Errors as Encountered in RustRover: Part 1, The IntelliJ Rust Blog
    The Rust compiler is a picky creature. If it’s unhappy with the source code it’s fed, it can emit more than 400 different errors (with more being added every month!). Some of the errors are extremely

  • The Most Common Rust Compiler Errors as Encountered in RustRover: Part 2, The IntelliJ Rust Blog
    In Part 1 of this blog series, we dug into our list of the top 10 most common Rust compiler errors according to RustRover’s usage data, and we made it halfway through the list. In this part, we’ll exp

  • The Heart of a Language Server
    In this post, I want to expand on one curious comment from rust-analyzer code base.You can find the comment here.

  • Common Mistakes with Rust Async
    Let’s be honest, Async Rust is hard. It has many more rough edges than Sync Rust and requires a different mindset, but it solves a problem space well, that is hard to tackle otherwise. It allows safer network concurrency than C++ Boost.Asio and I would start this post by giving a big thanks to the Tokio team & ecosystem for the amazing work they provide to the community.

  • Behind the Scenes of Rust String Formatting: format_args!() - Mara’s Blog
    The fmt::Arguments type is one of my favorite types in the Rust standard library. It’s not particularly amazing, but it is a great building block that is indirectly used in nearly every Rust program. This type, together with the format_args!() macro, is the power behind print!(), format!(), log::info!() and many more text formatting macros, both from the standard library and community crates. In this blog post, we learn how it works, how it is implemented today, and how that might change in the future.

Data / IA

Produit / Organisation

Choosing the Right Git Branching Strategy: A Comparative Analysis

Cloud / Ops

Connaissances / Recherche

Société / Vie privée / Défense des libertés

  • 🇫🇷 Mes 10 prédictions pour 2024 – FredCavazza.net
    Voilà presque 20 ans que je publie mes prédictions pour les usages numériques, et rarement je n’avais ressenti une telle excitation pour un sujet en particulier. L’intelligence artificielle va donc éclipser les autres sujets et monopoliser toute l’attention. Ceci étant dit, le potentiel et les enjeux des modèles génératifs justifient une telle sur-exposition, même de…

  • 🇫🇷 Rétrospective 2023 et sujets éditoriaux pour 2024 – FredCavazza.net
    Alors que la date de la traditionnelle trêve hivernale approche, nous achevons une année 2023 qui a été particulièrement riche en actualités numériques, notamment grâce à ChatGPT et la lame de fond de l’IA générative. Au-delà des promesses des modèles génératifs, c’est tout le processus de transformation numérique qui est relancé pour espérer faire mieux…

#javascript #rust #cloud #git #IA

D'autres articles à lire