Live data from Hacker News

Brave blocks Microsoft Recall by default

brave.com

101–110 of 300 posts

Re: Brave blocks Microsoft Recall by default

#101
post #85
post #84

Earlier quoted context omitted.

I’ll tell you why I still use a Mac: it’s because my non-techie wife still uses one. Even then I still have to provide her with regular tech support. For someone like her using Linux is not yet a viable option.

My 75 years old mother can do it completely unassisted…

That’s great but I think that says more about your mother than it does about Linux.

Re: Brave blocks Microsoft Recall by default

#102
post #17

Until 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)

Well for those who are stuck with Windows because of some applications or simply because of familiarity. My suggestion is to stay on an older release as long as possible. If that isn't possible I would recommend keeping the computer turned off most of the time and only briefly using it for your purpose and try to keep from doing anything embarrassing or personal too much. Another thing that might help is calling up y…

With windows 10 lifetime coming to an end, even though the Enterprise edition still going to be supported for some while, eventually the world will move on to Windows 11.

Unless someone breaks that cycle of Windows being the dominant OS.

Re: Brave blocks Microsoft Recall by default

#103
post #35

Earlier 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…

Use a stable distribution like Debian and maintenance only happens every 4-5 years, if you don't mind staying with older software.

Can attest to that. Also, no annoying "Get to know Copilot!" and similar nag-screens.

Re: Brave blocks Microsoft Recall by default

#104
post #91

Earlier quoted context omitted.

Well for those who are stuck with Windows because of some applications or simply because of familiarity. My suggestion is to stay on an older release as long as possible. If that isn't possible I would recommend keeping the computer turned off most of the time and only briefly using it for your purpose and try to keep from doing anything embarrassing or personal too much. Another thing that might help is calling up y…

> Well for those who are stuck with Windows because of some applications or simply because of familiarity its a pain for most people at first but its never too late to do the switch.

Most people use Windows for little more than running the web browser today. I've literally switched dozens of people over to Ubuntu variants (actually Kubuntu) over the years, and it's only getting easier and easier as everyone moves everything to the web browser.

Re: Brave blocks Microsoft Recall by default

#105
post #66

> 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.

How does it help parents/teachers/children to have Microsoft spy on your children? I have trouble thinking of a use case.

As a teacher it's "I wasn't able to monitor Tommy's screen while I was helping other students, but Tommy is struggling with the material that he usually gets easily and I'd like to know if he was on task. If not I want to bring back his focus; if so I'd like to understand what he has trouble with so I can help."

If you're thinking "just ask", unfortunately students often don't have that level of introspection.

Re: Brave blocks Microsoft Recall by default

#106
post #92
post #60

Earlier quoted context omitted.

Bitwig works on Linux, but the problem I had was that my pro-audio soundcard [1] didn’t have supported drivers and I couldn’t get the open source drivers to work. I tried switching to a Dante based solution: none of the Dante based apps worked, so I tried AES67 (open source Dante), still no joy — I just could not get my Dante/AES67 AD/DA converters (which attach to everything in my studio) to be ‘seen’ on Linux. So a…

"It works BUT" summarizes my experience with running my top applications on Linux, unfortunately :(

Which apps are those?

Re: Brave blocks Microsoft Recall by default

#107
post #50

Earlier quoted context omitted.

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.

Well, you can have the same functionality with find if you want it: find -type f -exec grep -Hn "_content_" {} \;

  grep -RHn "_content_" .

Re: Brave blocks Microsoft Recall by default

#108
post #20

Earlier 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

They are where I put them. Never used a search function once like this. Perhaps it’s because I lived in the days before search was even a thing.

I often ask myself, where _would_ I put such a thing. Rarely do I have to check more than two or three directories before finding the document I'm looking for, when I pretend that I'm looking for a place to file it now.

Re: Brave blocks Microsoft Recall by default

#110
post #35

Earlier quoted context omitted.

Use a stable distribution like Debian and maintenance only happens every 4-5 years, if you don't mind staying with older software.

> if you don't mind staying with older software. The problem is: it depends a lot on the specific program whether I want the newest or stay with some older version of some program. Many GNU/Linux distributions make this hard, while Windows makes this easy.

Huh, what? With Linux you can at least dockerize apps and run multiple versions with negligible performance impact. Doing the same in Windows is a mess at best.

Or did you mean that you want to pin an app to a specific version? This can be done also, trivially - not that it is a good idea in general.

Post reply on HN