Earlier quoted context omitted.
The next step in the arms race is to provide hosted ad blocking, where the action happens (however nested) in a headless server and an AI looks it over and relays only the stuff that looks like content into a cleaned up session for the user. It would eventually start looking like a CDN where the ad blocker caches the content so it doesn't have to bother contacting the underlying site so often. I would pay for such a…
I wouldn't, because sending all of your browsing history to any third party is going to result in them mining and selling it, or exposing it to state actors or someone else for direct surveillance/malware injection. Eventually, AI will be something we can run locally on a typical desktop, or even a cell phone, and at that point we could locally host that kind of ad blocking, but trusting all of your traffic to some r…
Shadow: New browser engine made almost entirely in JavaScript
111–120 of 303 posts
Re: Shadow: New browser engine made almost entirely in JavaScript
#112When desktop applications running in electron, just doesnt have enough web abstraction to keep up with mores law, a hero comes along, to ensure there can always be one more level of java script between you and a responsive UI.
Speaking of Electron... when I start my Slack client for work, there are a series of processes where at least one reports 1.130 terabytes of virtual memory. (Shown in top as "VIRT".) Now, maybe that's just a potential usage that trust-me-bro it'll never actually try to use or access in RAM or on disk... but how on earth is that number for a chat client so much bigger than either Firefox with 100+ tabs or even Java-ba…
[1] https://foldoc.org/Big+bag+of+pages
[2] https://github.com/google/sanitizers/wiki/AddressSanitizerAl...
Re: Shadow: New browser engine made almost entirely in JavaScript
#113Re: Shadow: New browser engine made almost entirely in JavaScript
#114There's a product here that's been waiting to happen for awhile. I've been anticipating somebody cross-compiling another browser engine to WASM but this works, too. Deliver your site only to the "inner browser" (that the user has no control over because it's heavily obfuscated and tricked-out with anti-debugging code) and you eliminate all ad blockers. Throw some DNS-over-HTTPS w/ certificate pinning in for good meas…
Re: Shadow: New browser engine made almost entirely in JavaScript
#115This guy knows his audience well. He answers the question of "but why?" in the first sentence: > So I started making a browser engine (for fun) a few days ago, it felt kind of inevitable so here we are And I got to admit, it is pretty neat.
> The RoveMax Model 3 was developed in total secrecy by Kerbal Motion's R&D team over the course of a year and a half. When it was finally revealed to the company's chairman, he stared in shock, screamed 'WHY', and subsequently dropped dead on the spot.
The reaction is about the same, anyway.
Re: Shadow: New browser engine made almost entirely in JavaScript
#116Re: Shadow: New browser engine made almost entirely in JavaScript
#117Re: Shadow: New browser engine made almost entirely in JavaScript
#118Earlier quoted context omitted.
Pre-render the whole site to a server side canvas and then redraw it.
iFrame 2.0
iFrame, yet how clunky, ghastly to work with; is what driving the web. Gmail, Facebook all use them in their apps.
It's a feature that if deprecated would cause a broken World Wide Web; as if it isn't broken already... One could say.
Re: Shadow: New browser engine made almost entirely in JavaScript
#119Earlier quoted context omitted.
I think GP meant "the minority browser we bend our logic for, in order to accommodate"
> "the minority browser we bend our logic for, in order to accommodate" The web is dead. All hail the Chrome Platform, where the official definition of correct behaviour is “whatever Chrome does.” How dare Apple force web developers to target more than one browser engine. Interoperability and platform agnosticism is for losers.
It's becoming increasingly clear that the vast majority of web developers are now exclusively using Chrome and resent the idea of testing elsewhere.
Re: Shadow: New browser engine made almost entirely in JavaScript
#120 > But making a new browser engine is impossible!
No. It. Isn’t! (Also I don’t really care how possible/feasible something is.)