Pipes Feed Preview: OSnews & ZATAZ & Clubic.com & Slashdot & Les Numériques - Toute l'actualité, les tests et dossiers, les bons plans & Liens en vrac de sebsauvage & Twitter Block deactivated & Veille scientifique et technologique - Ministère de l'Europe et des Affaires étrangères

  1. TuxTape: a kernel livepatching solution

    Tue, 04 Feb 2025 10:39:26 -0000

    Geico, an American insurance company, is building a live-patching solution for the Linux kernel, called TuxTape. TuxTape is an in-development kernel livepatching ecosystem that aims to aid in the production and distribution of kpatch patches to vendor-independent kernels. This is done by scraping the Linux CNA mailing list, prioritizing CVEs by severity, and determining applicability of the patches to the configured kernel(s). Applicability of patches is determined by profiling kernel builds to record which files are included in the build process and ignoring CVEs that do not affect files included in kernel builds deployed on the managed fleet. ↫ Presentation by Grayson Guarino and Chris Townsend It seems to me something like live-patching the Linux kernel should be a standardised framework that’s part of the Linux kernel, and not several random implementations by third parties, one of which is an insurance company. There’s a base core of functionality for live-patching in the Linux kernel since 4.0, released in 2015, but it’s extremely limited and requires most of the functionality to be implemented separately, through things like Red Hat’s kpatch and Oracle’s Ksplice. Geico is going to release TuxTape as open source, and is encouraging others to adopt and use it. There are various other solutions out there offering similar functionality, so you’re not spoiled for choice, and I’m sure there’s advantages and disadvantages to each. I would still prefer if functionality like this is a standard feature of the kernel, not something tied to a specific vendor or implementation.
    <p>Geico, an American insurance company, is building a live-patching solution for the Linux kernel, called TuxTape.</p> <blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"> <p>TuxTape is an in-development kernel livepatching ecosystem that aims to aid in the production and distribution of kpatch patches to vendor-independent kernels. This is done by scraping the Linux CNA mailing list, prioritizing CVEs by severity, and determining applicability of the patches to the configured kernel(s). Applicability of patches is determined by profiling kernel builds to record which files are included in the build process and ignoring CVEs that do not affect files included in kernel builds deployed on the managed fleet.</p> <cite><a href="https://fosdem.org/2025/schedule/event/fosdem-2025-5689-tuxtape-a-kernel-livepatching-solution/">↫ Presentation by Grayson Guarino and Chris Townsend</a></cite></blockquote> <p>It seems to me something like live-patching the Linux kernel should be a standardised framework that&#8217;s part of the Linux kernel, and not several random implementations by third parties, one of which is an insurance company. There&#8217;s a base core of functionality for live-patching in the Linux kernel since 4.0, released in 2015, but it&#8217;s extremely limited and requires most of the functionality to be implemented separately, through things like Red Hat&#8217;s kpatch and Oracle&#8217;s Ksplice.</p> <p>Geico is going to release TuxTape as open source, and is encouraging others to adopt and use it. There are various other solutions out there offering similar functionality, so you&#8217;re not spoiled for choice, and I&#8217;m sure there&#8217;s advantages and disadvantages to each. I would still prefer if functionality like this is a standard feature of the kernel, not something tied to a specific vendor or implementation.</p>
  2. GTK announces X11 deprecation, new Android backend, and much more

    Mon, 03 Feb 2025 11:16:04 -0000

    Since a number of GTK developer came together at FOSDEM, the project figured now was as good a time as any to give an update on what’s coming in GTK. First, GTK is implementing some hard cut-offs for old platforms – Windows 10 and macOS 10.15 are now the oldest supported versions, which will make development quite a bit easier and will simplify several parts of the codebase. Windows 10 was released in 2015 and macOS 10.15 in 2019, which are fair cut-off points, in my book. GTK 4.18 will also bring major accessibility improvements with the AccessKit backend, giving GTK accessibility features on Windows and macOS for the first time, which is great news. Another major new feature is the new Android backend, which, while not yet complete, will allow you to run GTK applications on Android. Do note that this is experimental, so don’t expect everything to work without any issues quite yet. Lastly, the news that everyone was freaking out about over the weekend: the X11 backend has been deprecated, and will be removed in GTK 5. This freaked a lot of people out, but note that this doesn’t mean you magically can’t use GTK 4 applications on X11 anymore – it merely means that X11 support will be removed in GTK 5, which doesn’t even exist yet, and with GTK 4 being supported until GTK 6 is released, people using legacy windowing systems like Xorg will be fine for a long time to come. As the GTK project notes on Fedi: The X11 backend being deprecated mainly means that we’re not going to spend time implementing new features, like dmabuf, graphics offloading, or Vulkan support. X11 support will still exist until GTK4 is EOL, which will happen once GTK *6* is released. We’re talking about a 20 years horizon, at this point… Of course, somebody could show up tomorrow, and implement everything that the Wayland backend does, but for X11. We can always undeprecate things. We are not holding our breath, though… ↫ The GTK project on Fedi This is the right move, and I’m glad the GTK project is doing this, and is giving everyone ample time to prepare. A lot of people will still freak out, get mad, and scream bloody murder at certain individuals in the wider Linux community, and those people are, of course, free to start working on Xorg. Like the GTK developers, though, I’m not holding my breath, because despite years of excessive Wayland hate, not a single person has stood up to do the work required to keep Xorg going.
    <p>Since a number of GTK developer came together at FOSDEM, the project figured now was as good a time as any to <a href="https://blog.gtk.org/2025/02/01/whats-new-in-gtk-winter-2025-edition/">give an update on what&#8217;s coming in GTK</a>. First, GTK is implementing some hard cut-offs for old platforms &#8211; Windows 10 and macOS 10.15 are now the oldest supported versions, which will make development quite a bit easier and will simplify several parts of the codebase. Windows 10 was released in 2015 and macOS 10.15 in 2019, which are fair cut-off points, in my book.</p> <p>GTK 4.18 will also bring major accessibility improvements with the <a href="https://accesskit.dev/">AccessKit</a> backend, giving GTK accessibility features on Windows and macOS for the first time, which is great news. Another major new feature is the new Android backend, which, while not yet complete, will allow you to run GTK applications on Android. Do note that this is experimental, so don&#8217;t expect everything to work without any issues quite yet.</p> <p>Lastly, the news that everyone was freaking out about over the weekend: the X11 backend has been deprecated, and will be removed in GTK 5. This freaked a lot of people out, but note that this doesn&#8217;t mean you magically can&#8217;t use GTK 4 applications on X11 anymore &#8211; it merely means that X11 support will be removed in GTK 5, which doesn&#8217;t even exist yet, and with GTK 4 being supported until GTK <em>6</em> is released, people using legacy windowing systems like Xorg will be fine for a long time to come.</p> <p>As the GTK project notes on Fedi:</p> <blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"> <p>The X11 backend being deprecated mainly means that we&#8217;re not going to spend time implementing new features, like dmabuf, graphics offloading, or Vulkan support. X11 support will still exist until GTK4 is EOL, which will happen once GTK *6* is released. We&#8217;re talking about a 20 years horizon, at this point&#8230;</p> [&#8230;] <p>Of course, somebody could show up tomorrow, and implement everything that the Wayland backend does, but for X11. We can always undeprecate things. We are not holding our breath, though…</p> <cite><a href="https://floss.social/@GTK/113939461644488883">↫ The GTK project on Fedi</a></cite></blockquote> <p>This is the right move, and I&#8217;m glad the GTK project is doing this, and is giving everyone ample time to prepare. A lot of people will still freak out, get mad, and scream bloody murder at certain individuals in the wider Linux community, and those people are, of course, free to start working on Xorg. Like the GTK developers, though, I&#8217;m not holding my breath, because despite years of excessive Wayland hate, not a single person has stood up to do the work required to keep Xorg going.</p>
  3. Run Linux inside a PDF file via a RISC-V emulator

    Mon, 03 Feb 2025 10:49:56 -0000

    You might expect PDF files to only be comprised of static documents, but surprisingly, the PDF file format supports Javascript with its own separate standard library. Modern browsers (Chromium, Firefox) implement this as part of their PDF engines. However, the APIs that are available in the browser are much more limited. The full specfication for the JS in PDFs was only ever implemented by Adobe Acrobat, and it contains some ridiculous things like the ability to do 3D rendering, make HTTP requests, and detect every monitor connected to the user’s system. However, on Chromium and other browsers, only a tiny subset of this API was ever implemented, due to obvious security concerns. With this, we can do whatever computation we want, just with some very limited IO. ↫ LinuxPDF GitHub page I’m both impressed and concerned.
    <blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"> <p>You might expect PDF files to only be comprised of static documents, but surprisingly, the PDF file format supports Javascript with its own separate standard library. Modern browsers (Chromium, Firefox) implement this as part of their PDF engines. However, the APIs that are available in the browser are much more limited.</p> <p>The full specfication for the JS in PDFs was only ever implemented by Adobe Acrobat, and it contains some ridiculous things like the ability to do <a href="https://opensource.adobe.com/dc-acrobat-sdk-docs/library/jsapiref/JS_API_AcroJS.html#annot3d">3D rendering</a>, make <a href="https://opensource.adobe.com/dc-acrobat-sdk-docs/library/jsapiref/JS_API_AcroJS.html#net-http">HTTP requests</a>, and <a href="https://opensource.adobe.com/dc-acrobat-sdk-docs/library/jsapiref/JS_API_AcroJS.html#monitor">detect every monitor connected to the user&#8217;s system</a>. However, on Chromium and other browsers, only a tiny subset of this API was ever implemented, due to obvious security concerns. With this, we can do whatever computation we want, just with some very limited IO.</p> <cite><a href="https://github.com/ading2210/linuxpdf">↫ LinuxPDF GitHub page</a></cite></blockquote> <p>I&#8217;m both impressed and concerned.</p>
  4. The GNU Guix System

    Mon, 03 Feb 2025 10:42:42 -0000

    GNU Guix is a package manager for GNU/Linux systems. It is designed to give users more control over their general-purpose and specialized computing environments, and make these easier to reproduce over time and deploy to one or many devices. ↫ GNU Guix website Guix is basically GNU’s approach to a reproducible, functional package manager, very similar to Nix because, well, it’s based on Nix. GNU also has a Linux distribution built around Nix, the GNU Guix System, which is fully ‘libre’ as all things GNU are, and also makes use of the GNU Shepard init system. Both Shepard and Guix make use of Guile. The last release of the GNU Guix System is a few years old already, but it’s a rolling release, so that’s not much of an issue. It uses the Linux kernel, but support for GNU Hurd is also being worked on, for whatever that’s worth. There’s also a third-party distribution that is built around the same projects, called rde. It focuses on being lightweight, ready for offline use, and minimal distractions. It’s probably not suitable for most normal users, but if you’re a power user and you’re looking for something a little bit different, this could be for you. While it’s in active development, it’s considered usable and stable by its creators. I haven’t tried it yet, but I’m definitely intrigued by what it has to offer. Nix sucks up a lot of the attention in this space, so it’s interesting to see some of the alternatives that aim for similar goals.
    <blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"> <p>GNU Guix is a <a href="https://guix.gnu.org/manual/en/html_node/Package-Management.html">package manager</a> for GNU/Linux systems. It is designed to give users more control over their general-purpose and specialized computing environments, and make these easier to <a href="https://guix.gnu.org/manual/en/html_node/Invoking-guix-time_002dmachine.html">reproduce over time</a> and <a href="https://guix.gnu.org/manual/en/html_node/Invoking-guix-deploy.html">deploy</a> to one or many devices.</p> <cite><a href="https://guix.gnu.org/">↫ GNU Guix website</a></cite></blockquote> <p><a href="https://guix.gnu.org/">Guix</a> is basically GNU&#8217;s approach to a reproducible, functional package manager, very similar to Nix because, well, it&#8217;s based on Nix. GNU also has a Linux distribution built around Nix, the <a href="https://guix.gnu.org/en/download/">GNU Guix System</a>, which is fully &#8216;libre&#8217; as all things GNU are, and also makes use of the GNU Shepard init system. Both Shepard and Guix make use of <a href="https://www.gnu.org/software/guile/">Guile</a>. The last release of the GNU Guix System is a few years old already, but it&#8217;s a rolling release, so that&#8217;s not much of an issue. It uses the Linux kernel, but support for GNU Hurd is also being worked on, for whatever that&#8217;s worth.</p> <p>There&#8217;s also a third-party distribution that is built around the same projects, called <a href="https://trop.in/rde/">rde</a>. It focuses on being lightweight, ready for offline use, and minimal distractions. It&#8217;s probably not suitable for most normal users, but if you&#8217;re a power user and you&#8217;re looking for something a little bit different, this could be for you. While it&#8217;s in active development, it&#8217;s considered usable and stable by its creators. I haven&#8217;t tried it yet, but I&#8217;m definitely intrigued by what it has to offer.</p> <p>Nix sucks up a lot of the attention in this space, so it&#8217;s interesting to see some of the alternatives that aim for similar goals.</p>
  5. This Sculpt OS video walkthrough explains how to use Sculpt OS

    Fri, 31 Jan 2025 23:19:06 -0000

    We talk about the Genode project and Sculpt OS quite regularly on OSNews, but every time I’ve tried using Sculpt OS, I’ve always found it so different and so unique compared to everything else that I just couldn’t wrap my head around it. I assume this stems from nothing but my own shortcomings, because the Genode project often hammers on the fact that Sculpt OS is in daily-driver use by a lot of people within and without the project, so there must be something here just not clicking for me. Well, it seems I’m actually not the only one with difficulties getting started with Sculpt OS’ unique structure and interface, because Norman Feske, co-founder of Genode Labs, has published a lengthy, detailed, but very interesting and easy to follow screencast explaining exactly how to use Sculpt OS and its unique features and characteristics. Even though Sculpt OS has been in routine daily use for years now, many outside observers still tend to perceive it as fairly obscure because it does not follow the usual preconceptions of a consumer-oriented operating system. Extensive documentation exists, but it leaves a fairly technical impression at a cursory glance, which may scare some people away. The screencast below aims at making the system a little bit more approachable. It walks you through the steps of downloading, installing, booting the system image, navigating the administrative user interface, and interactively extending and customizing the system. The tour is wrapped up with the steps for creating your personal sculpted OS on a bootable USB stick. ↫ Norman Feske After watching this, I genuinely feel I have much better grasp of how to use Sculpt OS and just how powerful it really is, and that it’s really not as difficult to use as it may look at first glance. The next time I set some time aside for Sculpt OS, I feel I’ll have a much better grasp of what to do and how to use it properly.
    <p>We talk about the Genode project and Sculpt OS quite regularly on OSNews, but every time I&#8217;ve tried using Sculpt OS, I&#8217;ve always found it so different and so unique compared to everything else that I just couldn&#8217;t wrap my head around it. I assume this stems from nothing but my own shortcomings, because the Genode project often hammers on the fact that Sculpt OS is in daily-driver use by a lot of people within and without the project, so there must be something here just not clicking for me.</p> <p>Well, it seems I&#8217;m actually not the only one with difficulties getting started with Sculpt OS&#8217; unique structure and interface, because Norman Feske, co-founder of Genode Labs, has published a lengthy, detailed, but very interesting and easy to follow screencast explaining exactly how to use Sculpt OS and its unique features and characteristics.</p> <blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"> <p>Even though <a href="https://genode.org/download/sculpt">Sculpt OS</a> has been in routine daily use for years now, many outside observers still tend to perceive it as fairly obscure because it does not follow the usual preconceptions of a consumer-oriented operating system. Extensive <a href="https://genode.org/documentation/articles/sculpt-24-10">documentation</a> exists, but it leaves a fairly technical impression at a cursory glance, which may scare some people away.</p> <p>The screencast below aims at making the system a little bit more approachable. It walks you through the steps of downloading, installing, booting the system image, navigating the administrative user interface, and interactively extending and customizing the system. The tour is wrapped up with the steps for creating your personal sculpted OS on a bootable USB stick.</p> <cite><a href="https://genodians.org/nfeske/2025-01-30-sculpt-os-walkthrough">↫ Norman Feske</a></cite></blockquote> <p>After watching this, I genuinely feel I have much better grasp of how to use Sculpt OS and just how powerful it really is, and that it&#8217;s really not as difficult to use as it may look at first glance. The next time I set some time aside for Sculpt OS, I feel I&#8217;ll have a much better grasp of what to do and how to use it properly.</p>
  6. Building a (T1D) smartwatch from scratch

    Fri, 31 Jan 2025 22:37:15 -0000

    If you have type 1 diabetes, you need to keep track of and manage your blood glucose levels closely, as if these levels dip too low, it can quickly spiral into a medical emergency. Andrew Childs’ 9 year old son has type 1 diabetes, and Childs was unhappy with any of the current offerings on the market for children to keep track of their blood glucose levels. Most people suggested an Apple Watch, but he found the Apple Watch “too much device” for a kid, something I personally agree with. It ships with so many shiny features and apps and notifications. It’s beautifully crafted. It’s also way too distracting for a kid while they’re at school. Secondly, it doesn’t provide a good, reliable view of his CGM data. The Dexcom integration is often backgrounded, doesn’t show the chart, only the number and an arrow. People use hacks like creating calendar events just to see up-to-date data. And the iOS settings, Screen Time, and notification systems have ballooned into a giant ball of complexity. What we need is something simple. ↫ Andrew Childs And so Childs set out to design and prototype a smartwatch just for his son to wear, trying to address the shortcomings of other offerings on the market along the way, and possibly even bring it to market for other people in similar situations. After six months, he managed to create several prototypes, with both the software and hardware designed from the ground up, that he and his son still wear to this day, to great satisfaction. Since Childs didn’t really know where to go from there and how to turn what he had into an actual product people could be, he decided to document his effort online. In the process, he had to overcome a ton of hurdles, from iOS’ strict BLE limitations, difficult-to-reach soldering points that can’t be moved due to the small size of the PCB, optimising the battery life, dealing with glass manufacturing, and many other issues, big and small. Oh and also, he was a software engineer, not a hardware one, so he had to learn a lot of new skills, from working with 3D modeling to PCB design. In the end, though, he’s now got a few devices that look quite professionally made, that are incredibly easy to repair, and that are focused solely on those things he and his son need. This project has increased the quality of life for his son, and that’s genuinely all that really matters here.
    <p>If you have type 1 diabetes, you need to keep track of and manage your blood glucose levels closely, as if these levels dip too low, it can quickly spiral into a medical emergency. Andrew Childs&#8217; 9 year old son has type 1 diabetes, and Childs was unhappy with any of the current offerings on the market for children to keep track of their blood glucose levels. Most people suggested an Apple Watch, but he found the Apple Watch &#8220;too much device&#8221; for a kid, something I personally agree with.</p> <blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"> <p>It ships with so many shiny features and apps and notifications. It’s beautifully crafted. It’s also way too distracting for a kid while they’re at school. Secondly, it doesn’t provide a <em>good, reliable</em> view of his CGM data. The Dexcom integration is often backgrounded, doesn’t show the chart, only the number and an arrow. People use hacks like creating calendar events just to see up-to-date data. And the iOS settings, Screen Time, and notification systems have ballooned into a giant ball of complexity. What we need is something <em>simple</em>.</p> <cite><a href="https://andrewchilds.com/posts/building-a-t1d-smartwatch-from-scratch">↫ Andrew Childs</a></cite></blockquote> <p>And so Childs set out to design and prototype a smartwatch just for his son to wear, trying to address the shortcomings of other offerings on the market along the way, and possibly even bring it to market for other people in similar situations. After six months, he managed to create several prototypes, with both the software and hardware designed from the ground up, that he and his son still wear to this day, to great satisfaction. Since Childs didn&#8217;t really know where to go from there and how to turn what he had into an actual product people could be, he decided to document his effort online.</p> <p>In the process, he had to overcome a ton of hurdles, from iOS&#8217; strict BLE limitations, difficult-to-reach soldering points that can&#8217;t be moved due to the small size of the PCB, optimising the battery life, dealing with glass manufacturing, and many other issues, big and small. Oh and also, he was a software engineer, not a hardware one, so he had to learn a lot of new skills, from working with 3D modeling to PCB design. In the end, though, he&#8217;s now got a few devices that look quite professionally made, that are incredibly easy to repair, and that are focused solely on those things he and his son need.</p> <p>This project has increased the quality of life for his son, and that&#8217;s genuinely all that really matters here.</p>
  7. Let’s Encrypt ends support for expiration notification emails

    Fri, 31 Jan 2025 19:18:51 -0000

    Since its inception, Let’s Encrypt has been sending expiration notification emails to subscribers that have provided an email address to us. We will be ending this service on June 4, 2025. ↫ Josh Aas on the Let’s Encrypt website They’re ending the expiration notification service because it’s costly, adds a ton of complexity to their systems, and constitutes a privacy risk because of all the email addresses they have to keep on file just for this feature. Considering there are other services that offer this functionality, and the fact many people automate this already anyway, it makes sense to stop sending out emails. Anyway, just a head’s up.
    <blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"> <p>Since its inception, Let’s Encrypt has been sending expiration notification emails to subscribers that have provided an email address to us. We will be ending this service on June 4, 2025.</p> <cite><a href="https://letsencrypt.org/2025/01/22/ending-expiration-emails/">↫ Josh Aas on the Let&#8217;s Encrypt website</a></cite></blockquote> <p>They&#8217;re ending the expiration notification service because it&#8217;s costly, adds a ton of complexity to their systems, and constitutes a privacy risk because of all the email addresses they have to keep on file just for this feature. Considering there are other services that offer this functionality, and the fact many people automate this already anyway, it makes sense to stop sending out emails.</p> <p>Anyway, just a head&#8217;s up.</p>
  8. The Heirloom Project

    Fri, 31 Jan 2025 11:15:21 -0000

    Update: there’s a fork called heirloom-ng that is actually still somewhat maintained and contains some more changes and modernisations compared to the old version. The Heirloom Project provides traditional implementations of standard Unix utilities. In many cases, they have been derived from original Unix material released as Open Source by Caldera and Sun. Interfaces follow traditional practice; they remain generally compatible with System V, although extensions that have become common use over the course of time are sometimes provided. Most utilities are also included in a variant that aims at POSIX conformance. On the interior, technologies for the twenty-first century such as the UTF-8 character encoding or OpenType fonts are supported. ↫ The Heirloom Project website I had never heard of this before, but I like the approach they’re taking. This isn’t just taking System V tools and making them work on a modern UNIX-like system as-is; they’re also improving by them adding support for modern technologies, without actually changing their classic nature and the way old-fashioned users expect them to work. Sadly, the project seems to be dead, as the code hasn’t been altered since 2008. Perhaps someone new is willing to take up this project? As it currently stands, the tools are available for Linux, Solaris, Open UNIX, HP-UX, AIX, FreeBSD, NetBSD, and OpenBSD, but considering how long the code hasn’t been touched, I wonder if they still run and work on any of those systems today. They also come in various different versions which comply with different variants of the POSIX standard.
    <p><em><strong>Update:</strong> there&#8217;s a fork called <a href="https://github.com/Projeto-Pindorama/heirloom-ng">heirloom-ng</a> that is actually still somewhat maintained and contains some more changes and modernisations compared to the old version.</em></p> <blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"> <p>The Heirloom Project provides traditional implementations of standard Unix utilities. In many cases, they have been derived from original Unix material released as Open Source by <a href="http://www.tuhs.org/Archive/Caldera-license.pdf">Caldera</a> and <a href="http://www.opensolaris.org">Sun</a>.</p> <p>Interfaces follow traditional practice; they remain generally compatible with System&nbsp;V, although extensions that have become common use over the course of time are sometimes provided. Most utilities are also included in a variant that aims at POSIX conformance.</p> <p>On the interior, technologies for the twenty-first century such as the UTF-8 character encoding or OpenType fonts are supported.</p> <cite><a href="https://heirloom.sourceforge.net/index.html">↫ The Heirloom Project website</a></cite></blockquote> <p>I had never heard of this before, but I like the approach they&#8217;re taking. This isn&#8217;t just taking System V tools and making them work on a modern UNIX-like system as-is; they&#8217;re also improving by them adding support for modern technologies, without actually changing their classic nature and the way old-fashioned users expect them to work. Sadly, the project seems to be dead, as the code hasn&#8217;t been altered since 2008. Perhaps someone new is willing to take up this project?</p> <p>As it currently stands, the tools are available for Linux, Solaris, Open UNIX, HP-UX, AIX, FreeBSD, NetBSD, and OpenBSD, but considering how long the code hasn&#8217;t been touched, I wonder if they still run and work on any of those systems today. They also come in various different versions which comply with different variants of the POSIX standard.</p>
  9. Android 16’s Linux Terminal will soon let you run graphical apps, so of course we ran Doom

    Fri, 31 Jan 2025 11:04:14 -0000

    Regardless, the fact that Android’s Linux Terminal can run graphical apps like Doom now is good news. Hopefully we’ll be able to run more complex desktop-class Linux programs in the future. I tried running GIMP, for example, but it didn’t work. Eventually, Android should be able to run Linux apps as well as Chromebooks can, as I believe one of the goals of this project is to help the transition of Chrome OS to an Android base. ↫ Mishaal Rahman at Android Authority It was of course inevitable that someone would run Doom on Android’s new Debian container, and it’s pretty cool to see it work without much issue already, even if the new terminal and container setup are still in such heavy development. Like many other people, I love the idea of my smartphone being both my, well, smartphone, as well as a full desktop PC once you connect it to a display and some input devices. As wireless technology keeps advancing, we soon might not even need to plug anything into the phone at all, and just having it in our pocket is good enough, which would be amazing. That being said, I would want such functionality to come from a traditional Linux setup, not Android’s idea of a Linux setup. Running a Debian virtual machine on top of Android is probably preferable for a lot of people for a variety of reasons, but I’m a Linux user and want plain, regular Linux running directly on my smartphone, not some virtual machine on Android, which, while being a Linux distribution, is not the most pleasant variant of Linux to run and use.
    <blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"> <p>Regardless, the fact that Android’s Linux Terminal can run graphical apps like Doom now is good news. Hopefully we’ll be able to run more complex desktop-class Linux programs in the future. I tried running GIMP, for example, but it didn’t work. Eventually, Android should be able to run <a href="https://www.androidauthority.com/linux-on-chromebook-1139944/">Linux apps as well as Chromebooks can</a>, as I believe one of the goals of this project is to help the <a href="https://www.androidauthority.com/chrome-os-becoming-android-3500661/">transition of Chrome OS to an Android base</a>.</p> <cite><a href="https://www.androidauthority.com/android-16-linux-terminal-doom-3521804/">↫ Mishaal Rahman at Android Authority</a></cite></blockquote> <p>It was of course inevitable that someone would run Doom on Android&#8217;s new Debian container, and it&#8217;s pretty cool to see it work without much issue already, even if the new terminal and container setup are still in such heavy development. Like many other people, I love the idea of my smartphone being both my, well, smartphone, as well as a full desktop PC once you connect it to a display and some input devices. As wireless technology keeps advancing, we soon might not even need to plug anything into the phone at all, and just having it in our pocket is good enough, which would be amazing.</p> <p>That being said, I would want such functionality to come from a traditional Linux setup, not Android&#8217;s idea of a Linux setup. Running a Debian virtual machine on top of Android is probably preferable for a lot of people for a variety of reasons, but I&#8217;m a Linux user and want plain, regular Linux running directly on my smartphone, not some virtual machine on Android, which, while being a Linux distribution, is not the most pleasant variant of Linux to run and use.</p>
  10. Apple’s macOS UNIX certification is a lie

    Wed, 29 Jan 2025 22:34:12 -0000

    As an online discussion grows longer, the probability of a someone mentioning macOS is a UNIX approaches 1. In fact, it was only late last year that The Open Group announced that macOS 15.0 was, once again, certified as UNIX, continuing Apple’s long-standing tradition of certifying macOS releases as “real” UNIX®. What does any of this actually, mean, though? Well, it turns out that if you actually dive into Apple’s conformance statements for macOS’ UNIX certification, it doesn’t really mean anything at all. First and foremost, we have to understand what UNIX certification really means. In order to be allowed to use the UNIX trademark, your operating system needs to comply with the Single UNIX Specification (SUS), which specifies programming interfaces for C, a command-line shell, and user commands, more or less identical to POSIX, as well as the X/Open Curses specification. The latest version is SUS version 4, originally published in 2008, with amendments published in 2013 and 2016, which were rolled up into version 4 in 2018. The various versions of the SUS that exist, in turn, correspond to a specific UNIX trademark. In table form: Trademark SUS version SUS published in: SUS last amended in: UNIX® 93 n.a. n.a. n.a. UNIX® 95 Version 1 1994 n.a. UNIX® 98 Version 2 1997 n.a. UNIX® 03 Version 3 2002 2004 UNIX® V7 Version 4 2008 2016 (2018 for roll-up) When you read that macOS is a certified UNIX, which of these versions and trademarks do you assume macOS complies with? You’d assume they would just target the latest trademark and SUS version, right? This would allow macOS to carry the UNIX® V7 trademark, because they would conform to version 4 of the SUS, which dates to 2016. The real answer is that macOS 15.0 only conforms to version 3 of the SUS, which dates all the way back to the ancient times of 2004, and as such, macOS is only UNIX® 03 (on both Intel and ARM). However, you can argue this is just semantics, since it’s not like UNIX and POSIX are very inclined to change. So now, like the UNIX nerd that you are, you want to see all this for yourself. You use macOS, safe in the knowledge that unlike those peasants using Linux or one of the BSDs, you’re using a real UNIX®. So you can just download all the tests suites (if you can afford them, but that’s a whole different can of worms) and run them, replicating Apple’s compliance testing, seeing for yourself, on your own macOS 15 installation, that macOS 15 is a real UNIX®, right? Well, no, you can’t, because the version of macOS 15 Apple certifies is not the version that’s running on everyone’s supported Macs. To gain its much-vaunted UNIX certification for macOS, Apple cheats. A lot. The various documents Apple needs to submit to The Open Group as part of the UNIX certification process are freely available, and mostly it’s a lot of very technical questions about various very specific aspects of macOS’ UNIX and POSIX compliance few of us would be able to corroborate without extensive research and in-depth knowledge of macOS, UNIX, and POSIX. However, at the end of every one of these Conformance Statements, there’s a text field where the applicant can write down “additional, explanatory material that was provided by the vendor”, and it’s in these appendices where we can see just how much Apple has to cheat to ensure macOS passes the various UNIX® 03 certification tests. In the first of these four documents, Internationalised System Calls and Libraries Extended V3, Apple’s “additional, explanatory material” reads as follows: Question 27: By default, core file generation is not enabled. To enable core file generation, you can issue this command: sudo launchctl limit core unlimited Testing Environment Addendum: macOS version 15.0 Sequoia, like previous versions, includes an additional security mechanism known as System Integrity Protection (SIP). This security policy applies to every running process, including privileged code and code that runs out of the sandbox. The policy extends additional protections to components on disk and at run-time, only allowing system binaries to be modified by the system installer and software updates. Code injection and runtime attachments to system binaries are no longer permitted. To run the VSX conformance test suite we first disable SIP as follows: – Shut down the system.– Press and hold the power button. Keep holding it while you see the Apple logo and the message “Continue holding for startup options”– Release the power button when you see “Loading startup options”– Choose “Options” and click “Continue”– Select an administrator account and enter its password.– From the Utilities menu in the Menu Bar, select Terminal.– At the prompt, issue the following command: “csrutil disable”– You should see a message that SIP is disabled. From the Apple menu, select “Restart”. By default, macOS coalesces timeouts that are scheduled to occur within 5 seconds of each other. This can randomly cause some sleep calls to sleep for different times than requested (which affects tests of file access times) so we disable this coalescing when testing. To disable timeout coalescing issue this command: sudo sysctl -w kern.timer.coalescing_enabled=0 By default there is no root user. We enable the root user for testing using the following series of steps:– Launch the Directory Utility by pressing Command and Space, and then typing “Directory Utility”– Click the Lock icon in Directory Utility and authenticate by entering an Administrator username and password.– From the Menu Bar in Directory Utility:– Choose Edit -> Enable Root User. Then enter a password for the root user, and confirm it.– Note: If you choose, you can later Disable Root User via the same menu. ↫ Apple’s appendix to Internationalised System Calls and Libraries Extended V3 The second conformance statement, Commands and Utilities V4, has another appendix, and it’s a real doozy (the indicate repeat remarks from the previous appendix; I’ve removed them for brevity): Testing Environment Addendum: The third and fourth conformance statements have
    <p>As an online discussion grows longer, the probability of a someone mentioning macOS is a UNIX approaches 1. In fact, it was only late last year that The Open Group <a href="https://www.osnews.com/story/140868/macos-15-0-now-unix-03-certified/">announced</a> that macOS 15.0 was, once again, certified as UNIX, continuing Apple&#8217;s long-standing tradition of certifying macOS releases as &#8220;real&#8221; UNIX®. What does any of this actually, mean, though? Well, it turns out that if you actually dive into Apple&#8217;s conformance statements for macOS&#8217; UNIX certification, it doesn&#8217;t really mean anything at all.</p> <p>First and foremost, we have to understand what UNIX certification really means. In order to be allowed to use the UNIX trademark, your operating system needs to comply with the Single UNIX Specification (SUS), which specifies programming interfaces for C, a command-line shell, and user commands, more or less identical to POSIX, as well as the X/Open Curses specification. The latest version is SUS version 4, originally published in 2008, with amendments published in 2013 and 2016, which were rolled up into version 4 in 2018. The various versions of the SUS that exist, in turn, correspond to a specific UNIX trademark. In table form:</p> <figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><td><strong>Trademark</strong></td><td><strong>SUS version</strong></td><td><strong>SUS published in:</strong></td><td><strong>SUS last amended in:</strong></td></tr><tr><td>UNIX® 93</td><td>n.a.</td><td>n.a.</td><td>n.a.</td></tr><tr><td>UNIX® 95</td><td>Version 1</td><td>1994</td><td>n.a.</td></tr><tr><td>UNIX® 98</td><td>Version 2</td><td>1997</td><td>n.a.</td></tr><tr><td>UNIX® 03</td><td>Version 3</td><td>2002</td><td>2004</td></tr><tr><td>UNIX® V7</td><td>Version 4</td><td>2008</td><td>2016 (2018 for roll-up)</td></tr></tbody></table></figure> <p>When you read that macOS is a certified UNIX, which of these versions and trademarks do you assume macOS complies with? You&#8217;d assume they would just target the latest trademark and SUS version, right? This would allow macOS to carry the UNIX® V7 trademark, because they would conform to version 4 of the SUS, which dates to 2016. The real answer is that macOS 15.0 only conforms to version 3 of the SUS, which dates all the way back to the ancient times of 2004, and as such, macOS is only UNIX® 03 (on both Intel and ARM). However, you can argue this is just semantics, since it&#8217;s not like UNIX and POSIX are very inclined to change.</p> <p>So now, like the UNIX nerd that you are, you want to see all this for yourself. You use macOS, safe in the knowledge that unlike those peasants using Linux or one of the BSDs, you&#8217;re using a <em>real</em> UNIX®. So you can just download all the tests suites (if you can afford them, but that&#8217;s a whole different can of worms) and run them, replicating Apple&#8217;s compliance testing, seeing for yourself, on your own macOS 15 installation, that macOS 15 is a real UNIX®, right? Well, no, you can&#8217;t, because the version of macOS 15 Apple certifies is <em>not</em> the version that&#8217;s running on everyone&#8217;s supported Macs.</p> <p>To gain its much-vaunted UNIX certification for macOS, Apple cheats. <em>A lot</em>.</p> <p>The various documents Apple needs to submit to The Open Group as part of the UNIX certification process are <a href="http://www.opengroup.org/csq/repository/noreferences=1&amp;RID=apple%25252FXY1%25252F20.html">freely available</a>, and mostly it&#8217;s a lot of very technical questions about various very specific aspects of macOS&#8217; UNIX and POSIX compliance few of us would be able to corroborate without extensive research and in-depth knowledge of macOS, UNIX, and POSIX. However, at the end of every one of these Conformance Statements, there&#8217;s a text field where the applicant can write down &#8220;additional, explanatory material that was provided by the vendor&#8221;, and it&#8217;s in these appendices where we can see just how much Apple has to cheat to ensure macOS passes the various UNIX® 03 certification tests.</p> <p>In the first of these four documents, <em>Internationalised System Calls and Libraries Extended V3</em>, Apple&#8217;s &#8220;additional, explanatory material&#8221; reads as follows:</p> <blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"> <p>Question 27: By default, core file generation is not enabled. To enable core file generation, you can issue this command:</p> <p>sudo launchctl limit core unlimited</p> <p>Testing Environment Addendum: macOS version 15.0 Sequoia, like previous versions, includes an additional security mechanism known as System Integrity Protection (SIP). This security policy applies to every running process, including privileged code and code that runs out of the sandbox. The policy extends additional protections to components on disk and at run-time, only allowing system binaries to be modified by the system installer and software updates. Code injection and runtime attachments to system binaries are no longer permitted.</p> <p>To run the VSX conformance test suite we first disable SIP as follows:</p> <p>&#8211; Shut down the system.<br />&#8211; Press and hold the power button. Keep holding it while you see the Apple logo and the message &#8220;Continue holding for startup options&#8221;<br />&#8211; Release the power button when you see &#8220;Loading startup options&#8221;<br />&#8211; Choose &#8220;Options&#8221; and click &#8220;Continue&#8221;<br />&#8211; Select an administrator account and enter its password.<br />&#8211; From the Utilities menu in the Menu Bar, select Terminal.<br />&#8211; At the prompt, issue the following command: &#8220;csrutil disable&#8221;<br />&#8211; You should see a message that SIP is disabled. From the Apple menu, select &#8220;Restart&#8221;.</p> <p>By default, macOS coalesces timeouts that are scheduled to occur within 5 seconds of each other. This can randomly cause some sleep calls to sleep for different times than requested (which affects tests of file access times) so we disable this coalescing when testing. To disable timeout coalescing issue this command:</p> <p>sudo sysctl -w kern.timer.coalescing_enabled=0</p> <p>By default there is no root user. We enable the root user for testing using the following series of steps:<br />&#8211; Launch the Directory Utility by pressing Command and Space, and then typing &#8220;Directory Utility&#8221;<br />&#8211; Click the Lock icon in Directory Utility and authenticate by entering an Administrator username and password.<br />&#8211; From the Menu Bar in Directory Utility:<br />&#8211; Choose Edit -&gt; Enable Root User. Then enter a password for the root user, and confirm it.<br />&#8211; Note: If you choose, you can later Disable Root User via the same menu.</p> <cite><a href="http://www.opengroup.org/csq/repository/noreferences=1&amp;RID=apple%25252FSD1%25252F20.html">↫ Apple&#8217;s appendix to Internationalised System Calls and Libraries Extended V3</a></cite></blockquote> <p>The second conformance statement, <em>Commands and Utilities V4</em>, has another appendix, and it&#8217;s a real doozy (the [&#8230;] indicate repeat remarks from the previous appendix; I&#8217;ve removed them for brevity):</p> <p>Testing Environment Addendum:</p> <blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"> <ol start="1" class="wp-block-list"> <li>[&#8230;]</li> <li>By default, the APFS file system updates a file&#8217;s atime lazily. To run the Conformance Test Suites, or more generally to get UNIX Standard atime behavior, mount the test partitions (including /System/Volumes/Data) with the &#8220;strictatime&#8221; option: mount -o strictatime<br /></li> <li>APFS file systems can be formatted as either case-sensitive or case-insensitive. Always format as case-sensitive for UNIX Conformant behavior.<br /></li> <li>macOS has a file indexing service, Spotlight, that runs in the background and may affect file access times. For UNIX Conformance Testing we disable Spotlight. You can do that with this command: sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist<br /><br />Spotlight can be re-enabled with:<br /><br />sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist</li> </ol> <ol start="5" class="wp-block-list"> <li>[&#8230;]</li> <li>[&#8230;]</li> <li>In macOS Sequoia the root volume is authenticated and immutable. Because of this, and because of the way that you have to configure uucp, you should take the following steps before using uucp (and we do these before running the uu* tests): <ul class="wp-block-list"> <li>Copy the following binaries from /usr/bin to /usr/local/bin<br />uucp<br />uuname<br />uustat<br />uux</li> <li>Copy the following binaries from /usr/sbin to /usr/local/bin:<br />uucico<br />uuxqt</li> <li>In /usr/local/bin, turn on the setuid bit for these binaries:<br />sudo chmod +s /usr/local/bin/uu*<br />(This is the step that you cannot perform within /usr/bin or /usr/sbin)</li> <li>Add /usr/local/bin to your PATH preceding /usr/bin and /usr/sbin</li> <li>Enable the uucp service:<br />sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.uucp.plist</li> </ul> </li> </ol> <cite><a href="http://www.opengroup.org/csq/repository/noreferences=1&amp;RID=apple%252FCX1%25252F19.html">↫ Apple&#8217;s appendix to Commands and Utilities V4</a></cite></blockquote> <p>The third and fourth conformance statements have no appendix.</p> <p>Interestingly enough, on top of the appendices, Apple also has four &#8220;<a href="https://pubs.opengroup.org/onlinepubs/007577899/chap06.htm#tagcjh_07_04">Temporary Waivers</a>&#8220;. These are waivers granted at the sole discretion of The Open Group for a &#8220;limited number of implementation errors&#8221; that are &#8220;demonstrated to be of a minor nature, with negligible impact on interoperability or portability&#8221;. These are valid for 12 months, after which the applicant must have removed the errors from its product. These waivers, and its resolutions, must be made public, but I think they&#8217;re only made public to registered, paying customers &#8211; so I can&#8217;t download them to take a look at them. I honestly doubt these are particularly interesting, but I figured I&#8217;d mention it anyway.</p> <p>So, if you want your installation of macOS 15.0 to pass the UNIX® 03 certification test suites, you need to disable <a href="https://en.wikipedia.org/wiki/System_Integrity_Protection">System Integrity Protection</a>, enable the root account, enable <a href="https://en.wikipedia.org/wiki/Core_dump">core file</a> generation, disable timeout coalescing, mount any APFS partitions with the <code>strictatime</code> option, format your APFS partitions case-sensitive (by default, APFS is case-insensitive, so you&#8217;ll need to reinstall), disable Spotlight, copy the binaries uucp, uuname, uustat, and uux from <code>/usr/bin</code> to <code>/usr/local/bin</code> and the binaries uucico and uuxqt from <code>/usr/sbin</code> to <code>/usr/local/bin</code>, set the setuid bit on all of these binaries, add <code>/usr/local/bin</code> to your PATH before <code>/usr/bin</code> and <code>/usr/sbin</code>, enable the <a href="https://en.wikipedia.org/wiki/UUCP">uucp</a> service, and handle the mystery issues listed in the four Temporary Waivers.</p> <p>Then, <em>and only then</em>, is your macOS 15.0 <em>actually</em> UNIX® 03-certified.</p> <p>This is batshit insane. I can guarantee you with 100% certainly not a single macOS installation in the entire history of macOS &#8211; let alone when just counting macOS 15.0 &#8211; has implemented even half of these changes. I&#8217;m sure there is a small number of people who have System Integrity Protection disabled permanently, and an even smaller number of people who have enabled the root account, and an even smaller number of people who have done both of those things &#8211; but that&#8217;s it. All the other changes are far too obscure and specific to be of any use to anyone.</p> <p>For fairness&#8217; sake, I also took a look at the Conformance Statements for some of the other UNIX-certified operating systems. The only operating system and version that is UNIX® V7-certified is IBM&#8217;s AIX 7.2 TL5 (or later), and it has just one note from IBM, containing a single change you need to apply to AIX 7.2 TL5 pass the UNIX® V7 certification process:</p> <blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"> <p>Full response to Question 28: The AIX default socket listen queue length is 1024, the maximum is 32767, the value must be modified by using the &#8220;no -o somaxconn=5&#8221; command to set UNIX03 conforming length of 5.</p> <cite><a href="http://www.opengroup.org/csq/repository/noreferences=1&amp;RID=ibm%252FSD1%252F6.html">↫ IBM&#8217;s appendix to Internationalised System Calls and Libraries Extended V4</a></cite></blockquote> <p>Looking at one of the other UNIX® 03-certified operating systems, there&#8217;s HP-UX 11.31 for Itanium, which does have some remarks in its appendices, but they&#8217;re informative, and don&#8217;t specify any changes that need to be applied to HP-UX to make it pass UNIX® 03 certification testing. For Solaris, there&#8217;s a ton of remarks about the differences between Solaris for x86 and Solaris for SPARC, including differences between the 32bit and 64bit variants of those architectures, but that&#8217;s it for Solaris. AIX, HP-UX, and Solaris do not require any meaningful changes to pass UNIX certification testing.</p> <p>I can only conclude that macOS 15.0&#8217;s UNIX® 03-certification is a lie. If you need to implement this many drastic changes to your operating system to make it pass the UNIX® 03-certification tests, you&#8217;re really not UNIX® 03-compliant. Let me be <em>very</em> clear that this is not some sort of &#8220;gotcha!&#8221;, scandal, or &#8220;-gate&#8221;; UNIX-certification for macOS is not some sort of diabolical marketing scheme devised by C-level executives at Apple, trying to lure unsuspecting customers into buying Macs because they&#8217;re UNIX-certified. I doubt Tim Cook even knows who on earth The Open Group are. The cold and harsh truth is that literally nobody but a few nerds like us care about this, and even then the level of care we display is minute.</p> <p>I do think, however, that this puts some serious question marks around just how valuable the UNIX trademark really is, and what it really means for an operating system to be UNIX-certified. If macOS can be a &#8220;real&#8221; UNIX when literally not a single macOS installation in the world can even pass the certification tests to begin with, what are we really doing here?</p> <p>This makes one wonder why Apple is allowed to list this many onerous caveats and still be granted the right to use the UNIX® 03 trademark, and I honestly have no idea. The Open Group and its certifications do have an air of pay-to-play, but <a href="https://reports.opengroup.org/all.shtml">Apple is only a silver member</a>, which costs <a href="https://www.opengroup.org/membership/gold-silver">a measly $22000 per year</a> &#8211; an absolute pittance for Apple. The <a href="https://www.opengroup.org/openbrand/Brandfees.htm">costs for certification</a> can add up to a bit more depending on which parts Apple uses, but at most it&#8217;ll be a few hundred thousand dollar per year, but more likely much less than that. All in all, a total pittance for Apple, and looking at the huge list of gold and silver members, as well as the massive names that are platinum members, losing Apple as a member would barely be a blip on The Open Group&#8217;s radar. The silver members alone generate several millions of dollars in revenue each year, so Apple&#8217;s contributions really don&#8217;t seem all that consequential.</p> <p>I think the reality is a lot less exciting: deep inside Apple there are probably still a few hardcore UNIX people who do actually really care about this, and they clearly don&#8217;t mind spending some work time keeping the certification train going. While the certification document for ARM was written by a fairly new Apple software engineer in the CoreOS group, Mansi Agarwal (who <a href="https://www.linkedin.com/in/mansiagarwal1806/">joined Apple in June of 2023</a>), the certification documents for macOS on Intel were written by Fred Zlotnick, who <a href="https://www.linkedin.com/in/fredzlotnick/details/experience/">joined Apple in 2015</a>, and has a <em>long</em> history working on UNIX products.</p> <p>He worked at a company called Mindcraft from 1989 to 1995, which was an Accredited POSIX Testing Laboratory, then spent almost 15 years working for Sun Microsystems on the Solaris operating system, leading teams of dozens of kernel engineers. While at Sun, he worked on the core I/O subsystem of Solaris, the InfiniBand stack, things like the IP, TCP and UDP stacks, ZFS, and more. After a few short stints at other companies, including leading an Illumos kernel team at Nexenta, he ended up at Apple, where he would work until his retirement in 2023.</p> <p>That&#8217;s some serious pedigree, and it&#8217;s not difficult to imagine people like that don&#8217;t mind breaking, twisting, turning, and mangling macOS to <em>somehow</em> still hammer it through a UNIX-shaped hole. The question is, though, for how long?</p>
  11. Linux 6.14 with Rust: “We are almost at the ‘write a real driver in Rust’ stage now”

    Wed, 29 Jan 2025 22:33:32 -0000

    With the Linux 6.13 kernel, Greg Kroah-Hartman described the level of Rust support as a “tipping point” for Rust drivers with more of the Rust infrastructure having been merged. Now for the Linux 6.14 kernel, Greg describes the state of the Rust driver possibilities as “almost at the “write a real driver in rust” stage now, depending on what you want to do.“ ↫ Michael Larabel Excellent news, as there’s a lot of interest in Rust, and it seems that allowing developers to write drivers for Linux in Rust will make at least some new and upcoming drivers comes with less memory safety issues than non-Rust drivers. I’m also quite sure this will anger absolutely nobody.
    <blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"> <p>With the Linux 6.13 kernel, Greg Kroah-Hartman described the level of Rust support as <a href="https://www.phoronix.com/news/Linux-6.13-char-misc-More-Rust">a &#8220;tipping point&#8221; for Rust drivers</a> with more of the Rust infrastructure having been merged. Now for the Linux 6.14 kernel, Greg describes the state of the Rust driver possibilities as &#8220;<em>almost at the &#8220;write a real driver in rust&#8221; stage now, depending on what you want to do.</em>&#8220;</p> <cite><a href="https://www.phoronix.com/news/Linux-6.14-Driver-Core-Rust">↫ Michael Larabel</a></cite></blockquote> <p>Excellent news, as there&#8217;s a lot of interest in Rust, and it seems that allowing developers to write drivers for Linux in Rust will make at least some new and upcoming drivers comes with less memory safety issues than non-Rust drivers. I&#8217;m also quite sure this will anger absolutely nobody.</p>
  12. OpenAI doesn’t like it when you use “their” generated slop without permission

    Wed, 29 Jan 2025 22:25:47 -0000

    OpenAI says it has found evidence that Chinese artificial intelligence start-up DeepSeek used the US company’s proprietary models to train its own open-source competitor, as concerns grow over a potential breach of intellectual property. ↫ Cristina Criddle and Eleanor Olcott for the FT This is more ironic than writing a song called Ironic that lists situations that aren’t actually ironic. OpenAI claims it’s free to suck up whatever content and data it can find on the web without any form of permission or consent, but throws a tamper tantrum when someone takes whatever they regurgitate for their own use without permission or consent? Cry me a river.
    <blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"> <p>OpenAI says it has found evidence that Chinese artificial intelligence start-up DeepSeek used the US company’s proprietary models to train its own open-source competitor, as concerns grow over a potential breach of intellectual property.</p> <cite><a href="https://archive.is/KiSYM#selection-1735.0-1741.5">↫ Cristina Criddle and Eleanor Olcott for the FT</a></cite></blockquote> <p>This is more ironic than writing a song called Ironic that lists situations that aren&#8217;t actually ironic. OpenAI claims it&#8217;s free to suck up whatever content and data it can find on the web without any form of permission or consent, but throws a tamper tantrum when someone takes whatever they regurgitate for their own use without permission or consent?</p> <p>Cry me a river.</p>
  13. Google Maps is run by cowards

    Tue, 28 Jan 2025 20:27:12 -0000

    Google, on its Google Maps naming policy, back in 2008: By saying “common”, we mean to include names which are in widespread daily use, rather than giving immediate recognition to any arbitrary governmental re-naming. In other words, if a ruler announced that henceforth the Pacific Ocean would be named after her mother, we would not add that placemark unless and until the name came into common usage. Google, today, in 2025: Google has confirmed that Google Maps will soon rename the Gulf of Mexico and Denali mountain in Alaska as the “Gulf of America” and “Mount McKinley” in line with changes implemented by the Trump Administration, but users in the rest of the world may see two names for these locations. Nothing is worth less than the word of a corporation.
    <p><a href="https://publicpolicy.googleblog.com/2008/04/how-google-determines-names-for-bodies.html">Google, on its Google Maps naming policy, back in 2008</a>:</p> <blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"> <p>By saying &#8220;common&#8221;, we mean to include names which are in widespread daily use, rather than giving immediate recognition to any arbitrary governmental re-naming. In other words, if a ruler announced that henceforth the Pacific Ocean would be named after her mother, we would not add that placemark unless and until the name came into common usage.</p> </blockquote> <p><a href="https://9to5google.com/2025/01/27/google-maps-gulf-of-america-mount-mckinley-rename/">Google, today, in 2025</a>:</p> <blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"> <p>Google has confirmed that Google Maps will soon rename the Gulf of Mexico and Denali mountain in Alaska as the “Gulf of America” and “Mount McKinley” in line with changes implemented by the Trump Administration, but users in the rest of the world may see two names for these locations.</p> </blockquote> <p> Nothing is worth less than the word of a corporation.</p>
  14. Reviving a dead audio format: the return of ZZM

    Tue, 28 Jan 2025 14:35:12 -0000

    Long-time readers will know that my first video game love was the text-mode video game slash creation studio ZZT. One feature of this game is the ability to play simple music through the PC speaker, and back in the day, I remember that the format “ZZM” existed, so you could enjoy the square wave tunes outside of the games. But imagine my surprise in 2025 to find that, while the Museum of ZZT does have a ZZM Audio section, it recommends that nobody use the format anymore; because nobody’s made a player that doesn’t require MS-DOS. Let’s fix that by making a player with way higher system requirements, using everyone’s favorite coding environment: Javascript. ↫ Nicole Branagan ZZM’s history and Branagan’s journey to make this work without having to rely on DOS took a lot more work than I expected, and is quite interesting, too. Very niche, for sure, but that’s kind of what we’re here for.
    <blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"> <p>Long-time readers will know that my first video game love was the text-mode video game slash creation studio <a href="https://museumofzzt.com/">ZZT</a>. One feature of this game is the ability to play simple music through the PC speaker, and back in the day, I remember that the format “ZZM” existed, so you could enjoy the square wave tunes outside of the games. But imagine my surprise in 2025 to find that, while the Museum of ZZT does have a <a href="https://museumofzzt.com/file/browse/detail/zzm-audio/">ZZM Audio</a> section, it recommends that nobody use the format anymore; because nobody’s made a player that doesn’t require MS-DOS. Let’s fix that by making a player with <em>way</em> higher system requirements, using everyone’s favorite coding environment: Javascript.</p> <cite><a href="https://nicole.express/2025/zoo-of-zero-motivation.html">↫ Nicole Branagan</a></cite></blockquote> <p>ZZM&#8217;s history and Branagan&#8217;s journey to make this work without having to rely on DOS took a lot more work than I expected, and is quite interesting, too. Very niche, for sure, but that&#8217;s kind of what we&#8217;re here for.</p>
  15. The invalid 68030 instruction that accidentally allowed the Mac Classic II to successfully boot up

    Tue, 28 Jan 2025 14:23:11 -0000

    A bug in the ROM for the Macintosh II was recently discovered that causes a crash when booting in 32-bit mode. Doug Brown discovered and documented the bug while playing with the MAME debugger. Why did it never show up before? It seems a quirk in Motorola’s 68030 CPU inadvertently fixes it when executing an illegal instruction that shouldn’t have been executed in the first place. What follows is his process for investigating the room on emulated hardware, and then testing it on actual hardware.
    <p>A bug in the ROM for the Macintosh II was recently discovered that causes a crash when booting in 32-bit mode. Doug Brown discovered and documented the bug while playing with the MAME debugger. Why did it never show up before? It seems a quirk in Motorola&#8217;s 68030 CPU inadvertently fixes it when executing an illegal instruction that shouldn&#8217;t have been executed in the first place.</p> <blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"> <blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"> <p>I was starting to believe something that sounded almost too crazy to be true: Apple had an out-of-bounds jump bug in the Classic II’s ROM that should have caused a Sad Mac during boot, but they had no idea the bug was there because the 68030 was accidentally fixing the value of A1 by executing an undocumented instruction. How could I prove that my theory was correct?</p> <p>By buying a Classic II and hacking the ROM in order to see exactly what is happening on hardware, of course!</p> <cite><a href="https://www.downtowndougbrown.com/2025/01/the-invalid-68030-instruction-that-accidentally-allowed-the-mac-classic-ii-to-successfully-boot-up/">↫ Doug Brown</a></cite></blockquote> </blockquote> <p>What follows is his process for investigating the room on emulated hardware, and then testing it on actual hardware.</p>
  16. PebbleOS becomes open source, new Pebble device announced

    Mon, 27 Jan 2025 23:50:16 -0000

    Eric Migicovsky, founder of Pebble, the original smartwatch maker, made a major announcement today together with Google. Pebble was originally bought by Fitbit and in turn Fitbit was then bought by Google, but Migicovsky always wanted to to go back to his original idea and create a brand new smartwatch. PebbleOS took dozens of engineers working over 4 years to build, alongside our fantastic product and QA teams. Reproducing that for new hardware would take a long time. Instead, we took a more direct route – I asked friends at Google (which bought Fitbit, which had bought Pebble’s IP) if they could open source PebbleOS. They said yes! Over the last year, a team inside Google (including some amazing ex-Pebblers turned Googlers) has been working on this. And today is the day – the source code for PebbleOS is now available at github.com/google/pebble (see their blog post). ↫ Eric Migicovsky Of course, this is amazing news for the still-thriving community of Pebble users who have kept the platform and their devices going through sheer force of will, but it also means Pebble is going to making a comeback in a more official capacity: alongside the announcement of PebbleOS becoming open source, there’s also the unveiling of rePebble, a brand new Pebble watch that retains all of the popular features and specifications of the original devices. It’ll run the open source PebbleOS, of course, and will be compatible with the existing ecosystem of applications. I’ve never had a Pebble, but there’s no denying the company hit on something valuable, and I know people who still rock their original Pebble devices to this day. The excitement about this announcement is palpable, and I’m pleasantly surprised Google cared enough to work on making an open source PebbleOS a reality (I know of quite a few other companies sitting on deeply loved code and IP rotting away in obscurity). I can’t wait to see what the new device will look like!
    <p>Eric Migicovsky, founder of Pebble, the original smartwatch maker, made a major announcement today together with Google. Pebble was originally bought by Fitbit and in turn Fitbit was then bought by Google, but Migicovsky always wanted to to go back to his original idea and create a brand new smartwatch.</p> <blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"> <p>PebbleOS took dozens of engineers working over 4 years to build, alongside our fantastic product and QA teams. Reproducing that for new hardware would take a long time.</p> <p>Instead, we took a more direct route &#8211; I asked friends at Google (which bought Fitbit, which had bought Pebble’s IP) if they could open source PebbleOS. They said yes! Over the last year, a team inside Google (including some amazing ex-Pebblers turned Googlers) has been working on this. And today is the day &#8211; the source code for PebbleOS is now available at <a href="https://github.com/google/Pebble">github.com/google/pebble</a> (see their <a href="https://opensource.googleblog.com/2025/01/see-code-that-powered-pebble-smartwatches.html">blog post</a>).</p> <cite><a href="https://ericmigi.com/blog/why-were-bringing-pebble-back">↫ Eric Migicovsky</a></cite></blockquote> <p>Of course, this is amazing news for the still-thriving community of Pebble users who have kept the platform and their devices going through sheer force of will, but it also means Pebble is going to making a comeback in a more official capacity: alongside the announcement of PebbleOS becoming open source, there&#8217;s also the unveiling of rePebble, a brand new Pebble watch that retains all of the popular features and specifications of the original devices. It&#8217;ll run the open source PebbleOS, of course, and will be compatible with the existing ecosystem of applications.</p> <p>I&#8217;ve never had a Pebble, but there&#8217;s no denying the company hit on something valuable, and I know people who still rock their original Pebble devices to this day. The excitement about this announcement is palpable, and I&#8217;m pleasantly surprised Google cared enough to work on making an open source PebbleOS a reality (I know of quite a few other companies sitting on deeply loved code and IP rotting away in obscurity). I can&#8217;t wait to see what the new device will look like!</p>
  17. Démantèlement de Cracked.io et Nulled.to : un vrai coup majeur contre la cybercriminalité mondiale

    Mon, 03 Feb 2025 16:07:28 -0000

    Les autorités internationales ont frappé fort en démantelant deux des plus grandes plateformes cybercriminelles, Cracked.io et Nulled.to, perturbant ainsi le marché noir numérique....
  18. Démantèlement de HeartSender : Un coup dur contre le phishing international

    Mon, 03 Feb 2025 15:55:38 -0000

    Les forces de l'ordre ont saisi 39 serveurs et domaines liés à HeartSender, un réseau de créateurs de logiciels de phishing, suite à une enquête internationale....
  19. Espionnage aux JO de Paris : un employé d’Orange pris en flagrant délit

    Mon, 03 Feb 2025 14:08:02 -0000

    Un administrateur informatique de Globecast, filiale d'Orange, a été arrêté pour avoir espionné des réunions confidentielles liées aux JO de Paris 2024 en dissimulant des dispositifs d'écoute dans les salles de réunion. Du matos vendu à peine 100€ sur Amazon....
  20. StickTock : naviguez sur TikTok sans compromettre votre vie privée

    Mon, 03 Feb 2025 13:09:05 -0000

    StickTock offre une alternative open source permettant d’accéder à TikTok sans sacrifier votre confidentialité, tout en évitant la collecte de données personnelles et les algorithmes intrusifs....
  21. Les risques de sécurité dans les modèles de raisonnement avancés : l’exemple de DeepSeek R1

    Mon, 03 Feb 2025 11:50:54 -0000

    Avec l’avancée rapide de l’intelligence artificielle (IA), les modèles de raisonnement avancés, tels que DeepSeek R1, suscitent un intérêt croissant. Cependant, une récente évaluation de la sécurité de DeepSeek R1 révèle des failles majeures....
  22. 2,6 millions d’euros détournés dans une affaire de rumeurs en ligne

    Mon, 03 Feb 2025 11:19:53 -0000

    La cyberpolice a démantelé un réseau criminel à grande échelle impliqué dans la propagation de rumeurs en ligne. L'opération a conduit à l’arrestation de 32 suspects et à la saisie de 2,6 millions d'euros....
  23. Cabinet d’avocats : une faille expose 3,5 millions de personnes

    Mon, 03 Feb 2025 11:06:12 -0000

    Un cabinet d’avocats réputé dans la tourmente. Une violation de données de grande ampleur a touché Wolf Haldenstein, mettant en danger les informations personnelles de millions d’individus....
  24. 308 millions de dollars dérobés grâce à une fausse interview

    Mon, 03 Feb 2025 09:57:20 -0000

    Un piratage d’une audace inouïe : des pirates informatiques nord-coréens dérobent 308 millions de dollars à une société japonaise en exploitant ingénierie sociale et cybercriminalité avancée....
  25. Le Royaume-Uni veut interdire les rançons aux hôpitaux et écoles

    Mon, 03 Feb 2025 09:40:49 -0000

    Le Royaume-Uni envisage une loi pour interdire aux écoles et hôpitaux de payer des rançons après des cyberattaques. Cette mesure vise à renforcer la cybersécurité et à décourager les criminels de cibler des infrastructures critiques....
  26. Des entreprises du Laos et de Chine impliquées dans le recrutement informatique nord-coréen

    Mon, 03 Feb 2025 09:08:20 -0000

    Les États-Unis intensifient leurs sanctions contre des entreprises chinoises et laotiennes pour leur rôle dans le recrutement de travailleurs informatiques nord-coréens, alimentant des programmes d'armement controversés grâce à des revenus détournés....
  27. Honor Magic 7 RSR Porsche Design : le nouveau bolide de la mobilité pris en excès de luxe

    Sat, 01 Feb 2025 09:33:00 -0000

    Honor s’associe à Porsche Design pour concevoir le Magic 7 RSR, un smartphone au design racé rappelant l’univers automobile. Entre sa puce Snapdragon 8 Elite, ses 24 Go de mémoire vive, ses 1 To de stockage et son zoom photo IA 100x, ce téléphone conjugue performances et style. Mais tout cela a un prix…
  28. Retour sur la Lune : comment produire l'oxygène indispensable sur place ?

    Sat, 01 Feb 2025 08:26:00 -0000

    Le retour de l'être humain sur la Lune implique le développement de technologies de pointe, notamment pour exploiter les ressources de notre satellite. L'extraction d'oxygène sera bien entendu vitale, mais encore faut-il y parvenir. Heureusement, chercheurs et ingénieurs rivalisent d'ingéniosité pour relever ce défi.
  29. L’Europe veut conquérir Mars avec ses propres technologies, mais la route sera encore longue…

    Sat, 01 Feb 2025 07:31:00 -0000

    En quête d'autonomie technologique dans la course à Mars, l'Agence spatiale européenne (ESA) dévoile ses ambitions pour les années 2030. Un programme ambitieux, certes, mais qui devra combler son immense décalage face aux géants américains du secteur aérospatial.
  30. Bonne nouvelle, les films français arriveront bien plus vite sur Disney+ et voici pourquoi

    Thu, 30 Jan 2025 10:44:00 -0000

    Amis cinéphiles, voici une nouvelle qui devrait vous réjouir : il sera désormais possible d'accéder au cinéma français en moins d'un an sur Disney+ !
  31. Entre écrans et contemplation : ce que font réellement les Français dans les trains

    Thu, 30 Jan 2025 09:08:00 -0000

    Une étude menée pour la SNCF vient de dévoiler les habitudes des clients français dans les trains. S'ils vont nombreux à admirer le paysage, beaucoup privilégient aujourd'hui l'hyperconnexion.
  32. L'IA DeepSeek esquive toutes les questions sensibles relatives à la Chine

    Thu, 30 Jan 2025 07:32:00 -0000

    Le chatbot DeepSeek, développé par une start-up chinoise, évite de répondre à 85 % des questions sur des sujets sensibles liés à la Chine. Une étude menée par le site Promptfoo pointe que le modèle de raisonnement R1 de l'IA refuse de traiter la majorité des 1 360 requêtes testées sur des sujets controversés, en adoptant parfois un ton nationaliste dans ses réponses.
  33. L'Union européenne veut interdire les consoles de jeu en Russie. Et c'est à cause des drones !

    Thu, 30 Jan 2025 07:04:00 -0000

    L'Union européenne envisage d'interdire la vente de consoles de jeux vidéo à la Russie pour empêcher les forces armées russes d'utiliser ces appareils pour contrôler des drones en Ukraine. La proposition s'ajoute à une série de sanctions qui coïncide avec le troisième anniversaire de l'invasion russe en Ukraine, le 22 février.
  34. Bientôt du jeu VR dans le cloud ? GeForce NOW arrive sur Vision Pro et Meta Quest

    Thu, 30 Jan 2025 06:20:00 -0000

    Le Vision Pro d'Apple vient de gagner un atout majeur pour les joueurs. NVIDIA déploie officiellement GeForce NOW sur visionOS, permettant d'accéder à une bibliothèque de jeux PC en streaming. Une évolution qui comble partiellement le manque de titres natifs, tout en interrogeant sur l'avenir du gaming immersif.
  35. Binance : une information judiciaire pour "blanchiment aggravé" ouverte contre la plateforme crypto

    Thu, 30 Jan 2025 06:02:00 -0000

    La Juridiction nationale de lutte contre la criminalité organisée (Junalco) a ouvert une information judiciaire contre Binance. La plateforme mondiale d'échanges de cryptoactifs est accusée de blanchiment aggravé, fraude fiscale et manquements aux obligations de contrôle. Les faits couvrent la période 2019-2024 en France et en Europe.
  36. Yahoo compte sur votre nostalgie (et l'IA) pour revenir face à Google et Microsoft

    Thu, 30 Jan 2025 05:18:00 -0000

    Yahoo, autrefois géant incontesté du Web, tente un retour audacieux en s'appuyant sur la nostalgie et l'intelligence artificielle. Mais dans un marché dominé par Google et Microsoft, cette stratégie suffira-t-elle ?
  37. Pour Facebook, les discussions autour de Linux sont une menace pour la sécurité informatique

    Wed, 29 Jan 2025 18:07:00 -0000

    Depuis le 19 janvier 2025, Facebook bloque les publications et les groupes mentionnant Linux. La plateforme considère ces contenus comme des menaces pour la cybersécurité. En conséquence, certains comptes subissent des restrictions, et des messages disparaissent. Cette politique affecte notamment DistroWatch, un site spécialisé dans l'actualité des systèmes d'exploitation open source.
  38. Apple a travaillé en secret avec SpaceX pour créer un accès Starlink pour les iPhone

    Wed, 29 Jan 2025 17:44:00 -0000

    Voilà une nouvelle que l'on n'avait pas vue venir. Apple collabore avec la constellation Starlink de SpaceX et l'opérateur américain T-Mobile pour apporter une couverture satellite à l'iPhone. À terme, plusieurs fonctionnalités pourraient être prises en charge.
  39. Cette faille dans Cloudflare permet de géolocaliser un utilisateur

    Wed, 29 Jan 2025 17:17:00 -0000

    Un chercheur en sécurité de 15 ans a découvert une vulnérabilité dans le réseau CDN de Cloudflare qui permet de localiser un utilisateur dans un rayon de 250 miles, soit environ 402 kilomètres, en passant par le système de mise en cache des contenus. La faille touche en particulier les applications Signal et Discord sans qu'aucune action de l'utilisateur ne soit nécessaire.
  40. Les performances de votre Steam Deck décuplées avec cette nouvelle technologie d'AMD

    Wed, 29 Jan 2025 17:17:00 -0000

    Accrochez-vous, le Steam Deck s’apprête à passer la seconde ! Grâce à Decky Framegen, un plugin développé par la communauté, la frame gen du FSR 3 débarque sur la console portable de Valve. Résultat ? Un boost spectaculaire des FPS et une fluidité accrue sur les jeux les plus exigeants.
  41. DeepSeek : 7 infos clés à connaître avant d'utiliser cette IA

    Wed, 29 Jan 2025 16:46:00 -0000

    Dans la famille Intelligence Artificielle, on demande DeepSeek ! Depuis quelques jours, ce nom est sur toutes les lèvres. Quelles sont les infos essentielles à connaître sur cette technologie ? Faisons le point ensemble.
  42. ChatGPT : l'immense majorité des utilisateurs de l'application sont... des hommes !

    Wed, 29 Jan 2025 16:31:00 -0000

    L'application de ChatGPT a un succès phénoménal. Mais il semble que cette réussite soit surtout portée par un public masculin !
  43. Chaos chez DeepSeek : le chatbot chinois paralysé par des cyberattaques

    Wed, 29 Jan 2025 16:13:00 -0000

    Sous le feu de cyberattaques répétées depuis plusieurs jours, la start-up chinoise DeepSeek connait actuellement de forts ralentissements. Elle a partiellement dû fermer les inscriptions pour protéger son service.
  44. La protection AppleCare+ contre les "dommages accidentels" a ses limites : la preuve avec ce MacBook Pro méchamment plié

    Wed, 29 Jan 2025 15:44:00 -0000

    Que comprend vraiment la couverture des « dommages accidentels » proposée avec le contrat d'assurance AppleCare+ ? Eh bien, pas les accidents de la route, comme a pu le constater un utilisateur de Reddit.
  45. TikTok : Donald Trump veut une "bataille des enchères" pour le rachat de l'application

    Wed, 29 Jan 2025 15:14:00 -0000

    La journée fatidique approche. Dans quelques jours, TikTok devra passer sous écusson américain sous peine d'interdiction aux États-Unis. Et Donald Trump ne semble pas décidé à relâcher la pression.
  46. Windows 11 : vous avez un problème avec l'audio ? C'est normal, c'est encore à cause de la dernière mise à jour

    Wed, 29 Jan 2025 12:52:00 -0000

    L'introduction de mises à jour de sécurité pour Windows 11 s'accompagne souvent de son lot de complications. La dernière en date ne fait pas exception, avec quatre problèmes déjà connus, dont un affectant les dispositifs audio.
  47. Les notifications en temps réel débarquent enfin dans le client mail Thunderbird

    Wed, 29 Jan 2025 12:31:00 -0000

    Mozilla vient de mettre en ligne une nouvelle version 134 de son logiciel de messagerie électronique Thunderbird, laquelle apporte son lot d'optimisations bien sûr, mais aussi une nouvelle fonction bienvenue et pratique.
  48. Plus de 20 ans après le Concorde, un jet civil piloté par l'Homme franchit le mur du son, et il n'est pas européen !

    Wed, 29 Jan 2025 12:03:00 -0000

    C'est une petite prouesse pour le monde de l'aviation civile. Ce 28 janvier, le prototype XB-1 de Boom Supersonic a franchi le mur du son à trois reprises lors d'un vol test. Une première pour un avion civil piloté manuellement depuis un certain Concorde.
  49. DeepSeek R1 aurait été entraînée à l'aide de la meilleure puce IA de Huawei

    Wed, 29 Jan 2025 11:32:00 -0000

    La start-up chinoise DeepSeek a ébloui à sa sortie, interrogeant sur la manière dont l'IA a pu être entraînée. Et il semble qu'il n'y ait pas que des composants NVIDIA qui aient été utilisés.
  50. Non, le Samsung Galaxy S25 Ultra ne prendra pas en charge votre S-Pen

    Wed, 29 Jan 2025 11:26:00 -0000

    Coup dur pour les adeptes des fonctionnalités du S-Pen sur les Galaxy Ultra : Samsung confirme l'abandon du support Bluetooth sur son dernier modèle haut de gamme. Une décision justifiée par un usage limité des fonctionnalités concernées.
  51. Spotify annonce avoir reversé 10 milliards de dollars à l'industrie musicale en 2024

    Wed, 29 Jan 2025 11:02:00 -0000

    Beaucoup pensent que Spotify ne rémunère pas suffisamment les artistes. Toutefois, la firme suédoise est bien décidée à prouver le contraire.
  52. Galaxy XR : le casque de Samsung pour la première fois testé par un YouTuber

    Wed, 29 Jan 2025 10:02:00 -0000

    Pour la première fois, le Galaxy XR, le casque de réalité mixte de Samsung, a été testé en vidéo. Le célèbre YouTuber MKBHD livre ses impressions sur cet appareil développé en collaboration avec Google.
  53. NVIDIA confirme les stocks limités de RTX 5090/5080, MSI USA repousse l'expédition des RTX 5090

    Wed, 29 Jan 2025 09:55:00 -0000

    Au cours des prochains jours (semaines ?), il ne devrait pas être facile de dénicher une GeForce RTX série 50, et en particulier une RTX 5090.
  54. L'arroseur arrosé ? DeepSeek aurait été entraîné avec des données américaines volées !

    Wed, 29 Jan 2025 09:29:00 -0000

    DeepSeek, la nouvelle intelligence artificielle chinoise qui bouscule l'industrie, aurait eu recours à une pratique illégale pour entraîner son modèle. Ses concurrents américains sont sur le pied de guerre.
  55. X Money : quand Elon Musk veut remplacer votre banque

    Wed, 29 Jan 2025 08:33:00 -0000

    X.com poursuit la mutation entamée par Elon Musk. La plateforme s'apprête à lancer son service de paiement, avec Visa en tant que premier partenaire.
  56. Airbnb et Booking : le gouvernement reporte sa réforme fiscale et prépare un plan encore plus strict !

    Wed, 29 Jan 2025 07:03:00 -0000

    Le gouvernement a finalement reporté d'un an sa réforme fiscale pour les locations de courte durée de type Airbnb ou Booking. Mais il veut désormais à la fois toucher les locations classées, et non classées
  57. Le créateur de Twitter lance son propre agent IA, et il est open-source !

    Wed, 29 Jan 2025 06:50:00 -0000

    Jack Dorsey récidive dans l’univers de l’IA avec un agent open-source dédié aux développeurs. Baptisé Goose, cet outil promet d’automatiser les tâches d’ingénierie tout en s’ouvrant à des usages créatifs.
  58. Deux failles critiques découvertes dans les puces d'Apple : Safari et Chrome vulnérables aux attaques SLAP et FLOP sur Mac et iPhone

    Wed, 29 Jan 2025 06:31:00 -0000

    Les processeurs Apple Silicon exposent des données sensibles viades techniques de prédiction spéculative. Des chercheurs démontrent comment extraire emails, historiques de navigation et informations de localisation.
  59. Hugging Face lance un clone (vraiment) open source du modèle DeepSeek R1

    Wed, 29 Jan 2025 05:02:00 -0000

    Une semaine seulement après le séisme provoqué par DeepSeek R1 sur le marché de l'IA, Hugging Face contre-attaque. L'entreprise vient d'annoncer le projet Open-R1, qui vise à créer une version totalement transparente du modèle de raisonnement chinois qui fait trembler la Silicon Valley.
  60. YouTube Music passe le cap des 5 milliards de téléchargements sur le Play Store

    Tue, 28 Jan 2025 18:01:00 -0000

    Plusieurs années après son lancement, l'application YouTube Music vient de dépasser les 5 milliards de téléchargements sur le Play Store. Une performance qui s'explique en partie par son intégration sur la majorité des appareils Android depuis 2019.
  61. Ariane 6 de retour sur le pas de tir avec un satellite militaire français

    Tue, 28 Jan 2025 17:28:00 -0000

    Le nouveau lanceur européen s’apprête à réaliser son deuxième lancement le 26 février prochain, marquant son premier vol commercial avec la mise en orbite de CSO-3, un satellite d’observation militaire français. À ce lancement crucial pour le programme spatial européen s’ajoute une série de nouveaux contrats pour Arianespace. Le programme Ariane 6 serait-il enfin sur de bons rails ?
  62. L'équipementier ColorWare commercialise maintenant des Mac mini M4 "custom" au look délicieusement rétro

    Tue, 28 Jan 2025 17:17:00 -0000

    L'équipementier américain ColorWare, connu pour ses accessoires et appareils « custom », a lancé une version légèrement modifiée du Mac mini M4. L'objectif ? Donner une apparence rétro à l'engin sans compromettre son design ou ses connectiques.
  63. Acteur français prometteur des réunions interactives, Klaxoon se fait racheter par un groupe américain

    Tue, 28 Jan 2025 16:58:00 -0000

    La plateforme américaine Wrike a finalisé l'acquisition de l'entreprise française Klaxoon, pour créer un nouveau géant mondial des solutions collaboratives intelligentes pour entreprises. L'hexagone perd l'une de ses pépites.
  64. Meta offre maintenant jusqu'à 300 000 dollars pour récupérer les influenceurs TikTok !

    Tue, 28 Jan 2025 16:46:00 -0000

    Meta continue encore et toujours de draguer les créateurs de TikTok, avec des bonus qui peuvent aller jusqu'à 50 000 dollars par mois, à condition de privilégier Instagram au réseau chinois. Une bonne affaire ?
  65. NVIDIA perd près de 600 milliards de dollars à la bourse en une séance à cause de DeepSeek

    Tue, 28 Jan 2025 16:31:00 -0000

    L'action de NVIDIA a souffert profondément de l'émergence de DeepSeek. Au point d'avoir enregistré la pire perte de l'histoire en Bourse.
  66. Google stoppera la synchronisation sur les anciennes versions de Chrome

    Tue, 28 Jan 2025 16:14:00 -0000

    Au travers d'un court billet publié sur sa page Support, Google a annoncé d'importantes modifications de son navigateur, notamment en ce qui concerne ses capacités de synchronisation des données.
  67. Le datacenter écolo d'Infomaniak, qui chauffera 6 000 logements pendant 20 ans, a été inauguré !

    Tue, 28 Jan 2025 15:39:00 -0000

    Infomaniak ne se cache pas de vouloir lancer une révolution verte du Cloud, et son nouveau data center, qui revalorise 100% de son énergie en chaleur pour des milliers de foyers, en est la preuve. Il vient d'être inauguré.
  68. Il fait tourner Windows 11 dans… Windows XP

    Tue, 28 Jan 2025 15:22:00 -0000

    Faire cohabiter deux générations de Windows que tout oppose ? Un bidouilleur l’a fait, et le résultat est aussi insolite qu’amusant.
  69. Finition bâclée ! Le bloc photo du Pixel 9 Pro se fait la malle !

    Tue, 28 Jan 2025 14:56:00 -0000

    Le Pixel 9 Pro semble faire l'objet d'un défaut de fabrication : le bloc photo de l'appareil se décolle du châssis. Plusieurs cas ont déjà été signalés en l'espace de quelques mois, soulevant des inquiétudes sur la qualité de fabrication du smartphone de Google.
  70. Donald Trump veut aussi imposer des droits de douanes aux semi-conducteurs

    Tue, 28 Jan 2025 14:33:00 -0000

    Donald Trump réfléchit à la possibilité de créer de nouveaux droits de douane. Ils toucheraient cette fois le secteur des semi-conducteurs.
  71. Microsoft Edge bloquera les scarewares, ces scams retournant de fausses alertes de sécurité

    Tue, 28 Jan 2025 13:49:00 -0000

    C'est une menace que le FBI chiffre à plus d'un milliard de dollars de pertes financières par an : le scareware. Promise en novembre dernier, la réponse à ce fléau made in Microsoft débarque dès aujourd'hui dans Edge.
  72. L'émergence de DeepSeek saluée par Sam Altman (OpenAI) et... Donald Trump !

    Tue, 28 Jan 2025 13:27:00 -0000

    L'arrivée sur le marché de l'IA de DeepSeek continue de faire réagir aux États-Unis. Et les commentaires sont plutôt positifs !
  73. Comment mettre à jour vos AirPods ? Apple nous explique enfin comment faire

    Tue, 28 Jan 2025 12:46:00 -0000

    Près de 9 ans après le lancement des premiers AirPods, Apple indique enfin à ses utilisateurs comment forcer la mise à jour de ses écouteurs sans-fil. Une information que tous les détenteurs de ces appareils doivent connaître pour s'assurer de performances optimales.
  74. Panne ou incident majeur, BNP Paribas ne fonctionnait plus ce midi ! Que s'est-il passé ?

    Tue, 28 Jan 2025 12:13:00 -0000

    BNP Paribas a connu de très gros soucis en fin de matinée mardi, avec une impossibilité d'accéder à son compte bancaire. Les signalements affluaient par milliers.
  75. DeepSeek, le ChatGPT chinois, c'est génial mais pour la confidentialité des données, on repassera !

    Tue, 28 Jan 2025 12:08:00 -0000

    Le nouveau chatbot DeepSeek a toutes les raisons de faire trembler ses concurrents ChatGPT, Claude et Gemini. En revanche, sur la question de la confidentialité des données de ses utilisateurs, il semble avoir la main légère.
  76. Après le chatbot R1, Deepseek sort sa puissante IA générative d'image Janus Pro

    Tue, 28 Jan 2025 11:51:00 -0000

    DeepSeek continue son offensive dans le domaine des IA génératives. Après le chatbot R1, elle sort la nouvelle version de son IA générative d'image, Janus Pro.
  77. AI Systems With 'Unacceptable Risk' Are Now Banned In the EU

    Tue, 04 Feb 2025 09:00:00 -0000

    AI systems that pose "unacceptable risk" or harm can now be banned in the European Union. Some of the unacceptable AI activities include social scoring, deceptive manipulation, exploiting personal vulnerabilities, predictive policing based on appearance, biometric-based profiling, real-time biometric surveillance, emotion inference in workplaces or schools, and unauthorized facial recognition database expansion. TechCrunch reports: Under the bloc's approach, there are four broad risk levels: (1) Minimal risk (e.g., email spam filters) will face no regulatory oversight; (2) limited risk, which includes customer service chatbots, will have a light-touch regulatory oversight; (3) high risk -- AI for healthcare recommendations is one example -- will face heavy regulatory oversight; and (4) unacceptable risk applications -- the focus of this month's compliance requirements -- will be prohibited entirely. Companies that are found to be using any of the above AI applications in the EU will be subject to fines, regardless of where they are headquartered. They could be on the hook for up to ~$36 million, or 7% of their annual revenue from the prior fiscal year, whichever is greater. The fines won't kick in for some time, noted Rob Sumroy, head of technology at the British law firm Slaughter and May, in an interview with TechCrunch. "Organizations are expected to be fully compliant by February 2, but ... the next big deadline that companies need to be aware of is in August," Sumroy said. "By then, we'll know who the competent authorities are, and the fines and enforcement provisions will take effect."

    Read more of this story at Slashdot.

  78. Salesforce Cutting 1,000 Roles While Hiring Salespeople for AI

    Tue, 04 Feb 2025 04:02:00 -0000

    Salesforce is cutting jobs as its latest fiscal year gets underway, Bloomberg reported Monday, citing a person familiar with the matter, even as the company simultaneously hires workers to sell new artificial intelligence products. From the report: More than 1,000 roles will be affected, according to the person, who asked not to be identified because the information is private. Displaced workers will be able to apply for other jobs internally, the person added. Salesforce had nearly 73,000 workers as of January 2024, when that fiscal year ended.

    Read more of this story at Slashdot.

  79. CERN's Mark Thomson: AI To Revolutionize Fundamental Physics

    Tue, 04 Feb 2025 03:30:00 -0000

    An anonymous reader quotes a report from The Guardian: Advanced artificial intelligence is to revolutionize fundamental physics and could open a window on to the fate of the universe, according to Cern's next director general. Prof Mark Thomson, the British physicist who will assume leadership of Cern on 1 January 2026, says machine learning is paving the way for advances in particle physics that promise to be comparable to the AI-powered prediction of protein structures that earned Google DeepMind scientists a Nobel prize in October. At the Large Hadron Collider (LHC), he said, similar strategies are being used to detect incredibly rare events that hold the key to how particles came to acquire mass in the first moments after the big bang and whether our universe could be teetering on the brink of a catastrophic collapse. "These are not incremental improvements," Thomson said. "These are very, very, very big improvements people are making by adopting really advanced techniques." "It's going to be quite transformative for our field," he added. "It's complex data, just like protein folding -- that's an incredibly complex problem -- so if you use an incredibly complex technique, like AI, you're going to win." The intervention comes as Cern's council is making the case for the Future Circular Collider, which at 90km circumference would dwarf the LHC. Some are skeptical given the lack of blockbuster results at the LHC since the landmark discovery of the Higgs boson in 2012 and Germany has described the $17 billion proposal as unaffordable. But Thomson said AI has provided fresh impetus to the hunt for new physics at the subatomic scale -- and that major discoveries could occur after 2030 when a major upgrade will boost the LHC's beam intensity by a factor of ten. This will allow unprecedented observations of the Higgs boson, nicknamed the God particle, that grants mass to other particles and binds the universe together. Thomson is now confident that the LHC can measure Higgs boson self-coupling, a key factor in understanding how particles gained mass after the Big Bang and whether the Higgs field is in a stable state or could undergo a future transition. According to Thomson: "It's a very deep fundamental property of the universe, one we don't fully understand. If we saw the Higgs self-coupling being different from our current theory, that that would be another massive, massive discovery. And you don't know until you've made the measurement." The report also notes how AI is being used in "every aspect of the LHC operation." Dr Katharine Leney, who works on the LHC's Atlas experiment, said: "When the LHC is colliding protons, it's making around 40m collisions a second and we have to make a decision within a microsecond ... which events are something interesting that we want to keep and which to throw away. We're already now doing better with the data that we've collected than we thought we'd be able to do with 20 times more data ten years ago. So we've advanced by 20 years at least. A huge part of this has been down to AI." Generative AI is also being used to look for and even produce dark matter via the LHC. "You can start to ask more complex, open-ended questions," said Thomson. "Rather than searching for a particular signature, you ask the question: 'Is there something unexpected in this data?'"

    Read more of this story at Slashdot.

  80. Bonobos Can Tell When They Know Something You Don't

    Tue, 04 Feb 2025 01:30:00 -0000

    A study found that bonobos can recognize when someone lacks knowledge they possess and take action to help, demonstrating a basic form of theory of mind. This suggests that the ability to understand others' perspectives is evolutionarily older than previously thought and may have existed in our common ancestors to enhance cooperation and coordination. New Scientist reports: [W]e have been missing clear evidence from controlled settings that primates can track a perspective that differs from their own and then act upon it, says Luke Townrow at Johns Hopkins University in Maryland. To investigate this, Townrow and Christopher Krupenye, also at Johns Hopkins University, tested if three male bonobos at the Ape Initiative research centre in Iowa could identify ignorance in someone they were trying to cooperate with, and then gesture to them to help solve the task. On a table between the bonobo and an experimenter were three upturned plastic cups. A second researcher placed a barrier between the experimenter and the cups, then hid a treat, like a juicy grape, under one of them. In one version of the experiment, the "knowledge condition," a window in the barrier allowed the experimenter to watch where the treat was placed. In the "ignorance condition," their view was completely blocked. If the experimenter found the food, they would give it to the bonobo, providing a motivation for the apes to share what they knew. Townrow and Krupenye looked at whether the ape pointed at the cup, and how quickly they pointed, after the barrier had been removed over 24 trials for each condition. They found that, on average, the bonobos took 1.5 seconds less time to point and pointed in approximately 20 per cent more trials in the ignorance condition. "This shows that they can actually take action when they realize that somebody has a different perspective from their own," says Krupenye. It appears that bonobos understand features of what others are thinking that researchers have historically assumed they didn't comprehend, he adds. The findings have been published in the journal PNAS.

    Read more of this story at Slashdot.

  81. Senator Hawley Proposes Jail Time For People Who Download DeepSeek

    Tue, 04 Feb 2025 00:50:00 -0000

    Senator Josh Hawley has introduced a bill that would criminalize the import, export, and collaboration on AI technology with China. What this means is that "someone who knowingly downloads a Chinese developed AI model like the now immensely popular DeepSeek could face up to 20 years in jail, a million dollar fine, or both, should such a law pass," reports 404 Media. From the report: Hawley introduced the legislation, titled the Decoupling America's Artificial Intelligence Capabilities from China Act, on Wednesday of last year. "Every dollar and gig of data that flows into Chinese AI are dollars and data that will ultimately be used against the United States," Senator Hawley said in a statement. "America cannot afford to empower our greatest adversary at the expense of our own strength. Ensuring American economic superiority means cutting China off from American ingenuity and halting the subsidization of CCP innovation." Hawley's statement explicitly says that he introduced the legislation because of the release of DeepSeek, an advanced AI model that's competitive with its American counterparts, and which its developers claimed was made for a fraction of the cost and without access to as many and as advanced of chips, though these claims are unverified. Hawley's statement called DeepSeek "a data-harvesting, low-cost AI model that sparked international concern and sent American technology stocks plummeting." Hawley's statement says the goal of the bill is to "prohibit the import from or export to China of artificial intelligence technology, "prohibit American companies from conducting AI research in China or in cooperation with Chinese companies," and "Prohibit U.S. companies from investing money in Chinese AI development."

    Read more of this story at Slashdot.

  82. TSA's Airport Facial-Recognition Tech Faces Audit Probe

    Tue, 04 Feb 2025 00:10:00 -0000

    The Department of Homeland Security's Inspector General has launched an audit of the TSA's use of facial recognition technology at U.S. airports following concerns from lawmakers and privacy advocates. The Register reports: Homeland Security Inspector General Joseph Cuffari notified a bipartisan group of US Senators who had asked for such an investigation last year that his office has announced an audit of TSA facial recognition technology in a letter [PDF] sent to the group Friday. "We have reviewed the concerns raised in your letter as part of our work planning process," said Cuffari, a Trump appointee who survived the recent purge of several Inspectors General. "[The audit] will determine the extent to which TSA's facial recognition and identification technologies enhance security screening to identify persons of interest and authenticate flight traveler information while protecting passenger privacy," Cuffari said. The letter from the Homeland Security OIG was addressed to Senator Jeff Merkley (D-OR), who co-led the group of 12 Senators who asked for an inspection of TSA facial recognition in November last year. "Americans don't want a national surveillance state, but right now, more Americans than ever before are having their faces scanned at the airport without being able to exercise their right to opt-out," Merkley said in a statement accompanying Cuffari's letter. "I have long sounded the alarm about the TSA's expanding use of facial recognition ... I'll keep pushing for strong Congressional oversight." [...] While Cuffari's office was light on details of what would be included in the audit, the November letter from the Senators was explicit in its list of requests. They asked for the systems to be evaluated via red team testing, with a specific investigation into effectiveness - whether it reduced screening delays, stopped known terrorists, led to workforce cuts, or amounted to little more than security theater with errors.

    Read more of this story at Slashdot.

  83. Judge Denies Apple's Attempt To Intervene In Google Search Antitrust Trial

    Mon, 03 Feb 2025 23:32:00 -0000

    A US District Court judge denied Apple's emergency request to halt the Google Search monopoly trial, ruling that Apple failed to show sufficient grounds for a stay. The Verge reports: Apple said last week that it needs to be involved in the Google trial because it does not want to lose "the ability to defend its right to reach other arrangements with Google that could benefit millions of users and Apple's entitlement to compensation for distributing Google search to its users." The remedies phase of the trial is set for April, and lawyers for the Department of Justice have argued that Google should be forced to sell Chrome, with a possibility of spinning off Android if necessary. While Google will still appeal the decision, the company's proposed remedies focus on undoing its licensing deals that bundle apps and services together. "Because Apple has not satisfied the 'stringent requirements' for obtaining the 'extraordinary relief' of a stay pending appeal, its motion is denied," states Judge Mehta's order. Mehta explains that Apple "has not established a likelihood of success on the merits" for the stay. That includes a lack of clear evidence on how Apple will suffer "certain and great" harm.

    Read more of this story at Slashdot.

  84. Anthropic Asks Job Applicants Not To Use AI In Job Applications

    Mon, 03 Feb 2025 22:40:00 -0000

    An anonymous reader quotes a report from 404 Media: Anthropic, the company that made one of the most popular AI writing assistants in the world, requires job applicants to agree that they won't use an AI assistant to help write their application. "While we encourage people to use AI systems during their role to help them work faster and more effectively, please do not use AI assistants during the application process," the applications say. "We want to understand your personal interest in Anthropic without mediation through an AI system, and we also want to evaluate your non-AI-assisted communication skills. Please indicate 'Yes' if you have read and agree." Anthropic released Claude, an AI assistant that's especially good at conversational writing, in 2023. This question is in almost all of Anthropic's nearly 150 currently-listed roles, but is not in some technical roles, like mobile product designer. It's included in everything from software engineer roles to finance, communications, and sales jobs at the company. The field was spotted by Simon Willison, an open source developer. The question shows Anthropic trying to get around a problem it's helping create: people relying so heavily on AI assistants that they struggle to form opinions of their own. It's also a moot question, as Anthropic and its competitors have created AI models so indistinguishable from human speech as to be nearly undetectable.

    Read more of this story at Slashdot.

  85. Microsoft Paint Gets a Copilot Button For Gen AI Features

    Mon, 03 Feb 2025 21:40:00 -0000

    A new update is being rolled out to Windows 11 insiders (Build 26120.3073) that introduces a Copilot button in Microsoft Paint. PCWorld reports: Clicking the Copilot button will expand a drop-down menu with all the generative AI features: Cocreator and Image Creator (AI art based on what you've drawn or text prompts), Generative Erase (AI removal of unwanted stuff from images), and Remove Background. Note that these generative AI features have been in Microsoft Paint for some time, but this quick-access Copilot button is a nice time-saver and productivity booster if you use them a lot.

    Read more of this story at Slashdot.

  86. NetChoice Sues To Block Maryland's Kids Code, Saying It Violates the First Amendment

    Mon, 03 Feb 2025 21:00:00 -0000

    NetChoice has filed (PDF) its 10th lawsuit challenging state internet regulations, this time opposing Maryland's Age-Appropriate Design Code Act. The Verge's Lauren Feiner reports: NetChoice has become one of the fiercest -- and most successful -- opponents of age verification, moderation, and design code laws, all of which would put new obligations on tech platforms and change how users experience the internet. [...] NetChoice's latest suit opposes the Maryland Age-Appropriate Design Code Act, a rule that echoes a California law of a similar name. In the California litigation, NetChoice notched a partial win in the Ninth Circuit Court of Appeals, which upheld the district court's decision to block a part of the law requiring platforms to file reports about their services' impact on kids. (It sent another part of the law back to the lower court for further review.) A similar provision in Maryland's law is at the center of NetChoice's complaint. The group says that Maryland's reporting requirement lets regulators subjectively determine the "best interests of children," inviting "discriminatory enforcement." The reporting requirement on tech companies essentially mandates them "to disparage their services and opine on far-ranging and ill-defined harms that could purportedly arise from their services' 'design' and use of information," NetChoice alleges. NetChoice points out that both California and Maryland have passed separate online privacy laws, which NetChoice Litigation Center director Chris Marchese says shows that "lawmakers know how to write laws to protect online privacy when what they want to do is protect online privacy." Supporters of the Maryland law say legislators learned from California's challenges and "optimized" their law to avoid questions about speech, according to Tech Policy Press. In a blog analyzing Maryland's approach, Future of Privacy Forum points out that the state made some significant changes from California's version -- such as avoiding an "express obligationâ to determine users' ages and defining the "best interests of children." The NetChoice challenge will test how well those changes can hold up to First Amendment scrutiny. NetChoice has consistently maintained that even well-intentioned attempts to protect kids online are likely to backfire. Though the Maryland law does not explicitly require the use of specific age verification tools, Marchese says it essentially leaves tech platforms with a no-win decision: collect more data on users to determine their ages and create varied user experiences or cater to the lowest common denominator and self-censor lawful content that might be considered inappropriate for its youngest users. And similar to its arguments in other cases, Marchese worries that collecting more data to identify users as minors could create a "honey pot" of kids' information, creating a different problem in attempting to solve another.

    Read more of this story at Slashdot.

  87. Air Force Documents On Gen AI Test Are Just Whole Pages of Redactions

    Mon, 03 Feb 2025 20:20:00 -0000

    An anonymous reader quotes a report from 404 Media: The Air Force Research Laboratory (AFRL), whose tagline is "Win the Fight," has paid more than a hundred thousand dollars to a company that is providing generative AI services to other parts of the Department of Defense. But the AFRL refused to say what exactly the point of the research was, and provided page after page of entirely blacked out, redacted documents in response to a Freedom of Information Act (FOIA) request from 404 Media related to the contract. [...] "Ask Sage: Generative AI Acquisition Accelerator," a December 2023 procurement record reads, with no additional information on the intended use case. The Air Force paid $109,490 to Ask Sage, the record says. Ask Sage is a company focused on providing generative AI to the government. In September the company announced that the Army was implementing Ask Sage's tools. In October it achieved "IL5" authorization, a DoD term for the necessary steps to protect unclassified information to a certain standard. 404 Media made an account on the Ask Sage website. After logging in, the site presents a list of the models available through Ask Sage. Essentially, they include every major model made by well-known AI companies and open source ones. Open AI's GPT-4o and DALL-E-3; Anthropic's Claude 3.5; and Google's Gemini are all included. The company also recently added the Chinese-developed DeepSeek R1, but includes a disclaimer. "WARNING. DO NOT USE THIS MODEL WITH SENSITIVE DATA. THIS MODEL IS BIASED, WITH TIES TO THE CCP [Chinese Communist Party]," it reads. Ask Sage is a way for government employees to access and use AI models in a more secure way. But only some of the models in the tool are listed by Ask Sage as being "compliant" with or "capable" of handling sensitive data. [...] [T]he Air Force declined to provide any real specifics on what it paid Ask Sage for. 404 Media requested all procurement records related to the Ask Sage contract. Instead, the Air Force provided a 19 page presentation which seemingly would have explained the purpose of the test, while redacting 18 of the pages. The only available page said "Ask Sage, Inc. will explore the utilization of Ask Sage by acquisition Airmen with the DAF for Innovative Defense-Related Dual Purpose Technologies relating to the mission of exploring LLMs for DAF use while exploring anticipated benefits, clearly define needed solution adaptations, and define clear milestones and acceptance criteria for Phase II efforts."

    Read more of this story at Slashdot.

  88. Why Even Physicists Still Don't Understand Quantum Theory 100 Years On

    Mon, 03 Feb 2025 19:30:00 -0000

    A century after quantum mechanics revolutionized physics, scientists still cannot agree on how the theory fundamentally works, despite its tremendous success in explaining natural phenomena and enabling modern technologies. The theory's central puzzle remains unresolved: the way quantum systems are described mathematically differs from what scientists observe when measuring them. This has led to competing interpretations about whether quantum states represent physical reality or are merely tools for calculating probabilities. As researchers debate these foundational questions, quantum mechanics has enabled breakthroughs in particle physics, chemistry, and computing. It accurately predicts phenomena from the behavior of atoms to the properties of the Higgs boson, and underlies technologies like quantum computers and ultra-precise measurement devices. The field's inability to reach consensus on its foundations hasn't hindered its practical applications. Scientists continue to develop new quantum technologies even as they grapple with deep questions about measurement, locality, and the nature of reality that have persisted since Einstein and Bohr's famous debates in the 1920s and 1930s.

    Read more of this story at Slashdot.

  89. Trump Orders Creation of US Sovereign Wealth Fund, Says It Could Buy TikTok

    Mon, 03 Feb 2025 18:55:00 -0000

    U.S. President Donald Trump signed an executive order on Monday ordering the U.S. Treasury and Commerce Departments to create a sovereign wealth fund and said it may purchase TikTok. From a report: "We're going to stand this thing up within the next 12 months. We're going to monetize the asset side of the U.S. balance sheet for the American people," Treasury Secretary Scott Bessent told reporters. "There'll be a combination of liquid assets, assets that we have in this country as we work to bring them out for the American people." Trump had previously floated such a government investment vehicle as a presidential candidate, saying it could fund "great national endeavors" like infrastructure projects such as highways and airports, manufacturing, and medical research. Details on how exactly the fund would operate and be financed were not immediately available, but Trump previously said it could be funded by "tariffs and other intelligent things." Typically such funds rely on a country's budget surplus to make investments, but the U.S. operates at a deficit.

    Read more of this story at Slashdot.

  90. Anthropic Makes 'Jailbreak' Advance To Stop AI Models Producing Harmful Results

    Mon, 03 Feb 2025 18:10:00 -0000

    AI startup Anthropic has demonstrated a new technique to prevent users from eliciting harmful content from its models, as leading tech groups including Microsoft and Meta race to find ways that protect against dangers posed by the cutting-edge technology. From a report: In a paper released on Monday, the San Francisco-based startup outlined a new system called "constitutional classifiers." It is a model that acts as a protective layer on top of large language models such as the one that powers Anthropic's Claude chatbot, which can monitor both inputs and outputs for harmful content. The development by Anthropic, which is in talks to raise $2 billion at a $60 billion valuation, comes amid growing industry concern over "jailbreaking" -- attempts to manipulate AI models into generating illegal or dangerous information, such as producing instructions to build chemical weapons. Other companies are also racing to deploy measures to protect against the practice, in moves that could help them avoid regulatory scrutiny while convincing businesses to adopt AI models safely. Microsoft introduced "prompt shields" last March, while Meta introduced a prompt guard model in July last year, which researchers swiftly found ways to bypass but have since been fixed.

    Read more of this story at Slashdot.

  91. Cloudflare Rolls Out Digital Tracker To Combat Fake Images

    Mon, 03 Feb 2025 17:30:00 -0000

    Cloudflare, a major web infrastructure company, will now track and verify the authenticity of images across its network through Content Credentials, a digital signature system that documents an image's origin and editing history. The technology, developed by Adobe's Content Authenticity Initiative, embeds metadata showing who created an image, when it was taken, and any subsequent modifications - including those made by AI tools. Major news organizations including the BBC, Wall Street Journal and New York Times have already adopted the system. The feature is available immediately through a single toggle in Cloudflare Images settings. Users can verify an image's authenticity through Adobe's web tool or Chrome extension.

    Read more of this story at Slashdot.

  92. Guide d'achat : Quelle citadine électrique abordable choisir ?

    Tue, 04 Feb 2025 11:00:00 -0000

    Le marché des voitures électriques s'enrichit enfin d'offres à moins de 25 000 € hors bonus, voire moins de 20 000 € pour certains modèles. Voici ceux qui nous semblent les plus intéressants.
    <br><img src="https://cdn.lesnumeriques.com/optim/guide/23/232576/bbfe004e-quelle-citadine-electrique-abordable-choisir.jpg" />
  93. Actualité : Buffy contre les vampires : un reboot de la série culte en préparation avec Sarah Michelle Gellar

    Tue, 04 Feb 2025 10:38:00 -0000

    La plateforme de streaming Hulu est sur le point de commander l'épisode pilote du reboot de la série culte des années 90, qui verrait le retour de Sarah Michelle Gellar dans le rôle-titre.
    "À chaque génération, il y a une élue" et visiblement, le temps est venue pour une nouvelle génération de rencontrer une nouvelle tueuse. En effet, la plateforme de streaming américaine Hulu (appartenant à Disney) est en passe de commander l'épisode pilote d'une suite de la série Buffy contre les vampires.Ce "revival" de la série originale diffusée e...<br><img src="https://cdn.lesnumeriques.com/optim/news/23/232730/0ca79159-buffy-contre-les-vampires-la-serie-va-peut-etre-faire-son-grand-retour-avec-sarah-michelle-gellar.jpg" />
  94. Test Jabra Elite 8 Active Gen 2 : des écouteurs modernes pour sportifs jusqu’au-boutistes

    Tue, 04 Feb 2025 10:25:00 -0000

    Légère mise à jour des premiers Elite 8 Active, les Jabra Elite 8 Active Gen 2 représentent la quintessence des écouteurs sportifs. Polyvalents et modernes, ils se démarquent par une résistance aux éléments bien au-dessus de la concurrence.
    Légère mise à jour des premiers Elite 8 Active, les Jabra Elite 8 Active Gen 2 représentent la quintessence des écouteurs sportifs. Polyvalents et modernes, ils se démarquent par une résistance aux éléments bien au-dessus de la concurrence. ## L'essentiel à retenirUltimes écouteurs grand public de Jabra avec les Elite 10 Gen 2, les Elite 8 Active Gen...<br><img src="https://cdn.lesnumeriques.com/optim/test/23/232523/ee3f233c-jabra-elite-8-active-gen-2-des-ecouteurs-modernes-pour-sportifs-jusqu-au-boutistes__400_400.jpg" />
  95. Actualité : Bon plan – Le forfait B&You 100 Go 5G s’affiche actuellement à 12,99€ par mois

    Tue, 04 Feb 2025 10:15:00 -0000

    Bouygues Telecom frappe fort avec son forfait B&You 100 Go 5G, disponible sans engagement pour seulement 12,99 € par mois. Une belle opportunité à saisir pour les data addicts qui souhaitent profiter de la vitesse de la 5G sans se ruiner.
    Bouygues Telecom figure parmi les opérateurs engagés dans la démocratisation de la 5G en proposant des forfaits mobiles accessibles et sans engagement via sa marque B&You. Régulièrement, l’opérateur met en avant des promotions sur ses offres, comme c’est actuellement le cas avec son forfait B&You 100 Go 5G, affiché à un tarif attractif de 12,99 € par...<br><img src="https://cdn.lesnumeriques.com/optim/news/23/232734/65ddfed5-bon-plan-le-forfait-b-you-100-go-5g-s-affiche-actuellement-a-12-99-par-mois.jpg" />
  96. Actualité : Galaxy S21, S21+, S21 Ultra : attention, Samsung annonce la fin des mises à jour mensuelles

    Tue, 04 Feb 2025 10:04:00 -0000

    Les propriétaires de Galaxy S21, S21+ et S21 Ultra devront désormais se faire à l’idée : leurs appareils ne bénéficieront plus de mises à jour de sécurité mensuelles. En effet, Samsung a décidé de réduire la fréquence de ces mises à jour.
    Samsung vient d’annoncer une nouvelle qui risque de surprendre les propriétaires de Galaxy S21, S21+ et S21 Ultra : à partir de maintenant, leurs smartphones ne recevront plus de mises à jour mensuelles de sécurité, mais passeront à un rythme trimestriel. Après quatre années de mise à jour régulière, c’est un véritable changement pour ces modèles lan...<br><img src="https://cdn.lesnumeriques.com/optim/news/23/232731/190ace22-galaxy-s21-s21-s21-ultra-samsung-annonce-la-fin-des-mises-a-jour-mensuelles.jpeg" />
  97. Épisode d'émission : Live Twitch des Nums : RTX, Deepseek et Galaxy S25 Ultra

    Tue, 04 Feb 2025 10:00:00 -0000

    Rejoignez-nous dès 11h30 sur Twitch pour échanger autour des dernières actualités avec Raphaël. Aujourd'hui, on fait fait le point sur la pénurie de RTX 50 et sur l'affaire Deepseek, et on parle des tests du Galaxy S25 Ultra et du LG B4.
    Retrouvez votre rendez-vous à ne pas rater sur Les Numériques et Twitch.Au programme de l'émission du mardi 4 février : La pénurie de RTX 5080 et 5090 risque de durer un moment... Deepseek aurait un peu menti sur les bords Le premier semi marathon de robots va voir lieu Figure prévois vendre 100 000 robots humanoid en quelques années On a testé les G...<br><img src="https://cdn.lesnumeriques.com/optim/program/23/232737/d217e24e-live-twitch-des-nums-rtx-deepseek-et-galaxy-s25-ultra.jpg" />
  98. Actualité : Télescope spatial SPHEREx : l’enquête cosmique qui pourrait réécrire l’histoire de l’Univers

    Tue, 04 Feb 2025 09:31:00 -0000

    Un nouveau télescope spatial de la Nasa va compléter le James-Webb pour l'étude de l'espace profond. Il devrait permettre d'en savoir plus sur la première seconde de l'Univers, la répartition et la lumière de toutes les galaxies et étoiles. Si tout va bien, SPHEREx sera lancé à la fin février par une Falcon 9 de SpaceX.
    Les télescopes spatiaux ont le vent en poupe, leur capacité à nous faire découvrir des choses inédites est sans égale. Nous allons d'ailleurs expliquer pourquoi il est si pertinent de les envoyer dans l'espace plutôt que de les construire au sol.Hubble, Spitzer, James-Webb, Euclid, et maintenant SPHEREx, pour ne relever que les plus connus, fonctionn...<br><img src="https://cdn.lesnumeriques.com/optim/news/23/232722/e14380cd-spherex-le-nouveau-telescope-infrarouge-de-la-nasa-sera-lance-ce-mois-ci.png" />
  99. Actualité : Zen, soyez zen : voici Opera Air, un navigateur qui prend soin de votre santé mentale

    Tue, 04 Feb 2025 09:00:00 -0000

    Envie d'un navigateur web qui vous aide à vous détendre et ne vous submerge pas sous 150 000 fonctionnalités ? Voici Opera Air, un browser “qui place la santé mentale au cœur de l’expérience web”.
    Dans un contexte où la plupart des navigateurs web se ressemblent énormément et se volent mutuellement des fonctionnalités tout en ajoutant de l'IA partout, et où Chrome domine toujours de la tête et des épaules, Opera a décidé de tenter autre chose.Ce mardi 4 février 2025, la firme a lancé une nouvelle déclinaison de son browser, comme elle l'avait...<br><img src="https://cdn.lesnumeriques.com/optim/news/23/232615/0f60d72c-zen-soyez-zen-voici-opera-air-une-nouvelle-declinaison-du-navigateur-orientee-bien-etre-et-sante-mentale.jpg" />
  100. Actualité : Tesla : chute de 63 % des ventes en France, l’Europe face à un naufrage sans précédent

    Tue, 04 Feb 2025 08:35:00 -0000

    Les ventes de Tesla s'effondrent en Europe en ce début d'année 2025. Les chiffres de janvier sont sans appel : près de 50 % de voitures en moins vendues par rapport à l'an dernier. Si beaucoup pointent du doigt les frasques d'Elon Musk, la réalité est plus complexe.
    Les immatriculations de Tesla en Europe connaissent une baisse inquiétante, dont l'ampleur varie selon les marchés. Les derniers chiffres montrent une chute vertigineuse des ventes : en France, une baisse de 63 % a été enregistrée, tandis que l'Espagne a vu ses immatriculations s'effondrer de 75 %.Ce recul est le reflet d'une conjoncture complexe, mê...<br><img src="https://cdn.lesnumeriques.com/optim/news/23/232729/3adbb945-tesla-chute-de-63-des-ventes-en-france-l-europe-face-a-un-naufrage-sans-precedent.jpg" />
  101. Top bon plan : Nvidia, Nintendo, Apple... les meilleurs bons plans du 04/02/2025

    Tue, 04 Feb 2025 07:30:03 -0000

    Nous publions chaque jour une vingtaine de bons plans. Pour vous faciliter la tâche, voici les meilleurs bons plans, selon nous les incontournables parmi les plus belles promos du jour
    1/ La carte graphique Nvidia GeForce RTX 5080 PNY "5 étoiles" à 1 179,00 € (-36%)La GeForce RTX 5080 est la carte graphique par excellence destinée aux gamers, ses caractéristiques devant permettre de jouer en 4K à de hautes fréquences. L'architecture Blackwell et sa compatibilité avec la génération d'images multiples viendront ainsi à bout des nombr...<br><img src="https://cdn.lesnumeriques.com/optim/news/18/188269/9e96ef1c-top-5-nvidia-rtx-jabra-samsung-les-meilleurs-bons-plans-du-jour.png" />
  102. Actualité : Soldes / Bon plan – L'ordinateur Portable Apple MacBook Air 13 pouces (M3) 8 Go / 256 Go "4 étoiles" à 999,00 € (-13%)

    Tue, 04 Feb 2025 07:15:02 -0000

    L'ordinateur Portable Apple MacBook Air 13 pouces (M3) 8 Go / 256 Go passe sous les 1000 € chez Boulanger.com soit une baisse d'environ 13% sur le prix habituellement constaté.
    Le MacBook Air 13 pouces (2024) est le PC ultraportable fin et léger d'Apple. Il embarque évidemment le processeur maison Apple Silicon M3 dans un boîtier en aluminium et dépourvu de ventilateur.Points fortsDesign soigné et finitions au top. Dalle de très bonne qualité. Confort du clavier irréprochable. Polyvalence du M3. Totalement silencieux. Point...<br><img src="https://cdn.lesnumeriques.com/optim/test/22/227207/9afc2432-apple-macbook-air-13-pouces-m3-la-force-tranquille.jpg" />
  103. Actualité : DeepResearch d’OpenAI est là : l’agent IA qui transforme la recherche en générant des rapports complets en 10 minutes

    Tue, 04 Feb 2025 07:12:00 -0000

    Après avoir lancé son modèle o3 mini ce week-end, OpenAI annonce un nouvel agent IA capable de générer des rapports de plusieurs pages sur des sujets précis : DeepResearch.
    Pas un mois ne se passe sans qu'OpenAI ne lance une nouvelle fonctionnalité pour ChatGPT. Le mois passé, OpenAI a introduit Operator sur le marché, un outil capable d'effectuer tout un tas de tâches automatisées. Sauf que depuis ce temps-là (c'est à dire le 24 janvier dernier, pas si lointain), l'intelligence artificielle générative chinoise a créé u...<br><img src="https://cdn.lesnumeriques.com/optim/news/23/232727/b3ad79ca-openai-lance-deepresearch-une-fonction-professionnelle-pour-generer-de-longs-rapports-en-quelques-minutes.jpg" />
  104. Actualité : Les ventes de semi-conducteurs ont explosé en 2024

    Tue, 04 Feb 2025 06:54:00 -0000

    Avec l'explosion du marché de l'intelligence artificielle, les semi-conducteurs n'ont jamais eu autant le vent en poupe. Sur l'année 2024, ils ont généré 18% d'argent en plus par rapport à 2023.
    Face à la croissance rapide de l'intelligence artificielle, l'augmentation exponentielle du nombre d'acteurs dans le milieu et le besoin croissant de cartes graphiques, l'industrie des semi-conducteurs a bénéficié d'une hausse globale de 18,1% de son chiffre d'affaires au cours de l'année 2024 selon une étude de Gartner. Ainsi, si le chiffre d'affair...<br><img src="https://cdn.lesnumeriques.com/optim/news/23/232726/6dae2729-les-ventes-de-semi-conducteurs-ont-explose-en-2024.jpg" />
  105. Actualité : Soldes / Bon plan – L'aspirateur robot Dreame L10s Ultra Gen 2 "4 étoiles" à 539,00 €

    Tue, 04 Feb 2025 06:24:02 -0000

    L'aspirateur robot Dreame L10s Ultra Gen 2 passe sous les 550 € chez Electro Depot.
    Comme le Dreame L10s Ultra testé par nos soins, la version Gen 2 souhaite faciliter les tâches ménagères quotidiennes. Cet aspirateur-robot est un condensé de technologies et s’accompagne d’une station d’accueil très complète. Ce modèle ajoute la serpillière extensible pour laver au plus près des meubles et plinthes.Points fortsBase très complète. Se...<br><img src="https://cdn.lesnumeriques.com/optim/test/23/230061/4e4ee713-dreame-l10s-ultra-gen-2-un-aspirateur-robot-qui-s-inspire-des-meilleurs.jpg" />
  106. Actualité : Voici le meilleur livre photo à prix abordable de notre comparatif

    Tue, 04 Feb 2025 06:12:22 -0000

    Le livre photo Cheerz Album photo s'affiche aujourd'hui à 24,90 € chez Cheerz. C'est actuellement le meilleur livre photo à prix abordable de notre comparatif, selon les 6 modèles testés dans notre laboratoire.
    Le laboratoire français Cheerz propose un vaste éventail de produits à imprimer, des décos murales aux tirages sur aluminium en passant par les magnets et, bien sûr, les livres photo. Ces derniers comportent des clichés réalisés par imprimante à jet d'encre ou en tirage argentique.Points fortsComposition totalement libre. Option ouverture à plat. Trè...<br><img src="https://cdn.lesnumeriques.com/optim/test/20/200187/e80a7452-livre-photo-cheerz-une-jolie-performance-du-labo-francais.jpeg" />
  107. Nintendo Switch, montre connectée et aspirateur intelligent : c’est le moment de vous faire plaisir !

    Tue, 04 Feb 2025 06:00:00 -0000

    En ce moment, le site AliExpress se montre particulièrement fidèle à sa réputation : avec un large panel de codes promos, vous pouvez y faire de superbes affaires dans le rayon high-tech.
    S’il est possible de faire un shopping très complet sur AliExpress, nous vous conseillons tout particulièrement de vous intéresser aux références high-tech en ce moment. En effet, en cumulant des remises immédiates avec des codes promo, vous pouvez faire de belles économies sur des produits aussi incontournables que la Nintendo Switch, les montres co...<br><img src="https://cdn.lesnumeriques.com/optim/native/23/232707/e6a6d27c-nintendo-switch-montre-connectee-et-aspirateur-intelligent-c-est-le-moment-de-vous-faire-plaisir.jpg" />
  108. Test Samsung Galaxy S25 : un faux jumeau du S24 et une vraie bonne surprise

    Tue, 04 Feb 2025 06:00:00 -0000

    Samsung peaufine sa formule avec le Galaxy S25, un smartphone qui mise sur la puissance du Snapdragon 8 Elite et l’intelligence artificielle pour se démarquer. Ces améliorations suffisent-elles à en faire un incontournable ?
    Samsung peaufine sa formule avec le Galaxy S25, un smartphone qui mise sur la puissance du Snapdragon 8 Elite et l’intelligence artificielle pour se démarquer. Ces améliorations suffisent-elles à en faire un incontournable ? ## PrésentationChaque année, le lancement des nouveaux modèles de la gamme Galaxy S suscite une vive attente chez les amateurs...<br><img src="https://cdn.lesnumeriques.com/optim/test/23/232689/0604bd23-samsung-galaxy-s25-un-faux-jumeau-du-s24-et-une-vraie-bonne-surprise__400_400.jpg" />
  109. Actualité : Soldes / Bon plan – Le smartphone Google Pixel 8 Pro 512 Go "4 étoiles" à 799,00 € (-14%)

    Mon, 03 Feb 2025 23:14:02 -0000

    Le smartphone Google Pixel 8 Pro 512 Go passe sous les 800 € chez Amazon soit une baisse d'environ 14% sur le prix habituellement constaté.
    Google renouvelle annuellement ses Pixel, smartphones premium à tarifs souvent plus contenus que ceux de la concurrence directe. Le Pixel 8 Pro, vendu à plus de 1000 € à son lancement, entend convaincre par de nouveaux arguments liés aux algorithmes maison, une durabilité logicielle et ses qualités matérielles.Points fortsÉcran très lumineux. Prestat...<br><img src="https://cdn.lesnumeriques.com/optim/test/21/213754/3439d932-google-pixel-8-pro-le-smartphone-qui-se-veut-toujours-plus-smart.jpg" />
  110. Actualité : Soldes / Bon plan – L'aspirateur robot Dreame L40 Ultra "5 étoiles" à 849,00 € (-14%)

    Mon, 03 Feb 2025 23:00:05 -0000

    L'aspirateur robot Dreame L40 Ultra passe sous les 850 € chez Amazon soit une baisse d'environ 14% sur le prix habituellement constaté. C'est actuellement l'un des meilleurs produit de notre comparatif.
    Le L40 Ultra est l'un des aspirateurs-robots les plus sophistiqués de Dreame. À mi-chemin entre le L20 Ultra et le X40 Ultra Complete, ce modèle embarque toutes les technologies chères à son fabricant.Points fortsExcellentes performances d’aspiration. Fonction de lavage efficace. Installation et retrait automatiques des serpillières. Traitement des c...<br><img src="https://cdn.lesnumeriques.com/optim/test/22/229768/15c621db-aspirateur-robot-dreame-l40-ultra-une-nouvelle-reference-sur-le-marche.jpg" />
  111. Actualité : Bon plan – La console de jeu portable Nintendo Switch Lite Gris "5 étoiles" à 199,97 € (-33%)

    Mon, 03 Feb 2025 23:00:04 -0000

    La console de jeu portable Nintendo Switch Lite Gris passe sous les 200 € chez Amazon Marketplace soit une baisse d'environ 33% sur le prix habituellement constaté. C'est actuellement l'un des meilleurs produit de notre comparatif.
    Sans les attributs qui font aussi de la Switch classique une console de salon, la Switch Lite se positionne seule sur le créneau de la console portable, représenté jusqu'alors par la vieillissante famille des 3DS et 2DS. Une bonne idée ?Points fortsLes mêmes performances que la Switch. Presque le même large catalogue de jeux. Légère et plus compacte....<br><img src="https://cdn.lesnumeriques.com/optim/test/14/140929/b5601be2-nintendo-switch-lite-la-meilleure-console-portable-n-est-pas-sans-defauts.jpeg" />
  112. Actualité : Bon plan – La carte graphique Nvidia GeForce RTX 5080 PNY "5 étoiles" à 1 179,00 € (-36%)

    Mon, 03 Feb 2025 23:00:03 -0000

    La carte graphique Nvidia GeForce RTX 5080 PNY est proposée à 1 179,00 € chez Cybertek soit une baisse d'environ 666 € sur le prix habituellement constaté. C'est actuellement le meilleur produit de notre comparatif.
    La GeForce RTX 5080 est la carte graphique par excellence destinée aux gamers, ses caractéristiques devant permettre de jouer en 4K à de hautes fréquences. L'architecture Blackwell et sa compatibilité avec la génération d'images multiples viendront ainsi à bout des nombreux titres AAA à venir.Points fortsPerformances en 4K. DLSS 4 bluffant. Performan...<br><img src="https://cdn.lesnumeriques.com/optim/test/23/232466/971f9e62-geforce-rtx-5080-de-nvidia-une-evolution-timide-portee-par-le-dlss4.jpg" />
  113. Top bon plan : Nvidia, Ring, Nintendo... les meilleurs bons plans du 03/02/2025

    Mon, 03 Feb 2025 22:45:02 -0000

    Nous publions chaque jour une vingtaine de bons plans. Pour vous faciliter la tâche, voici les meilleurs bons plans, selon nous les incontournables parmi les plus belles promos du jour
    1/ La carte graphique Nvidia GeForce RTX 5080 PNY "5 étoiles" à 1 179,00 € (-36%)La GeForce RTX 5080 est la carte graphique par excellence destinée aux gamers, ses caractéristiques devant permettre de jouer en 4K à de hautes fréquences. L'architecture Blackwell et sa compatibilité avec la génération d'images multiples viendront ainsi à bout des nombr...<br><img src="https://cdn.lesnumeriques.com/optim/news/18/188269/9e96ef1c-top-5-nvidia-rtx-jabra-samsung-les-meilleurs-bons-plans-du-jour.png" />
  114. Actualité : Soldes / Bon plan – L'ordinateur de bureau Apple Mac Mini (M4) 16 Go / 256 Go "5 étoiles" à 669,00 €

    Mon, 03 Feb 2025 19:37:00 -0000

    L'ordinateur de bureau Apple Mac Mini (M4) 16 Go / 256 Go est proposé à 669,00 € chez Amazon. C'est actuellement le meilleur produit de notre comparatif.
    Le Mac Mini est de retour avec un nouveau deisgn pour accueillir la dernière puce d'Apple, la Silicon M4. Le modèle le plus abordable de la firme californienne conserve son tarif d'appel de 699 €, mais profite désormais de 16 Go de mémoire vive unifiée.Points fortsPlus petit que jamais. Processeur M4 irréprochable. Construction solide. Sortie son trè...<br><img src="https://cdn.lesnumeriques.com/optim/test/22/228472/1d44ef3e-apple-mac-mini-m4-toujours-plus-petit-toujours-plus-puissant.jpg" />
  115. Actualité : Les Quatre Fantastiques : Marvel tease la bande-annonce avec des images inédites

    Mon, 03 Feb 2025 17:42:00 -0000

    La promotion du film Marvel de l'été 2025 est lancée, avec de premières images des Quatre Fantastiques qui nous donnent rendez-vous ce mardi 4 février.
    En perte de vitesse et d'intérêt auprès du public depuis plusieurs mois, l'univers cinématographique Marvel joue gros pour son avenir en cette année 2025. Outre le retour de Daredevil sur le petit écran de Disney+, beaucoup va se jouer au cinéma avec Captain America : Brave New World (12 février), Thunderbolts (30 avril) et, surtout, Les Quatre Fanta...<br><img src="https://cdn.lesnumeriques.com/optim/news/23/232711/483bd9b7-les-quatre-fantastiques-avec-un-teaser-marvel-prepare-au-lancement-imminent-de-la-premiere-bande-annonce.png" />
  116. Actualité : Nvidia GeForce RTX 5090 & 5080 : oubliez-les, la pénurie va durer jusqu’à 16 semaines

    Mon, 03 Feb 2025 17:15:00 -0000

    Si vous espériez mettre la main sur la toute nouvelle RTX 5090, préparez-vous à une sacrée frustration. Entre stocks fantômes, scalpers à l’affût et revendeurs dépassés, ce lancement a tout d’une tempête parfaite pour ceux qui rêvent d’une configuration dernier cri. Et les délais ne vont rien arranger.
    Obtenir une RTX 5090 ou une RTX 5080 s’apparente à une véritable épreuve. L'engouement aura très largement dépassé l’offre, transformant l’achat en une compétition féroce. Entre stocks éphémères, spéculateurs opportunistes et distributeurs pris de court, cette nouvelle génération rappelle le lancement des RTX Série 30. Ceux qui ambitionnaient d’actua...<br><img src="https://cdn.lesnumeriques.com/optim/news/23/232714/9bb457cf-nvidia-geforce-rtx-5090-5080-oubliez-les-la-penurie-va-durer-jusqu-a-16-semaines.jpg" />
  117. Actualité : Canal+ a une bonne nouvelle si vous avez un téléviseur Samsung

    Mon, 03 Feb 2025 17:15:00 -0000

    La situation évolue pour l’application myCANAL sur les téléviseurs Samsung. Canal+ a une très bonne nouvelle pour les utilisateurs.
    Nouveau rebondissement pour l’application myCANAL sur les téléviseurs Samsung. Alors que les modèles de 2017 ne sont plus supportés depuis le 31 janvier 2025, Canal+ annonce l’extension de la prise en charge pour les téléviseurs Samsung de la gamme 2024.myCanal arrive sur les téléviseurs Samsung de 2024La nouvelle version incluera des fonctionnalités...<br><img src="https://cdn.lesnumeriques.com/optim/news/23/232713/2fe1b2c4-canal-a-une-bonne-nouvelle-si-vous-avez-un-televiseur-samsung.jpg" />
  118. Actualité : Cette tondeuse à gazon présente le meilleur rapport qualité / prix de notre comparatif

    Mon, 03 Feb 2025 17:11:26 -0000

    La tondeuse à gazon Ecovacs GOAT G1-2000 s'affiche aujourd'hui à 1 099,00 € chez Fnac.com, Boulanger.com, Darty.com et Amazon Marketplace. C'est actuellement le meilleur rapport qualité / prix de notre comparatif, selon les 23 modèles testés dans notre laboratoire.
    L'Ecovacs Goat G1-2000 est un robot de tonte innovant, offrant une navigation précise et une détection d'obstacles performante. C'est à ce jour le plus robot de tonte le plus avancé d'Ecovacs, offrant une gestion plus complète que le GX-600. Il se distingue notamment par sa facilité d'installation et d'utilisation, malgré une capacité à gérer de gran...<br><img src="https://cdn.lesnumeriques.com/optim/test/22/224835/8bf2698a-ecovacs-g1-2000-un-robot-tondeuse-complet-et-simple-a-utiliser.jpg" />
  119. Actualité : Ce smartphone à moins de 200 € inaugure une certification de résistance inédite

    Mon, 03 Feb 2025 16:51:00 -0000

    Encore discrète sur le marché européen de la téléphonie, la marque Realme ne manque toutefois pas d'idées pour se démarquer de ses concurrentes. Son C75, à moins de 200 €, mise ainsi sur de nombreuses certifications de durabilité matérielle.
    La durabilité est au cœur des préoccupations de la plupart des fabricants de smartphones, qui font de la résistance de leurs produits aux aléas du quotidien un véritable argument de vente. C'est l'approche que Realme, de plus en plus présent sur le marché hexagonal, a choisie pour son dernier modèle d'entrée de gamme, le C75. Il complète une gamme C...<br><img src="https://cdn.lesnumeriques.com/optim/news/23/232708/5e5088f4-ce-smartphone-a-moins-de-200-inaugure-une-certification-de-resistance-inedite.jpg" />
  120. Actualité : GeForce RTX 5080 et RTX 5090 : stocks épuisés, quand reviendront-elles ?

    Mon, 03 Feb 2025 16:26:00 -0000

    La chasse aux GeForce RTX 5090 et RTX 5080 a été de courte durée. Les nouvelles cartes graphiques de Nvidia ont été prises d'assaut dès leur lancement, laissant les rayons des magasins et les sites de vente en ligne désespérément vides. Le retour en stock se fait attendre, avec des délais qui pourraient atteindre 16 semaines.
    Le lancement des cartes graphiques GeForce RTX 5080 et RTX 5090 de Nvidia, le jeudi 30 janvier à 15h, a été suivi d'une rupture de stock quasi immédiate. Deux heures à peine après le coup d'envoi des ventes, il était déjà impossible de trouver ces nouveaux modèles, que ce soit en ligne ou en magasin.Une pénurie qui favorise le scalpingL'engouement po...<br><img src="https://cdn.lesnumeriques.com/optim/news/23/232709/819af2a5-geforce-rtx-5080-et-5090-rupture-de-stock-et-delais-incertains.jpg" />
  121. Test Samsung Galaxy S25 Ultra : le nec plus IA des smartphones

    Mon, 03 Feb 2025 16:00:00 -0000

    Le millésime 2025 des Samsung Galaxy S est chapeauté par un Galaxy S25 Ultra, dont l'ambition est claire : incarner ce que Samsung sait faire de mieux aux niveaux matériel et logiciel. Un smartphone premium, donc, mais il nous a fallu vérifier s'il ne cachait aucune concession.
    Le millésime 2025 des Samsung Galaxy S est chapeauté par un Galaxy S25 Ultra, dont l'ambition est claire : incarner ce que Samsung sait faire de mieux aux niveaux matériel et logiciel. Un smartphone premium, donc, mais il nous a fallu vérifier s'il ne cachait aucune concession. ## PrésentationChaque année, c’est la même rengaine. Samsung se classe pa...<br><img src="https://cdn.lesnumeriques.com/optim/test/23/232589/bd0c505b-samsung-galaxy-s25-ultra-le-nec-plus-ia-des-smartphones__400_400.jpg" />
  122. Actualité : Google Pixel 6a : un grave problème de batterie inquiète les propriétaires

    Mon, 03 Feb 2025 16:00:00 -0000

    Le Pixel 6a de Google est épinglé par plusieurs utilisateurs signalant un problème de batterie gonflée, si bien que l'écran du smartphone se décolle. Un souci à ne pas prendre à la légère si jamais il survient sur votre appareil.
    Le Pixel 6a, testé par nos soins en 2022, refait parler de lui, mais cette fois, pour des raisons préoccupantes. S'il continue de recevoir des mises à jour, un utilisateur a récemment partagé des images alarmantes : son écran se décolle du châssis. La cause ? Une batterie gonflée.Pixel 6a et batterie gonflée, une réparation à ne surtout pas improvise...<br><img src="https://cdn.lesnumeriques.com/optim/news/23/232693/f844885f-google-pixel-6a.jpg" />
  123. 3 promos imbattables à saisir sur AliExpress

    Mon, 03 Feb 2025 16:00:00 -0000

    Tablette tactile, processeur pour ordinateur ou encore écouteurs Bluetooth : c’est le moment de profiter de petits prix sur AliExpress ! Sur le site d’AliExpress, de nombreux articles sont actuellement en promotion. Si le site regorge de bonnes affaires dans tous les univers, c’est plus spécifiquement dans la sphère des nouvelles technologies que vous pouvez faire de très belles économies en ce moment.
    Découvrez trois offres incontournables à saisir dès maintenant – et jusqu’au 7 février 2025. Afin de profiter des petits prix que nous vous présentons, n’oubliez pas d’utiliser le bon code promotionnel avant de valider vos achats : Dès 29 € d’achats, -3 € avec le code 03CNYFR Dès 69 € d’achats, -8 € avec le code 08CNYFR Dès 159 € d’achats, -20 € avec...<br><img src="https://cdn.lesnumeriques.com/optim/native/23/232701/2c2747d0-3-promos-imbattables-a-saisir-sur-aliexpress.jpg" />
  124. Actualité : INESIA : la France crée un institut pour mieux encadrer l’IA

    Mon, 03 Feb 2025 15:35:00 -0000

    La France vient d’annoncer la création de l’Institut national pour l’évaluation et la sécurité de l’IA (INESIA), un organisme chargé d’anticiper les risques et d’assurer la fiabilité des systèmes d’IA.
    Nous ne sommes encore qu’au début de l’année 2025, mais les annonces concernant l’intelligence artificielle ont déjà explosé tous les compteurs. Entre le raz-de-marée DeepSeek et son modèle R1, les accusations d’OpenAI à l’encontre de ses concurrents chinois, Perplexity Sonar, la mise à disposition d’o3-mini par (encore) OpenAI ou encore Meta et ses...<br><img src="https://cdn.lesnumeriques.com/optim/news/23/232702/ae6d5d4f-inesia-la-france-cree-un-institut-pour-mieux-encadrer-l-ia.jpg" />
  125. Actualité : Samsung travaille sur des écouteurs UWB : ce que ça pourrait changer

    Mon, 03 Feb 2025 15:10:00 -0000

    Un brevet déposé par Samsung laisse penser que la firme travaille sur un nouveau genre d'écouteurs sans-fil, propulsés non pas par du classique Bluetooth, mais par la prometteuse technologie UWB (Ultra-Wide Band).
    En ce début 2025, l'UWB (pour Ultra Wide-Band) est une technologie sans-fil à courte portée principalement utilisée par une poignée de tags connectés de chez Apple et Samsung dans le but de les géolocaliser. D'après un brevet déposé par ce dernier, il se pourrait bien que des écouteurs utilisant cette technologie arrivent prochainement. Si conditionn...<br><img src="https://cdn.lesnumeriques.com/optim/news/23/232700/cbfce24c-samsung-travaille-sur-des-ecouteurs-uwb-ce-que-ca-pourrait-changer.jpg" />
  126. Actualité : Alibaba Qwen 2.5 : après DeepSeek, une nouvelle IA chinoise à la mode ?

    Mon, 03 Feb 2025 14:45:00 -0000

    Dans le petit monde de l’intelligence artificielle, le début d’année 2025 est indiscutablement placé sous le signe de la Chine. Après DeepSeek, c’est au tour du géant Alibaba d’annoncer ses Qwen 2.5. Il s’agit de modèles multimodaux, qui seraient en mesure de concurrencer efficacement les principaux rivaux, à commencer par son compatriote DeepSeek V3.
    Alibaba a levé le voile sur Qwen 2.5, une famille de modèles de langage multimodaux, déclinée en plusieurs variantes dont Qwen 2.5-VL et Qwen 2.5-Max. D’après le géant chinois, les performances de ses nouveaux modèles sont capables de rivaliser avec des références du secteur comme GPT-4 d’OpenAI ou Claude 3.5 Sonnet d’Anthropic. Le fait que cette ann...<br><img src="https://cdn.lesnumeriques.com/optim/news/23/232703/23fd03d5-alibaba-qwen-2-5-apres-deepseek-une-nouvelle-ia-chinoise-a-la-mode.jpg" />
  127. Actualité : Netflix annule cette série avant la sortie de sa très attendue saison 2

    Mon, 03 Feb 2025 14:18:00 -0000

    La plateforme de streaming va laisser la série conclure l'histoire du Marchand de Sable, mais n'ira pas plus loin dans l'univers de Sandman.
    Mauvaise nouvelle pour les fans de Sandman : la série Netflix s'arrêtera à l'issue de sa deuxième saison, dont la diffusion est attendue en 2025 sur la plateforme de streaming.L'annonce a été faite en précisant cependant que ceci était prévu depuis longtemps, même si son timing coïncide (étrangement) avec l'accumulation d'accusations d'agressions sex...<br><img src="https://cdn.lesnumeriques.com/optim/news/23/232695/2dcc31ec-sandman-netflix-annule-la-serie-dont-la-saison-2-sera-la-derniere.jpg" />
  128. Actualité : Pour une bonne sonnette connectée à prix abordable, privilégiez...

    Mon, 03 Feb 2025 14:14:25 -0000

    La sonnette connectée Ring Video Doorbell Wired s'affiche aujourd'hui à 59,99 € chez Amazon. Celle-ci est actuellement la meilleure sonnette connectée à prix abordable de notre comparatif, selon les 16 modèles testés dans notre laboratoire.
    Avec la Video Doorbell Wired, Ring propose la sonnette connectée la moins chère de son catalogue, mais aussi l’un des modèles avec caméra embarquée les moins chers du marché.Points fortsQualité d&#039;image, de jour comme de nuit. Détection de mouvements efficace. Design compact, et personnalisable. Points faiblesPas de batterie ni de port microSD. A...<br><img src="https://cdn.lesnumeriques.com/optim/test/16/162861/9eba2ff1-ring-video-doorbell-wired.jpeg" />
  129. Actualité : Nouveautés Canal+ : les films et séries à voir en streaming en février 2025

    Mon, 03 Feb 2025 13:51:00 -0000

    Quels sont les nouveaux films, séries et documentaires de Canal+ et de sa plateforme de streaming myCanal au mois de février 2025 ? Voici la liste des nouveautés.
    Quelques semaines après avoir revu son offre et sa grille tarifaire, et à l'aube d'une année qui s'annonce cruciale, Canal+ a révélé les nouveaux films, séries et documentaires qui débarquent sur son antenne et sa plateforme de streaming myCanal au mois de février 2025.Un savant mélange de séries en tous genres, de blockbusters virevoltants et de fil...<br><img src="https://cdn.lesnumeriques.com/optim/news/23/232694/208673aa-nouveautes-canal-les-films-et-series-a-voir-en-streaming-en-fevrier-2025.png" />
  130. Actualité : iPhone : un avenir plein d’innovations pour les smartphones d’Apple

    Mon, 03 Feb 2025 13:26:00 -0000

    Alors que les ventes d’iPhone ont baissé, Tim Cook reste confiant concernant l’avenir des smartphones. Le PDG d’Apple a en effet parlé récemment d’un marché avec “encore beaucoup d’innovation”, suggérant ainsi des nouveautés majeures pour les années à venir.
    En fin de semaine dernière, Apple a présenté les résultats de son premier trimestre fiscal de 2025. Cette période a permis à la firme à la pomme de générer un chiffre d’affaires historique de 124,30 milliards de dollars, soit une hausse de 4 % par rapport à l'année précédente.Bien que les ventes soient en baisse de 0,8 %, les iPhone ont clairement ti...<br><img src="https://cdn.lesnumeriques.com/optim/news/23/232698/da178be7-iphone-un-avenir-plein-d-innovations-pour-les-smartphones-d-apple.jpg" />
  131. Actualité : Le premier smartphone pliant en trois de Samsung réapparaît, et cette fois il a un nom

    Mon, 03 Feb 2025 11:44:00 -0000

    Au cours de cette année 2025, Samsung envisagerait de lancer un premier smartphone se pliant en trois. Une nouvelle rumeur apporte plusieurs détails supplémentaires, dont le nom de la nouvelle gamme qui lui serait dédiée, et qui serait nommée Galaxy G.
    Alors que les Galaxy S25, S25+ et S25 Ultra arrivent en cette fin de semaine, et que le Galaxy S25 Edge se fait attendre, Samsung a du pain sur la planche en 2025 sur le marché des smartphones pliant. Les rumeurs parlent plus précisément de deux modèles inédits pour dynamiser la gamme : le Galaxy Z Flip FE et un autre à trois volets (pour concurrence...<br><img src="https://cdn.lesnumeriques.com/optim/news/23/232691/ec3003a3-le-premier-smartphone-pliant-en-trois-de-samsung-fait-de-nouveau-parler-de-lui.jpg" />
  132. Une société condamnée pour surveillance excessive des salariés (télétravail et présentiel) - Next

    Tue, 04 Feb 2025 11:05:43 -0000

  133. Macron à Colmar : Frédérique interpellée pour une pancarte antifasciste

    Tue, 04 Feb 2025 06:39:36 -0000

    C'est marrant que la police se sente visée, hein ? Il n'y a RIEN dans cette pancarte qui vise directement la police ou le président.
    Mais "Essayez la dictature !", hein ?
    (Permalink)
  134. Elon Musk Is an Existential Threat to Big Tech

    Mon, 03 Feb 2025 22:25:21 -0000

    Un point de vue intéressant sur la mainmise de Musk sur l'administration américaine : "Il n'a pas contourné la bureaucratie. Il EST la bureaucratie."
    En quelques mois, Elon Musk a gagné plus de pouvoir que toute la Silicon Valley après des années de lobbying.
    Ses rivaux sont devenus ses administrés. Ils la bouclent tous, sourient et se soumettent car ils n'ont pas le choix.
    Mais Musk vient probablement de se faire de formidables ennemis.

    Edit : Et un autre point de vue : https://www.techdirt.com/2025/02/03/musk-shows-us-what-actual-government-censorship-on-social-media-looks-like/
    Elon Musk est désormais officiellement un employé du gouvernement. Conséquences: Il est donc tenu par le premier amendement (liberté d'expression).

    Sauf que Musk dit que nommer les personnes qu'il a envoyées pour prendre le contrôle des systèmes est illégale. Ce ne l'est pas.
    Et il vient d'utilise les pouvoirs qu'il a sur a plateforme privée (Twitter) pour faire disparaître cette liste (il bloque tous les comptes qui en parlent), ce qui est une violation du premier amendement.
    On se retrouve donc avec une plateforme sociale soumise à un gouvernement. Exactement ce que la Silicon Valley a toujours dénoncé (et dieu sait que les américains ont en horreur le fait que le gouvernement prenne le contrôle de quelquchose.)
    (Ceci étant dit, considérer Twitter comme un espace d'expression publique est une erreur : il ne l'a jamais été.)
    (Permalink)
  135. Décision - RG n°21-10.238 | Cour de cassation

    Mon, 03 Feb 2025 11:52:55 -0000

    C'est magnifique :
    - un avocat parisien stock toutes ses données chez Google.
    - il intervient dans un dossier de pédopornograpghie.
    - les pièces sont stockées sur GoogleDrive.
    - Google lui bloque entièrement son compte (plus d'accès à toutes ses données pro).
    - il risque des poursuites pénales aux USA.

    Fuyez les boîtes américaines.
    (via https://piaille.fr/@CelianGodefroid/113939012294340390)
    (Permalink)
  136. Le silence des moutons

    Mon, 03 Feb 2025 07:20:19 -0000

    Je suis abasourdi par le silence des médias et journalistes français sur ce qui se passe aux USA. Ça me semble extrêmement grave. Un petit résumé (partiel) :
    - les personnes en charge de vérifier la légalité des actions du gouvernement (personnes indépendantes dépêchées dans tous les ministères et organisations gouvernementales) ont *TOUTES* été virées.
    - Trump ré-ouvre des camps de concentration (https://sebsauvage.net/links/?SKH_6A).
    - Trump détruit toutes les politiques anti-discrimination (envers les femmes, les personnes racisées, les LGBT...)
    - Elon Musk a envoyé des personnes mandatées par lui-même dans tous les ministères et organisations gouvernementales qui ont pris la main sur tous les systèmes informatiques et documentaires. Ces personnes dorment carrément sur place et travaillent 24h/24. Les séniors qui administraient ces systèmes ont vu leurs accès coupés. Les sbires d'Elon Musk sont en train d'effacer massivement des documents.
    - Exemple: Le CDC (ministère de la santé) a vu tous les papiers scientifiques parlant de genre, intersexe, LGBT, etc. effacés (https://insidemedicine.substack.com/p/breaking-news-cdc-orders-mass-retraction)
    - Toutes les informations sur les droits ou la santé des personnes étrangères, handicapées ou LGBT a été purgée des sites gouvernementaux (par exemple, il n'y a plus rien concernant le VIH)
    - Cette suppression de documents est tellement massive que certains ont commencé à archiver en panique les documents avant qu'ils disparaissent (il y a déjà un torrent d'article scientifiques sur Archive.org).
    - À la NSA, sur le mur des portraits des meilleurs employés, les portraits des femmes ont été recouvertes avec du papier.
    - Les fonctionnaires sont encouragés à la délation s'ils voient des initiatives anti-discrimination. Le fait de ne pas faire de délation s'ils étaient au courant est également puni.

    Que fait une dictature habituellement ?
    Elle désigne un coupable des maux du pays (les "wokes" et les immigrés).
    Elle brûle des livres (de nos jours, on efface des documents électroniques).
    Elle ré-écrit l'histoire.

    Vous utilisez un service américain (GMail, autre) ? Dégagez vite de là : https://european-alternatives.eu/categories
    Et si vous vous dites "meuh on je ne vais pas être impacté", dites-vous bien que ça a déjà commencé: Microsoft GitHub CoPilot refuse de fonctionner si votre code mentionne sexe ou genre.  https://github.com/orgs/community/discussions/72603

    Et je pense que les prochaines cibles du gouvernement US seront : Wikipedia, Archive.org et Signal.

    Voir aussi : https://www.liberation.fr/international/amerique/aux-etats-unis-8-000-pages-internet-publiques-supprimees-au-nom-de-la-croisade-ideologique-de-donald-trump-20250203_PD4JMLEU7FCULEEHBHHA3O7YZI/
    https://www.lemonde.fr/international/article/2025/02/03/elon-musk-annonce-le-demantelement-brutal-de-l-agence-americaine-pour-le-developpement-international-marco-rubio-annonce-reprendre-sa-tete_6529883_3210.html
    (Permalink)
  137. Service categories | European Alternatives

    Mon, 03 Feb 2025 07:18:28 -0000

    J'avais déjà partagé ce site en 2024. Avec ce qui se passe aux USA, ce site est plus que jamais d'actualité.
    Exemple: plutôt que de garder un compte GMail ou Microsoft, il y a le choix de fournisseurs de mail européens : https://european-alternatives.eu/category/email-providers
    (Et pas seulement avec des *serveurs* situés en Europe (ça certains GAFAM le proposent déjà), mais bien des organisations et entreprises de droit européen.)

    (Et ne pas oublier nos amis de chez Zaclys qui ont plein de services pas chers : https://www.zaclys.com/)
    (Permalink)
  138. Même les chiffres de Bercy plaident pour taxer les très riches | Alternatives Economiques

    Sun, 02 Feb 2025 17:20:13 -0000

    Quelques graphiques pour montrer à quel point les riches sont beaucoup plus riches qu'avant.
    Taxons les riches.
    (Permalink)
  139. Que se passe-t-il quand on enregistre un nom de domaine ?

    Sun, 02 Feb 2025 17:02:00 -0000

    Sous le coude pour lecture ultérieure (via http://links.kevinvuilleumier.net/?vvAtbQ)
    (Permalink)
  140. Le PDG d’Indexia, ex- « plus jeune milliardaire de France », condamné à 16 mois de prison ferme - Next

    Sun, 02 Feb 2025 16:58:44 -0000

    Vous souvenez de ces "assurances" qu'on vous propose quand vous achetez un ordinateur ou un téléphone ? Voilà.
    (Permalink)
  141. harlequin: The SQL IDE for Your Terminal.

    Sat, 01 Feb 2025 08:58:55 -0000

    (Je cherche des TUI pour éditer des bases SQLite dans un terminal.)
    Voir aussi :
    https://github.com/mathaou/termdbms
    https://github.com/TaKO8Ki/gobang
    (Permalink)
  142. Trans Black Hawk pilot proves she had no role in D.C. crash

    Sat, 01 Feb 2025 08:40:03 -0000

    - crash d'un hélicoptère avec un avion aux USA.
    - Trump : "La DEI [Politique anti-discrimination] a compromis la sécurité aérienne !"
    - la fachosphère : "C'est une personne trans qui était aux commandes de l'hélicoptère !"
    - en fait non, la personne trans désignée par les fachos n'était pas dans l'hélico et a dû faire un démenti sur Facebook.

    On en est là. Encore et toujours des attaques contre les personnes transgenre. Tout est la faute des vilains LGBT, même les crashs d'avions.
    Avec la parole homophobe, raciste et sexiste de Trump, les violences vont augmenter.
    https://fr.wikipedia.org/wiki/Terrorisme_stochastique

    Édit : https://www.thepinknews.com/2025/02/03/jd-vance-retracts-dei-slur-after-final-washington-crash-pilots-name-is-released/
    (Permalink)
  143. Scientists find links between Alzheimer's, herpes, and head trauma | STAT

    Sat, 01 Feb 2025 08:38:17 -0000

  144. GitHub - ading2210/linuxpdf: Linux running inside a PDF file via a RISC-V emulator

    Sat, 01 Feb 2025 08:34:38 -0000

    Les fichiers PDF peuvent inclure du Javascript. Certes un javascript plus limité que celui qui tourne dans votre navigateur, mais javascript tout de même.
    Donc après DoomPDF qui fait tourner Doom dans un fichier PDF (ou plus précisément dans votre lecteur PDF), voici LinuxPDF : Une mini-distribution Linux compilée pour tourner dans un fichier PDF.
    (Permalink)
  145. Luc Ferry : «Le danger mortel de l’open source et des deepfakes»

    Fri, 31 Jan 2025 17:30:28 -0000

    Je ne m'attendais à rien, mais je suis quand même déçu.
    C'est fou comment ces gens qui n'y connaissent rien sont capables de donner envie à des gens très calmes de distribuer de grandes baffes.
    (Permalink)
  146. Signal, WhatsApp… Les sénateurs demandent une explosive backdoor ...

    Fri, 31 Jan 2025 10:59:31 -0000

    BORDEL, NON ! Pas encore.
    (Permalink)
  147. Chantre autoproclamé de la libre expression, Facebook a institué la censure en Asie du Sud-Est

    Fri, 31 Jan 2025 08:52:00 -0000

    « le discours du PDG de Meta en faveur de la liberté d’expression dissimule un silence bien plus troublant : alors qu’il vitupère contre la censure en Europe et en Amérique latine, Zuckerberg ne dit pas un mot de l’Asie du Sud-Est, où son entreprise applique non seulement des régimes de censure, mais se met même au service de pouvoirs autoritaires. »
    Voilà. Que de la gueule.

    Les GAFAM sont bien heureux de censurer et de se plier aux régimes autoritaires quand il s'agit de faire du fric. Et Facebook n'est pas le seul: Microsoft fournit au peuple chinois une version modifiée de Windows et Skype (sans parler de son ancienne collaboration avec la dictature tunisienne de Ben Ali). Apple a dégagé tous les VPN de son AppStore dans certains pays pour ne pas déplaire à certains régimes. Google change les noms et frontières des états selon le pays depuis lequel vous consultez GoogleMaps.

    Ils peuvent bien tous se présenter comme des chantres de la liberté d'expression : C'est un énorme mensonge. En réalité, il s'en foutent totalement. L'important, c'est le business. C'est pour cela qu'ils sont allés s'aligner aux côtés de Trump et qu'ils collaborent avec des états autoritaires.
    (Permalink)
  148. ISD Is a New Tool Offering a User-Friendly Approach to Systemd Management

    Fri, 31 Jan 2025 08:50:42 -0000

    ISD (https://github.com/isd-project/isd) est une interface terminal (TUI) pour gérer systemd.
    (Permalink)
  149. What's OAuth2 Anyway? - Blog by Roman Glushko

    Fri, 31 Jan 2025 08:49:34 -0000

    Sous le coude : un article qui explique ce qu'est OAuth2 et comment ça fonctionne.
    (Permalink)
  150. « Déportez-vous » : le Ku Klux Klan sort de l’ombre aux États-Unis et distribue des tracts racistes - La Voix du Nord

    Thu, 30 Jan 2025 16:49:50 -0000

    "Les suprémacistes blancs débordent de confiance depuis que Donald Trump est officiellement redevenu président des États-Unis."
    Bah oui, voilà...
    (Permalink)
  151. Time Bandit ChatGPT jailbreak bypasses safeguards on sensitive topics

    Thu, 30 Jan 2025 15:40:30 -0000

    Comme je le dis souvent, combler les failles de sécurité des LLM, c'est comme boucher les trous d'une passoire chaque fois que vous en trouvez un. Une passoire avec un nombre infini de trous.
    Là ils ont parvenus (encore) à contourner toutes les protections mises en place pour éviter qu'on demande à l'IA comment fabriquer des armes, des malwares ou des armes nucléaires.
    Il ne semble pas exister pour le moment de moyen de rendre les LLM sûres.  (voir également : https://sebsauvage.net/links/?aWxI2w)
    (Permalink)
  152. Reality Labs, l’unité métavers de Meta, a perdu 60 milliards de dollars depuis 2020 - Next

    Thu, 30 Jan 2025 15:12:55 -0000

  153. Trump signs ‘morally indefensible’ Guantanamo Bay migrant order

    Thu, 30 Jan 2025 11:43:18 -0000

    Trump réouvre un camp de concentration tristement célèbre: Guantanamo. Et va même l'étendre.
    Je n'utilise pas ce terme à la légère: détention arbitraire sans possibilité de se défendre avec un avocat, torture.
    "Deportation now" : Au moins Trump tient ses promesses.
    D'abord les immigrés, ensuite le tour de qui ? Les LGBT, les handicapés, les femmes qui veulent avorter ?
    (Permalink)
  154. En pleine polémique sur DeepSeek, Microsoft intègre la version R1 dans Azure - Next

    Thu, 30 Jan 2025 10:54:10 -0000

    Microsoft bouffe à tous les rateliers, ou plutôt se raccroche à toutes les branches possibles (en fait: toutes les IA possibles) : Après avoir injecté des milliards de dollars dans OpenAI/ChatGPT, puis tour à tour dans ses concurrents Mistral et G42 (https://sebsauvage.net/links/?0rJW2Q), voilà que Microsoft déploie DeepSeek (l'IA Chinoise) dans Azure.
    Ça sent un peu le "on balance tout ce qu'on a sous la main, et on regarde ce qui colle".
    (Permalink)
  155. StarRupture - StarRupture new Gameplay Trailer is here! : actualités Steam

    Thu, 30 Jan 2025 09:43:30 -0000

    Oh vache... un survival FPS à la Satisfactory.
    (Permalink)
  156. Amazon sued for snarfing sensitive data via advertising SDK • The Register

    Thu, 30 Jan 2025 09:36:36 -0000

    Le SDK (un "kit" tout prêt) qu'Amazon fournit aux développeurs pour intégrer de la publicité dans leurs applications collecte plein de données sans le consentement de l'utilisateur, allant jusqu'à la position GPS, l'orientation sexuelle, les croyances religieuses, la condition médicale, etc.
    Sans surprise, encore une fois, on sait que les GAFAM mentent comme des arracheurs de dents (ou mentent par omission).
    (Permalink)
  157. Les revenus des ultrariches s’envolent, les inégalités se creusent, selon une note de Bercy

    Wed, 29 Jan 2025 18:52:00 -0000

    Vous imaginez si vos revenus avaient plus que doublé ?
    Merci qui ? Merci la droite !
    (Permalink)
  158. 7 meilleurs versions de Windows non officielles - malekal.com

    Wed, 29 Jan 2025 15:17:38 -0000

    Sous le coude si j'ai besoin de me faire une VM Windows sans la remplir avec des trucs inutiles.
    (Permalink)
  159. Necesse sur Steam

    Wed, 29 Jan 2025 13:47:56 -0000

    Et donc j'ai acheté "Necesse" sur Steam, alors que je n'ai déjà pas le temps de terminer les jeux que j'ai commencés, et pas le temps de commencer les jeux que je n'ai pas encore commencés. Tout ça parce que je trouve que le jeu est bien, que les critiques sont excellentes et que les développeurs ont l'air de faire les choses bien. J'ai envie de les soutenir.
    Ce jeu semble être un croisement entre Terraria et RimWorld, et les développeurs ont l'air d'ajouter du contenu assez souvent.

    Un autre jeu qui me fait de l'oeil, et pour lequel je n'aurais absolument jamais le temps et l'énergie d'y jouer, mais que j'ai également envie d'acheter parce qu'il a l'air bien et que les développeurs font les choses bien aussi : Vintage Story (https://www.vintagestory.at/)
    C'est un minecraft-like orienté survie, très difficile (à la "The Long Dark", hein !), mais qui a l'air fait avec tellement de soin !
    Et quand je dis "Faire les choses bien", on peut lire sur la page d'accueil du jeu : "No marketplace. No loot boxes. No microtransactions. No Season pass. No paid DLC. No hidden fees. No pay2win. No ads. No user data monetization. No software patents. No shareholders. No publisher. No NFTs. No BlockChain. No 3rd party interests. No Games-as-a-Service. No empty promises."
    Je trouve que c'est vraiment un excellent état d'esprit 👍👍👍 Rien que pour ça j'ai envie d'acheter le jour pour les soutenir.
    (Quant à la difficulté, je vous encourage à lire l'article de CanardPC : https://app.wallabag.it/share/67978ab46432a5.25353308 😱 )
    (Permalink)
  160. Violences Policières

    Wed, 29 Jan 2025 13:15:48 -0000

    Je pose ça là.
    (Permalink)
  161. GPD Micro PC | Mini PC professionnel pour le travail et les voyages

    Wed, 29 Jan 2025 09:19:30 -0000

    mmmm... 🤔 il est très cute ce mini-PC (et beaucoup moins cher qu'un MNT Pocket Reform !)
    20 centimètres de large seulement, écran 1280x720 (Gorilla Glass 4), 440 grammes, trackpad, 3 ports USB3, 1 USB-C, 1 microSD, 1 HDMI. Il y a même un port Ethernet...  et RS232 !
    Stockage nvme (M2) de 256 Go à 1 To.
    Et le prix est correct (443€).
    C'est tentant.

    Ils ont aussi une version plus musclée (CPU/GPU), un peu plus grande, avec écran tactile pivotable et un clavier plus confortable : https://gpdstore.net/fr/gpd-mini-laptop/gpd-pocket-4/
    (Permalink)
  162. Ordinateur quantique universel : Alice & Bob lève 100 millions d‘euros - Next

    Tue, 28 Jan 2025 15:41:41 -0000

    On est déjà le premier avril ? Ou alors c'est la saison du brame des startups ?
    Remarquez si ça se trouve, ça va produire quelque chose de plus utile que les LLM.
    (Permalink)
  163. Sabot in the Age of AI - ASRG

    Tue, 28 Jan 2025 15:36:53 -0000

    Des outils pour saboter les IA (si vous avez du CPU ou de la bande passante à perdre) afin d'aider cette bulle à finir d'éclater.
    (via https://nicolas-delsaux.hd.free.fr/Shaarli/shaare/VSTWWg)
    (Permalink)
  164. La Poste s'effondre : comment le néolibéralisme détruit tout – Contre Attaque

    Tue, 28 Jan 2025 11:24:54 -0000

    Donc si on résume :
    - augmentation de 200% du prix du timbre poste.
    - 495 millions d'euros de bénéfices en 2024.
    - mais un service qui se dégrade (un million de lettre qui prennent la poussière au lieu d'être distribuées).
    Où va l'argent ?
    (Permalink)
  165. Solidigm mise sur la densité : 122 To dans un SSD U.2 et E1.L - Next

    Tue, 28 Jan 2025 07:37:43 -0000

    Un SSD de 122 To 😯
    (Permalink)
  166. MAME Devs Spent 628 Years Cracking Protection on 712 Retro Games * TorrentFreak

    Tue, 28 Jan 2025 07:13:20 -0000

    Le travail de *dingue* que représente l'émulateur MAME à lui seul : il émule 14377 systèmes différents (et on parle bien là d'émuler du matériel très divers, incluant des centaines de puces différentes).
    Et au-delà de ça, le dévouement de la communauté : Des chercheurs se sont penché sur 712 jeux protégés contre la copie. Pour ces 712 jeux il a fallu passer du temps pour les "déproteger". Ce temps représente collectivement 628 ans de travail. 🤯
    On ne peut que saluer ce travail de dingue sur l'émulation et le cassage des DRM pour la préservation des jeux vidéos.
    (Permalink)
  167. "Quel est le lieu de naissance de vos parents ?" : pourquoi cette question sera désormais posée lors du recensement

    Tue, 28 Jan 2025 06:55:48 -0000

    Racisme d'état larvé.
    (Permalink)
  168. Quelle garantie couvre les anomalies d'une voiture d'occasion ? - Le Hollandais Volant

    Mon, 27 Jan 2025 21:19:10 -0000

    Bon à savoir si vous achetez un véhicule d'occasion !
    (Permalink)
  169. Facebook ban - DistroWatch.com: Put the fun back into computing. Use Linux, BSD.

    Mon, 27 Jan 2025 21:12:26 -0000

    C'est de mieux en mieux chez Facebook : Ils tirent à boulets rouge quand vous parlez de Linux. Comptes bloqués ou limités, groupes de discussion fermés, messages supprimés sous le couvert de "risque de cybersécurité".
    C'est connu, les utilisateurs de Linux ce sont de dangereux hackers à capuche.
    (C'est probablement un algo de "protection" des utilisateurs qui est parti en vrille chez Facebook. C'est stupide.)

    Édit : Articles :
    https://www.theregister.com/2025/01/28/facebook_blocks_distrowatch/
    https://linux.developpez.com/actu/368517/Facebook-a-adopte-une-position-anti-Linux-et-a-decide-que-Linux-etait-un-logiciel-malveillant-signalant-les-sujets-relatifs-a-Linux-comme-des-menaces-pour-la-cybersecurite-et-bloquant-des-utilisateurs/
    (Permalink)
  170. Erreurs, absences de modération : Lucie, le chatbot de Linagora, rapidement fermé - Next

    Mon, 27 Jan 2025 16:35:10 -0000

  171. DeepSeek : la Chine a développé une IA aussi performante que ChatGPT pour 7 % du coût | Le Grand Continent

    Mon, 27 Jan 2025 12:14:51 -0000

    Je rigole en imaginant la panique dans la Silicon Valley, mais sérieusement cette course de qui a la plus grosse est franchement casse-gonades.

    EDIT: Je rigole, je rigole : "Nvidia perd 600 milliards de dollars en valorisation boursière et entraîne le Nasdaq dans sa chute"
    https://www.lemonde.fr/economie/article/2025/01/28/nvidia-perd-600-milliards-et-entraine-dans-sa-chute-le-nasdaq_6519363_3234.html
    (bah oui, les USA ont interdit l'exportation des puces NVidia vers la Chine, donc les Chinois ont dû faire des efforts pour optimiser leur LLM. Le résultat est là.)
    (Permalink)
  172. Automation in Retail Is Even Worse Than You Thought | The Nation

    Mon, 27 Jan 2025 10:41:31 -0000

    Microsoft toujours dans les bons coups : ils vont installer, en partenariat avec la chaîne de supermarchés Kroger, un système de reconnaissance faciale dans les rayons.
    Couplés aux étiquettes électroniques, ils auraient la possibilité de changer dynamiquement les prix des articles quand la personne s'approche des produits, basé sur ses habitudes de consommation.
    Le progrès technologique c'est bien, mais PAS COMME ÇA.
    (Permalink)
  173. « Pour les dirigeants de Spotify, l’utilisateur moyen de la plateforme ne remarquera pas si les chansons sont produites par de faux artistes »

    Sun, 26 Jan 2025 20:20:23 -0000

    Spotify en pleine merdification : "un programme secret mis en place par la plateforme de streaming. Celui-ci vise à remplir certaines playlists ultrapopulaires de morceaux créés par des auteurs fictifs, afin de diminuer la part des revenus à reverser aux artistes."

    Édit : autre article sur le même sujet : https://www.honest-broker.com/p/the-ugly-truth-about-spotify-is-finally
    (Permalink)
  174. Terrorisme stochastique — Wikipédia

    Sun, 26 Jan 2025 11:10:50 -0000

    « Le terrorisme stochastique désigne une communication de masse avec pour objectif d’inciter de manière aléatoire des acteurs à commettre des actes violents ou terroristes qui sont statistiquement prévisibles, mais individuellement imprévisibles. ».
    Donc de pouvoir déclencher des actes violents tout en se protégeant derrière un "Ce n'est pas moi qui ai commis ces violences ! Ce n'est pas de ma faute !"
    Et ça s'illustre - entre autres - avec la violence envers les LGBT.
    (Permalink)
  175. Convertir votre archive Mastodon en site statique

    Sun, 26 Jan 2025 09:40:21 -0000

  176. Musk Exploring Blockchain Use in US Government Efficiency Effort - Bloomberg

    Sun, 26 Jan 2025 09:30:13 -0000

    Le gars caractériel hyper-problématique est en train d'essayer d'utiliser un outils fortement inadapté pour rendre le gouvernement plus efficace.  Ça va être beau.
    (Permalink)
  177. Elon Musk participe à un meeting de l’AfD pendant la campagne des législatives anticipées en Allemagne

    Sun, 26 Jan 2025 07:45:08 -0000

    Elon Musk soutient, à nouveau, publiquement, un parti d'extrême-droite.
    Ça.
    ne.
    peut.
    pas.
    être.
    plus.
    clair.

    Et croyez bien que les autres GAFAM vont se durcir. Trump trouve déjà Zuckerberg trop mou, malgré le fait qu'il ait viré la totalité de ses équipes de modération et qu'il ait fait sauter la lutte anti-discriminations.

    Note: J'en profite aussi pour poster ça : https://mastodon.social/@tofugolem/113887342314525105
    (Permalink)
  178. Deux interpellations après l'agression homophobe du tiktokeur Ewan Ange dans un bus à Marseille - Association STOP Homophobie

    Sat, 25 Jan 2025 22:43:49 -0000

    France, 2025.
    Il a concrètement des gens qui veulent la MORT des LGBT.
    (Permalink)
  179. Threads is testing ads in the US and Japan | TechCrunch

    Sat, 25 Jan 2025 07:11:31 -0000

    Sans aucune surprise, le réseau social de Facebook qui essaie d'imiter Twitter va commencer à se remplir de publicité.
    Et ils ajoutent qu'ils veulent être certains que ça s'intègre au mieux dans votre fil. Tu m'étonnes.
    C'est pour "aider les utilisateurs à découvrir des marques qu'ils aiment". Un tel soucis du bien des utilisateurs, c'est touchant.
    (Permalink)
  180. Man Pages | ManKier

    Fri, 24 Jan 2025 12:14:06 -0000

    Des pages "man" en ligne.
    Mais pas seulement. Il peut aussi vous expliciter une ligne de commande : https://www.mankier.com/explain
    (Permalink)
  181. Amazon claque brutalement la porte au Québec et licencie 2 000 personnes - Next

    Fri, 24 Jan 2025 09:33:06 -0000

    ... parce qu'il se sont syndiqués.
    Est-ce que c'est une manière de dire que le fait que les gens s'organisent leur fait peur ?
    (Permalink)
  182. Augmentation des budgets pour les universités pour la période 2025-2027 : les universités viennoises grandes bénéficiaires

    Wed, 29 Jan 2025 11:50:06 -0000

    En décembre dernier, le ministère fédéral autrichien pour la Science et la Recherche (BMBWF) a publié les accords de performance conclus avec les universités pour la période 2025-2027. Pour la prochaine période, les universités disposeront donc de 16,2 milliards d'euros, soit le montant le plus élevé jamais atteint. Pour la période 2022 -2025, cela représentait 14,5 milliards d'euros. Dans le cadre de ces nouveaux accords de performance, les universités viennoises en sortent grandes bénéficiaires avec (…)
  183. Sigrid Stagl, l'économiste du climat de l'Université économique de Vienne (WU), élue scientifique de l'année 2024

    Wed, 29 Jan 2025 11:37:34 -0000

    Sigrid Stagl est une figure incontournable dans le monde scientifique en Autriche. Elle vient d'être élue scientifique de l'année 2024 par le Club des journalistes éducatifs et scientifiques (Klub der Bildungs- und Wissenschaftsjournalisten) pour son rôle de porte-parole de la méthode scientifique sur la durabilité et la protection du climat dans le discours public en Autriche. Après avoir obtenu le premier doctorat au monde en économie écologique (Ökologische Ökonomie) au sein du prestigieux (…)
  184. L'Autriche décroche 11 financements européens « Consolidator Grants » du Conseil européen de la recherche

    Thu, 09 Jan 2025 16:31:00 -0000

    Le 3 décembre dernier, le Conseil européen de la recherche a annoncé les résultats de l'appel « Consolidator Grant » 2024. Avec une enveloppe de 628 millions d'euros, ces financements soutiendront des chercheurs d'excellence, qui après 7 à 12 années d'expérience après l'obtention de leur doctorat, souhaitent renforcer leur équipe de travail pour poursuivre leurs travaux de recherche prometteurs. Sur les 328 projets-lauréats, l'Autriche décroche 11 projets financés entre 2 et 3 millions d'euros. Un large (…)
  185. Portrait de la chercheuse en linguistique, Elisabeth Heiszenberger, représentante de l'Europe centrale à la finale mondiale du concours « Ma thèse en 180 secondes »

    Thu, 09 Jan 2025 15:33:55 -0000

    En novembre dernier, Elisabeth Heiszenberger, doctorante en linguistique et phonétique de l'Université de Vienne et de l'Université de Grenoble, représentait le consortium de l'Europe centrale à la finale mondiale du concours international de vulgarisation scientifique en français, Ma thèse en 180 secondes, à Abidjan. Le service scientifique et universitaire de l'Ambassade de France en Autriche s'est entretenu avec elle abordant son expérience au concours, sa recherche et ses projets futurs. « Gagner la (…)
  186. Biologie de l'évolution : une étude menée par une équipe franco-autrichienne démontre la convergence évolutive des mammifères à l'aide de l'oreille interne

    Thu, 09 Jan 2025 15:20:20 -0000

    Des mammifères ayant des liens de parenté distants mais des rôles écologiques similaires ont développé des formes d'oreille interne comparables. C'est ce que révèle une étude récemment publiée dans la prestigieuse revue Nature Communications, financée par le Fonds autrichien pour la science (FWF) et dirigée par une équipe franco-autrichienne : Anne Le Maître, chercheuse française associée au laboratoire PALEVOPRIM de l'Université de Poitiers et actuellement affiliée à l'Institut Konrad Lorenz (KLI) de (…)
  187. Observer les étoiles : portrait de Lisa Bugnet, astrophysicienne française à l'Institut des sciences et de technologie en Autriche (ISTA)

    Mon, 09 Dec 2024 17:14:18 -0000

    Le 11 octobre dernier, le service scientifique et universitaire a été à la rencontre de Lisa Bugnet, astrophysicienne française, responsable du groupe de recherche « Asterics » (Asteroseismology and Stellar dynamics) de l'institut des sciences et de technologie d'Autriche (Institute of Science and Technology Austria - ISTA). Figure majeure de la recherche en astrophysique, elle a récemment obtenu un prestigieux financement européen du Conseil européen de la recherche pour son projet « CALCIFER ». (…)
  188. Future de la médecine : retour sur la conférence organisée par l'Ambassade de France en Autriche

    Mon, 09 Dec 2024 17:03:10 -0000

    Le 18 novembre 2024, l'Ambassade de France et le service de coopération scientifique et universitaire de l'Institut français d'Autriche ont organisé une conférence sur le « Futur de la médecine, le nucléaire au service des thérapies innovantes », afin de faire dialoguer des experts de France et d'Autriche autour des enjeux de développement de la médecine nucléaire. Après une introduction de la Commissaire à l'Autorité de Sureté nucléaire, Madame Géraldine Pina, présentant les enjeux de la régulation pour (…)
  189. Recherche en intelligence artificielle et à la biologie médicale : Création d'un nouveau centre de recherche d'excellence de l'Académie autrichienne des Sciences (ÖAW)

    Wed, 30 Oct 2024 09:17:49 -0000

    En octobre dernier, AITHYRA, le nouvel institut dédié à l'intelligence artificielle et à la biologie médicale de l'Académie autrichienne des sciences (ÖAW), a été lancé avec le soutien de la fondation allemande Boehringer-Ingelheim. En développent des nouvelles approches basées sur l'IA, ce nouvel institut doit permettre d'obtenir des connaissances plus approfondies au sein de la recherche en biologie médicale. Cet institut adoptera ainsi une approche unique en y réunissant des experts issus du monde de la (…)
  190. Une lycéenne autrichienne remporte le prix des jeunes scientifiques européens

    Wed, 30 Oct 2024 09:16:06 -0000

    Le 13 septembre dernier, la lycéenne autrichienne Lamia Music a remporté la finale des jeunes scientifiques européens (EUCYS) à Katowice en Pologne. Face à 37 finalistes, la jeune autrichienne a décroché le premier prix grâce à son projet sur les cellules photoélectrochimiques dédiées à la production d'énergie, aussi nommées cellules Grätzel du nom de leur inventeur. Produire de l'énergie sur le principe de la photosynthèse La cellule Grätzel est un composant électrique se reposant sur le principe de la (…)
  191. Physique quantique : portraits de deux jeunes chercheurs français à Vienne

    Wed, 30 Oct 2024 09:14:43 -0000

    Le service scientifique et universitaire a rencontré les chercheurs français Charlène Laffond et Tristan Malleville, doctorants théoriciens en physique quantique et membres du groupe Dakić de l'Université de Vienne. Retour sur le parcours et les travaux de recherche de ces deux jeunes chercheurs français récemment arrivés à Vienne. Des études en France aux doctorats à Vienne Après l'obtention de son diplôme à l'École Mines Paris – PSL, spécialité génie atomique, et lauréat de l'agrégation de (…)
  192. Opportunités scientifiques - Mai à Juillet 2024

    Mon, 05 Aug 2024 04:42:14 -0000

    L'appel à projets pour des études franco-australiennes sur le Pacifique est ouvert ! L'Ambassade de France en Australie souhaite soutenir la recherche et l'enseignement supérieur concernant l'étude de la culture, de l'histoire, des sociétés et des langues dans le Pacifique, dans le cadre de son initiative Pacific Shared Knowledge. L'objectif du présent appel est de contribuer au financement de projets entrepris par des chercheurs et universitaires basés en Australie en collaboration avec la (…)
  193. La science en Australie : brèves scientifiques Espace et Technologie - Mai à Juillet 2024

    Mon, 05 Aug 2024 04:37:16 -0000

    Espace L'Australian National University (ANU) à l'assaut du ciel Dans le cadre du programme Innovative Launch, Automation, Novel Materials, Communications, and Hypersonics (iLAuNCH) qui met en collaboration plus de 20 organisations industrielles et trois universités (the University of Southern Queensland, the Australian National University, et the University of South Australia), des chercheurs de l'ANU ont mis au point le propulseur Bogong, respectueux de l'environnement, développé par (…)
  194. La science en Australie : brèves scientifiques Santé - Mai à Juillet 2024

    Mon, 05 Aug 2024 04:26:12 -0000

    A-t-on déjà surpassé la méthode du CRISPR ? Des scientifiques de l'Université de Sydney ont mis au point un outil d'édition de gènes plus précis et plus souple que la norme industrielle CRISPR, qui a révolutionné le génie génétique dans les domaines de la médecine, de l'agriculture et de la biotechnologie. SeekRNA utilise un brin d'acide ribonucléique (ARN) programmable qui peut identifier directement les sites d'insertion dans les séquences génétiques, ce qui simplifie le processus d'édition et réduit les (…)
  195. La science en Australie : brèves scientifiques Environnement - Mai à Juillet 2024

    Mon, 05 Aug 2024 03:30:52 -0000

    Des scientifiques australiens spécialistes de l'Antarctique intègrent un programme de la NASA Deux scientifiques de l'Antarctique de l'Australian Antarctic Division et de l'université de Tasmanie font partie d'une équipe internationale sélectionnée par la NASA pour mettre au point une nouvelle mission satellitaire destinée à surveiller les effets des changements climatiques et de la végétation. Ils collaborent au programme Earth Dynamics Geodetic Explorer (EDGE) mené par la Scripps Institution of (…)
  196. La science en Australie : brèves scientifiques Energie et ressources - Mai à Juillet 2024

    Mon, 05 Aug 2024 03:26:38 -0000

    Rio Tinto investit 215M AUD dans une installation de réduction des émissions de carbone du processus de fabrication de l'acier Selon le CEO du groupe minier multinational anglo-australien, Simon Trott, « Il s'agit d'une installation qui pourrait jouer un rôle essentiel dans la transition du monde vers l'absence totale d'émissions ». En effet, cette nouvelle méthode de traitement du minerai de fer consiste à utiliser de la biomasse brute et l'énergie de fours à micro-ondes au lieu de la combustion au (…)
  197. Coopération scientifique France-Australie - Mai à Juillet 2024

    Mon, 05 Aug 2024 03:16:37 -0000

    La collaboration internationale au service de la biodiversité Le partenariat entre 9 pays, dont l'Australie représentée par l'Université de Sydney et le CSIRO et la France par l'INRAE et le CNRS, a démontré qu'il était possible de calculer des indicateurs de diversité génétique pour les rapports des Nations unies "ou mondiaux". L'article fournit également un exemple de méthodologie pour y parvenir. La diversité génétique, essentielle pour assurer la survie à long terme des espèces face aux changements (…)
  198. Politique australienne de recherche et d'innovation - Energie et ressources - Mai à Juillet 2024

    Mon, 05 Aug 2024 03:09:55 -0000

    Le CSIRO au cœur des débats sur le nucléaire suite à l'édition 2023-24 de GenCost En mai dernier, l'agence nationale de recherche et d'innovation australienne publiait, comme chaque année, l'édition 2023-24 de GenCost, un rapport économique réalisé en collaboration avec l'Australian Energy Market Operator (AEMO), sur le coût de la construction des futures installations de production d'électricité, de stockage et de production d'hydrogène en Australie. Ce rapport, éclairé par les dernières données (…)
  199. Politique australienne de recherche et d'innovation - Technologie - Mai à Juillet 2024

    Mon, 05 Aug 2024 03:04:56 -0000

    Le centre national de l'intelligence artificielle rejoint le ministère Le Centre National de l'Intelligence Artificielle (NAIC), anciennement incorporée au sein du CSIRO, devient l'organisation phare du gouvernement australien pour s'engager avec l'industrie dans le domaine de l'intelligence artificielle. Ce changement vise à mieux relier les conseils en matière d'intelligence artificielle de l'ensemble de l'Australie au gouvernement. Pour rappel, le centre a pour objectifs la création de nouveaux (…)
  200. Politique australienne de recherche et d'innovation - Mai à Juillet 2024

    Mon, 05 Aug 2024 02:53:25 -0000

    Annonce du budget fédéral australien pour 2024-2025 Le budget 2024-2025 du gouvernement fédéral australien alloue 0,54% du PIB pour la science et la recherche. Ce budget correspond à 14,9 milliards de dollars australiens (9 milliards d'euros environ), dont 4,6 milliards vont à l'enseignement et 4,5 milliards sont des réductions d'impôts pour les entreprises favorisant la R&D. Le reste du budget finance les agences fédérales de recherche, les organisations de financement de la recherche, les (…)
  201. La science en Australie : brèves scientifiques - Espace - janvier-avril 2024

    Fri, 10 May 2024 03:45:26 -0000

    Une étoile à neutrons magnétique autrefois dormante émet une lumière étrangement polarisée Des chercheurs de l'Université de Sydney utilisant Murriyang, le radiotélescope Parkes du CSIRO, ont détecté des impulsions radio inhabituelles provenant d'une étoile, le magnétar XTE J1810-197, auparavant dormante. Les magnétars sont un type d'étoile à neutrons et les aimants les plus puissants de l'Univers. À une distance d'environ 8 000 années-lumière, ce magnétar est également le plus proche de la Terre. La plupart (…)