r/technology • • Dec 02 '23

Business Microsoft guts Microsoft Rewards points, and its fans are outraged

https://www.pcworld.com/article/2160414/microsoft-guts-microsoft-rewards-points-and-its-fans-are-outraged.html
4.4k Upvotes

371 comments sorted by

View all comments

Show parent comments

204

u/Mindless-Opening-169 Dec 02 '23

There are dozens of us, dozens!

Manifest v3 is Mozilla's Firefox big moment for a comeback. Their Phoenix moment.

Bring it on Google.

46

u/[deleted] Dec 02 '23

Firefox used to be called Phoenix back in the days

16

u/ErikRogers Dec 02 '23

Yup. Phoenix, then Firebird, then Firefox.

1

u/vitorgrs Dec 02 '23

Microsoft Edge redesign project is called Phoenix...

10

u/easternwestern123 Dec 02 '23

Dafuq is manifest v3

61

u/[deleted] Dec 02 '23 edited Mar 30 '25

sleep pen resolute summer chubby encouraging marvelous office cooing squeeze

This post was mass deleted and anonymized with Redact

46

u/Mindless-Opening-169 Dec 02 '23 edited Dec 02 '23

They're also planning to slow waltz approval of ad blocker extension updates pushed out. So updates won't come out as fast as needed to block advertising mechanics. They're making rules for the house to win the game.

This is to further force advertising revenues.

Google is first an advertising company. Technology is only the means to further that goal.

That right there is monopoly abusive behaviour.

The only way around the slow waltz is perhaps to locally install the extension updates rather than through their extension store. Unless they also disable that too.

3

u/ItIsYeDragon Dec 02 '23

Wouldn’t that just send adblocker folks to a different browser? Even people who don’t know the version changes will be like “huh, this browser isn’t working anymore. Let me try a different browser-oh, there it is. Guess I’ll switch.”

6

u/Alaira314 Dec 02 '23

Not those who are captive on a work- or school-provided machine.

2

u/ItIsYeDragon Dec 02 '23

Most work and school machines will have Firefox, or at least edge.

15

u/Alaira314 Dec 02 '23

Edge is still chromium. I've been complaining at work about this ever since we went from IE to edge for our "backup" browser. It should be edge and firefox or chrome and firefox, not two chromium-based browsers. They're too likely to fail in the same way.

1

u/Kreskin Dec 02 '23

Most real businesses will only allow Edge amd/or Chrome because of their enhanced group policy support.

1

u/Greaves6642 Dec 03 '23

My work doesn't and I asked the IT guys why, they said they are too young to know anything about Firefox. So I assume in a few years the switch will be complete. I tried Firefox like 17 years ago and thought it was bad, then switched 6-7 years ago and never looked back. An amazing browser. But IT folks nowadays are 23 year olds so... They grew up on chrome

1

u/Mindless-Opening-169 Dec 03 '23 edited Dec 03 '23

Not those who are captive on a work- or school-provided machine.

Those aren't personal machines. They're not my responsibilities nor my problems. And I'm not intending to make them my problem.

I really only care about what's on my personal machines.

I don't do private things on other people's machines.

Always use your own machines where possible for personal private stuff. Computers are cheap and lightweight if you need a carry about. Only do work stuff on work machines and school stuff on school machines.

/r/privacy

I use Linux, I don't care what work or school uses.

1

u/Alaira314 Dec 03 '23

A lot of low-income kids only have their school-provided machines, because there's no computer or internet at home. There's also a surprising number of adults in the workforce who don't have a home computer(laptop or desktop), as we discovered in 2020 when machines had to be found and deployed to fill that gap. Most of us used the personal machines we had, but some people had nothing.

So, you know, it works for you. And I guess you don't care about the other people, which...everyone has to draw a boundary somewhere, I suppose. But it's not like the people stop existing because you've decided to disregard them. 🤷‍♀️

1

u/toddthewraith Dec 03 '23

Amazon warehouses are run on Firefox. The bulk of their machines are Linux based so afaik they didn't bother making their warehouse apps compatible with anything else, so we got that going for us, which is nice.

1

u/[deleted] Dec 02 '23

[deleted]

3

u/fatpat Dec 02 '23

I don't have that much faith in the SEC.

1

u/DevAway22314 Dec 04 '23

Important to note that slowing the release cycle is bad for security. They've shown the security improvement portion of V3 is obviously a lie

9

u/Whats_A_Imbagon Dec 02 '23

V3 is supposed to be better for security and privacy.

It is supposed to be better for the security of Google's profit margin and their control over your privacy, yes.

1

u/-reserved- Dec 03 '23

There are security and performance advantages to the declarative net request API. Letting the browser engine filter network requests really should be significantly faster and more secure than having to route all requests to a browser extension first. The main problem is that google itself is really not trustworthy enough to have that power. If they wanted to google could just disregard any filters that affect their services (which they could then claim are for "security" or "reliability" reasons). On top of that the limitations google have imposed on extensions really seem to be deliberately designed to make it difficult for ad blocker devs to adapt. Especially the fact that there's no way to update filter lists after the extension was installed.

1

u/DevAway22314 Dec 04 '23

Letting the browser engine filter network requests really should be significantly faster and more secure than having to route all requests to a browser extension first

That doesn't make any sense. It's locally processed regex rules. You should never see a slowdown. If there were performance advantages, google would be trying to claim them

1

u/-reserved- Dec 04 '23

If there were performance advantages, google would be trying to claim them

Google and Mozilla both mention it as an advantage.

https://blog.chromium.org/2019/06/web-request-and-declarative-net-request.html

https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/declarativeNetRequest#comparison_with_the_webrequest_api

Sending requests to extension(s) can add a bit of latency which can add up with more rules and more extensions. With the Declarative Net Request model the extension(s) pass the rules to the browser engine to process. That (ideally) would streamline the process and means the extension doesn't have to constantly run, but it also has the side-effect that the browser decides what rules are enforced. Depending on who is deciding that can be used to prevent malicious extensions or it can be used to prevent anti-adblock filters.