For example, Britain’s national mapping organisation’s brand is associated in our national consciousness with going to a small shop in a quaint village to get a map showing how to walk up a mountain. It’s called Ordnance Survey. If that sounds like Artillery Research to you, that’s because the project started because the king wanted to know how to accurately bomb Scotland.
It’s insane how wasteful modern software is. The infinite growth mindset causes companies to pack more useless features into software and load it up with spyware and adware.
Google and Facebook’s tracking and ad software are a big cause of computing waste in most websites and mobile apps.
uBlock Origin ftw
uBlock Origin just prevents the network requests from these tracking frameworks from completing. All the javascript tracking code I believe still executes, just doesn’t return.
If it were possible it would be great to prevent these javascript frameworks from being loaded at all by the browser. But I guess the website javascript code would break.
It would be interesting to replace the tracking frameworks with an empty stubbed out implementation that does nothing. Not for sure how feasible that would be.
May I see a source on this? I’d love to read more about it.
I was actually trying to do some research on this as well to verify my claim, but couldn’t find a definitive answer. I’m not for sure whether uBlock blocks complete JavaScript libraries from loading by default or if it is only blocks the HTTP request like PiHole.
I did find this interesting project by DuckDuckGo which provides empty implementations of the JavaScript libraries when adblockers break the site. This seems to imply that some adblockers do prevent the JavaScript library from loading at all.
https://github.com/duckduckgo/tracker-surrogates