Pretty cool move, it's great to give users the choice. I'm personally very excited for Recall, but unfortunately it's still not available in the EU.
Brave blocks Microsoft Recall by default
41–50 of 300 posts
Re: Brave blocks Microsoft Recall by default
#42Who, exactly, is clamoring for Recall in the first place? And who is to say that Microsoft will honor the toggle, “for analytic and performance metric” purposes? EDIT: the rant above shouldn’t cast aspersions on Brave, good on them for trying.
It seems it enables Copilot to assist the user in finding things on their PC. Somehow find . -iname has worked for years in Linux without AI
Re: Brave blocks Microsoft Recall by default
#43I can't find this option under brave://settings/privacy
Why is that ?
Re: Brave blocks Microsoft Recall by default
#44> We tell the operating system that every Brave tab is ‘private’, so Recall never captures it. Without this loophole Recall could take pix of password managers and other such sensitive windows. So it doesn't seem closeable without per app exceptions. But privacy is a bug on a school laptop used by a child. Brave could have a toggle on the feature if it wants to serve that market.
Your manager would say that privacy is a bug on a corporate laptop used by an employee. Luckily there are a number of countries where the legal framework doesn't let that fly.
Re: Brave blocks Microsoft Recall by default
#45Who, exactly, is clamoring for Recall in the first place? And who is to say that Microsoft will honor the toggle, “for analytic and performance metric” purposes? EDIT: the rant above shouldn’t cast aspersions on Brave, good on them for trying.
Re: Brave blocks Microsoft Recall by default
#46Until the time when Microsoft realises this and creates a privileged API just for Microsoft Recall so that It can see the screen. Better switch to Linux. It's not perfect but I am sure that you will be fine using Linux(Unless you want to use Adobe Suite or Few Corporate applications which won't be used by many)
Re: Brave blocks Microsoft Recall by default
#47Re: Brave blocks Microsoft Recall by default
#48Earlier quoted context omitted.
I'm not who you asked, but the reason I migrated to Macs years ago, and the reason I stay, is that I don't want my computer to be a maintenance hobby unto itself. I need to do actual work. I also enjoy the polish Apple provides in other ways -- the platform features you get if you're on a Mac, use an iPhone, have a Watch, etc, are all pretty great. Cobbling together something like that on my own under Linux probably…
Linux isn't a maintenance hobby unto itself if you don't make it one. After the initial migration struggles (which you'll get on MacOS too), if you choose a boring distro like Debian, the maintenance burden is similar to Windows. Lots of Linux users love customizing the crap out of their stuff, so it becomes one, but it isn't inherently like that if you keep your configuration somewhat close to stock on whatever dist…
If you don't need that kind of thing then Linux is indeed pretty good these days. But especially in a business context, a lot of people do.
Re: Brave blocks Microsoft Recall by default
#49Who, exactly, is clamoring for Recall in the first place? And who is to say that Microsoft will honor the toggle, “for analytic and performance metric” purposes? EDIT: the rant above shouldn’t cast aspersions on Brave, good on them for trying.
This concept is certainly in the zeitgeist. I actually built and named a product 'Recall' with identical functionality eleven years ago: https://github.com/btc/recall
Re: Brave blocks Microsoft Recall by default
#50Earlier quoted context omitted.
It seems it enables Copilot to assist the user in finding things on their PC. Somehow find . -iname has worked for years in Linux without AI
At least on OneDrive for Android, a bizarre thing is that search is _not_ equivalent to find . -iname. It is able to find search terms in the _content_ of documents but not their filenames.
find -type f -exec grep -Hn "_content_" {} \;