Vue lecture

Gladiator, Alien… on a classé les 30 films de Ridley Scott du pire au meilleur

Écorché par la critique avec son thriller post-apocalyptique The Dog Stars (39 % sur Rotten Tomatoes), Ridley Scott rappelle qu'il reste l'artisan le plus imprévisible d'Hollywood. Capable du meilleur comme du pire depuis un demi-siècle, le cinéaste alterne chefs-d'œuvre et pannes d'inspiration. Du pire naufrage au sommet intouchable, voici le classement ultime de ses 30 films.

  •  

Claude démonte cinq appareils, des hackers iraniens coupent une centrale électrique et votre autoradio rejoint un botnet : on vous raconte la semaine Cyberguerre

Trois actualités à retenir cette semaine dans le cyberespace : un chercheur qui a laissé une IA rétro-ingénierer ses propres appareils avec un bilan glaçant, une cyberattaque iranienne qui a mis à l'arrêt une centrale électrique britannique, et un malware inédit qui transforme les autoradios connectés en relais pour botnet.

  •  

Debian votes to allow "responsible use of generative AI"

✇LWN
Par : corbet
The results of the Debian general-resolution vote on the use of large language models have been posted; the winner is choice 5: Responsible Use of Generative AI.

Debian neither endorses nor prohibits the use of generative AI tools in the development, maintenance, or documentation of software, packaging, documentation, and other media published within the Debian Project. We recognize that such tools can substantially improve the productivity of contributors when used responsibly, allowing volunteers to spend more of their limited time on work that requires technical expertise, judgment, review, and collaboration.

The Debian Project nevertheless expects that all contributions submitted to Debian, regardless of how and with which tools they were produced, satisfy the same standards of quality, correctness, maintainability, and legal compliance. The use of a generative AI tool does not diminish the contributor's responsibility for the work they submit. Contributors are expected to understand, review, test, and, where appropriate, modify AI-assisted output before incorporating it into Debian.

  •  

Compute! Paris 2026

Compute

Nous sommes ravis d’annoncer la première édition de la conférence Compute! Paris, qui se tiendra les 25 et 26 novembre 2026 à Sorbonne Université.

Organisé par l’équipe de PyData Paris 2024 et 2025, Compute! Paris 2026 est le rassemblement de la communauté open-source de la science des données et de l’IA/ML. Compute! élargit le spectre de PyData pour embrasser l’ensemble des langages de programmation et technologies libres pour la science des données et l’IA/ML.

Si vous souhaitez rencontrer des mainteneurs de Jupyter, SciPy, Scikit-learn, R, Mamba, Apache Arrow, SymPy, conda-forge, Pixi, c’est la bonne conférence !

La conférence inaugurera la nouvelle série Compute! Le programme comprend quatre keynotes par :

Fernando Pérez
Fernando Pérez (Jupyter, UC Berkeley)

Mackenzie Mathis
Mackenzie Mathis (DeepLabCut, EPFL)

Wolf Vollprecht
Wolf Vollprecht (Pixi, Prefix.dev)

Ines Montani
Ines Montani (SpaCy, explosion.ai)

Pour plus d’informations sur la conférence, rendez-vous sur notre site Web.

Vous pouvez aussi suivre Compute! Paris sur:

Mastodon : @ComputeParis@mastodon.social
Bluesky : @computeparis.bsky.social
LinkedIn : compute-paris

Si vous êtes intéressé·e·s par cette communauté open-source, n’hésitez-pas à rejoindre notre groupe Meetup, qui compte aujourd’hui plus de 5 000 membres.

Commentaires : voir le flux Atom ouvrir dans le navigateur

  •  

ZEvent 2026, édition finale : dates, concert, retrait de GIMS, streameurs, associations… tout ce qu’il faut savoir avant la fin

zevent 2025 Une

L'histoire du streaming français s'apprête à tourner une page majeure. À la suite de la finale de la ZLan, ZeratoR a fait savoir que le ZEvent 2026 sera le tout dernier. Après dix ans de records, de divertissements et de millions d'euros récoltés pour la bonne cause, le marathon caritatif va tirer sa révérence.

  •  

Ces millions de clichés de particules subatomiques sont menacés de disparition

particules subatomiques

Alors que nous célébrons le bicentenaire de la photographie, un patrimoine scientifique et visuel exceptionnel est menacé de disparition silencieuse. Dans les réserves des laboratoires de recherche fondamentale dorment des millions de négatifs qui furent, pendant plusieurs décennies, la matière première de la physique des hautes énergies.

  •  

Ryabitsev: Creepy crawlies

✇LWN
Par : jzb

Konstantin Ryabitsev has written a blog post with hard numbers about the impact of AI crawlers on the Linux kernel repositories at git.kernel.org:

Today, git.kernel.org receives about 6M daily requests demanding to see random commits. Of these, 66% are still immediately batted away with the Anubis challenge, but 33% are now solving the math and getting through to the main site — because apparently what we have to offer is worth spending a ton of cycles to calculate the Anubis challenge.

It's impossible to tell with certainty which of these are bots and which are real humans — but chances are, if it's asking for an old commit in a random old fork, it's probably not a real developer trying to do their work.

With a bunch of generous assumptions, legitimate requests are only about 2% of git.kernel.org traffic — everything else are scrapers.

  •  

Car: Dolphin 26.08 and KIO performance improvements

✇LWN
Par : jzb

Méven Car has written a pair of interesting blog posts (part 1, part 2). The first post is largely about some of the recent new features and performance work that have gone into the Dolphin file manager 26.08 release, as well as the KIO framework. The second looks at the performance improvements and benchmarks for previous, current, and upcoming releases.

Copying many small files is more than twice as fast as it was in April. The gain falls off as files get larger, which is what you would expect: the fix is to the per-file overhead, and once each file carries a megabyte of actual I/O the overhead stops being what you are waiting for.

There is still a gap with cp, discussed at length in the July post. KIO is doing more than cp does, but not five times more, and the batching work that closes most of the rest of that gap is still in progress.

  •  

[$] The "rnull" Rust block driver

✇LWN
Par : daroc

The null block driver (null_blk) is a small driver that is mostly useful for benchmarking block-layer implementations. It accepts all requests and marks them complete as quickly as possible, doing as little work as possible. In June 2026, Andreas Hindborg shared a patch set implementing the same functionality in Rust, in order to show that a simple block driver is now possible to write using the kernel's Rust APIs and to enable comparisons between the C and Rust implementations. A minimal version of the "rnull" driver is already present in the mainline kernel, but Hindborg's patch set brings it up to feature parity with the C version.

  •  
❌