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. ASUS UEFI force-installs and reinstalls shovelware on Windows and it’s spamming users with Christmas wishes

    Thu, 26 Dec 2024 22:46:45 -0000

    I didn’t have the time to post this one before Christmas, but it’s so funny and sad at the same time I don’t want to keep this from you. It turns out that in the days leading up to Christmas this year, users of ASUS computers – or with ASUS motherboards, I guess – were greeted with a black bar covering about a third of their screen, decorated with a Christmas wreath. I am making this post for the sake of people like me who will have a black box show up at the bottom of their screen with a Christmas wreath labeled “christmas.exe” in task manager and think it’s Windows 10/11 malware. It is not. It is from the ASUS Armoury Crate program and can be safely closed and ignored. It looks super sketchy and will hopefully save you some time diagnosing the problem. ↫ Slow-Macaroon9630 on reddit So yes, if you’re using an ASUS computer and have their shovelware installed, you may have been greeted by a giant black banner caused by an executable called “christmas.exe”, which sounds exactly like something shitty malware would do. The banner would disappear after a while, and the executable would vanish from the list of running processes as well. It turns out there’s a similar seasonal greeting called “HappyNewYear.exe”, so if you haven’t done anything to address the first black bar, you might be getting a second one soon. The fact that shitty OEM shovelware does this kind of garbage on Windows is nothing new – class is not something you can accuse Windows of having – but I was surprised to find out just how deeply embedded this ASUS shovelware program called Armoury Crate really is. It doesn’t just come preinstalled on ASUS computers – no, this garbage program actually has roots in your motherboard’s firmware. If you merely uninstall Amoury Crate from Windows, it will automatically reinstall itself because your motherboard’s firmware tells it to. I’m not joking. To prevent Armory Crate from reinstalling itself, you have to reboot your PC into its UEFI, go to the Advanced Mode, go to Tool > ASUS Armoury Crate, and disable the option Download & Install ARMOURY CRATE app. I had no idea Windows hardware makers had sunk to this kind of low, but I’m also not surprised. If Microsoft shoves endless amounts of ads and shovelware on people’s computers, why can’t OEMs?
    <p>I didn&#8217;t have the time to post this one before Christmas, but it&#8217;s so funny and sad at the same time I don&#8217;t want to keep this from you. It turns out that in the days leading up to Christmas this year, users of ASUS computers &#8211; or with ASUS motherboards, I guess &#8211; were greeted with a black bar covering about a third of their screen, decorated with a Christmas wreath.</p> <blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"> <p>I am making this post for the sake of people like me who will have a black box show up at the bottom of their screen with a Christmas wreath labeled “christmas.exe” in task manager and think it’s Windows 10/11 malware. It is not. It is from the ASUS Armoury Crate program and can be safely closed and ignored. It looks super sketchy and will hopefully save you some time diagnosing the problem.</p> <cite><a href="https://old.reddit.com/r/Windows11/comments/1hjde5l/weird_christmas_themed_box_at_bottom_of_screen/">↫ Slow-Macaroon9630 on reddit</a></cite></blockquote> <p>So yes, if you&#8217;re using an ASUS computer and have their shovelware installed, you may have been greeted by a giant black banner caused by an executable called &#8220;christmas.exe&#8221;, which sounds exactly like something shitty malware would do. The banner would disappear after a while, and the executable would vanish from the list of running processes as well. It turns out there&#8217;s a similar seasonal greeting called &#8220;HappyNewYear.exe&#8221;, so if you haven&#8217;t done anything to address the first black bar, you might be getting a second one soon.</p> <p>The fact that shitty OEM shovelware does this kind of garbage on Windows is nothing new &#8211; class is not something you can accuse Windows of having &#8211; but I was surprised to find out just how deeply embedded this ASUS shovelware program called Armoury Crate really is. It doesn&#8217;t just come preinstalled on ASUS computers &#8211; no, this garbage program actually has roots <em>in your motherboard&#8217;s firmware</em>. If you merely uninstall Amoury Crate from Windows, it will automatically reinstall itself <em>because your motherboard&#8217;s firmware tells it to</em>.</p> <p>I&#8217;m not joking. To <a href="https://www.windowslatest.com/2024/12/22/asus-bombards-windows-11-with-christmas-exe-malware-like-christmas-wreath-banner/">prevent Armory Crate from reinstalling itself</a>, you have to reboot your PC into its UEFI, go to the Advanced Mode, go to <em>Tool &gt; ASUS Armoury Crate</em>, and disable the option <em>Download &amp; Install ARMOURY CRATE app</em>. I had no idea Windows hardware makers had sunk to this kind of low, but I&#8217;m also not surprised. If Microsoft shoves endless amounts of ads and shovelware on people&#8217;s computers, why can&#8217;t OEMs?</p>
  2. CobolCraft: a Minecraft server written in COBOL

    Thu, 26 Dec 2024 22:18:50 -0000

    COBOL, your mother’s and grandmother’s programming language, is still in relatively wide use today, and with the initial batches of COBOL programmers retiring and, well, going away, there’s a market out there for younger people to learn COBOL and gain some serious job security in stable, but perhaps boring market segments. One of the things you would not associate with COBOL, however, is gaming – but it turns out it can be used for that, too. CobolCraft is a Minecraft server written in, you guessed it, COBOL. It was developed using GnuCOBOL, and only works on Linux – Windows and macOS are not supported, but it can be run using Electron for developers, otherwise known as Docker. It’s only compatible with the latest release of Minecraft at the time of CobolCraft’s development, version 1.21.4, and a few more complex blocks with states are not yet supported because of how difficult it is to program those using COBOL. CobolCraft’s creator, Fabian Meyer, explains why he started this project: Well, there are quite a lot of rumors and stigma surrounding COBOL. This intrigued me to find out more about this language, which is best done with some sort of project, in my opinion. You heard right – I had no prior COBOL experience going into this. Writing a Minecraft server was perhaps not the best idea for a first COBOL project, since COBOL is intended for business applications, not low-level data manipulation (bits and bytes) which the Minecraft protocol needs lots of. However, quitting before having a working prototype was not on the table! A lot of this functionality had to be implemented completely from scratch, but with some clever programming, data encoding and decoding is not just fully working, but also quite performant. ↫ Fabian Meyer I don’t know much about programming, but I do grasp that this is a pretty crazy thing to do, and quite the achievement to get working this well, too. Do note that this isn’t a complete implementation of the Minecraft server, with certain more complex blocks not working, and things like a lighting engine not being made yet either. This doesn’t detract from the achievement, but it does mean you won’t be playing regular Minecraft with this for a while yet – if ever, if this remains a fun hobby project for its creator.
    <p>COBOL, your mother&#8217;s and grandmother&#8217;s programming language, is still in relatively wide use today, and with the initial batches of COBOL programmers retiring and, well, going away, there&#8217;s a market out there for younger people to learn COBOL and gain some serious job security in stable, but perhaps boring market segments. One of the things you would not associate with COBOL, however, is gaming &#8211; but it turns out it can be used for that, too.</p> <p><a href="https://github.com/meyfa/CobolCraft">CobolCraft</a> is a Minecraft server written in, you guessed it, COBOL. It was developed using GnuCOBOL, and only works on Linux &#8211; Windows and macOS are not supported, but it can be run using Electron for developers, otherwise known as Docker. It&#8217;s only compatible with the latest release of Minecraft at the time of CobolCraft&#8217;s development, version 1.21.4, and a few more complex blocks with states are not yet supported because of how difficult it is to program those using COBOL.</p> <p>CobolCraft&#8217;s creator, Fabian Meyer, explains why he started this project:</p> <blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"> <p>Well, there are quite a lot of rumors and stigma surrounding COBOL. This intrigued me to find out more about this language, which is best done with some sort of project, in my opinion. You heard right &#8211; I had no prior COBOL experience going into this.</p> <p>Writing a Minecraft server was perhaps not the best idea for a first COBOL project, since COBOL is intended for business applications, not low-level data manipulation (bits and bytes) which the Minecraft protocol needs lots of. However, quitting before having a working prototype was not on the table! A lot of this functionality had to be implemented completely from scratch, but with some clever programming, data encoding and decoding is not just fully working, but also quite performant.</p> <cite><a href="https://github.com/meyfa/CobolCraft">↫ Fabian Meyer</a></cite></blockquote> <p>I don&#8217;t know much about programming, but I do grasp that this is a pretty crazy thing to do, and quite the achievement to get working this well, too. Do note that this isn&#8217;t a complete implementation of the Minecraft server, with certain more complex blocks not working, and things like a lighting engine not being made yet either. This doesn&#8217;t detract from the achievement, but it does mean you won&#8217;t be playing regular Minecraft with this for a while yet &#8211; if ever, if this remains a fun hobby project for its creator.</p>
  3. The Moxie child support robot gets new lease on life through open source

    Tue, 24 Dec 2024 22:21:58 -0000

    It’s a Christmas miracle! The Moxie, that support robot thing for kids we talked about two weeks ago, seems to be getting a new lease on life. The start-up that makes the Moxie has announced it’s going to not only release a version of the server software for self-hosting, but will also publish all of the source code as open source. We understand how unsettling and disappointing it has been to face the possibility of losing the daily comfort and support Moxie provides. Since the onset of these recent challenges, many of you have voiced heartfelt concerns and offered suggestions, and we have taken that feedback seriously. While our cloud services may become unavailable, a group of former technical team members from Embodied is working on a potential solution to allow Moxie to operate locally—without the need for ongoing cloud connectivity. This initiative involves developing a local server application (“OpenMoxie”) that you can run on your own computer. Once available, this community-driven option will enable you (or technically inclined individuals) to maintain Moxie’s basic functionality, develop new features, and modify her capabilities to better suit your needs—without reliance on Embodied’s cloud servers. ↫ Paolo Pirjanian Having products like this be dependent on internet connectivity is not great, but as long as Silicon Valley is the way it is, that’s not going to change. You can tell from their efforts that the people at Embodied do genuinely care about their product and the people that use it, because they have zero – absolutely zero – financial incentive or legal obligation to do any of this. They could’ve just walked away like their original communication said they were going to, but instead they listened to their customers and changed their minds. Regardless of my thoughts on requiring internet connectivity for something like this, they at least did the right thing today – and I commend them for that.
    <p>It&#8217;s a Christmas miracle! The Moxie, that support robot thing for kids we <a href="https://www.osnews.com/story/141311/maker-of-emotional-supports-robots-for-kids-abruptly-shuts-down-kills-all-the-robots-in-the-process/">talked about</a> two weeks ago, seems to be getting a new lease on life. The start-up that makes the Moxie has announced it&#8217;s going to not only release a version of the server software for self-hosting, but will also publish all of the source code as open source.</p> <blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"> <p>We understand how unsettling and disappointing it has been to face the possibility of losing the daily comfort and support Moxie provides. Since the onset of these recent challenges, many of you have voiced heartfelt concerns and offered suggestions, and we have taken that feedback seriously. While our cloud services may become unavailable, a group of former technical team members from Embodied is working on a potential solution to allow Moxie to operate locally—without the need for ongoing cloud connectivity.</p> <p>This initiative involves developing a local server application (“OpenMoxie”) that you can run on your own computer. Once available, this community-driven option will enable you (or technically inclined individuals) to maintain Moxie’s basic functionality, develop new features, and modify her capabilities to better suit your needs—without reliance on Embodied’s cloud servers.</p> <cite><a href="https://www.linkedin.com/posts/paolopirjanian_openmoxie-update-for-serverless-operations-activity-7275851306701889536-8G7q">↫ Paolo Pirjanian</a></cite></blockquote> <p>Having products like this be dependent on internet connectivity is not great, but as long as Silicon Valley is the way it is, that&#8217;s not going to change. You can tell from their efforts that the people at Embodied do genuinely care about their product and the people that use it, because they have zero &#8211; absolutely zero &#8211; financial incentive or legal obligation to do any of this. They could&#8217;ve just walked away like their original communication said they were going to, but instead they listened to their customers and changed their minds.</p> <p>Regardless of my thoughts on requiring internet connectivity for something like this, they at least did the right thing today &#8211; and I commend them for that.</p>
  4. Never forgive them

    Sat, 21 Dec 2024 08:26:21 -0000

    The people running the majority of internet services have used a combination of monopolies and a cartel-like commitment to growth-at-all-costs thinking to make war with the user, turning the customer into something between a lab rat and an unpaid intern, with the goal to juice as much value from the interaction as possible. To be clear, tech has always had an avaricious streak, and it would be naive to suggest otherwise, but this moment feels different. I’m stunned by the extremes tech companies are going to extract value from customers, but also by the insidious way they’ve gradually degraded their products.  ↫ Ed Zitron This is the reality we’re all living in, and it’s obvious from any casual computer use, or talking to anyone who uses computers, just how absolutely dreadful using the mainstream platforms and services has become. Google Search has become useless, DuckDuckGo is being overrun with “AI”-generated slop, Windows is the operating system equivalent of this, Apple doesn’t even know how to make a settings application anymore, iOS is yelling at you about all the Apple subscriptions you don’t have yet, Android is adding “AI” to its damn file manager, and the web is unusable without aggressive ad blocking. And all of this is not only eating up our computers’ resources, it’s also actively accelerating the destruction of our planet, just so lazy people can generate terrible images where people have six fingers. I’m becoming more and more extreme in my complete and utter dismissal of the major tech companies, and I’m putting more and more effort into taking back control over the digital aspects of my life wherever possible. Not using Windows or macOS has improved the user experience of my PCs and laptops by incredible amounts, and moving from Google’s Android to GrapheneOS has made my smartphone feel more like it’s actually mine than ever before. Using technology products and services made by people who actually care and have morals and values that don’t revolve around unending greed is having a hugely positive impact on my life, and I’m at the point now where I’d rather not have a smartphone or computer than be forced to use trashware like Windows, macOS, or iOS. The backlash against shitty technology companies and their abusive practices is definitely growing, and while it hasn’t exploded into the mainstream just yet, I think we’re only a few more shitty iOS updates and useless Android “AI” features away from a more general uprising against the major technology platforms. There’s a reason laws like the DMA are so overwhelmingy popular, and I feel like this is only the beginning.
    <blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"> <p>The people running the majority of internet services have used a combination of monopolies and a cartel-like <a href="https://www.wheresyoured.at/the-rot-economy/">commitment to growth-at-all-costs thinking</a> to make war with the user, turning the customer into something between a lab rat and an unpaid intern, with the goal to juice as much value from the interaction as possible. To be clear, tech has always had an avaricious streak, and it would be naive to suggest otherwise, but this moment feels different. I’m stunned by the extremes tech companies are going to extract value from customers, but also by the insidious way they’ve gradually degraded their products. </p> <cite><a href="https://www.wheresyoured.at/never-forgive-them/">↫ Ed Zitron</a></cite></blockquote> <p>This is the reality we&#8217;re all living in, and it&#8217;s obvious from any casual computer use, or talking to anyone who uses computers, just how absolutely dreadful using the mainstream platforms and services has become. Google Search has become useless, DuckDuckGo is being overrun with &#8220;AI&#8221;-generated slop, Windows is the operating system equivalent of <a href="https://travel.usnews.com/dims4/USNEWS/d40353c/2147483647/resize/976x652%5E%3E/crop/976x652/quality/85/?url=https%3A%2F%2Ftravel.usnews.com%2Fimages%2FTimes_Square_Getty.jpg">this</a>, Apple doesn&#8217;t even know how to make a settings application anymore, iOS is yelling at you about all the Apple subscriptions you don&#8217;t have yet, Android is adding &#8220;AI&#8221; to its damn file manager, and the web is unusable without aggressive ad blocking. And all of this is not only eating up our computers&#8217; resources, it&#8217;s also actively accelerating the destruction of our planet, just so lazy people can generate terrible images where people have six fingers.</p> <p>I&#8217;m becoming more and more extreme in my complete and utter dismissal of the major tech companies, and I&#8217;m putting more and more effort into taking back control over the digital aspects of my life wherever possible. Not using Windows or macOS has improved the user experience of my PCs and laptops by incredible amounts, and moving from Google&#8217;s Android to GrapheneOS has made my smartphone feel more like it&#8217;s actually mine than ever before. Using technology products and services made by people who actually care and have morals and values that don&#8217;t revolve around unending greed is having a hugely positive impact on my life, and I&#8217;m at the point now where I&#8217;d rather not have a smartphone or computer than be forced to use trashware like Windows, macOS, or iOS.</p> <p>The backlash against shitty technology companies and their abusive practices is definitely growing, and while it hasn&#8217;t exploded into the mainstream just yet, I think we&#8217;re only a few more shitty iOS updates and useless Android &#8220;AI&#8221; features away from a more general uprising against the major technology platforms. There&#8217;s a reason laws like the DMA are so overwhelmingy popular, and I feel like this is only the beginning.</p>
  5. What does APPEND do in DOS?

    Fri, 20 Dec 2024 23:23:32 -0000

    The working principle of APPEND is not complicated. It primarily serves as a bridge between old DOS applications which have no or poor support for directories, and users who really, really want to organize files and programs in multiple directories and possibly across multiple drive letters. Of course the actual APPEND implementation is anything but straightforward. ↫ Michal Necasek Another gem of an article by Michal Necasek, detailing a command I’ve known about almost all my life but never once knew what it was supposed to be for. The gist is that APPEND allows for files to be opened not only in the current working directory, but also up to two levels deeper. This gives you a rudimentary way of working with directories, even when using programs or commands that have no clue what directories even are. since DOS 1.x doesn’t support directories, but DOS 2.x does, having a tool like this to create a bridge between the pre and post-directory worlds can be quite useful. I’ve basically learned more about DOS from Necasek’s work in the past few years than I learned about DOS when I was actively using it in the early ’90s.
    <blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"> <p>The working principle of APPEND is not complicated. It primarily serves as a bridge between old DOS applications which have no or poor support for directories, and users who really, really want to organize files and programs in multiple directories and possibly across multiple drive letters. Of course the actual APPEND implementation is anything but straightforward.</p> <cite><a href="https://www.os2museum.com/wp/dos-append/">↫ Michal Necasek</a></cite></blockquote> <p>Another gem of an article by Michal Necasek, detailing a command I&#8217;ve known about almost all my life but never once knew what it was supposed to be for. The gist is that APPEND allows for files to be opened not only in the current working directory, but also up to two levels deeper. This gives you a rudimentary way of working with directories, even when using programs or commands that have no clue what directories even are. since DOS 1.x doesn&#8217;t support directories, but DOS 2.x does, having a tool like this to create a bridge between the pre and post-directory worlds can be quite useful.</p> <p>I&#8217;ve basically learned more about DOS from Necasek&#8217;s work in the past few years than I learned about DOS when I was actively using it in the early &#8217;90s.</p>
  6. T2 Linux takes weird architectures seriously, including my beloved PA-RISC

    Fri, 20 Dec 2024 21:47:03 -0000

    With more and more Linux distributions – as well as the kernel itself – dropping support for more exotic, often dead architectures, it’s a blessing T2 Linux exists. This unique, source-based Linux distribution focuses on making it as easy as possible to build a Linux installation tailored to your needs, and supports an absolutely insane amount of architectures and platforms. In fact, calling T2 a “distribution” does it a bit of a disservice, since it’s much more than that. You may have noticed the banner at the top of OSNews, and if we somehow – unlikely! -manage to reach that goal before the two remaining new-in-box HP c8000 PA-RISC workstations on eBay are sold, my plan is indeed to run HP-UX as my only operating system for a week, because I like inflicting pain on myself. However, I also intend to use that machine to see just how far T2 Linux on PA-RISC can take me, and if it can make a machine like the c8000, which is plenty powerful with its two dual-core 1.0Ghz PA-RISC processors, properly useful in 2024. T2 Linux 24.12 has just been released, and it brings with it the latest versions of the Linux kernel, gcc, LLVM/Clang, and so on. With T2 Linux, which describes itself as a System Development Environment, it’s very easy to spin up a heavily customised Linux installation fit for your purpose, targeting anything from absolutely resource-starved embedded systems to big hunks of, I don’t know, SPARC or POWER metal. If you’ve got hardware with a processor in it, you can most likely build T2 for it. The project also provides a large number of pre-built ISOs for a whole slew of supported architectures, sometimes further divided into glibc or musl, so you can quickly get started even without having to build something yourself. It’s an utterly unique project that deserves more attention than it’s getting, especially since it seems to be one of the last Linux “distributions” that takes supporting weird platforms out-of-the-box seriously. Think of it as the NetBSD of the Linux world, and I know for a fact that there’s a very particular type of person to whom that really appeals.
    <p>With more and more Linux distributions &#8211; as well as the kernel itself &#8211; dropping support for more exotic, often dead architectures, <a href="http://t2sde.com/">it&#8217;s a blessing T2 Linux exists</a>. This unique, source-based Linux distribution focuses on making it as easy as possible to build a Linux installation tailored to your needs, and supports an absolutely insane amount of architectures and platforms. In fact, calling T2 a &#8220;distribution&#8221; does it a bit of a disservice, since it&#8217;s much more than that.</p> <p>You may have noticed the banner at the top of OSNews, and if we somehow &#8211; unlikely! -manage to <a href="https://ko-fi.com/thomholwerda/goal?g=8"><strong>reach that goal</strong></a> before the two remaining new-in-box HP c8000 PA-RISC workstations on eBay are sold, my plan is indeed to <a href="https://exquisite.social/@thomholwerda/113669895799250822">run HP-UX as my only operating system for a week</a>, because I like inflicting pain on myself. However, I also intend to use that machine to see just how far T2 Linux on PA-RISC can take me, and if it can make a machine like the c8000, which is plenty powerful with its two dual-core 1.0Ghz PA-RISC processors, properly useful in 2024.</p> <p><a href="http://t2sde.com/releases/24.12.html">T2 Linux 24.12 has just been released</a>, and it brings with it the latest versions of the Linux kernel, gcc, LLVM/Clang, and so on. With T2 Linux, which describes itself as a System Development Environment, it&#8217;s very easy to spin up a heavily customised Linux installation fit for your purpose, targeting anything from absolutely resource-starved embedded systems to big hunks of, I don&#8217;t know, SPARC or POWER metal. If you&#8217;ve got hardware with a processor in it, you can most likely build T2 for it. The project also provides <a href="http://t2sde.com/download/">a large number of pre-built ISOs for a whole slew of supported architectures</a>, sometimes further divided into glibc or musl, so you can quickly get started even without having to build something yourself.</p> <p>It&#8217;s an utterly unique project that deserves more attention than it&#8217;s getting, especially since it seems to be one of the last Linux &#8220;distributions&#8221; that takes supporting weird platforms out-of-the-box seriously. Think of it as the NetBSD of the Linux world, and I know for a fact that there&#8217;s a very particular type of person to whom that really appeals.</p>
  7. Intel admits it no longer controls the direction of x86

    Fri, 20 Dec 2024 16:05:19 -0000

    Remember x86S, Intel’s initiative to create a 64bit-only x86 instruction set, with the goal of removing some of the bloat that the venerable architecture accumulated over the decades? Well, this initiative is now dead, and more or less replaced with the x86 Ecosystem Advisory Group, a collection of companies with a stake in keeping x86 going. Most notably, this includes Intel and AMD, but also other tech giants like Google. In the first sign of changes to come after the formation of a new industry group, Intel has confirmed to Tom’s Hardware that it is no longer working on the x86S specification. The decision comes after Intel announced the formation of the x86 Ecosystem Advisory Group, which brings together Intel, AMD, Google, and numerous other industry stalwarts to define the future of the x86 instruction set. Intel originally announced its intentions to de-bloat the x86 instruction set by developing a simplified 64-bit mode-only x86S version, publishing a draft specification in May 2023, and then updating it to a 1.2 revision in June of this year. Now, the company says it has officially ended that initiative. ↫ Paul Alcorn This seems like an acknowledgement of the reality that Intel is no longer in the position it once was when it comes to steering the direction of x86. It’s AMD that’s doing most of the heavy-lifting for the architecture at the moment, and it’s been doing that for a while now, with little sign that’s going to change. I doubt Intel had enough clout left to push something as relatively drastic as x86S, and now has to rely on building consensus with other companies invested in x86. It may seem like a small thing, and I doubt many larger tech outlets will care, but this story is definitely the biggest sign yet that Intel is in a lot more trouble than people already seem to think based on Intel’s products and market performance. What we have here is a full admission by Intel that they no longer control the direction of x86, and have to rely on the rest of the industry to help them. That’s absolutely wild.
    <p><a href="https://www.osnews.com/story/136155/envisioning-a-simplified-intel-x86-architecture/">Remember x86S</a>, Intel&#8217;s initiative to create a 64bit-only x86 instruction set, with the goal of removing some of the bloat that the venerable architecture accumulated over the decades? Well, this initiative is now dead, and more or less replaced with the x86 Ecosystem Advisory Group, a collection of companies with a stake in keeping x86 going. Most notably, this includes Intel and AMD, but also other tech giants like Google.</p> <blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"> <p>In the first sign of changes to come after the formation of a new industry group, Intel has confirmed to<em>&nbsp;Tom&#8217;s Hardware&nbsp;</em>that it is no longer working on the x86S specification. The decision comes after Intel announced the formation of the&nbsp;<a href="https://www.tomshardware.com/pc-components/cpus/intel-and-amd-forge-x86-ecosystem-advisory-group-that-aims-to-ensure-a-unified-isa-moving-forward" target="_blank" rel="noreferrer noopener">x86 Ecosystem Advisory Group</a>, which brings together Intel, AMD, Google, and numerous other industry stalwarts to define the future of the x86 instruction set.</p> <p>Intel originally announced its intentions to de-bloat the x86 instruction set by developing a simplified 64-bit mode-only x86S version, publishing a draft specification in&nbsp;<a href="https://www.tomshardware.com/news/intel-ponders-transition-to-64-bit-only-x86s-architecture" target="_blank" rel="noreferrer noopener">May 2023</a>,&nbsp;and then updating it to a 1.2 revision in June of this year. Now, the company says it has officially ended that initiative.</p> <cite><a href="https://www.tomshardware.com/pc-components/cpus/intel-terminates-x86s-initiative-unilateral-quest-to-de-bloat-x86-instruction-set-comes-to-an-end">↫ Paul Alcorn</a></cite></blockquote> <p>This seems like an acknowledgement of the reality that Intel is no longer in the position it once was when it comes to steering the direction of x86. It&#8217;s AMD that&#8217;s doing most of the heavy-lifting for the architecture at the moment, and it&#8217;s been doing that for a while now, with little sign that&#8217;s going to change. I doubt Intel had enough clout left to push something as relatively drastic as x86S, and now has to rely on building consensus with other companies invested in x86.</p> <p>It may seem like a small thing, and I doubt many larger tech outlets will care, but this story is definitely the biggest sign yet that Intel is in a lot more trouble than people already seem to think based on Intel&#8217;s products and market performance. What we have here is a full admission by Intel that they no longer control the direction of x86, and have to rely on the rest of the industry to help them. That&#8217;s absolutely wild.</p>
  8. NetBSD 10.1 released

    Thu, 19 Dec 2024 22:47:01 -0000

    NetBSD 10.1 has been released. As the version number indicates, this isn’t supposed to be a major, groundbreaking release, but it still contains a ton of changes, fixes, and improvements. It’s got the usual set of new and improved drivers, kernel improvements – like the ability to hotplug spares and components in a RAID – and improvements for various specific architectures, and much more. If you’re using NetBSD you already know how to upgrade, and if you’re not yet using NetBSD, here’s the download page for the various supported architectures. There are a lot of them.
    <p><a href="https://www.netbsd.org/releases/formal-10/NetBSD-10.1.html">NetBSD 10.1 has been released</a>. As the version number indicates, this isn&#8217;t supposed to be a major, groundbreaking release, but it still contains a ton of changes, fixes, and improvements. It&#8217;s got the usual set of new and improved drivers, kernel improvements &#8211; like the ability to hotplug spares and components in a RAID &#8211; and improvements for various specific architectures, and much more.</p> <p>If you&#8217;re using NetBSD you already know how to upgrade, and if you&#8217;re not yet using NetBSD, <a href="https://wiki.netbsd.org/ports/">here&#8217;s the download page</a> for the various supported architectures. There are a lot of them.</p>
  9. The European Commission’s proposed interoperability measures place Apple under a form of guardianship

    Thu, 19 Dec 2024 22:36:34 -0000

    What’s the European Commission to do when one of the largest corporations in the world has not only been breaking its laws continually, but also absolutely refuses to comply, uses poison pills in its malicious compliance, badmouths you in the press through both official – and unofficial – employees? Well, you start telling that corporation exactly what it needs to do to comply, down to the most minute implementation details, and in the process take away any form of wiggle room. Steven Troughton-Smith, an absolute wizard when it comes to the inner workings of Apple’s various platforms and allround awesome person, dove into the European Commission’s proposed next steps when it comes to dealing with Apple’s refusal to comply with EU law – the Digital Markets Act, in particular – and it’s crystal-clear that the EC is taking absolutely no prisoners. They’re not only telling Apple exactly what kind of interoperability measures it must take, down to the API level, but they’re also explicitly prohibiting Apple from playing games through complex contracts and nebulous terms to try and make interoperability a massive burden. As an example of just how detailed the EC is getting with Apple, here’s what the company needs to do to make AirDrop interoperable: Apple shall provide a protocol specification that gives third parties all information required to integrate, access, and control the AirDrop protocol within an application or service (including as part of the operating system) running on a third-party connected physical device in order to allow these applications and services to send files to, and receive files from, an iOS device. ↫ European Commission In addition, Apple must make any new features or changes to AirDrop available to third parties at the same time as it releases them: For future functionalities of or updates to the AirDrop feature, Apple shall make them available to third parties no later than at the time they are made available to any Apple connected physical device. ↫ European Commission These specific quotes only cover AirDrop, but similar demands are made about things like AirPlay, the easy pairing process currently reserved for Apple’s own accessories, and so on. I highly suggest reading the source document, or at the very least the excellent summary thread by Steven, to get an even better idea of what the EC is demanding here. The changes must be made in the next major version of iOS, or at the very latest before the end of 2025. The EC really goes into excruciating detail about how Apple is supposed to implement these interoperability features, and leaves very little to no wiggle room for Apple shenanigans. The EC is also clearly fed up with Apple’s malicious compliance and other tactics to violate the spirit of the DMA: Apple shall not impose any restrictions on the type or use case of the software application and connected physical device that can access or makeuse of the features listed in this Document. Apple shall not undermine effective interoperability with the 11 features set out in this Document by behaviour of a technical nature. In particular, Apple shall actively take all the necessary actions to allow effective interoperability with these features. Apple shall not impose any contractual or commercial restrictions that would be opaque, unfair, unreasonable, or discriminatory towards third parties or otherwise defeat the purpose of enabling effective interoperability. In particular, Apple shall not restrict business users, directly or indirectly, to make use of any interoperability solution in their existing apps via an automatic update. ↫ European Commission What I find most interesting about all of this is that it could have been so easily avoided by Apple. Had Apple approached the EU and the DMA with the same kind of respect, grace, and love Apple and Tim Cook clearly reserve for totalitarian dictatorships like China, Apple could’ve enabled interoperability in such a way that it would still align with most of Apple’s interests. They would’ve avoided the endless stream of negative press this fruitless “fight” with the EU is generating, and it would’ve barely impacted Apple’s bottom line. Put it on one of those Apple microsites that capture your scrolling, boast about how amazing Apple is and how much they love interoperability, and it most likely would’ve been a massive PR win. Instead, under the mistaken impression that this is a business negotiation, Apple tried to cry, whine, throw tamper tantrums, and just generally act like horrible spoiled brats just because someone far, far more powerful than they are told them “no” for once. Now they’ve effectively been placed under guardianship, and have to do exactly as the European Commission tells them to, down to the API level, without any freedom to make their own choices. The good thing is that the EC’s journey to make iOS a better and more capable operating system continues. We all benefit. Well, us EU citizens, anyway.
    <p>What&#8217;s the European Commission to do when one of the largest corporations in the world has not only been breaking its laws continually, but also absolutely refuses to comply, uses poison pills in its malicious compliance, badmouths you in the press through both official &#8211; and unofficial &#8211; employees? Well, you start telling that corporation exactly what it needs to do to comply, down to the most minute implementation details, and in the process take away any form of wiggle room.</p> <p>Steven Troughton-Smith, an absolute wizard when it comes to the inner workings of Apple&#8217;s various platforms and allround awesome person, <a href="https://mastodon.social/@stroughtonsmith/113680389699110430">dove into</a> the <a href="https://digital-markets-act.ec.europa.eu/dma100203-consultation-proposed-measures-interoperability-between-apples-ios-operating-system-and_en">European Commission&#8217;s proposed next steps when it comes to dealing with Apple&#8217;s refusal to comply with EU law</a> &#8211; the Digital Markets Act, in particular &#8211; and it&#8217;s crystal-clear that the EC is taking absolutely no prisoners. They&#8217;re not only telling Apple exactly what kind of interoperability measures it must take, down to the API level, but they&#8217;re also explicitly prohibiting Apple from playing games through complex contracts and nebulous terms to try and make interoperability a massive burden.</p> <p>As an example of just how detailed the EC is getting with Apple, here&#8217;s what the company needs to do to make AirDrop interoperable:</p> <blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"> <p>Apple shall provide a protocol specification that gives third parties all information required to integrate, access, and control the AirDrop protocol within an application or service (including as part of the operating system) running on a third-party connected physical device in order to allow these applications and services to send files to, and receive files from, an iOS device.</p> <cite><a href="https://digital-markets-act.ec.europa.eu/document/download/8f28e456-5bd4-4b33-af95-b9f52aeb8a03_en?filename=DMA.100203%20-%20Overview%20of%20proposed%20measures.pdf">↫ European Commission</a></cite></blockquote> <p>In addition, Apple must make any new features or changes to AirDrop available to third parties at the same time as it releases them:</p> <blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"> <p>For future functionalities of or updates to the AirDrop feature, Apple shall make them available to third parties no later than at the time they are made available to any Apple connected physical device.</p> <cite><a href="https://digital-markets-act.ec.europa.eu/document/download/8f28e456-5bd4-4b33-af95-b9f52aeb8a03_en?filename=DMA.100203%20-%20Overview%20of%20proposed%20measures.pdf">↫ European Commission</a></cite></blockquote> <p>These specific quotes only cover AirDrop, but similar demands are made about things like AirPlay, the easy pairing process currently reserved for Apple&#8217;s own accessories, and so on. I highly suggest reading <a href="https://digital-markets-act.ec.europa.eu/document/download/8f28e456-5bd4-4b33-af95-b9f52aeb8a03_en?filename=DMA.100203%20-%20Overview%20of%20proposed%20measures.pdf">the source document</a>, or at the very least <a href="https://mastodon.social/@stroughtonsmith/113680389699110430">the excellent summary thread by Steven</a>, to get an even better idea of what the EC is demanding here. The changes must be made in the next major version of iOS, or at the very latest before the end of 2025. The EC really goes into excruciating detail about how Apple is supposed to implement these interoperability features, and leaves very little to no wiggle room for Apple shenanigans.</p> <p>The EC is also clearly fed up with Apple&#8217;s malicious compliance and other tactics to violate the spirit of the DMA:</p> <blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"> <p>Apple shall not impose any restrictions on the type or use case of the software application and connected physical device that can access or makeuse of the features listed in this Document.</p> <p>Apple shall not undermine effective interoperability with the 11 features set out in this Document by behaviour of a technical nature. In particular, Apple shall actively take all the necessary actions to allow effective interoperability with these features.</p> [&#8230;] <p>Apple shall not impose any contractual or commercial restrictions that would be opaque, unfair, unreasonable, or discriminatory towards third parties or otherwise defeat the purpose of enabling effective interoperability. In particular, Apple shall not restrict business users, directly or indirectly, to make use of any interoperability solution in their existing apps via an automatic update.</p> <cite><a href="https://digital-markets-act.ec.europa.eu/document/download/8f28e456-5bd4-4b33-af95-b9f52aeb8a03_en?filename=DMA.100203%20-%20Overview%20of%20proposed%20measures.pdf">↫ European Commission</a></cite></blockquote> <p>What I find most interesting about all of this is that it could have been so easily avoided by Apple. Had Apple approached the EU and the DMA with the same kind of respect, grace, and love Apple and Tim Cook clearly reserve for totalitarian dictatorships like China, Apple could&#8217;ve enabled interoperability in such a way that it would still align with most of Apple&#8217;s interests. They would&#8217;ve avoided the endless stream of negative press this fruitless &#8220;fight&#8221; with the EU is generating, and it would&#8217;ve barely impacted Apple&#8217;s bottom line. Put it on one of those Apple microsites that capture your scrolling, boast about how amazing Apple is and how much they love interoperability, and it most likely would&#8217;ve been a massive PR win.</p> <p>Instead, under the mistaken impression that this is a business negotiation, Apple tried to cry, whine, throw tamper tantrums, and just generally act like horrible spoiled brats just because someone far, far more powerful than they are told them &#8220;no&#8221; for once. Now they&#8217;ve effectively been placed under guardianship, and have to do exactly as the European Commission tells them to, down to the API level, without any freedom to make their own choices.</p> <p>The good thing is that the EC&#8217;s journey to make iOS a better and more capable operating system continues. We all benefit.</p> <p>Well, us EU citizens, anyway.</p>
  10. Thanks again to our outgoing sponsor: OS-SCi

    Thu, 19 Dec 2024 01:22:57 -0000

    We’re grateful for our weekly sponsor, OpenSource Science B.V., an educational institution focused on Open Source software. OS-SCi is training the next generation FOSS engineers, by using Open Source technologies and philosophy in a project learning environment. One final reminder: OS-SCi is offering OSNews readers a free / gratis online masterclass by Prof. Ir. Erik Mols on how the proprietary ecosystem is killing itself. This is a live event, on January 9, 2025 at 17:00 PM CET. Sign up here.
    <p>We&#8217;re grateful for our weekly sponsor, OpenSource Science B.V., an educational institution focused on Open Source software. <a href="https://os-sci.com/">OS-SCi</a> is training the next generation FOSS engineers, by using Open Source technologies and philosophy in a project learning environment.</p> <p>One final reminder: OS-SCi is offering OSNews readers a free / gratis online masterclass by Prof. Ir. Erik Mols on how the proprietary ecosystem is killing itself. This is a live event, on January 9, 2025 at 17:00 PM CET. Sign up <a href="https://os-sci.com/event/masterclass-osnews-how-the-proprietary-ecosystem-is-killing-itself-13/register">here.</a></p> <p></p>
  11. POSIX conformance testing for the Redox signals project

    Thu, 19 Dec 2024 01:07:10 -0000

    The Redox team has received a grant from NLnet to develop Redox OS Unix-style Signals, moving the bulk of signal management to userspace, and making signals more consistent with the POSIX concepts of signaling for processes and threads. It also includes Process Lifecycle and Process Management aspects. As a part of that project, we are developing tests to verify that the new functionality is in reasonable compliance with the POSIX.1-2024 standard. This report describes the state of POSIX conformance testing, specifically in the context of Signals. ↫ Ron Williams This is the kind of dry, but important matter a select few of you will fawn over. Consider it my Christmas present for you. There’s also a shorter update on the dynamic linker in Redox, which also goes into some considerable detail about how it works, and what progress has been made.
    <blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"> <p>The Redox team has received a grant from&nbsp;<a href="https://nlnet.nl/">NLnet</a>&nbsp;to develop&nbsp;<a href="https://nlnet.nl/project/RedoxOS-Signals/">Redox OS Unix-style Signals</a>, moving the bulk of signal management to userspace, and making signals more consistent with the POSIX concepts of signaling for processes and threads. It also includes Process Lifecycle and Process Management aspects. As a part of that project, we are developing tests to verify that the new functionality is in reasonable compliance with the POSIX.1-2024 standard.</p> <p>This report describes the state of POSIX conformance testing, specifically in the context of Signals.</p> <cite><a href="https://www.redox-os.org/news/posix-conformance-testing/">↫ Ron Williams</a></cite></blockquote> <p>This is the kind of dry, but important matter a select few of you will fawn over. Consider it my Christmas present for you. There&#8217;s also a shorter <a href="https://www.redox-os.org/news/01_rsoc2024_dynamic_linker/">update on the dynamic linker in Redox</a>, which also goes into some considerable detail about how it works, and what progress has been made.</p>
  12. How to make an Apple Watch work with Android

    Wed, 18 Dec 2024 23:16:22 -0000

    What if you have an Android phone, but consider the Apple Watch superior to other smartwatches? Well, you could switch to iOS, or, you know, you could hack your way into making an Apple Watch work with Android, like Abishek Muthian did. So I decided to make Apple Watch work with my Android phone using open-source applications, interoperable protocols and 3rd party services. If you just want to use my code and techniques and not read my commentary on it then feel free to checkout my GitHub for sources. ↫ Abishek Muthian Getting notifications to work, so that notifications from the Android phone would show up on the Apple Watch, was the hardest part. Muthian had to write a Python script to read the notifications on the Android device using Termux, and then use Pushover to send them to the Apple Watch. For things like contacts and calendar, he relied on *DAV, which isn’t exactly difficult to set up, so pretty much anyone who’s reading this can do that. Sadly, initial setup of the watch did require the use of an iPhone, using the same SIM as is in the Android phone. This way, it’s possible to set up mobile data as well as calling, and with the SIM back in the Android phone, a call will show up on both the Apple Watch and the Android device. Of course, this initial setup makes the process a bit more cumbersome than just buying a used Apple Watch off eBay or whatever, but I’m honestly surprised everything’s working as well as it does. This goes to show that the Apple Watch is not nearly as “deeply integrated” with the iPhone as Apple so loves to claim, and making the Apple Watch work with Android in a more official manner certainly doesn’t look to be as impossible as Apple makes it out to be when dealing with antitrust regulators. Of course, any official support would be much more involved, especially in the testing department, but it would be absolute peanuts, financially, for a company with Apple’s disgusting level of wealth. Anyway, if you want to setup an Apple Watch with Android, Muthian has put the code on GitHub.
    <p>What if you have an Android phone, but consider the Apple Watch superior to other smartwatches? Well, you could switch to iOS, or, you know, you could hack your way into making an Apple Watch work with Android, like Abishek Muthian did.</p> <blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"> <p>So I decided to make Apple Watch work with my Android phone using open-source applications, interoperable protocols and 3rd party services. If you just want to use my code and techniques and not read my commentary on it then feel free to <a href="https://github.com/abishekmuthian/apple-watch-with-android">checkout my GitHub for sources</a>.</p> <cite><a href="https://abishekmuthian.com/apple-watch-with-android/">↫ Abishek Muthian</a></cite></blockquote> <p>Getting notifications to work, so that notifications from the Android phone would show up on the Apple Watch, was the hardest part. Muthian had to write a Python script to read the notifications on the Android device using Termux, and then use <a href="https://pushover.net/">Pushover</a> to send them to the Apple Watch. For things like contacts and calendar, he relied on *DAV, which isn&#8217;t exactly difficult to set up, so pretty much anyone who&#8217;s reading this can do that.</p> <p>Sadly, initial setup of the watch did require the use of an iPhone, using the same SIM as is in the Android phone. This way, it&#8217;s possible to set up mobile data as well as calling, and with the SIM back in the Android phone, a call will show up on both the Apple Watch and the Android device. Of course, this initial setup makes the process a bit more cumbersome than just buying a used Apple Watch off eBay or whatever, but I&#8217;m honestly surprised everything&#8217;s working as well as it does.</p> <p>This goes to show that the Apple Watch is not nearly as &#8220;deeply integrated&#8221; with the iPhone as Apple so loves to claim, and making the Apple Watch work with Android in a more official manner certainly doesn&#8217;t look to be as impossible as Apple makes it out to be when dealing with antitrust regulators. Of course, any official support would be much more involved, especially in the testing department, but it would be absolute peanuts, financially, for a company with Apple&#8217;s disgusting level of wealth.</p> <p>Anyway, if you want to setup an Apple Watch with Android, <a href="https://github.com/abishekmuthian/apple-watch-with-android">Muthian has put the code on GitHub</a>.</p>
  13. A quick look at OS/2’s built-in virtualisation

    Wed, 18 Dec 2024 21:35:00 -0000

    Most of us are aware that IBM’s OS/2 has excellent compatibility with DOS and Windows 3.x programs, to the point where OS/2 just ships with an entire installation of Windows 3.x built-in that you can run multiple instances of. In fact, to this day, ArcaOS, the current incarnation of the maintained and slightly modernised OS/2 codebase, still comes with an entire copy of Windows 3.x, making ArcaOS one of the very best ways to run DOS and Windows 3.x programs on a modern machine, without resorting to VMware or VirtualBox. Peter Hofmann took a look at one of the earlier versions of OS/2 – version 2.1 from 1993 – to see how its DOS compatibility actually works, or more specifically, the feature “DOS from drive A:”. You can insert a bootable DOS floppy and then run that DOS in a new window. Since this is called “DOS from drive A:”, surely this is something DOS-specific, right? Maybe only supports MS-DOS or even only PC DOS? Far from it, apparently. ↫ Peter Hofmann Hofmann wrote a little test program using nothing but BIOS system calls, meaning it doesn’t use any DOS system calls. This “real mode BIOS program” can run from the bootsector, if you wanted to, so after combining his test program with a floppy disk boot record, you end up with a bootable floppy that runs the test program, for instance in QEMU. After a bit of work, the test program on the bootable floppy will work just fine using OS/2’s “DOS from drive A:” feature, even though it shouldn’t. What this seems to imply is that this functionality in OS/2 2.1 looks a lot like a hypervisor, or as Hofmann puts it, “basically a builtin QEMU that anybody with a 386 could use”. That’s pretty advanced for the time, and raises a whole bunch of questions about just how much you can do with this.
    <p>Most of us are aware that IBM&#8217;s OS/2 has excellent compatibility with DOS and Windows 3.x programs, to the point where OS/2 just ships with an entire installation of Windows 3.x built-in that you can run multiple instances of. In fact, to this day, ArcaOS, the current incarnation of the maintained and slightly modernised OS/2 codebase, still comes with an entire copy of Windows 3.x, making ArcaOS one of the very best ways to run DOS and Windows 3.x programs on a modern machine, without resorting to VMware or VirtualBox.</p> <p>Peter Hofmann took a look at one of the earlier versions of OS/2 &#8211; version 2.1 from 1993 &#8211; to see how its DOS compatibility actually works, or more specifically, the feature &#8220;DOS from drive A:&#8221;.</p> <blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"> <p>You can insert a bootable DOS floppy and then run&nbsp;<em>that</em>&nbsp;DOS in a new window.</p> <p>Since this is called &#8220;<em>DOS</em>&nbsp;from drive A:&#8221;, surely this is something DOS-specific, right? Maybe only supports MS-DOS or even only PC DOS?</p> <p>Far from it, apparently.</p> <cite><a href="https://www.uninformativ.de/blog/postings/2024-12-13/0/POSTING-en.html">↫ Peter Hofmann</a></cite></blockquote> <p>Hofmann wrote a little test program using nothing but BIOS system calls, meaning it doesn&#8217;t use any DOS system calls. This &#8220;real mode BIOS program&#8221; can run from the bootsector, if you wanted to, so after combining his test program with a floppy disk boot record, you end up with a bootable floppy that runs the test program, for instance in QEMU. After a bit of work, the test program on the bootable floppy will work just fine using OS/2&#8217;s &#8220;DOS from drive A:&#8221; feature, even though it shouldn&#8217;t.</p> <p>What this seems to imply is that this functionality in OS/2 2.1 looks a lot like a hypervisor, or as Hofmann puts it, &#8220;basically a builtin QEMU that anybody with a 386 could use&#8221;. That&#8217;s pretty advanced for the time, and raises a whole bunch of questions about just how much you can do with this.</p>
  14. Fedora proposes dropping Atomic desktops for PPC64LE

    Wed, 18 Dec 2024 00:11:43 -0000

    Fedora is proposing to stop building their Atomic desktop versions for PPC64LE. PopwerPC 64 LE basically comes down to IBM’s POWER architecture, and as far as desktop use goes, that exclusively means the POWER9 machines from Raptor Computing Systems. I reviewed their small single-socket Blackbird machine in 2021, and I also have their dual-socket Talos II workstation. I can tell you from experience that nobody who owns one of these is opting for an immutable Fedora variant, and on top of that, these machines are getting long in the tooth. Raptor passed on POWER10 because it required proprietary firmware, so we’ve been without new machines for years now. As such, it makes sense for Fedora to stop building Atomic desktops for this architecture. We will stop building the Fedora Atomic Desktops for the PowerPC 64 LE architecture. According to the count me statistics, we don’t have any Atomic Desktops users on PPC64LE. Users of Atomic Desktops on PPC64LE will have to either switch back to a Fedora package mode installation or build their own images using Bootable Containers which are available for PPC64LE. ↫ Timothée Ravier I’ve never written much about the Talos II, surmising that most of my Blackbird review applies to the Talos II, as well. If there’s interest, I can check to see what the current state of Fedora and/or other distributions on POWER9 is, and write a short review about the experience. I honestly don’t know if there’s much interest at this point in POWER9, but if there is, here’s your chance to get your questions answered.
    <p>Fedora is proposing to stop building their Atomic desktop versions for PPC64LE. PopwerPC 64 LE basically comes down to IBM&#8217;s POWER architecture, and as far as desktop use goes, that exclusively means the POWER9 machines from Raptor Computing Systems. I <a href="https://www.osnews.com/story/133093/review-blackbird-secure-desktop-a-fully-open-source-modern-power9-workstation-without-any-proprietary-code/">reviewed their small single-socket Blackbird machine</a> in 2021, and I also have their dual-socket Talos II workstation. I can tell you from experience that nobody who owns one of these is opting for an immutable Fedora variant, and on top of that, these machines are getting long in the tooth. Raptor passed on POWER10 because it required proprietary firmware, so we&#8217;ve been without new machines for years now. As such, it makes sense for Fedora to stop building Atomic desktops for this architecture.</p> <blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"> <p>We will stop building the Fedora Atomic Desktops for the PowerPC 64 LE architecture. According to the count me statistics, we don&#8217;t have any Atomic Desktops users on PPC64LE.</p> <p>Users of Atomic Desktops on PPC64LE will have to either switch back to a Fedora package mode installation or build their own images using Bootable Containers which are available for PPC64LE.</p> <cite><a href="https://fedoraproject.org/wiki/Changes/AtomicDesktopsNoPpc64le#Stop_building_Atomic_Dekstops_for_PPC64LE">↫ Timothée Ravier</a></cite></blockquote> <p>I&#8217;ve never written much about the Talos II, surmising that most of my Blackbird review applies to the Talos II, as well. If there&#8217;s interest, I can check to see what the current state of Fedora and/or other distributions on POWER9 is, and write a short review about the experience. I honestly don&#8217;t know if there&#8217;s much interest at this point in POWER9, but if there is, here&#8217;s your chance to get your questions answered.</p>
  15. Microsoft Recall screenshots credit cards and Social Security numbers, even with the “sensitive information” filter enabled

    Mon, 16 Dec 2024 23:36:48 -0000

    Microsoft’s Recall feature recently made its way back to Windows Insiders after having been pulled from test builds back in June, due to security and privacy concerns. The new version of Recall encrypts the screens it captures and, by default, it has a “Filter sensitive information,” setting enabled, which is supposed to prevent it from recording any app or website that is showing credit card numbers, social security numbers, or other important financial / personal info. In my tests, however, this filter only worked in some situations (on two e-commerce sites), leaving a gaping hole in the protection it promises. ↫ Avram Piltch at Tom’s Hardware Recall might be one of the biggest own goals I have seen in recent technology history. In fact, it’s more of a series of own goals that just keep on coming, and I honestly have no idea why Microsoft keeps making them, other than the fact that they’re so high on their own “AI” supply that they just lost all touch with reality at this point. There’s some serious Longhorn-esque tunnel vision here, a project during which the company also kind of forgot the outside world existed beyond the walls of Microsoft’s Redmond headquarters. It’s clear by now that just like many other tech companies, Microsoft is so utterly convinced it needs to shove “AI” into every corner of its products, that it no longer seems to be asking the most important question during product development: do people actually want this? The response to Windows Recall has been particularly negative, yet Microsoft keep pushing and pushing it, making all the mistakes along the way everybody has warned them about. It’s astonishing just how dedicated they are to a feature nobody seem to want, and everybody seems to warn them about. It’s like we’re all Kassandra. The issue in question here is exactly as dumb as you expect it to be. The “Filter sensitive information” setting is so absurdly basic and dumb it basically only seems to work on shopping sites, not anywhere else where credit card or other sensitive information might be shown. This shortcoming is obvious to anyone who think about what Recall does for more than one nanosecond, but Microsoft clearly didn’t take a few moments to think about this, because their response is to let them know through the Feedback Hub any time Recall fails to detect and sensitive information. They’re basically asking you, the consumer, to be the filter. Unpaid, of course. After the damage has already been done. Wild. If you can ditch Windows, you should. Windows is not a place of honour.
    <blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"> <p><a href="https://www.tomshardware.com/tag/microsoft">Microsoft</a>’s Recall feature recently made its way back to Windows Insiders after having been <a href="https://www.tomshardware.com/software/windows/microsoft-recalls-recall-controversial-ai-feature-wont-be-in-copilot-windows-build-at-launch">pulled from test builds</a> back in June, due to security and privacy concerns. The new version of Recall encrypts the screens it captures and, by default, it has a “Filter sensitive information,” setting enabled, which is supposed to prevent it from recording any app or website that is showing credit card numbers, social security numbers, or other important financial / personal info. In my tests, however, this filter only worked in some situations (on two e-commerce sites), leaving a gaping hole in the protection it promises.</p> <cite><a href="https://www.tomshardware.com/software/windows/microsoft-recall-screenshots-credit-cards-and-social-security-numbers-even-with-the-sensitive-information-filter-enabled">↫ Avram Piltch at Tom&#8217;s Hardware</a></cite></blockquote> <p>Recall might be one of the biggest own goals I have seen in recent technology history. In fact, it&#8217;s more of a series of own goals that just keep on coming, and I honestly have no idea why Microsoft keeps making them, other than the fact that they&#8217;re so high on their own &#8220;AI&#8221; supply that they just lost all touch with reality at this point. There&#8217;s some serious Longhorn-esque tunnel vision here, a project during which the company also kind of forgot the outside world existed beyond the walls of Microsoft&#8217;s Redmond headquarters.</p> <p>It&#8217;s clear by now that just like many other tech companies, Microsoft is so utterly convinced it needs to shove &#8220;AI&#8221; into every corner of its products, that it no longer seems to be asking the most important question during product development: do people actually want this? The response to Windows Recall has been particularly negative, yet Microsoft keep pushing and pushing it, making all the mistakes along the way everybody has warned them about. It&#8217;s astonishing just how dedicated they are to a feature nobody seem to want, and everybody seems to warn them about. It&#8217;s like we&#8217;re all Kassandra.</p> <p>The issue in question here is exactly as dumb as you expect it to be. The &#8220;Filter sensitive information&#8221; setting is so absurdly basic and dumb it basically only seems to work on shopping sites, not anywhere else where credit card or other sensitive information might be shown. This shortcoming is obvious to anyone who think about what Recall does for more than one nanosecond, but Microsoft clearly didn&#8217;t take a few moments to think about this, because their response is to let them know through the Feedback Hub any time Recall fails to detect and sensitive information.</p> <p>They&#8217;re basically asking you, the consumer, to be the filter. Unpaid, of course. After the damage has already been done. Wild.</p> <p>If you can ditch Windows, you should. Windows is not a place of honour.</p>
  16. Fedora’s new Btrfs SIG should focus on making Btrfs’ features more accessible

    Mon, 16 Dec 2024 15:00:27 -0000

    As Michel Lind mentioned back in August, we wanted to form a Special Interest Group to further the development and adoption of Btrfs in Fedora. As of yesterday, the SIG is now formed. ↫ Neal Gompa Since I’ve been using Fedora on all my machines for a while now, I’ve also been using Btrfs as my one and only file system for just as much time, without ever experiencing any issues. In fact, I recently ordered four used 4TB enterprise hard drives (used, yes, but zero SMART issues) to set up a storage pool whereto I can download my favourite YouTube playlists so I don’t have to rely on internet connectivity and YouTube not being shit. I combined the four drives into a single 16TB Btrfs volume, and it’s working flawlessly. Of course, not having any redundancy is a terrible idea, but I didn’t care much since it’s just downloaded YouTube videos. However, it’s all working so flawlessly, and the four drives were so cheap, I’m going to order another four drives and turn the whole thing into a 16TB Btrfs volume using one of the Btrfs RAID profiles for proper redundancy, even if it “costs” me half of the 32TB of total storage. This way, I can also use it as an additional backup for more sensitive data, which is never a bad thing. The one big downside here is that all of this has to be set up and configured using the command line. While that makes sense in a server environment and I had no issues doing so, I think a product that calls itself Fedora Workstation (or, in my case, Fedora KDE, but the point stands) should have proper graphical tools for managing the file system it uses. Fedora should come with a graphical utility to set up, manage, and maintain Btrfs volumes, so you don’t have to memorise a bunch of arcane commands. I know a lot of people get very upset when you even suggest someting like this, but that’s just elitist nonsense. Btrfs has various incredibly useful features that should be exposed to users of all kinds, not just sysadmins and weird nerds – and graphical tools are a great way to do this. I don’t know exactly what the long-term plans of the new Btrrfs SIG are going to be, but I think making the useful features of Btrfs more accessible should definitely be on the list. You shouldn’t need to be a CLI expert to set up resilient, redundant local storage on your machine, especially now that the interest in digital self-sufficiency is increasing.
    <blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"> <p>As Michel Lind <a href="https://lists.fedoraproject.org/archives/list/devel-announce@lists.fedoraproject.org/thread/FOTNGOSTKMTKSDGR4WNJPJSZUXVCRRY7/">mentioned</a> back in August, we wanted to form a Special Interest Group to further the development and adoption of Btrfs in Fedora. As of yesterday, the SIG is now formed.</p> <cite><a href="https://lists.fedoraproject.org/archives/list/devel-announce@lists.fedoraproject.org/thread/FOTNGOSTKMTKSDGR4WNJPJSZUXVCRRY7/">↫ Neal Gompa</a></cite></blockquote> <p>Since I&#8217;ve been using Fedora on all my machines for a while now, I&#8217;ve also been using Btrfs as my one and only file system for just as much time, without ever experiencing any issues. In fact, I recently ordered four used 4TB enterprise hard drives (used, yes, but zero SMART issues) to set up a storage pool whereto I can download my favourite YouTube playlists so I don&#8217;t have to rely on internet connectivity and YouTube not being shit. I combined the four drives into a single 16TB Btrfs volume, and it&#8217;s working flawlessly.</p> <p>Of course, not having any redundancy is a terrible idea, but I didn&#8217;t care much since it&#8217;s just downloaded YouTube videos. However, it&#8217;s all working so flawlessly, and the four drives were so cheap, I&#8217;m going to order another four drives and turn the whole thing into a 16TB Btrfs volume using one of the Btrfs RAID profiles for proper redundancy, even if it &#8220;costs&#8221; me half of the 32TB of total storage. This way, I can also use it as an additional backup for more sensitive data, which is never a bad thing.</p> <p>The one big downside here is that all of this has to be set up and configured using the command line. While that makes sense in a server environment and I had no issues doing so, I think a product that calls itself Fedora Workstation (or, in my case, Fedora KDE, but the point stands) should have proper graphical tools for managing the file system it uses. Fedora should come with a graphical utility to set up, manage, and maintain Btrfs volumes, so you don&#8217;t have to memorise a bunch of arcane commands. I know a lot of people get very upset when you even suggest someting like this, but that&#8217;s just elitist nonsense. Btrfs has various incredibly useful features that should be exposed to users of all kinds, not just sysadmins and weird nerds &#8211; and graphical tools are a great way to do this.</p> <p>I don&#8217;t know exactly what the long-term plans of the new Btrrfs SIG are going to be, but I think making the useful features of Btrfs more accessible should definitely be on the list. You shouldn&#8217;t need to be a CLI expert to set up resilient, redundant local storage on your machine, especially now that the interest in digital self-sufficiency is increasing.</p>
  17. USB-C : ce qui va changer le 28 décembre 2024… avec votre cybersécurité

    Fri, 27 Dec 2024 14:53:21 -0000

    Un chargeur unique pour tous les appareils portables : dès le 28 décembre 2024, une législation européenne transformera notre manière de consommer la technologie. Prudence, dorénavant, aux prises USB-C....
  18. Les pirates du groupe Cicada 3301 revendiquent une attaque contre les concessions Peugeot

    Sun, 22 Dec 2024 19:03:49 -0000

    Le groupe de hackers malveillants Cicada 3301 menace Peugeot après avoir prétendument volé 40 Go de données liées à ses concessions. Diffusion prévue : 6 janvier 2025....
  19. Adolescents hackers : jeunes, inconscients et redoutables ?

    Sun, 22 Dec 2024 17:11:33 -0000

    ZATAZ a rencontré des hackers malveillants français, jeunes et inconscients, derrière les fuites de données d’entreprises comme Boulanger, Cultura, LDLC, SFR, FREE ou Sport 2000. Leurs méthodes sont aussi inquiétantes qu'accessibles !...
  20. Florent Curtet condamné : entre biopic et roman policier !

    Sun, 22 Dec 2024 14:35:53 -0000

    Condamné pour complicité de tentative d’extorsion, Florent Curtet, voit sa carrière en cybersécurité s’effondrer sous des accusations troublantes....
  21. Comment la Russie manipule les influenceurs pour orienter l’opinion publique

    Sun, 22 Dec 2024 13:17:07 -0000

    La manipulation d'influenceurs européens par la Russie inquiète, selon Jean-Noël Barrot, appelant à la vigilance face à ces ingérences menaçant notre débat public....
  22. Encore une base de données FREE à vendre ? La mauvaise blague d’un pirate amateur

    Wed, 18 Dec 2024 17:43:54 -0000

    Un pirate tente une nouvelle arnaque : vendre une prétendue nouvelle base de données volée chez Free Pro. Une fumisterie vide de substance....
  23. Saisie de distributeurs automatiques de cryptomonnaies : un coup de filet contre le blanchiment en France

    Tue, 17 Dec 2024 14:19:08 -0000

    Une opération judiciaire majeure a permis la saisie de 13 distributeurs de cryptomonnaies dans une enquête sur le blanchiment aggravé et l’exercice illégal de PSAN en France....
  24. « Appel de la Lune » et la vente de données compromises : une plongée dans le cybercrime organisé

    Mon, 16 Dec 2024 14:48:44 -0000

    Entre services de phishing par appel et commerce de données volées via le Lock-UP, le blackmarket "Appel de la Lune" et les réseaux de données exfiltrées illustrent l’ampleur de la cybercriminalité organisée en 2024....
  25. Surveillance numérique Monokle : un programmeur russe dénonce des pratiques du FSB

    Mon, 16 Dec 2024 14:00:30 -0000

    Kirill Parubets, programmeur russe d’origine ukrainienne, accuse le FSB d’avoir espionné son smartphone avec le malware Monokle, avant de fuir la Russie....
  26. Lancement d’un nouveau blackmarket… avec vos données !

    Mon, 16 Dec 2024 12:56:43 -0000

    Un nouveau site web lié au darknet, il commercialise des données personnes piratées, promet sécurité et fonctionnalité avancées. Une réponse aux récents bouleversements autour de Telegram. Inquiétant !...
  27. Comment jouer à l'easter egg Google Squid Game pour la sortie de la saison 2

    Fri, 27 Dec 2024 17:25:00 -0000

    C'est évidemment l'évènement du moment sur Netflix, la saison 2 de Squid Game qui vient d'être mise en ligne… et dont Google a tenu à accompagner la sortie avec un petit jeu gratuit.
  28. L'Apple Watch a un super plan pour vous aider à rester en forme

    Fri, 27 Dec 2024 16:27:00 -0000

    Apple a publié une publicité qui incite ses utilisateurs à ne pas abandonner trop vite leurs bonnes résolutions grâce à l'Apple Watch et un peu de motivation.
  29. Vous attendez toujours votre colis Amazon ? Il a peut-être été déposé dans un bois par un livreur trop stressé par Noël !

    Fri, 27 Dec 2024 15:57:00 -0000

    Débordé et paniqué, un livreur Amazon a abandonné 80 colis dans les bois du Massachusetts, aux États-Unis, devenant le témoin de la pression qui pèse sur les livreurs pendant les fêtes de fin d'année. Une vraie mésaventure de Noël.
  30. Les malwares sont sur Android, mais iOS reste une cible de choix pour le phishing

    Fri, 27 Dec 2024 15:32:00 -0000

    Spécialisée dans les solutions de sécurité, la société Lookout a publié un nouveau rapport sur les menaces ciblant spécifiquement les smartphones. Si iOS a la réputation d'être un système relativement bien sécurisé, les utilisateurs n'en resteraient pas moins la cible principale des hackers organisant du phishing.
  31. iPhone 16, Apple Intelligence, Union européenne : retour sur les 10 actus majeures d'Apple en 2024

    Fri, 27 Dec 2024 07:34:00 -0000

    Les équipes de Tim Cook n'ont pas eu beaucoup de répit en 2024 avec le lancement de nombreux produits, à commencer par le plus connu, l'iPhone 16, l'entrée en fanfare, mais pas couacs d'Apple Intelligence, et les différents bras de fer avec l'Union européenne. Retour sur la riche année 2024 d'Apple.
  32. Étudiants ? Voici 4 bonnes raisons d'opter pour un VPN

    Fri, 27 Dec 2024 15:06:00 -0000

    À la B.U, à la gare, à l'aéroport, à l'étranger, à la cité universitaire, chez un ami, au café, les étudiants sont plus nomades que jamais et dégainent rapidement leur PC ou leur tablette pour se connecter aux réseaux Wi-Fi disponibles. Dans ces conditions, il devient vite primordial de sécuriser la connexion, et par la même occasion, sa vie privée. C'est là qu'un VPN entre en jeu. Mais au-delà de la sécurité, ce dernier permettra aussi de débloquer de nouveaux contenus en streaming sur les plateformes étrangères et pourrait aussi devenir un allié de taille pour optimiser les recherches.
  33. Voici l'incroyable record battu par Steam cette année

    Fri, 27 Dec 2024 14:43:00 -0000

    En 2024, Steam a pulvérisé un nouveau record, à savoir celui du nombre de jeux publiés sur sa plateforme.
  34. Le chargeur universel USB-C arrive ce week-end ! Voici tous les appareils concernés

    Fri, 27 Dec 2024 14:19:00 -0000

    À partir du samedi 28 décembre 2024, les chargeurs USB-C deviennent la norme universelle en France pour tous les appareils électroniques. Une mesure qui entend simplifier la vie des consommateurs et réduire les déchets électroniques de 11 000 tonnes par an.
  35. Les 3 réglages incontournables à effectuer sur votre nouveau smartphone Pixel

    Fri, 27 Dec 2024 13:36:00 -0000

    Le Père Noël vous a apporté un Google Pixel ? Voici les réglages à connaître pour exploiter tout le potentiel de votre nouveau smartphone.
  36. Android 15 : comment devenir un champion du glisser-déposer ?

    Fri, 27 Dec 2024 13:05:00 -0000

    Sur Android, le glisser-déposer devient plus rapide. Cette fonction permet de transférer facilement du texte, des images ou des liens entre applications, on vous explique comment.
  37. La AYANEO 3 va offrir une ergonomie à la carte et on adore

    Fri, 27 Dec 2024 11:54:00 -0000

    La prochaine console portable majeure d'AYANEO permettra de modifier ses contrôles à la manière de certaines manettes Thrustmaster par exemple.
  38. Freebox Ultra, box 5G, cyberattaque : Free a connu une année complètement folle en 2024

    Fri, 27 Dec 2024 11:28:00 -0000

    De la Freebox Ultra à la cyberattaque historique, en passant par le cap des 50 millions d'abonnés et le lancement de multiples services et produits, Free a connu une année 2024 riche en rebondissements. Retour sur les temps forts d'une année qui a redéfini le paysage des télécoms français.
  39. Vous faites vos recherches web avec ChatGPT ? Attention, les résultats peuvent être corrompus

    Fri, 27 Dec 2024 10:33:00 -0000

    ChatGPT Search peut être rapidement trompé par des pages web frauduleuses, qui incluent du texte caché. Soyez vigilants lors de vos recherches réalisées à l'aide de l'IA.
  40. Temu, Free, DAZN… Ces entreprises ne sortent pas grandies de 2024 selon 60 Millions de consommateurs

    Fri, 27 Dec 2024 10:08:00 -0000

    Décernés pour la huitième année par 60 Millions de consommateurs, « Les Cactus de la Consommation » répertorient les entreprises qui se sont le plus mal comportées en 2024 avec leurs clients.
  41. Les drones ridiculisent la sécurité pénitentiaire : près de 200 drones livrés en 24h dans une prison nantaise

    Fri, 27 Dec 2024 09:48:00 -0000

    Un record historique de livraisons par drone a été enregistré à la prison de Nantes-Carquefou, avec près de 200 colis projetés en une seule journée, juste avant Noël. Les systèmes anti-drones se révèlent malheureusement inefficaces.
  42. Les tops et les flops de Google en 2024

    Fri, 27 Dec 2024 09:32:00 -0000

    Que penser de Google fin 2024 ? Le géant de Mountain View a-t-il réussi son année ? Passons en revue les tops et les flops de l'entreprise, le constat est plutôt mitigé.
  43. Pour finir l'année, le patron de WordPress.org veut faire une pause... Définitive ?

    Fri, 27 Dec 2024 09:04:00 -0000

    Le fondateur de WordPress et WordPress.org, Matt Mullenweg, annonce une suspension temporaire de certains services gratuits du site communautaire. Une décision justifiée par les fêtes, mais également teintée de tensions juridiques qui inquiète la communauté.
  44. L'Assistance Canal+ ferme ses portes aujourd'hui ! Heureusement, en attendant son retour, il existe une solution

    Fri, 27 Dec 2024 08:35:00 -0000

    L'assistance communautaire de Canal+ ferme temporairement ses portes à partir du 27 décembre. Une refonte totale est prévue pour 2025, mais les abonnés ne sont pas laissés sans solutions pendant cette période transitoire.
  45. Faux e-mails de loyers impayés : voici comment les escrocs piègent les locataires pendant les fêtes

    Fri, 27 Dec 2024 07:01:00 -0000

    Une nouvelle vague d'escroquerie au loyer impayé sévit actuellement en France, avec des e-mails frauduleux particulièrement crédibles qui ciblent les locataires en jouant sur l'urgence financière.
  46. Suite à un incident, ChatGPT a été inaccessible pendant 4h

    Thu, 26 Dec 2024 20:17:00 -0000

    L'infrastructure d'OpenAI a de nouveau connu une panne d'envergure mondiale. ChatGPT ainsi que le générateur de vidéo Sora sont restés inopérants pendant quatre heures.
  47. 6 astuces à connaître pour utiliser Google Docs plus efficacement

    Thu, 26 Dec 2024 17:36:00 -0000

    Envie de passer la seconde sur Google Docs ? Voici 6 astuces pour maîtriser cet outil et booster votre productivité.
  48. Pour concurrencer TSMC, la Corée du Sud va créer une entreprise du nom de... KSMC !

    Thu, 26 Dec 2024 16:03:00 -0000

    Samsung commence à être bien distancié par TSMC dans le secteur des semi-conducteurs. Raison pour laquelle la Corée du Sud pourrait créer une entreprise étatique, destinée à faire pièce au géant taïwanais.
  49. Avec un peu d'astuce, il est possible d'utiliser une Apple Watch avec un smartphone Android

    Thu, 26 Dec 2024 15:47:00 -0000

    Un développeur a réussi à lier son Apple Watch à son smartphone Android et à synchroniser ses appels ou ses messages, mais la démarche n'est clairement par à la portée de tous.
  50. One UI 7 : Samsung s'inspire d'Apple pour faciliter le scan de documents

    Thu, 26 Dec 2024 14:28:00 -0000

    La prochaine mise à jour majeure des smartphones Samsung va offrir une nouvelle option de continuité de la caméra entre les différents appareils de la marque.
  51. WhatsApp fait plier le spyware le plus redoutable

    Thu, 26 Dec 2024 13:39:00 -0000

    Après plusieurs années de procédure judiciaire, WhatsApp obtient gain de cause. La société NSO Group, qui a développé le spyware Pegasus, est reconnue coupable par la justice américaine.
  52. ChatGPT : Sam Altman (OpenAI) demande à ses abonnés sur X quelles nouveautés apporter en 2025

    Thu, 26 Dec 2024 12:07:00 -0000

    Le patron d'OpenAI, Sam Altman, veut continuer à développer des produits qui plaisent au public. Alors, il leur a directement demandé ce qu'ils voulaient pour 2025.
  53. Google Maps : voici l'astuce pour débloquer la fonction d’avertissement de radar

    Thu, 26 Dec 2024 11:52:00 -0000

    Bonne nouvelle pour les adeptes de Google Maps sur Android : il est possible de recevoir des alertes sur la présence de radars directement dans l'application. On vous explique comment faire.
  54. Bluesky s'essaie aux trending topics, mais sans oublier la sécurité

    Thu, 26 Dec 2024 11:14:00 -0000

    Bluesky continue son petit bonhomme de chemin et propose en bêta une liste de trendic topics. Contrairement à X.com, le réseau social propose bien plus de contrôles pour éviter de tomber sur des contenus indésirables.
  55. Waze avoue faire un petit peu n'importe quoi en ce moment avec vos trajets

    Thu, 26 Dec 2024 10:49:00 -0000

    Les utilisateurs de Waze sont confrontés à un problème qui rallonge inutilement leurs trajets ces temps-ci : l'application suggère des détours illogiques et des itinéraires plus longs. Ce n'est pas l'idéal pendant les fêtes de fin d'année.
  56. Voilà comment les internautes ont utilisé Microsoft Edge cette année

    Thu, 26 Dec 2024 10:25:00 -0000

    Microsoft ne manque pas une occasion de mettre en avant son navigateur Edge. Et, comme pour combler une part de marché stagnante, la firme de Redmond partage des chiffres sur son utilisation tout au long de l'année 2024.
  57. C'est Noël : Xerox s'offre Lexmark pour 1,5 milliard de dollars

    Thu, 26 Dec 2024 10:06:00 -0000

    Pour Noël, le groupe américain Xerox s'est offert Lexmark, le spécialiste de l'impression né aux États-Unis, mais qui était, depuis 2016, entre les mains d'un consortium de fonds d'investissement chinois.
  58. Partager des documents à vos proches va devenir plus facile : WhatsApp se dote d'un scanner

    Thu, 26 Dec 2024 07:37:00 -0000

    La messagerie instantanée de Meta poursuit son évolution avec une nouveauté qui devrait ravir les utilisateurs : un scanner de documents intégré directement dans l'application. Cette fonction, déployée discrètement, promet de simplifier considérablement le partage de documents au quotidien.
  59. D'anciens modérateurs de Facebook attaquent Meta, tous victimes du syndrome de stress post-traumatique

    Thu, 26 Dec 2024 07:34:00 -0000

    Plus de 140 modérateurs de Facebook au Kenya poursuivent Meta et son sous-traitant Samasource en justice. Diagnostiqués avec un syndrome de stress post-traumatique sévère (SSPTS), ils dénoncent des conditions de travail inhumaines et une rémunération très inférieure à celle de leurs homologues américains.
  60. Impossible de mettre à jour votre Windows 11 24H2 ? Rassurez-vous, c’est (malheureusement) normal...

    Thu, 26 Dec 2024 06:46:00 -0000

    Depuis plusieurs semaines, certains utilisateurs ne peuvent plus mettre à jour leur PC sous Windows 11 24H2. Microsoft annonce travailler sur un correctif, qui n'est pour l'instant pas prêt.
  61. Galaxy Ring 2 : Samsung pourrait présenter l'anneau santé le mois prochain

    Thu, 26 Dec 2024 06:02:00 -0000

    L'anneau connecté Galaxy Ring va bientôt avoir un successeur. Samsung pourrait commencer à le présenter le mois prochain.
  62. Sans scrupules, les Français se pressent déjà pour revendre leurs cadeaux de Noël en ligne

    Wed, 25 Dec 2024 19:02:00 -0000

    Le jour de Noël est à peine terminé que déjà, les Français se ruent sur les plateformes de revente en ligne pour se débarrasser de leurs cadeaux indésirables. Cette année, le phénomène semble encore prendre de l'ampleur.
  63. Si vous voulez déjà revendre votre cadeau de Noël sur Leboncoin, l'IA va vous y aider

    Wed, 25 Dec 2024 17:31:00 -0000

    Leboncoin dope sa plateforme à l'IA pour les fêtes de fin d'année. Le leader français de la seconde main s'offre pour Noël de nouvelles options et opère sa transformation numérique pour ses 20,3 millions d'utilisateurs.
  64. L'iPhone sans bordure ne sera pas prêt avant 2026

    Wed, 25 Dec 2024 16:29:00 -0000

    Apple persiste dans son projet d'iPhone sans bordure. Mais les problèmes techniques persistants rendent la tâche ardue.
  65. IA, pannes, Windows 11 : retour sur les 10 actus majeures de Microsoft en 2024

    Wed, 25 Dec 2024 16:01:00 -0000

    Entre l’IA qui s’invite partout, des bugs qui s’accumulent, une panne mondiale et une bataille acharnée pour imposer Windows 11, Microsoft n’a pas chômé ces douze derniers mois. Des innovations, des couacs et quelques (bonnes) surprises au passage : on vous fait le récap des temps forts qui ont marqué l’année du géant de Redmond.
  66. Formation en ligne : quand les LMS deviennent une porte dérobée

    Wed, 25 Dec 2024 15:28:00 -0000

    Les plateformes de formation en ligne WordPress font face à une crise de sécurité majeure avec la découverte de multiples vulnérabilités critiques. Les experts de Patchstack tirent la sonnette d'alarme sur des failles permettant potentiellement le vol massif de données personnelles d'étudiants.
  67. Pour ses cartes graphiques Radeon RX, AMD veut directement faire le grand saut vers la série 9000

    Wed, 25 Dec 2024 14:59:00 -0000

    Toujours plus de fuites diverses et variées à quelques jours de l'ouverture de CES 2025 de Las Vegas : ça va en faire, des choses à couvrir sur le salon !
  68. Quand OpenAI voulait créer ses propres robots humanoïdes

    Wed, 25 Dec 2024 14:21:00 -0000

    OpenAI réfléchirait à développer des robots humanoïdes, selon le site The Information. Mais d'après TechCrunch, l'entreprise californienne a pourtant abandonné sa division robotique en 2021. En parallèle, elle investit massivement dans plusieurs start-up spécialisées dans ce domaine.
  69. Tesla Model Y, nouvelle version : la production de masse démarrerait très bientôt

    Wed, 25 Dec 2024 12:43:00 -0000

    Le géant des véhicules électriques va lancer en 2025 la nouvelle version de son Model Y. La production va être lancée en Chine.
  70. Ça fuit de partout : la console portable Lenovo Legion Go S dévoilée bien en amont du CES

    Wed, 25 Dec 2024 11:57:00 -0000

    Lenovo change largement d'optique avec cette nouvelle Legion Go S dont on connaît à présent toutes les caractéristiques, ou presque.
  71. La belle année 2024 pour Telegram (moins pour son patron) qui est devenue rentable

    Wed, 25 Dec 2024 11:32:00 -0000

    Telegram aura connu une année 2024 très réussie financièrement. Car l'application vient enfin de passer un seuil important !
  72. La course à l'IA pousse Google dans la zone grise : Claude aurait été utilisé pour comparer les réponses de Gemini

    Wed, 25 Dec 2024 10:38:00 -0000

    Dans sa quête d'excellence en matière d'intelligence artificielle, Google aurait franchi une ligne éthique controversée. Le géant de Mountain View utiliserait en effet l'IA Claude d'Anthropic pour évaluer et perfectionner son modèle Gemini, une pratique qui soulève de sérieuses questions sur les limites acceptables dans la course à l'innovation.
  73. Google fait le grand ménage en 2024 : découvrez les 7 produits phares passés à la trappe

    Wed, 25 Dec 2024 09:33:00 -0000

    Tout au long de cette année 2024, Google s'est séparée de plusieurs de ses produits et services. Du Chromecast à Google Podcasts, en passant par le VPN et Google One, tous se sont vus remerciés pour divers motifs.
  74. Incroyable, mais vrai : cette boulangerie encaisse ses clients avec un Commodore 64 depuis des décennies !

    Wed, 25 Dec 2024 08:31:00 -0000

    Parce qu'il n'est pas impératif d'employer un outil de caisse dernière génération, un iPad ou un ordinateur sous Windows 11, une boulangerie américaine a fait le choix de rester sur Commodore 64.
  75. Souriez, vous êtes filmé ! Comment la télésurveillance modifie inconsciemment notre comportement

    Wed, 25 Dec 2024 07:38:00 -0000

    Et si la vidéosurveillance influençait plus qu'elle n'observait ? Des recherches récentes montrent que les caméras de surveillance modifient subtilement des processus cognitifs essentiels, tels que la perception des visages.
  76. Voilà pourquoi Apple n'a jamais créé son moteur de recherche

    Wed, 25 Dec 2024 06:37:00 -0000

    Alors que les géants de la tech se livrent une bataille acharnée sur le terrain de la recherche en ligne, Apple brille par son absence dans ce domaine stratégique. Dans un document judiciaire révélateur, le géant de Cupertino explique enfin pourquoi il n'a jamais souhaité concurrencer Google sur ce terrain.
  77. Geoffrey Hinton Says There is 10-20% Chance AI Will Lead To Human Extinction in 30 Years

    Fri, 27 Dec 2024 17:25:00 -0000

    The British-Canadian computer scientist often touted as a "godfather" of artificial intelligence has shortened the odds of AI wiping out humanity over the next three decades, warning the pace of change in the technology is "much faster" than expected. From a report: Prof Geoffrey Hinton, who this year was awarded the Nobel prize in physics for his work in AI, said there was a "10 to 20" per cent chance that AI would lead to human extinction within the next three decades. Previously Hinton had said there was a 10% chance of the technology triggering a catastrophic outcome for humanity. Asked on BBC Radio 4's Today programme if he had changed his analysis of a potential AI apocalypse and the one in 10 chance of it happening, he said: "Not really, 10 to 20 [per cent]."

    Read more of this story at Slashdot.

  78. NASA's Parker Solar Probe Reports Successful Closest Approach To Sun

    Fri, 27 Dec 2024 16:40:00 -0000

    Following its record-breaking closest approach to the Sun, NASA's Parker Solar Probe has transmitted a beacon tone back to Earth indicating it's in good health and operating normally. NASA: The mission operations team at the Johns Hopkins Applied Physics Laboratory (APL) in Laurel, Maryland received the signal just before midnight EST, on the night of Dec. 26. The team was out of contact with the spacecraft during closest approach, which occurred on Dec. 24, with Parker Solar Probe zipping just 3.8 million miles from the solar surface while moving about 430,000 miles per hour. The spacecraft is expected to send back detailed telemetry data on its status on Jan. 1. This close-up study of the Sun allows Parker Solar Probe to take measurements that help scientists better understand how material in this region gets heated to millions of degrees, trace the origin of the solar wind (a continuous flow of material escaping the Sun), and discover how energetic particles are accelerated to near light speed. Previous close passes have helped scientists pinpoint the origins of structures in the solar wind and map the outer boundary of the Sun's atmosphere.

    Read more of this story at Slashdot.

  79. A Fake Nintendo Lawyer is Scaring YouTubers

    Fri, 27 Dec 2024 16:00:00 -0000

    A wave of fraudulent copyright takedowns on YouTube has exposed vulnerabilities in the platform's content moderation system, enabling anonymous users to threaten creators' channels through false legal claims, The Verge is reporting. Several gaming content creators, including a channel with 1.5 million subscribers, received takedown notices from someone impersonating Nintendo's legal team. Though YouTube acknowledged the false claims, the company declined to explain how it verifies takedown requests or detail measures to prevent abuse of its copyright system.

    Read more of this story at Slashdot.

  80. Boom in US Retail Real Estate Defies Prediction of Ecommerce Apocalypse

    Fri, 27 Dec 2024 15:20:00 -0000

    Vacancies at open-air shopping centres in the US have dropped to historically low levels [non-paywalled source], defying forecasts of a retail apocalypse caused by the rise of ecommerce. From a report: Landlords of complexes anchored by big-box chains, discount merchants and supermarkets have gained power to raise rents as leases expire. New construction has been stymied by higher interest rates and soaring building costs. Scarcity in the market had disproved long-standing beliefs about retail real estate, said Brandon Isner, head of retail research at Newmark, a commercial property broker. "They would say, 'Retail is overbuilt. Retail is struggling. Ecommerce is going to take over brick-and-mortar retail.' And really none of that has ended up to be true," Isner said. Retailers plan to expand further in the years ahead, led by discount chains favoured by inflation-weary consumers seeking deals. Off-price clothing and decor chains Burlington Stores, Ross Stores and TJX, parent of the Marshalls and TJ Maxx store chains, have together added 339 US stores in the past year. Walmart intends to add 150 US locations over the next five years.

    Read more of this story at Slashdot.

  81. The USB-C Charging Mandate Arrives in the EU

    Fri, 27 Dec 2024 14:40:00 -0000

    From December 28th, a large percentage of the gadgets bought inside the EU are required to charge via USB-C. From a report: The goal for Directive 2022/2380, known colloquially as the common charging solution, is to reduce e-waste and solve market fragmentation. You may recall Apple and the EU butting heads over this a few years ago. The requirement for USB-C is just the surface of this directive though. It also includes regulations on fast charging, unbundling charging bricks from retail devices, and the introduction of improved labelling -- and it has the potential to make life for gadget enthusiasts in the EU a whole lot simpler. If it works, of course.

    Read more of this story at Slashdot.

  82. OpenAI Plans Corporate Overhaul To Draw More Investment

    Fri, 27 Dec 2024 14:00:00 -0000

    OpenAI plans to overhaul its corporate structure by converting its for-profit business into a Delaware public benefit corporation, seeking to raise capital from investors who want conventional equity stakes. The Microsoft-backed AI startup will scrap its unusual hybrid model where a nonprofit controls a capped-profit entity. The restructuring aims to help OpenAI compete with tech giants pouring hundreds of billions into AI development, it said. Under the plan, OpenAI's nonprofit wing will receive shares in the new public benefit corporation at a valuation set by outside advisers. The nonprofit will pursue charitable work in healthcare and education while the corporation runs OpenAI's main operations. The startup, which launched ChatGPT in 2022 and claims 300 million weekly users, said its current structure hampers fundraising at the scale needed to advance artificial general intelligence development. The restructured business will maintain OpenAI's mission of ensuring AI benefits humanity as its legal mandate.

    Read more of this story at Slashdot.

  83. 'The Paper Passport Is Dying'

    Fri, 27 Dec 2024 12:05:00 -0000

    Facial recognition technology is poised to replace traditional passports globally, marking the biggest shift in travel documentation since World War 1. Airports across Finland, Canada, Netherlands, UAE, UK, Italy, US, and India are testing passport-free systems, with Singapore already implementing the technology for its residents and departing visitors. The systems typically store passport data digitally on smartphones, using face recognition cameras at airports to match travelers against stored photos. Singapore officials report over 1.5 million people have used their system, while Finnish trials showed identity checks taking just eight seconds.

    Read more of this story at Slashdot.

  84. Video Games Can't Afford To Look This Good

    Fri, 27 Dec 2024 10:45:00 -0000

    Major video game studios' pursuit of ultra-realistic graphics has led to diminishing returns and industry-wide layoffs, as younger players gravitate toward simpler, more social games, New York Times is reporting. Sony's Insomniac Games spent $300 million developing Marvel's Spider-Man 2, triple the budget of its predecessor, before laying off staff amid Sony's 900-person reduction in February. The industry has cut more than 20,000 jobs in the past two years. Meanwhile, games with basic graphics like Minecraft, Roblox and Fortnite continue to dominate, particularly among younger players. Genshin Impact, a mobile game by Hoyoverse, generates approximately $2 billion annually through frequent content updates rather than cutting-edge visuals. The shift has forced studios to reevaluate their strategies. Warner Bros. Discovery lost $200 million on Suicide Squad: Kill the Justice League, while Sony shuttered its Concord studio shortly after launch. Some industry figures see AI as a potential solution to reduce graphics development costs, the report adds, particularly in sports games.

    Read more of this story at Slashdot.

  85. Japan's Megabank MUFG Suffers Online Banking Glitch, Hints At Cyberattack

    Fri, 27 Dec 2024 07:30:00 -0000

    Japanese megabank MUFG Bank says that its internet banking service has been unstable, indicating that it may have been under a cyberattack. From a report: The glitch, which occurred from 2:47 p.m., originated from "massive influx of data," the main banking unit of Mitsubishi UFJ Financial Group said. There was no leakage of customer information, nor was any damage caused by computer viruses.

    Read more of this story at Slashdot.

  86. Chinese Firm Trains Massive AI Model for Just $5.5 Million

    Fri, 27 Dec 2024 05:21:00 -0000

    Chinese AI startup DeepSeek has released what appears to be one of the most powerful open-source language models to date, trained at a cost of just $5.5 million using restricted Nvidia H800 GPUs. The 671-billion-parameter DeepSeek V3, released this week under a permissive commercial license, outperformed both open and closed-source AI models in internal benchmarks, including Meta's Llama 3.1 and OpenAI's GPT-4 on coding tasks. The model was trained on 14.8 trillion tokens of data over two months. At 1.6 times the size of Meta's Llama 3.1, DeepSeek V3 requires substantial computing power to run at reasonable speeds. Andrej Karpathy, former OpenAI and Tesla executive, comments: For reference, this level of capability is supposed to require clusters of closer to 16K GPUs, the ones being brought up today are more around 100K GPUs. E.g. Llama 3 405B used 30.8M GPU-hours, while DeepSeek-V3 looks to be a stronger model at only 2.8M GPU-hours (~11X less compute). If the model also passes vibe checks (e.g. LLM arena rankings are ongoing, my few quick tests went well so far) it will be a highly impressive display of research and engineering under resource constraints. Does this mean you don't need large GPU clusters for frontier LLMs? No but you have to ensure that you're not wasteful with what you have, and this looks like a nice demonstration that there's still a lot to get through with both data and algorithms.

    Read more of this story at Slashdot.

  87. Microsoft Bundling Practices Focus of Federal Antitrust Probe

    Fri, 27 Dec 2024 03:40:00 -0000

    The Federal Trade Commission has launched a broad antitrust investigation into Microsoft's business practices, focusing on how the company bundles its Office products with cybersecurity and cloud computing services. The probe follows ProPublica reporting that revealed Microsoft offered free temporary upgrades of federal agencies' software licenses to include advanced cybersecurity features, leading to long-term contracts once the trial period ended. The strategy helped Microsoft expand its government business while displacing competitors in both cybersecurity and cloud computing markets. The investigation includes scrutiny of Microsoft's identity management product Entra ID, formerly Azure Active Directory. The FTC has issued a civil investigative demand compelling the company to turn over information. The probe represents one of FTC Chair Lina Khan's final moves before leadership changes under the Biden administration. Microsoft confirmed receiving the demand but called it "broad, wide ranging, and requests things that are out of the realm of possibility to even be logical."

    Read more of this story at Slashdot.

  88. Trump Transition Leaders Call For Eased Tech Immigration Policy

    Fri, 27 Dec 2024 01:27:00 -0000

    theodp writes: In 2012, now-Microsoft President Brad Smith unveiled Microsoft's National Talent Strategy, a two-pronged strategy that called for tech visa restrictions to be loosened to allow tech companies to hire non-U.S. citizens to fill jobs until more American schoolchildren could be made tech-savvy enough to pass hiring standards. Shortly thereafter, tech-backed nonprofit Code.org emerged (led by Smith's next-door neighbor Hadi Partovi with Smith as a founding Board member) with a mission to ensure that U.S. schoolchildren started receiving 'rigorous' computer science education instruction. Around the same time, Mark Zuckerberg's FWD.us PAC launched (with support from Smith, Partovi, and other tech leaders) with a mission to reform tech visa policy to meet tech's need for talent. Fast forward to 2024, and Newsweek reports the debate over tech immigration policy has been revived, spurred by the recent appointment of Sriram Krishnan as senior policy adviser for AI at the Trump White House. Comments by far-right political activist Laura Loomer on Twitter about Krishnan's call for loosening Green Card restrictions were met with rebuttals from prominent tech leaders who are also serving as members of the Trump transition team. Entrepreneur David Sacks, who Trump has tapped as his cryptocurrency and AI czar, took to social media to clarify that Krishnan advocates for removing country caps on green cards, not eliminating caps entirely, aiming to create a more merit-based system. However, the NY Times reported that Sacks discussed a much broader visa reform proposal with Trump during a June podcast ("What I will do is," Trump told Sacks, "you graduate from a college, I think you should get automatically, as part of your diploma, a green card to be able to stay in this country"). Elon Musk, the recently appointed co-head of Trump's new Dept. of Government Efficiency (DOGE) had Sacks' and Krishnan's backs (not unexpected -- both were close Musk advisors on his Twitter purchase), tweeting out "Makes sense" to his 209 million followers, lamenting that "the number of people who are super talented engineers AND super motivated in the USA is far too low," reposting claims crediting immigrants for 36% of the innovation in the U.S., and taking USCIS to task for failing to immediately recognize his own genius with an Exceptional Ability Green Card (for his long-defunct Zip2 startup). Vivek Ramaswamy, who Trump has tapped to co-lead DOGE with Musk, agreed and fanned the Twitter flames with a pinned Tweet of his own explaining, "The reason top tech companies often hire foreign-born -- first-generation engineers over "native" Americans isn't because of an innate American IQ deficit (a lazy -- wrong explanation). A key part of it comes down to the c-word: culture." (Colorado Governor Jared Polis also took to Twitter to agree with Musk and Ramaswamy on the need to import 'elite engineers'). And Code.org CEO Partovi joined the Twitter fray, echoing the old we-need-H1B-visas-to-make-US-schoolchildren-CS-savvy argument of Microsoft's 2012 National Talent Strategy. "Did you know 2/3 of H1B visas are for computer scientists?" Partovi wrote in reply to Musk, Loomer, and Sachs. "The H1B program raises $500M/year (from its corporate sponsors) and all that money is funneled into programs at Labor and NSF without focus to grow local CS talent. Let's fund CS education." The NYT also cited Zuckerberg's earlier efforts to influence immigration policy with FWD.us (which also counted Sacks and Musk as early supporters), taking note of Zuck's recent visit to Mar-a-Lago and Meta's $1 million donation to Trump's upcoming inauguration. So, who is to be believed? Musk, who attributes any tech visa qualms to "a 'fixed pie' fallacy that is at the heart of much wrong-headed economic thinking" and argues that "there is essentially infinite potential for job and company creation ['We should let anyone in the country who is hardworking and honest and will be a contributor to the United States,' Musk has said]"? Or economists who have found that immigration and globalization is not quite the rising-tide-that-raises-all-boats it's been cracked up to be?

    Read more of this story at Slashdot.

  89. Windows 11 Installation Media Bug Causes Security Update Failures

    Thu, 26 Dec 2024 23:29:00 -0000

    Microsoft is warning that Windows 11 installations using USB or CD media created with October or November 2024 security updates may be unable to receive future security patches. The bug affects version 24H2 installations made between October 8 and November 12, but does not impact systems updated through Windows Update or the Microsoft Update Catalog. Microsoft advised users to rebuild installation media using December 2024 patches while it works on a permanent fix for the issue, which primarily affects business and education environments.

    Read more of this story at Slashdot.

  90. Scientists Explore Longevity Drugs For Dogs That Could Also 'Extend Human Life'

    Thu, 26 Dec 2024 18:24:00 -0000

    U.S. biotech startup Loyal plans to launch a lifespan-extending drug for dogs in early 2025, potentially offering insights into human longevity. The San Francisco-based company has secured $125 million in funding for LOY-002, a beef-flavored daily pill designed to extend canine lifespans by at least one year. The drug works by targeting age-related metabolic changes and insulin regulation, according to Loyal CEO Celine Halioua. Simultaneously, the Dog Aging Project is studying rapamycin, an immunosuppressant drug, which preliminary research suggests could add three years to dogs' lives. Researchers believe these canine studies could accelerate human longevity research, though experts note the lack of standardized aging biomarkers remains a significant hurdle for human trials.

    Read more of this story at Slashdot.

  91. Even Apple Wasn't Able To Make VR Headsets Mainstream in 2024

    Thu, 26 Dec 2024 17:22:00 -0000

    Apple's $3,499 Vision Pro headset has failed to gain widespread adoption despite advanced technology, with consumers preferring discreet wearables like smartwatches. The Verge: Nearly a year from launch, though, Apple hasn't done enough to demonstrate why the Vision Pro should be a potential showcase of the future of computing. It's taking a long time to put together its immersive content library, and while those are great demonstrations of what's possible, the videos have been short and isolating. There aren't many great games, either. Yes, Apple keeps adding cool new software features. The wide and ultra widescreen settings for using a Mac display seem exceptionally useful. But those are pretty specific options for pretty specific use cases. There still isn't an immediate, obvious reason to buy a Vision Pro the way there usually is with the company's newest iPhones and Macs. If I bought a Vision Pro today, I wouldn't know what to do with it besides give myself a bigger Mac screen or watch movies, and I don't think either of those are worth the exorbitant price.

    Read more of this story at Slashdot.

  92. Actualité : Cette barre de son présente le meilleur rapport qualité / prix de notre comparatif

    Fri, 27 Dec 2024 17:12:23 -0000

    La barre de son Samsung HW-Q935D s'affiche aujourd'hui à 629,99 € chez Fnac.com, Darty.com et Boulanger.com. C'est actuellement le meilleur rapport qualité / prix de notre comparatif, selon les 58 modèles testés dans notre laboratoire.
    Livrée avec des enceintes sans-fil arrière, la barre de son Dolby Atmos HW-Q935D chatouille le haut du panier chez Samsung. Elle n’offre que très peu d’évolutions par rapport à son aînée, mais se révèle toujours aussi pertinente dans sa catégorie.Points fortsSonorité agréable et presque transparente. Superbe spatialisation latérale. Scène sonore impr...<br><img src="https://cdn.lesnumeriques.com/optim/test/22/228486/659090b4-samsung-hw-q935d-un-veritable-systeme-dolby-atmos-taille-pour-les-tv-de-55.jpg" />
  93. Actualité : Samsung prévoit d’annoncer toutes ces nouveautés en janvier 2025

    Fri, 27 Dec 2024 16:22:00 -0000

    Samsung a du pain sur la planche pour le début d’année 2025 avec sa Galaxy Unpacked de janvier. Au programme : Galaxy S25, Galaxy Ring 2, lunettes connectées ou encore Galaxy AI.
    Le début d’année continue d’être la période de Samsung pour dévoiler une armada de nouveautés, et la Galaxy Unpacked de 2025 promet de belles révélations. Attendu pour le 22 janvier prochain, l’évènement ferait bien évidemment la part belle aux Galaxy S25, S25+ et S25 Ultra… et à un petit nouveau, le Galaxy S25 Slim !DigiTimes s’est d’ailleurs penché...<br><img src="https://cdn.lesnumeriques.com/optim/news/23/231197/a718b131-samsung-prevoit-d-annoncer-toutes-ces-nouveautes-en-janvier-2025.jpg" />
  94. Test Dell Inspiron 16 2-en-1 (2024, Intel Core Ultra) : un entrée de gamme puissant, mais perfectible

    Fri, 27 Dec 2024 16:00:00 -0000

    Le Dell Inspiron 16 2-en-1 est un ordinateur portable convertible doté d'une dalle tactile de 16 pouces. Il embarque un processeur Intel Core Ultra 7 155H de génération Meteor Lake, s'inscrivant dans la logique d'entrée de gamme qui caractérise cette série de la marque nord-américaine.
    Le Dell Inspiron 16 2-en-1 est un ordinateur portable convertible doté d'une dalle tactile de 16 pouces. Il embarque un processeur Intel Core Ultra 7 155H de génération Meteor Lake, s'inscrivant dans la logique d'entrée de gamme qui caractérise cette série de la marque nord-américaine. ## PrésentationVous reprendrez bien un petit Dell Inspiron avant...<br><img src="https://cdn.lesnumeriques.com/optim/test/23/231048/eb5f9676-test-dell-inspiron-16-2-en-1__400_400.png" />
  95. Actualité : Galaxy S25 Slim : un design ultra-fin grâce à cette nouveauté signée Samsung

    Fri, 27 Dec 2024 15:41:00 -0000

    Pour arriver à un design ultra-fin sur le Galaxy S25 Slim, Samsung aurait opté pour la nouvelle technologie ALoP (All Lenses on Prism) pour le téléobjectif.
    L’annonce des Galaxy S25, S25+ et S25 Ultra approche à grands pas, et il y a des chances pour qu’un quatrième modèle soit aussi dévoilé en début d’année 2025 : le Galaxy S25 Slim. Jouant sur la finesse, et défiant le lancement de l’iPhone SE 4 en mars et de l’iPhone 17 Air d’Apple en septembre, ce nouveau smartphone haut de gamme aurait quelques tour...<br><img src="https://cdn.lesnumeriques.com/optim/news/23/231195/f000a5bd-galaxy-s25-slim-un-design-ultra-fin-grace-a-cette-nouveaute-signee-samsung.jpg" />
  96. Actualité : Vous avez installé Windows 11 récemment ? Vous allez peut-être devoir recommencer

    Fri, 27 Dec 2024 14:19:00 -0000

    Windows 24H2 souffre officiellement d'un nouveau bug très gênant, qui ne touche "heureusement" que les personnes ayant installé récemment l'OS de Microsoft.
    Dans la liste des bugs connus de Windows 11 dans sa toute dernière version, la 24H2, Microsoft vient de renseigner une nouvelle entrée qui risque de sérieusement gêner certaines personnes. Il ne s'agit pas de celles qui utiliseraient telle ou telle fonctionnalité ou application, mais bien les personnes qui ont installé le système d'exploitation duran...<br><img src="https://cdn.lesnumeriques.com/optim/news/23/231184/f2c1db7f-vous-avez-installe-windows-11-recemment-vous-etes-peut-etre-sujet-a-un-bug-critique.jpg" />
  97. Actualité : Bon plan – Le sèche-linge Samsung Bespoke AI DV90BB7445GWS3 "5 étoiles" à 879,00 € (-22%)

    Fri, 27 Dec 2024 14:01:02 -0000

    Le sèche-linge Samsung Bespoke AI DV90BB7445GWS3 passe sous les 900 € chez Boulanger.com soit une baisse d'environ 22% sur le prix habituellement constaté. C'est actuellement l'un des meilleurs produit de notre comparatif.
    Avec son Bespoke AI, Samsung mise gros. Ce sèche-linge à pompe à chaleur embarque un mode AI Dry qui repose sur plusieurs capteurs pour contrôler le taux d'humidité en temps réel, ainsi que le poids pour adapter la durée et la température du séchage.Points fortsSéchage rapide et efficace. Design attrayant. Connectivité SmartThings. Modèle silencieux...<br><img src="https://cdn.lesnumeriques.com/optim/test/21/218277/b3fc10f5-samsung-bespoke-ai-un-seche-linge-rapide-et-econome-en-energie.jpg" />
  98. Actualité : Apple : voici les nouveaux produits prévus pour début 2025

    Fri, 27 Dec 2024 13:27:00 -0000

    Apple n’en a pas fini d’annoncer de nouveaux produits. La firme à la pomme pourrait d’ailleurs en dévoiler au moins cinq en début d’année 2025, dont des MacBook, iPhone et iPad.
    Alors que les cadeaux ont maintenant été ouverts et que le Nouvel An approche à grands pas, Apple prévoit dans l’ombre un début d’année 2025 riche en nouveautés. D’ailleurs, 9to5Mac a concocté un récapitulatif plus qu’intéressant sur les produits prévus pour cette période.Comme le mentionnait une récente publication de Mark Gurman, le MacBook Air arr...<br><img src="https://cdn.lesnumeriques.com/optim/news/23/231185/f1f276c0-apple-voici-les-nouveaux-produits-prevus-pour-debut-2025.jpg" />
  99. 4 accessoires indispensables pour réussir vos soirées raclette cet hiver

    Fri, 27 Dec 2024 13:00:00 -0000

    Les températures baissent, les journées s’écourtent, et sur les boucles de messageries fleurissent les premiers : “Petite raclette ce soir ?”. Cela tombe bien puisque nous avons sélectionné 4 produits pour réussir vos soirées autour d’un peu de réconfort fromagé !
    Eco-raclette 8 personnes : plus économe, mais pas moins convivialeL’hiver est à nos portes et les stocks de fromage doivent commencer à s’écouler ! Pour mettre ce principe ancestral en application, la pierre angulaire de nos soirées raclette n’est autre que l’appareil à raclette. L’Eco-Raclette 8 personnes de Tefal remplit cette mission à merveille,...<br><img src="https://cdn.lesnumeriques.com/optim/native/23/230627/0edcf1aa-4-accessoires-indispensables-pour-reussir-vos-soirees-raclette-cet-hiver.jpg" />
  100. Actualité : Ce nettoyeur de sol présente le meilleur rapport qualité / prix de notre comparatif

    Fri, 27 Dec 2024 11:14:22 -0000

    Le nettoyeur de sol Tineco Floor One S5 s'affiche aujourd'hui à 295,00 € chez Electro Depot. C'est actuellement le meilleur rapport qualité / prix de notre comparatif, selon les 28 modèles testés dans notre laboratoire.
    Avec son Floor One S5, Tineco s'est rapidement hissé dans le top des ventes sur Amazon. Ce nettoyeur de sol polyvalent aspire et lave le sol simultanément grâce à une brosse motorisée conçue pour glisser facilement le long des plinthes et dans les moindres recoins.Points fortsÉcran pour afficher l&#039;autonomie et le mode de nettoyage. Position park...<br><img src="https://cdn.lesnumeriques.com/optim/test/17/179261/950981f8-tineco-floor-one-s5-nettoyeur-de-sol-au-top.jpg" />
  101. Actualité : Bluesky va enfin être tendance avec cette nouveauté

    Fri, 27 Dec 2024 11:10:00 -0000

    Bluesky s'essaye, en bêta dans un premier temps, aux trending topics. Une fonctionnalité certes centrale de ce type de réseau social, mais ici un peu adaptée à sa sauce.
    Aujourd'hui proche des 26 millions d'utilisateurs (alors qu'il n'était qu'aux alentours des 14 millions début novembre), Bluesky poursuit aujourd'hui un peu plus tranquillement son impressionnante poussée de croissance en cette fin d'année 2024. Et, malgré des moyens relativement modestes, qui dit nouveaux utilisateurs dit besoin de déployer de nouve...<br><img src="https://cdn.lesnumeriques.com/optim/news/23/231178/a2c8231e-bluesky-va-enfin-etre-tendance-avec-cette-nouveaute.jpg" />
  102. Événement : Samsung Galaxy Unpacked 2025 : Galaxy S25, Galaxy S25 Slim, Galaxy Ring 2, casque XR… Ce que l'on attend de l'événement

    Fri, 27 Dec 2024 11:06:00 -0000

    Samsung organisera en janvier 2025 sa traditionnelle conférence de début d'année. Un Galaxy Unpacked qui s'annonce riche en nouveautés, tant au rayon des smartphones qu'à celui des objets connectés.
    Quelques semaines seulement nous séparent du prochain Galaxy Unpacked de Samsung. Le sud-coréen organise chaque année, peu ou prou à la même période, une conférence d'annonces de ses nouveaux produits. Si ses habitudes ont été chahutées par la crise de la Covid-19, le fabricant semble aujourd'hui avoir repris son rythme de croisière et prévoit, à en...<br><img src="https://cdn.lesnumeriques.com/optim/event/23/231177/a36e446a-samsung-galaxy-unpacked-2025-galaxy-s25-galaxy-s25-slim-galaxy-ring-2-casque-xr-ce-que-l-on-attend-de-l-evenement.jpg" />
  103. Dossier : Starship, Ariane, Boeing, Chine… : les 5 tops et flops de l'année aérospatiale 2024

    Fri, 27 Dec 2024 11:00:00 -0000

    L'année 2024 aura été très impressionnante dans le domaine de la conquête spatiale. Il y aura eu de grandes et inoubliables premières mondiales, des lancements qui marqueront sans doute l'Histoire et aussi quelques échecs plus ou moins retentissants, plus ou moins honteux… Retour sur cette très riche année avec un top 5 du meilleur et du pire.
    Que restera-t-il gravé dans nos esprits lorsque nous nous remémorerons 2024 pour ce qui concerne l'activité aérospatiale ? Des réussites inédites, parfois tout bonnement incroyables ou au contraire très attendues, mais aussi des ratages extraordinaires et potentiellement très, très dangereux. Commençons donc notre rétrospective par le pire…Le flop 5...<br><img src="https://cdn.lesnumeriques.com/optim/article/23/230941/8a5142c7-les-5-tops-et-flops-de-2024-dans-le-spatial-du-tres-lourd-et-du-tres-leger.png" />
  104. Actualité : Après avoir “frôlé” le Soleil, la sonde Parker Solar Probe toujours en vie !

    Fri, 27 Dec 2024 09:43:10 -0000

    Pendant que nous nous préparerons à déguster notre repas de réveillon, la sonde spatiale Parker Solar Probe de la Nasa s'approchera plus près que jamais du Soleil, à la folle vitesse de 690 000 km/h ! La couronne solaire n'aura peut-être bientôt plus de secrets pour les scientifiques.
    Mise à jour &nbsp;|&nbsp;27/12/2024 à 10:34 Après s'être approchée à toute vitesse au plus près du Soleil, la sonde Parker Solar Probe est “en sécurité et fonctionne normalement”, a annoncé aujourd'hui la Nasa. La sonde devrait envoyer des données sur son état dès le 1er janvier 2025, a ajouté l'agence spatiale étas...<br><img src="https://cdn.lesnumeriques.com/optim/news/23/231092/f5c77a61-la-sonde-parker-solar-probe-va-s-approcher-a-6-millions-de-km-du-soleil-le-24-decembre.png" />
  105. Actualité : Mais où est donc le Tesla Model Y restylé ?

    Fri, 27 Dec 2024 08:41:00 -0000

    Le Tesla Model Y amélioré se fait attendre. D'après certaines informations, sa commercialisation pourrait toutefois être proche. L'occasion de faire le point sur les rumeurs à son sujet.
    Si Tesla n'hésite pas à annoncer ses futurs modèles plusieurs années avant leur commercialisation, la marque se montre nettement moins hâtive au sujet des évolutions qu'elle leur apporte durant leur carrière, certainement pour ne pas voir ses clients reporter leur commande.Elon Musk avait déjà indiqué qu'aucun restylage du Model Y n'était à attendre...<br><img src="https://cdn.lesnumeriques.com/optim/news/23/231167/3c63d31b-mais-ou-est-donc-le-tesla-model-y-restyle.jpg" />
  106. Actualité : Bon plan – La montre connectée Garmin Epix Pro (Gen 2) - 47 mm "5 étoiles" à 649,00 €

    Fri, 27 Dec 2024 06:28:02 -0000

    La montre connectée Garmin Epix Pro (Gen 2) - 47 mm passe sous les 650 € chez i-Run. C'est actuellement l'un des meilleurs produit de notre comparatif.
    Première montre multisport d'extérieur de Garmin à profiter d'un écran Amoled, l'Epix Gen 2 évolue en version Pro. Derrière une apparence identique, elle introduit un capteur cardio optique de dernière génération ainsi qu'une lampe torche à leds, sans oublier cette fois de se décliner en 3 tailles.Points fortsBel écran Amoled. Bonne précision GPS et...<br><img src="https://cdn.lesnumeriques.com/optim/test/21/212329/3db90569-garmin-epix-pro-la-montre-multisport-a-ecran-oled-se-bonifie.jpg" />
  107. Actualité : Bon plan – La manette de jeu Microsoft Xbox Elite Series 2 "5 étoiles" à 149,95 €

    Fri, 27 Dec 2024 06:16:02 -0000

    La manette de jeu Microsoft Xbox Elite Series 2 passe sous les 150 € chez Amazon. C'est actuellement l'un des meilleurs produit de notre comparatif.
    Sortie fin 2015, la première manette Xbox Elite avait su nous convaincre malgré son tarif très élevé de 150 €. Près de 4 ans plus tard, voici venue l'Elite Series 2, sa remplaçante. Encore plus chère (180 €), elle est aussi encore meilleure.Points fortsExcellente qualité de fabrication et confort de prise en main. Fonctionnement sans-fil avec peu de...<br><img src="https://cdn.lesnumeriques.com/optim/test/14/144037/090d3bbc-xbox-elite-series-2-la-meilleure-manette-de-jeu-xbox-et-pc-fait-payer-son-excellence.jpeg" />
  108. Actualité : Bon plan – Le casque Gaming & micro Sennheiser GSP 600 "4 étoiles" à 73,99 € (-20%)

    Fri, 27 Dec 2024 06:01:02 -0000

    Le casque Gaming & micro Sennheiser GSP 600 passe sous les 80 € chez Amazon Marketplace soit une baisse d'environ 20% sur le prix habituellement constaté.
    Après de longues années, Sennheiser renouvelle enfin son offre haut de gamme et remplace ses Game One et G4me Zero. Les GSP 500 et GSP 600, lancés respectivement à 229 et 249 €, arrivent donc pour offrir une solution d'écoute et de communication "professionnelle" aux joueurs exigeants.Points fortsBel équilibre sonore. Précis, distorsion faible. Casqu...<br><img src="https://cdn.lesnumeriques.com/optim/produits/165/43663/sennheiser-gsp-600_17c90972c13b25d2.jpg" />
  109. Actualité : Voici le meilleur robot cuiseur multifonctions à prix abordable de notre comparatif

    Fri, 27 Dec 2024 06:00:22 -0000

    Le robot cuiseur multifonctions Silvercrest Monsieur Cuisine Smart s'affiche aujourd'hui à 179,00 € chez Lidl. C'est actuellement le meilleur robot cuiseur multifonctions à prix abordable de notre comparatif, selon les 18 modèles testés dans notre laboratoire.
    Deux ans après la sortie de son Monsieur Cuisine Connect sous sa marque Silvercrest, Lidl améliore et enrichit son robot-cuiseur star avec le Monsieur Cuisine Smart. Ce modèle gagne un moteur plus puissant, un écran plus grand et plus de fonctionnalités.Points fortsInterface repensée et réactive. Recettes détaillées et nombreux programmes de cuisson....<br><img src="https://cdn.lesnumeriques.com/optim/test/17/172287/de4432c9-silvercrest-monsieur-cuisine-smart-lidl-sublime-la-recette-de-son-robot-cuiseur.jpeg" />
  110. Test Amazon Kindle Colorsoft Signature Edition : enfin un écran couleur dans la famille Kindle

    Fri, 27 Dec 2024 06:00:00 -0000

    Après une excellente Kindle Paperwhite 2024, Amazon signe avec la Kindle Colorsoft sa première liseuse à écran couleur. Ce modèle promet une expérience autrement intéressante pour les amateurs de bandes dessinées, magazines et autres contenus graphiques en couleur.
    Après une excellente Kindle Paperwhite 2024, Amazon signe avec la Kindle Colorsoft sa première liseuse à écran couleur. Ce modèle promet une expérience autrement intéressante pour les amateurs de bandes dessinées, magazines et autres contenus graphiques en couleur. ## PrésentationDepuis plus de 15 ans, Amazon s’est imposé comme un acteur majeur sur l...<br><img src="https://cdn.lesnumeriques.com/optim/test/22/228533/530b5f36-amazon-kindle-colorsoft-signature-edition-enfin-un-ecran-couleur-chez-les-kindle__400_400.jpg" />
  111. Top bon plan : Reolink, Google, Samsung... les meilleurs bons plans du 27/12/2024

    Fri, 27 Dec 2024 06:00:00 -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 caméra de surveillance Reolink Duo 2 Batterie "5 étoiles" à 102,19 € (-34%)La Reolink Duo 2 est une caméra de surveillance extérieure particulièrement prometteuse. Grâce à ses deux capteurs, elle doit pouvoir surveiller une large zone et offrir une vue à 180°.2/ Le smartphone Google Pixel 8 Pro 256 Go "4 étoiles" à 659,00 €Google renouvelle ann...<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" />
  112. Actualité : Bon plan – La barre de son Samsung HW-Q995D "5 étoiles" à 1 240,00 €

    Fri, 27 Dec 2024 03:22:01 -0000

    La barre de son Samsung HW-Q995D passe sous les 1300 € chez Ubaldi. C'est actuellement le meilleur produit de notre comparatif.
    La HW-Q995D est le modèle haut de gamme de la cuvée 2024 des barres de son chez Samsung. Presque identique à sa devancière HW-Q990C, elle embarque désormais l’assistant Alexa et deux entrées HDMI compatibles 4K/120 Hz pour le plus grand bonheur des joueurs.Points fortsRendu sonore maîtrisé, équilibré et homogène. Précision des effets surround, créati...<br><img src="https://cdn.lesnumeriques.com/optim/test/22/220471/8faa5156-barre-de-son-samsung-hw-q995d-toujours-aussi-impressionnante-du-mieux-pour-les-joueurs.jpg" />
  113. Actualité : Bon plan – Le gonfleur de pneu Xiaomi Portable Electric Air Compressor 2 "5 étoiles" à 42,49 €

    Fri, 27 Dec 2024 02:40:02 -0000

    Le gonfleur de pneu Xiaomi Portable Electric Air Compressor 2 est proposé à 42,49 € chez Amazon et Amazon Marketplace. C'est actuellement le meilleur produit de notre comparatif.
    Avec son Portable Electric Air Compressor 2, Xiaomi propose une nouvelle version de son gonfleur nomade. Plus rapide que la mouture 1S, elle gagne aussi quelques autres améliorations qui sont les bienvenues.Points fortsSimplicité d’utilisation. Encombrement et masse raisonnables. Port USB-C. Vitesses de gonflage rapides. Points faiblesPas de fonction...<br><img src="https://cdn.lesnumeriques.com/optim/test/21/214168/e4f49357-xiaomi-portable-electric-air-compressor-2.png" />
  114. Actualité : Top produit – L'ordinateur de bureau Apple Mac Mini (M4) 16 Go / 256 Go à 695,49 €

    Thu, 26 Dec 2024 23:00:04 -0000

    L'ordinateur de bureau Apple Mac Mini (M4) 16 Go / 256 Go s'affiche aujourd'hui à 695,49 € chez Topbiz.fr. 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é : Bon plan – L'imprimante photo portable Canon Selphy Square QX10 "5 étoiles" à 99,99 € (-13%)

    Thu, 26 Dec 2024 23:00:03 -0000

    L'imprimante photo portable Canon Selphy Square QX10 passe sous les 100 € chez Carrefour soit une baisse d'environ 13% sur le prix habituellement constaté. C'est actuellement l'un des meilleurs produit de notre comparatif.
    Après plusieurs modèles utilisant la technologie ZINK, Canon revient sur le marché des imprimantes photo portables avec la Selphy Square QX10, un modèle à sublimation thermique qui promet une meilleure qualité d'impression.Points fortsApplication simple à utiliser. Esthétique et design. Couleurs assez fidèles. Très bon niveau de netteté. Points faibl...<br><img src="https://cdn.lesnumeriques.com/optim/test/16/168459/a8e7885d-imprimante-portable-canon-selphy-square-qx10-une-excellente-qualite-d-impression.jpeg" />
  116. Actualité : Xiaomi YU7 : un prix dévoilé avec de nouvelles images du crossover SUV électrique

    Thu, 26 Dec 2024 19:45:00 -0000

    Xiaomi prépare plusieurs véhicules électriques après le succès de la SU7. Il y a peu, le constructeur a dévoilé son nouveau modèle : le YU7. Le crossover SUV a été aperçu avec un camouflage et dévoile son prix.
    Nouvelles photos pour la Xiaomi YU7 mais malheureusement, il faudra se contenter d’un camouflage. Le véhicule électrique est en phase de test et a fait son apparition dans les colonnes de Yiche.La Xiaomi YU7 dévoile un prix et des imagesSelon les informations connues, le Xiaomi YU7 sera lancé à un prix entre 300 000 ¥ et 400 000 ¥ (environ 38 000 à 5...<br><img src="https://cdn.lesnumeriques.com/optim/news/23/231168/2c6a1a81-xiaomi-yu7-un-prix-devoile-avec-de-nouvelles-images-du-crossover-suv-electrique.jpg" />
  117. Actualité : BYD prépare son robot humanoïde et a de grandes ambitions

    Thu, 26 Dec 2024 17:15:00 -0000

    BYD met en place une équipe pour développer des produits basés sur l’IA, notamment des robots humanoïdes. Comme le rapporte Meiren Auto qui cite plusieurs sources, cette stratégie s’inscrit dans le cadre de la "15th business unit" (15e unité commerciale) du constructeur automobile.
    Les robots humanoïdes intéressent de plus en plus de géants technologiques comme OpenAI, le créateur de ChatGPT. BYD n’échappe pas à la tendance alors que le constructeur automobile bat des records de production.BYD se penche sur les robots humanoïdesSa division a été créée en 2003 avant de se renommer FinDreams Technology en 2019. Jusque-là, elle ét...<br><img src="https://cdn.lesnumeriques.com/optim/news/23/231165/93e4e67d-byd-prepare-son-robot-humanoide-et-a-de-grandes-ambitions.jpg" />
  118. Actualité : Cet aspirateur robot présente le meilleur rapport qualité / prix de notre comparatif

    Thu, 26 Dec 2024 17:04:22 -0000

    L'aspirateur robot Xiaomi Robot Vacuum X20+ s'affiche aujourd'hui à 369,00 € chez Amazon. C'est actuellement le meilleur rapport qualité / prix de notre comparatif, selon les 62 modèles testés dans notre laboratoire.
    Le Robot Vacuum X20+ promet de garder les sols propres sans (trop) solliciter l’aide de l’utilisateur et surtout sans trop le ruiner, puisque cet aspirateur robot est vendu moins de 500 € avec sa station multifonctions.Points fortsAspiration très efficace. Serpillières relevables. Station très complète. Navigation méthodique. Détection des obstacles...<br><img src="https://cdn.lesnumeriques.com/optim/test/22/221144/9df5de06-xiaomi-robot-vacuum-x20-la-nouvelle-reference-a-moins-de-500.jpg" />
  119. Test Eureka RapidWash NEW430 : un nettoyeur de sols simple, mais efficace

    Thu, 26 Dec 2024 16:00:00 -0000

    Avec le RapidWash NEW430, Eureka semble proposer un laveur de sols qui emprunte le meilleur des deux mondes. Ainsi, ce balai revendique des atouts dignes d'un appareil haut de gamme, tout en affichant un prix plus qu’attrayant de 300 €.
    Avec le RapidWash NEW430, Eureka semble proposer un laveur de sols qui emprunte le meilleur des deux mondes. Ainsi, ce balai revendique des atouts dignes d'un appareil haut de gamme, tout en affichant un prix plus qu’attrayant de 300 €. ## PrésentationEureka nous a habitués à des appareils aux prix alléchants. La tendance est toujours la même avec le...<br><img src="https://cdn.lesnumeriques.com/optim/test/23/231047/a09ebadb-eureka-rapidwash-new430__400_400.jpg" />
  120. Actualité : WhatsApp : une fonction plus qu’utile arrive pour envoyer des documents

    Thu, 26 Dec 2024 15:54:00 -0000

    Envie de partager au mieux un document papier ? Bonne nouvelle, WhatsApp vient tout juste d'introduire une fonctionnalité permettant de faire un scan en un rien de temps.
    Le partage, c’est tout le principe des applications de messagerie. Meta continue d’ailleurs de perfectionner l’une de ses solutions : WhatsApp. Après quelques améliorations pendant les fêtes de fin d’année jouant sur les appels audio et vidéo, l’application s’apprête à faciliter le partage de documents.En effet, Clubic a partagé ce 26 décembre 2024 q...<br><img src="https://cdn.lesnumeriques.com/optim/news/23/231161/fe9443a0-whatsapp.jpg" />
  121. Actualité : One UI 7 : voici quand la grosse mise à jour des Samsung Galaxy devrait arriver

    Thu, 26 Dec 2024 14:53:00 -0000

    One UI 7, tournant sous Android 15, se fait bien attendre. Alors que la bêta vient à peine de débuter, les rumeurs annoncent que la version finale de la prochaine mise à jour des smartphones Galaxy de Samsung n’arriverait pas avant le mois de février 2025, et uniquement sur quelques modèles.
    Jusqu’à présent l’une des marques les plus assidues au niveau des mises à jour majeures d’Android, Samsung a du mal avec le portage de la dernière, intégrée à sa mise à jour One UI 7. Tournant sous Android 15, cette mouture est en bêta depuis seulement le début du mois de décembre, et sur une poignée de modèles.Concernant la date de déploiement de la...<br><img src="https://cdn.lesnumeriques.com/optim/news/23/231160/4607f3bb-one-ui-7-voici-quand-la-grosse-mise-a-jour-des-samsung-galaxy-devrait-arriver.jpg" />
  122. Actualité : iPhone 18 Pro : une nouveauté encore incertaine pour les smartphones Apple de 2026

    Thu, 26 Dec 2024 13:43:00 -0000

    Mauvaise nouvelle, les iPhone 18 Pro pourraient ne pas profiter d’une nouveauté plus qu’attendue : un écran sans bordures. La faute à des difficultés de production, se traduisant par un lancement incertain de cette nouveauté en 2026.
    Alors que le Galaxy S25 Ultra de Samsung s’apprête à jouer le jeu de la finesse des bordures autour de l’écran, Apple envisagerait d’y mettre un terme dans les années à venir, potentiellement avec les iPhone 18 Pro. Cependant, tout ne se passerait pas aussi bien que prévu côté développement.En effet, The Elec a dévoilé ce 24 décembre 2024 dans un bil...<br><img src="https://cdn.lesnumeriques.com/optim/news/23/231158/72ee2be8-iphone-18-pro-une-nouveaute-encore-incertaine-pour-les-smartphoens-apple-de-2026.jpg" />
  123. Actualité : Top produit – Le smartphone Apple iPhone 16 Pro 256 Go à 1 299,00 €

    Thu, 26 Dec 2024 11:15:02 -0000

    Le smartphone Apple iPhone 16 Pro 256 Go s'affiche aujourd'hui à 1 299,00 € chez Ubaldi. C'est actuellement l'un des meilleurs produit de notre comparatif.
    Un smartphone mal-aimé à sa naissance. Voici le triste destin qui semble promis à l’iPhone 16 Pro en l’absence d’Apple Intelligence à la sortie du produit dans l'Union européenne. Pourtant, l’appareil a quelques arguments à faire valoir, comme le révèle son passage sous les fourches caudines de notre laboratoire.Points fortsFinitions exemplaires. Écr...<br><img src="https://cdn.lesnumeriques.com/optim/test/22/226447/aef8d932-apple-iphone-16-pro-sans-apple-intelligence-point-de-salut.jpg" />
  124. Actualité : Cet ordinateur de bureau présente le meilleur rapport qualité / prix de notre comparatif

    Thu, 26 Dec 2024 11:09:23 -0000

    L'ordinateur de bureau Apple Mac Mini (M4) s'affiche aujourd'hui à 695,49 € chez Topbiz.fr. C'est actuellement le meilleur rapport qualité / prix de notre comparatif, selon les 5 modèles testés dans notre laboratoire.
    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" />
  125. Actualité : Aurores boréales, comètes, Mars, éclipses : le calendrier 2025 des grands événements astronomiques

    Thu, 26 Dec 2024 11:00:00 -0000

    2024 fut une incroyable année astronomique, notamment à l'automne avec une comète visible à l'œil nu qui a tenu toutes ses promesses. Idem, deux épisodes d'aurores boréales ont illuminé de magie nos nuits entre mai et octobre dernier. Alors, que peut-on attendre de 2025 ?
    Le ciel est parfois capricieux. Ainsi, les comètes ne respectent pas souvent les estimations de luminosité que les astronomes calculent, mais dans l'ensemble, les humains savent prédire précisément les éclipses, les “occultations” et la plupart des événements astronomiques observables. Voici une sélection de ce que le ciel et les astres nous offriron...<br><img src="https://cdn.lesnumeriques.com/optim/news/23/231149/62dd68ec-le-ciel-en-2025-calendrier-de-evenements-astronomiques.jpg" />
  126. Actualité : Un nouveau 35 mm ultra léger pour hybrides APS-C signé Viltrox

    Thu, 26 Dec 2024 10:33:00 -0000

    Viltrox annonce une nouvelle petite focale fixe à destination des hybrides Sony, Nikon et Fujifilm : un 35 mm f1.7 en gamme Air. Découverte de ce nouvel objectif qui se veut compact, léger, performant et abodable !
    Viltrox, constructeur d'optiques tierces chinois, continue de dérouler sa roadmap de lancement de nouveaux objectifs. Après le très séduisant pancake AF 28mm F4,5 FE en monture Sony E plein format, l'impressionnant AF 135mm F1,8 LAB lui aussi proposé en monture Sony E plein format, voilà le nouveau AF 35mm F1,7 Air conçu également pour les hybrides A...<br><img src="https://cdn.lesnumeriques.com/optim/news/23/230958/e8b9dff0-un-nouveau-35-mm-ultra-leger-pour-hybrides-aps-c-signe-viltrox.jpg" />
  127. Actualité : Bon plan – L'aspirateur balai Dyson V11 Fluffy "4 étoiles" à 449,00 € (-21%)

    Thu, 26 Dec 2024 10:15:00 -0000

    L'aspirateur balai Dyson V11 Fluffy passe sous les 450 € chez Boulanger.com et Dyson soit une baisse d'environ 21% sur le prix habituellement constaté.
    Le Dyson V11 Fluffy est une version spéciale du V11 Absolute, avec un coloris différent et une sélection d'accessoires un peu différente. Il conserve les innovations du V11 premier du nom, dont l'écran et la tête d'aspiration High Torque.Points fortsExcellentes capacités d&#039;aspiration. Filtration parfaite. Gestion de l&#039;autonomie à la seconde...<br><img src="https://cdn.lesnumeriques.com/optim/product/75/75765/53c7f429-v11-absolute-extra-copie.jpg" />
  128. Actualité : Bon plan – La caméra de surveillance Reolink Duo 2 Batterie "5 étoiles" à 102,19 € (-34%)

    Thu, 26 Dec 2024 10:14:00 -0000

    La caméra de surveillance Reolink Duo 2 Batterie passe sous les 150 € chez Reolink soit une baisse d'environ 34% sur le prix habituellement constaté.
    La Reolink Duo 2 est une caméra de surveillance extérieure particulièrement prometteuse. Grâce à ses deux capteurs, elle doit pouvoir surveiller une large zone et offrir une vue à 180°.Points fortsChamp de vision de 180°. Excellente qualité d&#039;image. Nombreux réglages disponibles. Détection très efficace. Enregistrement sur carte microSD, NVR ou...<br><img src="https://cdn.lesnumeriques.com/optim/test/20/201921/f7834f74-reolink-duo-2.jpg" />
  129. Actualité : Leapmotor C10 : ce concurrent du Tesla Model Y gagne un prolongateur d'autonomie

    Thu, 26 Dec 2024 10:03:00 -0000

    Le Leapmotor C10, commercialisé par Stellantis en Europe, s'apprête à y proposer une version à prolongateur d'autonomie. Son fonctionnement est semblable à celui d'une hybride rechargeable pour son conducteur.
    Leapmotor, marque chinoise commercialisée par Stellantis en Europe, y a fait son entrée avec la T03 et le C10. Si la première s'est illustrée en devenant la voiture électrique la moins chère du marché français, le SUV C10 s'est un peu moins fait remarquer. Positionné sur le même segment que le Tesla Model Y, il peine à se démarquer et son autonomie m...<br><img src="https://cdn.lesnumeriques.com/optim/news/23/231152/a7c7ffb8-leapmotor-c10-ce-rival-chinois-du-tesla-model-y-gagne-un-prolongateur-d-autonomie.jpg" />
  130. “Secouer pour revendre” : comment Back Market révolutionne la revente de votre smartphone ?

    Thu, 26 Dec 2024 10:00:00 -0000

    Back Market n’a qu’une idée en tête : faire du reconditionné un réflexe en levant une à une toutes les barrières qui pourraient faire douter. C’est vrai à l’achat, et aussi à la revente, qui doit être aussi fluide que possible. La nouvelle fonctionnalité “secouer pour revendre” en lève une nouvelle.
    Back Market est leader sur le marché du reconditionné. Mais cela ne suffit pas. La raison d’être de la marketplace n’est pas d’être la première, c’est de démocratiser l’accès à une technologie plus responsable que le neuf. C’est pour cela qu’elle décide en 2022 de devenir une entreprise à mission.Elle est guidée par cette volonté de réduire l’impact...<br><img src="https://cdn.lesnumeriques.com/optim/native/23/230908/6e83d911-secouer-pour-revendre-comment-back-market-revolutionne-la-revente-de-votre-smartphone.jpg" />
  131. Test Beyerdynamic MMX 300 Pro : la bonne vieille formule gaming, simple, mais rodée

    Thu, 26 Dec 2024 08:00:00 -0000

    Vétéran des casques dédiés aux joueurs, Beyerdynamic n’a jamais vraiment fait évoluer sa philosophie, campé sur des principes éprouvés, mais conservateurs. Parfaite illustration de cette vision, le MMX 300 Pro est un modèle ambitieux, mais minimaliste.
    Vétéran des casques dédiés aux joueurs, Beyerdynamic n’a jamais vraiment fait évoluer sa philosophie, campé sur des principes éprouvés, mais conservateurs. Parfaite illustration de cette vision, le MMX 300 Pro est un modèle ambitieux, mais minimaliste. ## PrésentationN’allant pas dans la même direction que le MMX 200, premier casque gaming sans-fil d...<br><img src="https://cdn.lesnumeriques.com/optim/test/23/230915/c7b7ff6b-beyerdynamic-mmx-300-pro-la-bonne-vieille-formule-gaming-simple-mais-rodee__400_400.jpg" />
  132. ploum: "The point is not to replace yo…" - Mamot - Le Mastodon de La Quadrature du Net

    Fri, 27 Dec 2024 12:25:57 -0000

    " Le but n'est pas de remplacer votre emploi par une IA.
    Il s'agit de vous faire craindre de perdre votre emploi pour que vous acceptiez de moins bonnes conditions de travail.
    C'est du « terrorisme de l'emploi ». "
    (Permalink)
  133. Video Games Can't Afford To Look This Good - Slashdot

    Fri, 27 Dec 2024 11:31:37 -0000

    Ça y est, les gros studios sont en train de réaliser que nous en mettre plein la vue avec des graphismes super-réalistes ça ne suffit pas à faire un bon jeu ? GOOD.
    Les studios indés - un peu forcé par le manque de moyens - l'ont compris depuis longtemps et EUX ils innovent. Jamais un SUPERHOT ne serait sorti d'un gros studio.
    (Permalink)
  134. Microsoft essaye de rentabiliser (de force) l’intégration de Copilot dans sa suite 365 - Next

    Fri, 27 Dec 2024 11:13:13 -0000

    « l'entreprise a décidé de forcer de plus en plus l'intégration de Copilot à 365, tout en augmentant les prix. »

    "De force", ça veut dire : "à vos dépens"
    Microsoft à ses utilisateurs : 🖕
    (Permalink)
  135. Roasted Christmas Spam from Muhu.ai - Dhole Moments

    Thu, 26 Dec 2024 17:47:10 -0000

    Si vous avez un compte GitHub vous avez sûrement reçu ce spam d'un mauvais goût qui utilise une IA pour se moquer de vos commits et de vos projet. C'est une publicité déguisée pour un service d'IA d'évaluation de code.
    Poubelle 💩
    (Permalink)
  136. Un tiers des adultes ne savent pas comment effacer leurs données d'un vieil appareil avant de s'en débarrasser, et un nombre inquiétant de jeunes ne s'en soucient tout simplement pas

    Thu, 26 Dec 2024 12:16:03 -0000

  137. GitHub - meyfa/CobolCraft: A Minecraft server written in COBOL

    Thu, 26 Dec 2024 09:38:27 -0000

    Un serveur Minecraft écrit en COBOL parce-que POURQUOI PAS ?
    (Permalink)
  138. Saint-Étienne : la brigade anti criminalité intervient en pleine messe de Noël - France Bleu

    Wed, 25 Dec 2024 21:44:30 -0000

    La peur des Arabes en France.
    BIEN JOUÉ, BOLLORÉ.
    (Permalink)
  139. Avec 300 voitures à son nom, une victime du scandale des immatriculations a vécu un cauchemar

    Wed, 25 Dec 2024 16:28:30 -0000

    Et puis vous ajoutez ça : https://france3-regions.francetvinfo.fr/pays-de-la-loire/loire-atlantique/nantes/il-faut-tout-reprendre-manuellement-le-fiasco-du-nouveau-logiciel-de-la-secu-qui-plonge-des-milliers-d-assures-dans-l-insecurite-3081742.html

    Vous commencez à voir un schéma ?
    La numérisation forcée de l'État, en plus de filer des tonnes de fric au privé, déshumanise le traitement de la population par des punitions économiques et judiciaires automatisées contre lesquelles il n'a pratiquement aucun recours.
    (Permalink)
  140. Le mythe du chargeur USB-C universel a vécu : on a testé, on a pleuré

    Tue, 24 Dec 2024 16:27:36 -0000

    Et bien c'est le bordel. Et un bordel qui peut potentiellement mettre le feu chez vous.
    (Conseil : ne laissez pas des chargeurs et batteries en charge sans surveillance.)
    (Permalink)
  141. Le 28 décembre, l’USB-C deviendra obligatoire pour de nombreux produits - Next

    Tue, 24 Dec 2024 10:34:26 -0000

  142. ENQUETE FRANCEINFO. Images générées par IA, pubs en masse, arnaques… Les mauvaises recettes des pages Facebook de cuisine

    Tue, 24 Dec 2024 10:28:40 -0000

    Et l'IA continue à déverser sa merde partout...
    (Permalink)
  143. GOG reportedly suffering from staff turnover and poor management: “Current business model is likely running out of steam” | Game World Observer

    Mon, 23 Dec 2024 12:07:21 -0000

    Ça n'a pas l'air de bien se passer chez GOG 🙁
    (Permalink)
  144. Google fait volte-face et réintroduit les empreintes numériques pour permettre aux annonceurs de tracer les utilisateurs, un choix critiqué par l'autorité britannique de régulation des données personnelles

    Mon, 23 Dec 2024 11:47:18 -0000

  145. Photobucket poursuivi pour son projet visant à vendre les photos et les données biométriques des utilisateurs à des sociétés d'IA, ce qui viole potentiellement diverses lois sur la protection de la vie privée

    Mon, 23 Dec 2024 11:42:46 -0000

    Merdification
    (Permalink)
  146. Online Safety Bill : des centaines de sites web vont être fermés en vertu des lois britanniques sur l'internet qui font froid dans le dos, dans un contexte de censure et de régulation accrue

    Mon, 23 Dec 2024 11:41:32 -0000

  147. Changeons l’ordre du jeu, renversons le cis-tème – Solidaires Informatique

    Mon, 23 Dec 2024 07:58:09 -0000

    « En France nous assistons la fabrication d’une panique morale autour des personnes trans et non-binaires. »
    (Permalink)
  148. Mapping all 13.8 gigapixels of the Caves of Qud world map

    Sun, 22 Dec 2024 10:41:40 -0000

    Wiiii... quelqu'un s'est amusé à rendrez navigable une carte géante de Caves of Qud.
    (Il faut savoir que Caves of Qud est un curieux mélange de génération procéduale et de lieux créés à la main.)
    (Permalink)
  149. Simon Tatham's Portable Puzzle Collection

    Sat, 21 Dec 2024 21:35:50 -0000

    Via https://lehollandaisvolant.net/?id=20241221174705 je découvre que la fameuse collection de jeux de réflexion de Simon Tatham (originellement sur Android) est aussi disponible en version web.
    (Permalink)
  150. Tea Consent (VF) - YouTube

    Sat, 21 Dec 2024 20:58:28 -0000

    Le consentement expliqué (en français) avec une tasse de thé. Simple, basique.
    (Permalink)
  151. Oregon city asks locals to stop putting googly eyes on sculptures

    Sat, 21 Dec 2024 20:53:35 -0000

    J'adore 😂
    (Permalink)
  152. Btrfs for mere mortals: inode allocation | Marcos' Blog

    Sat, 21 Dec 2024 20:47:41 -0000

    Une comparaison sur la manière dont ext4 et btrfs organisent les données sur disque.
    (Permalink)
  153. NAS Aoostar R1 N100 [Wiki de sebsauvage.net]

    Sat, 21 Dec 2024 18:19:55 -0000

    J'ai acheté un NAS avec 2 baies SATA 3,5 pouces (en fait, c'est juste un mini-PC).
    À part le ventilateur un peu "cheap", je trouve ce NAS très bien.
    Dans cette page j'ai aussi mis la checklist d'installation de DietPi, et l'installation de NextCloud et Let's Encrypt.
    (Permalink)
  154. Chicken Assassin: Reloaded sur GOG.com

    Sat, 21 Dec 2024 10:55:48 -0000

    Jeu gratuit en ce moment sur GOG
    (Permalink)
  155. L'imaginaire et le discours d'extrême droite sont au pouvoir – Contre Attaque

    Sat, 21 Dec 2024 07:33:38 -0000

    Raciste et homophobe : Macro est bien d'extrême-droite.
    (Permalink)
  156. RSA conditionné : avant sa généralisation, le non-recours progresse dans les territoires pilotes - Rapports de Force

    Sat, 21 Dec 2024 07:23:16 -0000

    « Les conseillers font moins d’accompagnements que de contrôles »
    On en est là : France Travail n'a plus pour but d'aider les gens à trouver du travail, c'est une machine à radier. La guerre aux pauvres continue.
    Pendant ce temps là, on ne contrôle surtout pas l'évasion fiscale qui représente pourtant des milliards.
    (Permalink)
  157. Microsoft now allows Windows 11 installations on unsupported hardware, devices | TechSpot

    Fri, 20 Dec 2024 16:36:27 -0000

    Microsoft sait-il seulement ce qu'il veut ? Ou alors est-il en train de réaliser à quel point les gens ne VEULENT PAS de Windows 11 ?
    En tout état de cause, après avoir tapé du poing sur la table "ÇA SERA DU TMP 2.0 OU RIEN" Microsoft autorise finalement l'installation de Windows 11 sur du matériel plus ancien.
    Mais prévient gentiment que ces machines pourront ne pas recevoir les mises à jour. Y compris de sécurité.
    Autrement dit, strictement aucun intérêt non plus.
    (Permalink)
  158. Faux suicide de Luigi Mangione : RSF demande à Apple l’arrêt des résumés de notifications par IA - Next

    Fri, 20 Dec 2024 15:53:46 -0000

    Sans grande surprise, l'I.A. d'Apple baratine également.
    (J'utilise bien le termine "baratine" et non "ment". Un mensonge implique que le menteur est conscient de ce qu'il fait. Les I.A. n'ont aucune conscience, aucune compréhension de ce qu'est une vérité ou un mensonge. Ce sont juste des générateurs de texte.)
    (Permalink)
  159. Over 90 million French records exposed: mysterious data hoarder leaves instances open | Cybernews

    Fri, 20 Dec 2024 12:15:19 -0000

    OH PURIN CA PUE DU CUL !
    (Permalink)
  160. Caves of Qud

    Thu, 19 Dec 2024 18:09:39 -0000

    Et donc voilà, la version 1.0 de Caves of Qud (COQ) est sortie (avec un tutoriel et des menus refaits). Après 15 ans de développement. Il reçoit des critiques positives de partout (CanardPC, RockPaperShotgun, etc.) - https://www.metacritic.com/game/caves-of-qud/
    Caves of Qud est aux roguelikes ce que Dwarf Fortress est aux city-builders : Brutal, violent, difficile et sans pardon. Mais riche, tellement riche d'aventures, avec un monde incroyablement profond.
    Tout comme dans Dwarf Fortress, vous allez mourir, de manière répétée. Mais comme ils disent "L'important c'est le voyage, pas la destination".
    Et si ça devait vous donnez un indice : L'éditeur de Caves of Qud c'est... KitFox Games, l'éditeur de Dwarf Fortress.

    J'avoue: je n'ose pas attaquer ce jeu, car il m'intimide. Mais sa richesse m'attire.

    Il y a donc 3 jeux qui m'intimident vraiment :
    - Dwarf Fortress (que j'ai un peu apprivoisé : https://sebsauvage.net/wiki/doku.php?id=dwarf_fortress)
    - Caves of Qud
    - Et CDDA : Voyez-le comme le cousin zombie-survival de Dwarf Fortress en mode aventure. Violent et difficile, mais tellement riche : https://cataclysmdda.org/
    (Permalink)
  161. Wattmètre

    Thu, 19 Dec 2024 16:54:08 -0000

    Je me suis acheté un wattmètre histoire d'avoir une idée de la consommation de mes appareils.
    RaspberryPI 3B avec son HDD 4 To ? Environ 5W.
    Ma télé ? 89W allumée, et 6,6W quand elle est soit-disant "éteinte". 😒
    EDIT: au bout de quelques minutes, ça tombe à 0,0 (donc <0.1W)

    Par contre, vous rappelez mon petit boitier GoogleTV Xiaomi ? (https://sebsauvage.net/wiki/doku.php?id=xiaomitv)
    Éteint avec la télécommande : la consommation n'est même pas mesurable (<0.1W, l'appareil affiche donc 0,0 W)
    Et en lecture Netflix plein écran ?
    1,7 W seulement !  😮
    Je trouve ça assez incroyable.
    (Permalink)
  162. Iptables interactive scheme

    Thu, 19 Dec 2024 16:43:44 -0000

    C'est beau de voir iptables comme ça, non ?
    (Permalink)
  163. Darty, Boulanger, Electrolux, Whirlpool… 12 fabricants et distributeurs d’électroménager condamnés à 611 millions d’euros d’amende pour entente sur les prix entre 2007 et 2014

    Thu, 19 Dec 2024 08:52:28 -0000

    Ça y est on peut enfin enterrer cette fable néolibérale comme quoi la libre concurrence est forcément bénéfique au consommateur ?
    (Permalink)
  164. VIH : « Le problème, c’est la contamination hétéro », après la découverte de 14 cas reliés entre eux

    Thu, 19 Dec 2024 06:05:07 -0000

    « Ce qu’on retient, c’est donc qu’il y a actuellement une surcontamination par des gens qui prennent des risques hétérosexuels sans utilisation du préservatif. »
    Non seulement sans PreP alors que c'est gratuit en France, mais carrément sans préservatif !
    MAIS BORDEL, c'est pas comme si on ignorait que ce virus a fait 36 FUCKING MILLIONS DE MORT 😡

    (Et à côté de ça on a les réacs qui luttent *contre* l'éducation sexuelle à l'école.😠)
    (Permalink)
  165. Suicide de Lucas : l'enquête administrative confirme le harcèlement scolaire - Association STOP Homophobie

    Wed, 18 Dec 2024 20:23:23 -0000

  166. Médicaments - Rapportés en pharmacie, que deviennent-ils ? - Enquête - UFC-Que Choisir

    Wed, 18 Dec 2024 17:15:27 -0000

    Spoiler : ils sont brûlés.
    (Permalink)
  167. En Normandie, une femme porte plainte contre l’enseignement catholique pour discrimination en raison de son orientation sexuelle

    Wed, 18 Dec 2024 17:01:21 -0000

    Je trouve ça malsain que les cathos - drapés dans leur moralité - soient autant obsédés par la sexualité des autres.
    Finalement les obsédés du sexe ce ne sont pas les LGBT, ce sont les grenouilles de bénitier.
    (Permalink)
  168. Facebook : une amende de 251 millions d’euros pour une faille de sécurité en 2018 - Next

    Wed, 18 Dec 2024 13:06:02 -0000

  169. Jehane_fr: "Je suis stupide ou ça ne veut absolument rien dire ?"

    Wed, 18 Dec 2024 12:56:44 -0000

    "Copilot à broches pour un accès rapide et facile".
    L'IA de Microsoft ça donne envie dès la page d'accueil 😄
    (Permalink)
  170. Elon Musk prépare XMail, le concurrent de Gmail : « Nous devons repenser le fonctionnement général de la messagerie ». C'est la seconde fois que Musk évoque un tel service depuis février

    Tue, 17 Dec 2024 18:32:32 -0000

    Hahaha non merci.
    (Permalink)
  171. Facture d'électricité : du papier aluminium derrière vos radiateurs, l'astuce d'expert qui marche vraiment - Le Hollandais Volant

    Tue, 17 Dec 2024 07:02:28 -0000

  172. YouTube TV Raises Prices Again, Days After Hinting It Wouldn’t | Techdirt

    Tue, 17 Dec 2024 06:53:38 -0000

  173. Godot Engine's 2024 Showreel shows a lot of fun stuff for the open source game engine | GamingOnLinux

    Mon, 16 Dec 2024 17:59:29 -0000

    Exemples de jeux réalisés avec le moteur de jeu Godot : https://www.youtube.com/watch?v=n1Lon_Q2T18
    (Permalink)
  174. Pourquoi quitter Whatsapp ? - Jeey's

    Mon, 16 Dec 2024 17:29:56 -0000

    Page très pédagogique pour expliquer pourquoi quitter Whatsapp.
    (Permalink)
  175. Pendant 18 mois, des soignants discutaient publiquement de leurs patients sur Google Groupes - Next

    Mon, 16 Dec 2024 12:49:24 -0000

    Oups.
    (Permalink)
  176. À court de "vraies données", les laboratoires d'IA entraînent des modèles avec des données... générées par IA

    Sun, 15 Dec 2024 17:43:02 -0000

    Voilà donc en plus d'être une technologie baratineuse pas fiable, une monstrosité écologique et un gouffre économique, l'IA est en train de pourrir en mangeant sa propre merde. 💩
    (Permalink)
  177. Duck DNS - about

    Sun, 15 Dec 2024 07:50:04 -0000

    DuckDNS est un service de DNS dynamique (comme noip.com), mais simple, efficace, gratuit et vraiment "No bullshit". C'est sérieusement cool.
    Ce n'est pas compatible avec le protocole DynDNS, mais c'est très facilement installable : https://www.duckdns.org/install.jsp
    EDIT: Ah ben si, ils ont une API compatible DynDNS : https://www.duckdns.org/install.jsp

    D'autres DNS dynamiques gratuits (à tester) :
    https://freedns.afraid.org/
    https://www.dynu.com/
    https://dns.he.net/
    https://desec.io/
    https://nic.eu.org/
    https://ipv64.net/
    (Permalink)
  178. tldr InBrowser.App

    Sat, 14 Dec 2024 20:19:44 -0000

    \o/ tldr dans votre navigateur !
    (tldr est un logiciel qui vous donne des exemples pour les différentes commandes Linux.)
    (Permalink)
  179. Un chatbot de Character.ai a suggéré à un enfant de tuer ses parents pour lui avoir imposé « un temps d'écran limité », selon une plainte qui allègue que le service promeut activement la violence

    Fri, 13 Dec 2024 18:56:46 -0000

    Les IA ça va bien se passer 😂
    (Permalink)
  180. Streaming sportif : Canal+ obtient aussi le blocage des DNS de Quad9 et Vercara - Next

    Fri, 13 Dec 2024 11:50:35 -0000

    La fatigue.
    (Permalink)
  181. PGP - Je ne chiffre plus les emails | 9x0rg

    Thu, 12 Dec 2024 18:11:24 -0000

    Pareil de mon côté, je n'utilise plus PGP.
    (Permalink)
  182. 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 ». (…)
  183. 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 (…)
  184. 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 (…)
  185. 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 (…)
  186. 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 (…)
  187. Michalina Kowala, chercheuse et ancienne boursière des programmes France Excellence, met en lumière la protection des éditeurs de presse à l'ère de l'IA générative

    Tue, 01 Oct 2024 12:23:29 -0000

    Le rayonnement de la France dans le domaine de la recherche scientifique internationale est une réalité, et les parcours tels que celui de Michalina Kowala, ancienne boursière des programmes de bourses France Excellence, en sont une illustration éclatante. Doctorante à l'Université Adam Mickiewicz de Poznań et chercheuse à l'Institut de Recherche en Droit Privé de Nantes Université, elle s'est spécialisée dans un domaine d'une pertinence cruciale à notre époque : la protection des éditeurs de presse face (…)
  188. Fusion nucléaire : une équipe de chercheurs de Linz travaille à l'amélioration de la production d'énergie

    Fri, 27 Sep 2024 16:46:17 -0000

    Une équipe de chercheurs à Linz duCentre de recherche sur les essais non destructifs (Recendt), en coopération avec l'entreprise General Atomics de Californie, a mis au point une méthode de mesure permettant d'augmenter l'énergie produite par la fusion nucléaire. Actuellement, plusieurs méthodes sont développées pour aboutir à la fusion nucléaire. Les chercheurs de Linz travaillent sur celle se reposant sur le confinement inertiel par laser mise au point au sein du National Ignition Facility du (…)
  189. Le Fonds autrichien pour l'avenir : maintien des financement et soutien à l'initiative des régions MINT

    Fri, 27 Sep 2024 16:41:05 -0000

    En juin dernier, le Fonds autrichien pour l'avenir (Fonds Zukunft Österreich) a déclaré maintenir son financement à hauteur de 140 millions d'euros pour l'année 2024, en axant principalement vers la recherche académique clinique et sur le transfert des innovations quantiques. Le Fonds pour l'avenir de l'Autriche » finance chaque année à hauteur de 140 millions d'euros des thèmes dits d'avenir tels que l'intelligence artificielle, avec un accent particulier sur le soutien aux laboratoires de recherche et (…)
  190. Financements de la Commission européenne pour la recherche : l'Autriche décroche de nouveau un record de financements ERC

    Fri, 27 Sep 2024 16:36:31 -0000

    Le 5 septembre dernier, le Conseil européen de la recherche a publié les résultats des financements « Starting Grant » destinés aux jeunes chercheurs en Europe. Pour la troisième année consécutive, l'Autriche bat son record d'obtention de ces prestigieux financements pour la recherche avec un total de 24 bourses, avec une enveloppe totale de 37,9 millions d'euros. Parmi les quatorze universités et centres de recherche extra-universitaires lauréats en Autriche, l'Université de Vienne, l'Université (…)
  191. Une équipe de chercheurs de l'Université technique de Vienne (TU Wien) met au point le premier prototype d'une horloge nucléaire à l'aide du thorium

    Fri, 27 Sep 2024 16:31:04 -0000

    Une équipe de l'Université technique de Vienne (TU Wien) vient de réaliser une percée mondiale en réalisant le premier prototype d'horloge nucléaire. Cette première mondiale pourrait permettre d'attendre une précision de mesure du temps supérieure à celle de l'horloge atomique. Le fonctionnement d'une horloge consiste à utiliser un pendule pour produire les oscillations nécessaires à la mesure du temps, comme le balancier d'une horloge à pendule. Améliorer la précision des horloges fait ainsi l'objet 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 (…)