Vue lecture

Oui, Amazon vous a bien envoyé un message sur WhatsApp qui a tout l’air d’un scam (et comment l’en empêcher)

Le 24 novembre 2024, de nombreux utilisateurs de WhatsApp ont reçu une notification inattendue : un message provenant directement d’Amazon.fr. Présentée comme une invitation à profiter des « meilleures ventes Flash », cette communication a semé la confusion chez les consommateurs, dont beaucoup ont cru à une arnaque.

  •  

Les prix des PS5 Slim et Pro chutent pour le Black Friday : voici toutes les promos en ligne

Après quelques remises en début de mois, les PS5 sont désormais officiellement remisés à la fois chez Sony et chez les revendeurs -- avec, selon les enseignes, des prix parfois encore plus intéressants que ceux annoncés par la marque. On a regroupé ici toutes les offres sur les PS5 Slim et Pro du Black Friday.

  •  

La nouvelle fonctionnalité de X/Twitter fait des ravages : l’étendue de l’influence étrangère révélée au grand jour

Fin novembre 2025, X a déployé une nouvelle fonction appelée « À propos de ce compte » qui permet de connaître la localisation principale d'un compte. Le constat est sans appel : un très grand nombre de comptes militants, spécialisés dans les publications politiques, opèrent de l'étranger.

  •  

Kernel prepatch 6.18-rc7

✇LWN
Par :corbet
Linus has released 6.18-rc7, probably the last -rc before the 6.18 release.

So the rc6 kernel wasn't great: we had a last-minute core VM regression that caused people problems.

That's not a great thing late in the release cycle like that, but it was a fairly trivial fix, and the cause wasn't some horrid bug, just a latent gotcha that happened to then bite a late VM fix. So while not great, it also doesn't make me worry about the state of 6.18. We're still on track for a final release next weekend unless some big new problem rears its ugly head.

  •  

Racket 9.0 released

✇LWN
Par :jake
The Racket programming language project has released Racket version 9.0. Racket is a descendant of Scheme, so it is part of the Lisp family of languages. The headline feature in the release is parallel threads, which adds to the concurrency tools in the language: "While Racket has had green threads for some time, and supports parallelism via futures and places, we feel parallel threads is a major addition." Other new features include the black-box wrapper to prevent the compiler from optimizing calculations away, the decompile-linklet function to map linklets back to an s-expression, the addition of Weibull distributions to the math library, and more.
  •  

Improving GCC Buffer Overflow Detection for C Flexible Array Members (Oracle)

✇LWN
Par :corbet
The Oracle blog has a lengthy article on enhancements to GCC to help detect overflows of flexible array members (FAMs) in C programs.

We describe here two new GNU extensions which specify size information for FAMs. These are a new attribute, "counted_by" and a new builtin function, "__builtin_counted_by_ref". Both extensions can be used in GNU C applications to specify size information for FAMs, improving the buffer overflow detection for FAMs in general.

This work has been covered on LWN as well.

  •