If I’m a contractor forced to use Chrome and mobile devices, can I deduct a separate work phone?
I really hate having it my iPhone, at least maybe I can claw something back this way?
81–90 of 346 posts
If I’m a contractor forced to use Chrome and mobile devices, can I deduct a separate work phone?
I really hate having it my iPhone, at least maybe I can claw something back this way?
Web browsers should become outmoded soon. It was fine for bootstrapping the web, but now to keep up a browser must emulate the operating system and more in a single app. This pressure is the centralizing factor in browser dominance. Ditch the features, drop the spy protocol (http), just get the files.
What will the alternative to web browsers be after they become "outmoded"?
Earlier quoted context omitted.
Full time Firefox user. I run hundreds of tabs for days on end and need to restart it every week or so. Well worth it to not use Chrome. Need to open a site in Chrome about once a month
The upcoming version has "Unload tabs" built in to the context menu. That should result in restarts limited to updates.
Earlier quoted context omitted.
Written by the same person who wrote Washington Post article. All very confusing.
MSN is all rehosted articles I believe. Several times I've searched major paper headlines to read the full story on MSN. No idea what kind of deal these places have with Microsoft.
Without the suggestion to install an adblocker, this is not credible advice.
Does the ad blocker prevent leaks of your information? I know it blocks a use of your information against you (targeted ads). And any external source is a potential leak (e.g. the kinds of things that CORS is supposed to reduce). But does an ad blocker specifically leak more, or just reduce the incentive to collect that information?
It looks very stretched, but the real magic happens when this data is sold in bulk. It allows recouping who is where. Your target person may or may not be in each dataset, their location isn’t known like clockwork, but that allows determining where they work, where they sleep and who they’re with. One ad is useless as a datapoint, but recouping shows reliable patterns. And remember most people on iPhone still don’t have an adblocker.
Earlier quoted context omitted.
I’m using Firefox and Kagi’s Orion browser [1] on my Mac and Safari on iOS. [1] https://kagi.com/orion/
Is it easier to build a browser for MacOS? Arc was Mac only for the longest time, until they released a crippled Windows version. DuckDuckGo browser started Mac only.
Financially, probably. Apple customers represent a disproportionate share of global consumer disposable income.
Technically, I guess Unix-like, BrowserEngineKit and WebKit (Orion uses this) help. Good question, hope someone knowledgeable chimes in!
Earlier quoted context omitted.
A full-featured ad blocker (uBlock Origin original, not the neutered Lite version that runs on Chrome now) will intercept requests at the network level and prevent your browser from requesting the advertisers' JavaScript code. Your browser not only won't show the ads, it won't run the code that was supposed to show them or even send a request to the advertisers' servers. This blocks most existing tracking methods. Th…
1st-party would likely be prevented by disabling cookies? Obviously they could fingerprint every visitor on every request, but most just set an ID cookie and check it on subsequent pages I think, since that's good enough for tracking most people (who aren't actively trying not to be tracked). Of course, that breaks things that need a session (like a cart), but depending on what you want from a site, it could be fine.