Henchman21 3 days ago

Well, that'll be the straw that broke the camel's back for me. Its bad enough I get ads for games in the notification area in Win10 -- even though I have it all disabled through group policy.

Looks like this finally is the year of the Linux Desktop!

  • tgmatt 3 days ago

    As someone that ditched Windows for Linux over a year ago, I have to say I haven't really looked back. I can do anything I need to, and I don't need to worry about all this garbage. I can play all the games I want to play, even brand new releases, usually with little to no tinkering.

    If you're technically minded, and are at least somewhat familiar with Linux, I can't recommend it enough. I wouldn't recommend it for a layman though; I did have to do some initial tinkering to get it spot on.

    • backslash_16 3 days ago

      In case anyone wants to point me in the right direction or give me some pointers, I’m a lifelong windows developer who switched to Linux (Ubuntu 24.04 lts) on my personal desktop and a laptop (I’m fully in on the switch) and it’s not great.

      I think we need to accurately represent the shortcomings so people who switch aren’t surprised.

      So far those are:

        1. Laptop - Battery life is bad compared to windows. It’s about half.
      
        2. Laptop - sleep doesn’t work. 
      
        3. All - multi-monitor setup with different pixel scaling doesn’t work for many applications.. unless you dig into all the Wayland options and issues and figure out how to launch all these apps under Wayland. 
      
        4. All - In general Wayland vs X issues. I can’t screen share with zoom. 
      
        5. All - Bluetooth driver issues - my Bluetooth headset won’t connect as an audio input and output device at the same time.
      
      Now to be fair, I think all these are okay trade offs but they are a conscious choice. If you have anything outside a standard one monitor, wired peripherals setup you will probably hit issues you need to debug.

      I started paying for Ubuntu pro to put my money into it, so I’m hopeful for these kinds of things in the long term.

      • OrderlyTiamat 3 days ago

        This is why I chose a thinkpad for my laptop: I knew I wanted to switch to linux eventuality, and lenovo is very linux friendly. Many of these issues exist (or are exacerbated) because the hardware drivers don't support linux the way they support windows.

        I absolutely agree, linux advocates must be honest about the shortcomings. In my case even on the thinkpad I experience the multi display scaling issue you mentioned, and bluetooth can be a little finnicky for my headphone (though this is much better than a couple years back! Usually simoly restarting the headphone solves everything).

        I think it's very much worth it, and other than some of those minor issues I think current linux distributions are good enough to wholeheartedly recommend them over windows. That is if you're not held hostage by some windows only software.

        E: about screensharing, I can't screenshare from teams on firefox, but from chrome it works fine, maybe that's the same for zoom?

        • cosmic_cheese 3 days ago

          It’s not a perfect rule, but in addition to ThinkPads, generally any laptop that only has a an Intel/AMD iGPU is going to fare better under Linux, and Intel for WiFi/Bluetooth is also very solid. The problems start to creep in with discrete GPUs and odd-brand/cheaper chipsets.

          That, and don’t expect brand new hardware to work well unless you’re willing to deal with a cutting edge distribution and all the trouble those can bring. One gen back from current is usually enough of a lead time for things to catch up.

      • LinuxBender 3 days ago

        For the battery life is your CPU scaling set to ondemand or performance? One can write an alias or function to switch from ondemand to performance for gaming then switch back to save power. One can also cap the max CPU frequency but that takes some experimentation to see what the lowest frequency usable with Zoom would be. When switching from Zoom to actually getting work done one can use an alias or function to switch back to max frequency options.

            sudo cpupower frequency-info
            # or
            cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
            cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors
            cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies
        
        Also take a look at powertop you will probably have to install this. One can set any devices they are not using to optimal settings. I avoid touching USB used by keyboard/mice and network interfaces I am using to minimize lag. Powertop can output to a file and that can be used in a startup script to automate the optimizations one has chosen.

        There is also a sysctl setting called "vm.laptop_mode" which defaults to 0. On a laptop it can be set to 5 to combine writes and minimize storage wake-up. The caveat is that if the OS crashes one can lose up to 10 minutes of work. Most developers should avoid this setting unless their code editor autosaves frequently and syncs / flushes storage write caches. If unsure don't use it.

        Another small gain is to ensure all daemons, desktop services and widgets not required are disabled or even removed. Some of them are power-hogs, some especially more than others. Powertop can sometimes expose this if left running for a while.

        Another small gain can sometimes be installing "tlp" but different laptops and usage will see different amounts of power saving.

        Oh and keeping the laptop off the lap can sometimes save power. More heat means more fan usage and thus more power usage. When at a dedicated desk using a laptop cooling stand multiple fans can extend battery life.

        If one is feeling very adventurous they can install the latest bleeding edge kernel to net some small power savings but it may not be worth it if the laptop is used for anything critical.

      • Brian_K_White 3 days ago

        As a linux user since linux's entire life: Yeah.

        Simply facts that are true.

        There are problems on Windows too, but they are not these problems, and the problems I mostly have are only problems I have and not problems the usual Windows user has.

        The normal windows user doesn't even try to login without a microsoft account, or even try to remove cortana/bing/copilot/whatever-this-week, remove edge, prevent the "HP Smart" driver bundle that installs for every HP printer or scanner these days and find the old style drivers without all the cloud shit, etc.

        But I have not found scaling to be especially good on windows either, even with a simple single monitor. My mother in law can't run viber in her desktop because the app scales so bizarrely that some buttons are moved under other things or out of the window or even off the screen, but on top of that, the active areawhere a click is registered does not overlay where the buttons are displayed on screen. Maybe it's just an especially crappy app but she only uses like 3 things and two of those are firefox and libreoffice (which are because I set them up of coursae she never asked for that).

        Fonts look ridiculously comically bad in browsers for some reason.

        And of course the ads and notifications and onedrive nagging...

        • backslash_16 3 days ago

          I agree it's totally worth it! I'm lucky that I have just enough free time to debug these things and I work with a few excellent Linux devs who have helped me with a few things.

          Thanks for understanding the spirit of my point about the shortcomings above and I really like the way you phrased the "Windows has its issues as well, they're just different ones" - and I completely agree there.

          With Windows you need to navigate the Microsoft account, files getting stored in OneDrive, updates happening outside your control (arguably a good thing for most users), and more that I'm sure I'm not thinking of.

          I do think the Windows issues are more abstract like security, privacy, and default on features - while the Linux ones tend to be more in my face usability ones. Again agreeing that choosing your hardware and desk/laptop setup can alleviate many of things. But that requires knowing ahead of time and people switching in reaction to something Windows is doing don't get that benefit.

          I guess I'm writing all this because the idea of a Linux distribution working perfectly on most/all laptops really excites me and I think being candid about the shortcomings yet providing support to the distributions is how we can get ace these fit and finish issues.

          Food for thought for anyone else reading this - the end goal of Linux for everyone is why I don't get too worked up about snaps. If they get to a point where I can tell my mom she can safely install apps X, Y, and Z by pointing and clicking in the app center it's a great computing future.

      • Smithalicious 3 days ago

        I agree with all of these broadly, though I've never run into a case where sleep doesn't work fwiw, but people are also really blind to how many warts windows has. Multi monitor stuff is a shitshow there too for instance, or Windows Update, or... I haven't personally used Windows for well over a decade but I have loved ones who do and I would say as of recent years we really have crossed over to where Windows has more shit like this than Linux I reckon.

        I wish X supported mixed DPI per monitor, ugh.

        I will say one notable difference is that Linux issues as a rule at least are debuggable, whereas Windows issues can just be utterly intractible. It's not that rare for me to watch friends with computer science degrees frustratedly embark on the long misadventure that is "reinstalling Windows".

      • epsilonaurigae 3 days ago

        Hello,

        long time Ubuntu user here, had been bulletproof on an i5 Panasonic toughbook until 24.04 and now it’s not so stable. Sleep also stopped working correctly on an i5 Lenovo yoga and I downgraded that one back to 22.04.

        However that same distro runs smoothly (and the UI isn’t constantly glitching out) on an i7 thinkpad that I don’t enjoy using because it runs red hot and the fan is always going…. FWIW that’s also the only system I have that’s even capable of running win11 smoothly… but up until now, Linux was great on castaways that windows had forgotten.

        I have acpi and charging issues on the stock 24.04 kernel tree with the Panasonic , which is a laptop that supports two batteries. If either battery gets pulled on that platform it stops charging on AC.

        This issue isn’t present after putting Ubuntu packages for kernel 6.14 on it , which only came out two weeks ago.

        It still wanders all over the place as far as whether I can get 8 hours on a charge (or two hours), swapping the batteries confuses the system still and I haven’t had the free time recently to nail down whether this is acpi, kernel, or Ubuntu specifically. I’ve mumbled a little bit about that one on launchpad and ordered a second battery for a different laptop that has that capability but don’t have answers yet.

        Would need to know your Bluetooth chipset to speculate too much because some bleeding combo cards with wifi6 are also better supported by recent kernels. For example my Intel BE200 worked fine for WiFi but the Bluetooth didn’t work at all until either 24.04 or applying 6.14 to it. Not sure which, I just noticed it was there in the menu about a week ago.

        with that said my laptop still has a resource conflict I haven’t pinned down where, when WiFi and wwan card are both powered on and active my WiFi speed is clipped down to about 2mb/s. I’m just powering the wwan off when I don’t need it and I’m inclined to think it’s still a driver issue or the two cards don’t get along or are conflicting for resources somehow… I don’t have a solid enough theory to report it as a “bug” or know for sure whether it’s just my hardware yet.

        Ubuntu and Wayland were the first distro where I went “hey, using Linux on the desktop finally isn’t *ss” so I’ll give them that. But 24.04 has been the one that had me wondering if it’s time to get acquainted with another. Many are mentioned ITT, I just haven’t “distro hopped” and “tried them all” in almost two decades and it may be time again.

      • wao0uuno 3 days ago

        I agree that laptop hardware compatibility on Linux is not the best but it can work if you buy the right device. Thinkpads are particularly well supported. You might also want to try a more up to date Linux distribution like Fedora. I never had problems with Fedora on my laptops but for example OpenSUSE Thumbleweed wouldn’t sleep properly for me and had broken Thunderbolt support.

      • tgmatt 2 days ago

        I like Pop_OS! from System76 quite a lot. They also peddle their own hardware (I use a custom desktop), so you can be reasonably sure their stuff will work with it. Quite excited about the new DE they're building too.

      • Eddy_Viscosity2 3 days ago

        Does 5. mean that I can't join a virtual meeting with a bluetooth headset and use the headset mic? That would actually be a major barrier to switching to linux, this is a required feature for any laptop I use. So much so I am shocked that it could be broken in ubuntu.

      • mystified5016 3 days ago

        Re: Bluetooth, that's just how Bluetooth is. I've never seen any device that supports simultaneous HFP and ADP. You typically get either microphone and shitty mono audio or high quality ADP audio, but not both at once.

      • slyfox125 3 days ago

        Try EndeavourOS. I've had less issues with a "riskier" distro like this than the recommended safer distros.

      • worthless-trash 3 days ago

        I wont pretend to downplay these issues, I do however absolutely share screenshare in the zoom web page thing.

        • Brian_K_White 3 days ago

          This inconsistency, where something works for one and not for another, is yet another problem.

          The fact it works for you while not working for someone else is actually worse than if it didn't work for anyone.

    • xethos 3 days ago

      > I wouldn't recommend it for a layman though; I did have to do some initial tinkering to get it spot on.

      The flip side of this is that regular computer users don't actually have preferences nearly as strong as anyone browsing this site.

      If one is technical enough to have an operating system preference, they're technical enough to manage Linux Mint. It may not be their preference, but they'll be able to manage

      As always, the only groups that're really in trouble are "Knows just enough to be a danger to themselves and is entirely unwilling to learn something new", and those that depend on poorly supported, or unsupported, specialty hardware or software

      • cosmic_cheese 3 days ago

        I would second the recommendation for Mint, or really any distribution that includes Cinnamon as its default DE (as long as it’s not a bleeding edge distro like Arch). Cinnamon is probably the closest out of the box approximation to a traditional Windows desktop out there, leaning more towards Windows 7 than 8 and beyond.

        I’m sure there’s a KDE fan writing up a reply right now, and while it’s also Windows-like, it’s considerably more indiosyncratic than Cinnamon is and has a bunch of bells and whistles that while great for power users have a decent chance of tripping up novices. Cinnamon doesn’t rock the boat at all which is exactly what makes it appealing here.

        • Joel_Mckay 3 days ago

          Agreed, the Cinnamon desktop is the most unsurprising interface.

          The dual ssd boot option for OS is also nice, as some games/applications in Win11 are inescapable.

          However, for 99.8% of most day to day OS needs the Ubuntu repo desktop works fine (if you purchased a printer/webcam knowing it is fully supported etc.) =3

          • Terr_ 3 days ago

            > The dual ssd boot option for OS is also nice, as some games/applications in Win11 are inescapable.

            Similar situation, I'm thinking I'll have a two bootable drives and then a third data-only drive so that I can share some stuff between them. (Hey, I got a desktop for a reason, let's use that space!) AFAICT this should be safe-enough provided I avoid a special case where Windows has hibernated without unmounting an NTFS drive cleanly and I try to mount it on the Linux side.

            Not sure how much work I want to put into the different flavors of TPM/secure-boot-y things. Less worried about evil-maid attacks as opposed to preventing a burglar rifle through my digital life.

            • Joel_Mckay 3 days ago

              sshfs works on both windows (winfsp, sshfs-win, sshfs-win-manager) and linux...

              Or in Win shell try:

              winget install -h -e --id "WinFsp.WinFsp" && winget install -h -e --id "SSHFS-Win.SSHFS-Win"

              A backup ssh server running F2FS on disk-encrypt for /home is good practice. =3

              • Terr_ 3 days ago

                In this case sshd won't be running, because it's just one machine shutting down the Linux environment entirely to dual-boot to Windows.

                • Joel_Mckay 3 days ago

                  Could always run Termux/Termux:Boot + pyamsoft/tetherfi on a $10 old phone if you have no other sshd server options.

                  There is always a better way, but integrated backups are important. =3

          • neilv 3 days ago

            Yeah, I was recently deciding which desktop option to use for a Debian Live variant that needs to be straightforward for anyone who boots it. I tried each option (in VMs), and decided to go with Cinnamon.

            So, if someone wants a Linux to start with, installing Debian Stable, and selecting the Cinnamon desktop in the installer, is one great first option.

            (The Debian default desktop is based on Gnome3, which does a few weird and annoying things. Fortunately, Gnome3 inspired alternatives, like Cinnamon.)

    • danparsonson 3 days ago

      This has likewise been my experience; it's exactly the OS that I want, but it's definitely better suited to programmers and other techies unless you have such a friend you can call on when you need to do something non-trivial.

      If you're up for getting your hands dirty though, it's a gift that keeps giving.

      • Joel_Mckay 3 days ago

        That is true up to a point, but getting it to do actual work gets easier with experience. Most power users just jump to MacOS, or adapt to a Linux flavor.

        Windows can't help screwing with users, and has been an IT security liability for years. When Microsoft abandoned backward compatibility for much of their installed base in Win11... they also removed 99.9% of the reason IT puts up with their BS. =3

    • SirMaster 3 days ago

      All the games I play have anti-cheat and it seems most of them don't work on Linux which is too bad.

      • Joel_Mckay 3 days ago

        Steam supports a lot more titles on Linux, but some will never work right (Cuphead takes some effort to get working etc.)

        Best to check your favorites are functional before nuking Windows, or do the dual ssd OS boot option. =)

        • whatevaa 3 days ago

          Cuphead works fine on Steam Deck. Valve did that effort.

          • Joel_Mckay 3 days ago

            Steam did a lot for playable titles with Proton.

            It is a lot less of a pain for Linux users these days, but still YMMV =3

      • tgmatt 3 days ago

        This is true, there are a select few that use a particular anti-cheat that doesn't work on Linux and that's unfortunately unavoidable. That said, as others have stated, several of them do work like Easy Anti-Cheat, which means I can happily play those online without getting kicked.

        • SirMaster 2 days ago

          I play Battlefield 2042, Call of Duty Warzone, Apex Legends, PUBG, Rainbow 6 Siege, and Fortnite all somewhat regularly and none of these as far as I know work.

          The only games that I do play regularly that work are Counter Strike 2 and DotA. Though I can't use Faceit for CS2 which would be ideal.

    • pabs3 3 days ago

      Linux has privacy issues too, although not as bad of course.

      https://wiki.debian.org/PrivacyIssues

      • beeflet 2 days ago

        these are privacy issues of application programs, not the OS.

        • pabs3 2 days ago

          Both application programs and libraries, all distributed by the OS vendor.

  • runlevel1 3 days ago

    > Looks like this finally is the year of the Linux Desktop!

    If only we'd had the foresight to say "client" instead of "desktop" we could have said we got there with Android. But, alas, in the 90s the mobile device in waiting was a wristwatch.

    • beeflet 2 days ago

      Android is a totally different environment. By the linux desktop, people mean a GNU/Linux unixy type of environment, not the mobile-optimized sandboxed java environment.

  • cosmic_cheese 3 days ago

    The only things keeping my gaming tower booting Windows is a Quest headset and a handful of games that aren’t friendly to Proton or VMs. Once the Quest has been replaced I might just get ahold of some kind of console for those few titles that refuse to play nice with Linux, at which point I can delete the Windows partition on that box.

  • onewheeltom 3 days ago

    Linux Mint on my 2014 MacBook is fine. I was able to boot and install from a thumb drive with a USB Wifi adapter plugged in. Had to manually activate the internal wireless card after install. Access to my iCloud share would be awesome.

  • Aurornis 3 days ago

    Honestly: Why? It’s an opt-in feature you have to go enable. You can just not enable it and nothing changes for you.

    • the_cramer 3 days ago

      The answer is in the article. What if your peer has it activated? All your communication, screenshots etc will still be monitored.

defrost 3 days ago

   On Thursday, the company said it was reintroducing Recall. It currently is available only to insiders with access to the Windows 11 Build 26100.3902 preview version. 
Some of those insiders with preview will also be active contributors (200+ contributors, 6 million users) to the Chris Titus Winutil project, an open source PowerShell GUI collection of open scripts and registry toggles to streamline common installs, sanity restrict updates, control windows features (such as Recall), access classic control panels, and custom build your own tweaked install ISOs and clean VM images.

Good for gamers, developers, custom minimal window images, etc.

( "The best thing you can do for a gamer is strip everything non-essential from the OS" .. which is exactly what winutil streamlines and simplifies - along with a wealth of other user chooses options. The MicroWin tab allows a user to create their own minimal stripped out install ISO )

See: https://github.com/ChrisTitusTech/winutil

Improved for 2024 (18 mins): https://www.youtube.com/watch?v=5_AaHXrelTE

Windows Utility in 2025 (7 mins) (Addresses upcoming Recall V2 release): https://www.youtube.com/watch?v=IuaNw8Tpn7Q

  • bradac56 3 days ago

    Good for gamers? You must not actually play any games.

    The best thing you can do for a gamer is strip everything non-essential from the OS and let us enjoy the damn game. Windows used to be a great gaming platform but now I run nearly everything in ZorinOS except for Tarkov which has it's own hardware sandboxed stripped down Win11 drive.

  • ash-ali 3 days ago

    I absolutely love winutil. Periods of installing fresh windows made this one of the first things to do on a new system.

asperous 3 days ago

It appears this will be an opt in feature.

Honestly it will probably help some people "hey where did I put that file?" but yes at a tremendous cost to privacy and security for those who use it.

I am also weary that it is opt in "for now".

  • Gigachad 3 days ago

    Microsoft’s idea of consent is “Yes” and “Ask me again tomorrow”

  • darth_avocado 3 days ago

    Okay but that doesn’t help if it is a corporate laptop and the corporation requires you to opt in. Then somehow abuses the recall feature at every point? Took a 5 min break? Fired for cause 1 day before you get your bonus. Took a few mins longer to complete a task? Withhold promotion for another year. Opt in isn’t really opt in.

    • kyriakos 3 days ago

      Corporations already do that, they don't need recall. The amount of spy ware disguised as security software that comes installed by IT on a corporate laptop is insane. You have to experience it to understand.

  • cratermoon 3 days ago

    > this will be an opt in feature.

    Keep in mind that anyone you email, chat, video conference, share files, or otherwise electronically interact with that has a Windows 11 machine with Recall will automatically opt you and your communications in as well, and you can not prevent it.

    • TiredOfLife 3 days ago

      Keep in mind that anyone you email, chat, video conference, share files, or otherwise electronically interact with can record on their side and you can not prevent it.

      • cratermoon 2 days ago

        Let me clarify: This is Recall, a Microsoft product, installed and working across a large number of machines. While Microsoft claims all Recall snapshots and processing are local to the machine, it's a all but given that all those Windows machines are using some kind of Microsoft cloud, Azure, Office 365, or OneDrive storage.

        Not a bunch of independent, disorganized one-offs.

        Consider this: your boss or another senior person at work has Recall and brings up information related to your employment, performance, and compensation. A friend has Recall, and reads some email from you in which you confide something sensitive. That customer support agent at the company you do frequent business with has Recall, because their employer wants to monitor their minute-to-minute activities, and brings up your account history.

        Independently and uncoordinated, maybe not so bad. Together, tied back to Microsoft, it's easy to imagine constructing a profile of you from your interactions with these seemingly independent but in really collective third parties.

  • eviks 3 days ago

    How will it help there? It will just make stuff up. In the meantime you already have tools for instant search by name and more complicated option with content search

walterbell 3 days ago

How did we get here? A 20-year lifelog.

2003, https://en.wikipedia.org/wiki/DARPA_LifeLog

>The objective of the LifeLog concept was "to be able to trace the 'threads' of an individual's life in terms of events, states, and relationships", and it has the ability to "take in all of a subject's experience, from phone numbers dialed and e-mail messages viewed to every breath taken, step made and place gone".

2007 Microsoft Research, https://www.microsoft.com/en-us/research/video/the-microsoft...

> The SenseCam is a personal, wearable camera developed by Microsoft Research in Cambridge, UK, and used as a lifelogging device in projects like MyLifeBits.. based on wearing the SenseCam for lifelogging of ‘events’ during your day, and generating a fast-forward movie of the event as the memory recall interface.

https://www.microsoft.com/en-us/research/project/mylifebits/ & https://en.wikipedia.org/wiki/MyLifeBits

> MyLifeBits is a life-logging experiment begun in 2001. It is a Microsoft Research project inspired by Vannevar Bush's hypothetical Memex computer system.. The "experimental subject" of the project is computer scientist Gordon Bell.. For this, Bell has digitized all documents he has read or produced, CDs, emails, and so on. He continues to do so, gathering web pages browsed, phone and instant messaging conversations and the like more or less automatically. The book Total Recall describes the vision and implications for a personal, lifetime e-memory for recall, work, health, education, and immortality.

Lifelogging has been referenced by 10,000+ academic papers over two decades, https://scholar.google.com/scholar?q=lifelogging

  • wmf 3 days ago

    I'm also reminded of Gelernter's Lifestreams.

    • wormius 3 days ago

      Came here for Gelerntner's work, it's what I first thought of when I saw Mac's Time Machine or MS's Task View it made me think of that.

      Also - RIP Teddy K. (I'm a bastard that way)

  • TiredOfLife 3 days ago

    Bell died a couple days before the announcement. Thankfully he didn't get to see the torrent of FUD here and elsewhere.

akho 12 hours ago

Seems like an interesting feature. It’s not easy to see how this is immediately useful; people in this comments section are complaining that this is not a feature they’d pay for, but it looks like something that becomes seriously useful only after years of runtime and terabytes of screenshots. These kinds of things cannot be sold.

On the one hand, MS Research seems to have a long history with lifelogging. On the other, MS aren’t capable of implementing decent search in Outlook; I very much doubt their ability to do the same in this more complicated setting.

I don’t think Windows has any privacy-conscious users at this point (outside corp contracts where this will be limited), and they generally seem to be doing everything they can to get out of the home market, so the moment is chosen well.

throwaway48476 3 days ago

Windows is so horrifically slow now. Somehow they added input lag to notepad and Explorer. Microsoft got rid of all the competent people years ago so now every new feature or product is electron based and bolted on. No one there is capable of refactoring core apps like office.

It would have been better if they'd done nothing. I've switched to mac and linux.

  • watermelon0 3 days ago

    They rewrote Notepad a few years ago. IIRC it's still possible to get back the original notepad.exe.

    Additionally, they managed to refactor Outlook to Electron/webapp, which allows them to share the codebase between Windows/macOS/web, and deliver unified experience ... which might be a downgrade for Windows/macOS users.

    • throwaway48476 3 days ago

      They also removed outlook features from the 'classic' edition.

replete 3 days ago

Recall was enabled by default for me on a fresh windows 11 pro installation back in October.

A couple of months ago I opened the Clock app in an important meeting, to run a timer, and had to wait 10 minutes for it to update itself. For real. Same thing happened when I opened sound recorder.

It's probably not going to get better at this point. It's only going to have increasing amounts of online services integrated into the OS. The writing was on the wall when Windows 10 Enterprise shipped with Candy Crush

vachina 3 days ago

You can fix this by switching your primary computing device to Mac or Debian based PC.

  • mmcnl 2 days ago

    And what about Apple Intelligence that "draws on your personal context" and actually outright admits your data is going to the cloud? (There's no such thing as "private cloud". It's still someone else's computer which you can't operate yourself.)

    How is that better?

    • ZeroTalent 2 days ago

      Apple Intelligence and Siri are opt-in.

      • mmcnl 2 days ago

        So is Recall.

        • vachina 2 days ago

          If you’ve used a fresh copy of Windows you’ll know how aggressive their opt-in menus are. Its like browsing a ad-laden pornsite.

AceJohnny2 3 days ago

Companies run Windows 11, right? How do they control what features are enabled? How can users leverage that control?

  • beefnugs 3 days ago

    Hard to say that many even do really, hardware manufacturers in POS and medical are still shipping win10 IOT

fluidcruft 3 days ago

This seems like an add-on feature people should have to purchase. I don't understand how Microsoft can keep shoveling shit at us that we don't want to buy.

  • throwaway48476 3 days ago

    But then basically no one would buy it.

    • fluidcruft 3 days ago

      Perhaps Microsoft should redirect their efforts toward features people do want to buy.

vijucat 3 days ago

I blocked Windows Update on my Windows 10 when I heard that they are removing the feature where you click on the time and it shows a clock with seconds. This has to be the most patently malicious jab at users to make them switch to Windows 11. I am sure this will be ineffective since Windows often bypasses your attempts at stopping Windows Update. Frustrating to say the least.

chinathrow 3 days ago

They (MSFT) really have no shame at all. I really need to switch my parents to Linux...

  • orionblastar 3 days ago

    When my father was alive (He died in 2010), I gave him a Linspire Live CD to boot if Windows XP ever failed for him. He used to work with AT&T as a phone installer and worked with 1ESS computers and UNIX. He liked Linspire Linux, and I paid for a license. It looked like Windows, so it was easy to adapt to the GUI, and he knew what to do in a Linux CLI shell.

    I got a Windows 10 PC that takes 30 minutes to boot up, and bought a $2000 Windows 11 PC from Microcenter to replace it. I will install Debian Linux on the Windows 10 PC when Windows 10 expires in October 2025.

  • sexy_seedbox 3 days ago

    The recent push to shove Copilot down your throat in every Microsoft product does not help.

xyzal 3 days ago

They must have some secondary intentions I guess. Like implementing capability for 'summarize daily activities of my subordinates and mark the least productive ones'.

LinuxBender 3 days ago

Have any other popular operating systems implemented something similar recently? If so that would be quite the tell that Microsoft are being coerced into this.

  • knifie_spoonie 3 days ago

    Not at the operating system level, but there is a Mac app called ScreenMemory which does mostly the same thing.

    I used to use it as a convenient way to find websites that I had read something about in the recent past but couldn't remember exactly where.

    I mainly stopped using it because it was causing performance problems.

    • wingerlang 2 days ago

      I made ScreenMemory. Usually the performance issues happen when users have high resolution monitors (often multiple) and set it to take screenshots very often (like every 2 seconds). It's fair because that's sort of how Rewind works, but ScreenMemory is generally built with longer intervals in mind, the default is 60s. I use this on my 2016 MBP without performance issues.

      I have some improvements in the pipeline for lower capture intervals though.

  • Aurornis 3 days ago

    > If so that would be quite the tell that Microsoft are being coerced into this.

    You think shadowy governments are coercing Microsoft into adding an opt-in AI feature?

    • LinuxBender 3 days ago

      You think shadowy governments are coercing Microsoft into adding an opt-in AI feature?

      They could be, yes. Once the code base is there then it is just a feature toggle at that point. One dial home to the mothership means one could be toggled on, toggled off as desired. As for shadowy I think we've seen they need not hide in the shadows nor do they even try.

      Several computers that ship from Amazon have malware pre-installed. I found a case where it was installed but not running. To nobody's surprise I format any disk I receive before I actually put it to real use but many people do not. Malware being preinstalled and Defender being pre-configured to not alert means the malware can simply be activated by a dropper for any C&C agents doubling as an application updater. "We pinky promise it's just to update the RGB LED's".

      This code should be installed like any other optional code. Ask the person if they want it installed and if they click yes then install it in the background and let them know when it is ready to use.

  • cududa 3 days ago

    I mean Apple is attempting to implement “Siri personal context”/ originally expected to ship it in March -/ seemed similar to recall.

    • LinuxBender 3 days ago

      Sounds related. So now we must summon the combined power of HN to find the simplest way to hobble this behavior on Mac and Windows without entirely breaking the OS itself and that our overlords would find entertaining.

      • walterbell 3 days ago

        Siri can be disabled on iOS and MacOS by Apple Configurator MDM, which generates an XML policy file that can also be generated by any text editor or shell script.

      • Aurornis 3 days ago

        > So now we must summon the combined power of HN to find the simplest way to hobble this behavior on Mac and Windows without entirely breaking the OS itself

        Hopefully the combined power of HN can figure out how to not enable this opt-in feature.

        • LinuxBender 3 days ago

          Hopefully the combined power of HN can figure out how to not enable this opt-in feature.

          Feature toggles like this can be enabled on a single OS update, a single dial-home to the mother-ship. If the code is there I assume it is running. The only winning move is not to play.

          So ... a bit off topic, but I want the opposite from OS vendors. The OS installation should take at most 3 minutes. Any features or geese that lay golden eggs that I desire should be a checkbox in a list of optional services. If I do not select anything the OS should not be bigger than 3GB for a desktop or 1GB for a server and even that is quite a bit bloated. If code is discovered on a machine that the administrator or owner did not intentionally install that needs to be treated as a security incident meaning "all hands on deck" and "all lawyers on a conference call with the OS vendor".

          As a bit of a tangent, done right I should be able to click a button in Ansible and completely re-install the OS to a fleet of 100K bare metal servers in less than 10 minutes across 4 data-centers per region not counting POST time. Once the database OS is up their tamper-proof backups automatically restore, app servers grab their code and in 30 minutes every data-center is up and running. The first people in should be the customers and they might ask if we had a network blip.

          That comment was for CISA. Make the above step 1 in chaos monkey tests for all corporations and governments and make live testing required by law to be publicly traded. This testing must be performed annually in a staging environment in every data-center to remain listed on the stock market or remain funded in government budgets. If code exists on a machine that need not be there it's a security incident. Let's not have another Sony/Tri-Star.

          • Aurornis 3 days ago

            > If the code is there I assume it is running.

            This is such a bizarre and dishonest mindset.

            Windows also has code to allow automatic login without a password. Do you assume because the feature exists, it’s going to be enabled after an OS update?

            What about the code to enable remote access for support purposes? That exists for a while, but people aren’t freaking out about it existing.

            • LinuxBender 3 days ago

              I am sure people disagree with me and agree with you. Fact is if I bundled up the latest version of Windows, Mac, BSD, Linux malware and ransomeware most here would be hesitant to copy it to their workstations, dev/qd, staging and production servers even if they did not wish to execute it. Very few would be able to prove it was never executed much less be able to prove what the code did or did not do.

              If it's not needed it's gotta go especially if it can talk to the network or modify data/code that can talk to the network. I will always assume it is or was running, period full stop.

      • WD-42 3 days ago

        I'm pretty sure the combined power of HN can figure out how to put an Ubuntu installer on a thumb drive and reboot.

_Algernon_ 3 days ago

Switching all my personal computing to Linux at Windows 7 EoL keeps paying dividends.

Animats 3 days ago

Is this something Homeland Security demanded?

  • blitzar 3 days ago

    Its worse than that ...

    Corporate customers demanded it for employee "monitoring and metrics".

dustypotato 3 days ago

Funny but google silently rolled a feature like this on Android already and somehow it went under the radar

dangus 3 days ago

Not only is this article light on content but I think it's actively disingenuous.

First off, the title is editorializing users' reaction to the feature. Apparently even the 99% of Windows users who have never heard of Windows Recall (a preview feature not even available yet and not even compatible with most people's existing PC hardware) are "groaning" over it. But I'm sure if I sit here and argue that people will like the feature it would be a lame argument, and I might even agree with you.

Still, the other problem with the article is that it brings up factually challenging issues with the feature:

> First, even if User A never opts in to Recall, they have no control over the setting on the machines of Users B through Z.

This isn't a problem unique to an AI feature. If you send intimate photos or passwords to someone else in the pre-AI world that was still a big security problem. Windows Recall does not meaningfully expand the risk of those actions.

> That level of detailed archival material will undoubtedly be subject to subpoena by lawyers and governments.

If a government or a subpoena gains access to your system, the presence of an AI categorization system is not going to make any meaningful difference to their ability to extract data stored on it. Those types of actors have their own analysis tools that probably won't even bother with Recall as they are almost certainly more sophisticated. Not only that, you can say the same things about standard backups: anyone taking a standard not-AI-enabled backup like Time Machine or Windows Backup would have the exact same problem of having previously deleted data available for search and seizure. The typical person's cloud data exposure is arguably much worse than Recall since it's physically stored on someone else's server, a company who may comply with subpoenas where you might choose not to, which Recall snapshots only exist on your local machine.

But, okay, let's say you're still not on board with my arguments. I think the last argument I have to make is the biggest problem of this article, which is that it's operating under the base assumption that Microsoft hasn't thought of any of this.

> Threat actors who manage to get their spyware installed on a device will no longer have to scour it for the most sensitive data stored there. Instead they will mine Recall just as they do browser databases storing passwords now.

The article is just assuming that Microsoft has done nothing to secure this especially since the last time they pulled the feature.

But Microsoft has a very detailed page that gets into how this all works:

https://support.microsoft.com/en-us/windows/privacy-and-cont...

This article points out:

1. Processing and data storage is local

2. The user has control full control over all the settings and they're secured (cannot be changed without authenticating with Windows Hello)

3. There is a huge list of exceptions where content is excluded from snapshots (e.g., incognito browsing, passwords, etc).

4. Saving, deleting, and all features related to the

> No internet or cloud connections are required or used to save and analyze snapshots. Snapshots and associated data are stored locally on the device. Recall does not share snapshots or associated data with Microsoft or third parties, nor is it shared between different Windows users on the same device. Windows will ask for your permission before saving snapshots. You are always in control, and you can delete snapshots, pause or turn them off at any time. Any future options for the user to share data will require fully informed explicit action by the user.

But this article is just interested in producing drama and calling a new feature that actually has unique functionality and zero dependence on cloud "enshittification." Okay, if you say so!

  • mjd 3 days ago

    > The article is just assuming that Microsoft has done nothing to secure this

    Because Microsoft has a stellar reputation for flawless security, we can trust that they did the job right!!1!

    • dangus 2 days ago

      Reputation or not, people are just falsely assuming that the state the feature was in during the very first beta preview is what the final product will look like, and in articles like this they are plainly making up threat vectors out of thin air.

stevetron 3 days ago

Recall sounds like the kind of innovation that would come from the Trump administration or the DOGE team. Except I can't imagine the Trump administration would be this creative.

geor9e 3 days ago

I love it. I am going to enable it immediately. Bring on the new paradigms.

throw310822 3 days ago

Yeah. And yet the ability to remember and recall your activity is a fantastic feature for almost all users. The times of operating a dumb machine that has no episodic memory and no context awareness are over. Of course this poses a new gigantic set of problems, but they will need to be eventually solved.

A question that comes to mind is this: can we give machines intelligence and memory, without extending to them at least the rights of their owners or operators? For example, if my computer starts recognising me and storing episodic memory of past interactions, these memories should be considered as private as those of a person.

  • cratermoon 3 days ago

    To borrow a turn of a phrase from Charles Babbage, I am not able rightly to apprehend the kind of confusion of ideas that could provoke such an assertion.

    • throw310822 3 days ago

      Maybe you could try to express yourself in your own words.

      Let's separate the two aspects, usefulness and risks, and argue:

      1) why is this not a useful feature

      2) do you really expect computers in the future to remain dumb tools without episodic memory and contextual awareness

      3) if you answered no to 2), then how do you imagine the privacy and surveillance concerns can be solved? Or all you care about is sticking to your old dumb calculator, muttering "over my dead body", while the rest of society moves on?

      • cratermoon 2 days ago

        Can you please elaborate on "episodic memory and contextual awareness"? Those words sound like a confusion of ideas with about as much substance as marketing copy for a vaporware.

        • throw310822 2 days ago

          Episodic memory: remembering your past actions and things that happened to you.

          Contextual awareness: integrating the information you have with your understanding of what is happening.

          Absolutely trivial examples of interactions requiring them:

          "where did I put that file I was working on yesterday?"

          "Can you reopen that web page I was reading last week about Egyptians, the one with the red background?"

          "What is this notification, is it something important?"

          "Delete the intermediate versions and keep only the final one"

          Etc.

          • cratermoon 2 days ago

            I can do all those things now, and I don't need a hyperscale copyright theft and climate-destroying linear algebra calculator to do it.

nextworddev 3 days ago

Wait people are complaining about this but not OpenAI’s memory feature?

  • SirMaster 3 days ago

    Because OpenAI memory can be turned off and is not necessary to use at all?

    But the whole point of recall is to store and remember past information. Plus you have a lot more control of what you send to OpenAI with memory enabled, and you can even temporarily disable it. With recall on it's just taking random screenshots and you don't really know what it was all given.

    I dunno, it doesn't feel like the same thing at all to me.

    • Aurornis 3 days ago

      > Because OpenAI memory can be turned off and is not necessary to use at all?

      This Windows feature is opt-in, off by default, and not necessary at all.

      Are all of these angry comments from people assuming it just comes enabled?

      • eviks 3 days ago

        Or assuming having it installed everywhere increases the chance of it becoming enabled

      • cratermoon 3 days ago

        You'll be opted in against your will by people who have it on their machines, any time you electronically interact with them.

  • booder1 3 days ago

    Cause OpenAI is not installed by default as part of your operating system?