Mighty’s master plan to reignite the future of desktop computing

We’re excited to finally unveil Mighty, a faster browser that is entirely streamed from a powerful computer in the cloud. After 2 years of hard work, we’ve created something that’s indistinguishable from a Google Chrome that runs at 4K, 60 frames a second, takes no more than 500 MB of RAM, and often less than 30% CPU with 50+ tabs open. This is the first step in making a new kind of computer.

Source: Mighty’s master plan to reignite the future of desktop computing

What a joke. This is just a cagey attempt to track user ALL behavior across ALL sites, without even needing cookies or web bugs or other such hacks. Even Facebook can’t track you across sites that don’t load their script. I have Twitter blocked on my network, but the famous VC investor Paul Graham is apparently all about it. Given the completeness of the tracking information you could get from this, it’s no wonder. The potential upside here has probably made it trivial to get the money to run in stealth for 2 years on this thing.

User DaveV1.0 had a good comment on Slashdot:

The modern browser is wicked stressful on computers.

TL;DR: We are doing it wrong.

This is because:

  • Web pages are now the size of entire operating systems.
  • We are asking web browsers to everything an operating system does on top of an operating system.
  • We are using web browsers to do things that should be done with other applications.
  • We are using a stateless protocol to do tasks that require states.
  • We are doing things that require high security in an inherently insecure environment with an inherently insecure protocol requiring bolt-on extensions.

We are doing it wrong.

I mean, yeah, there actually is a use for “Mighty.” We’ve made HTTP do things that Tim Berners-Lee never even imagined in his wildest dreams, thanks to building a Javascript runtime interpreter into every browser, and downloading an entire application with each page of markup. Even in my current Rails app, where I use very little Javascript, webpacker warns me about the size of my current bundle: 249 KB. For comparison, the page is only 30 KB. Thank God for caching, I guess.

User Perseids on “Hacker News” asked the CEO of the company about issues of security and privacy:

I can’t help but ask: As a security conscious person, how can you justify creating the service? You’ll have the data and access of everything your customer does online, which for your target audience is everything your customer does on a computer. For the individual customer this is worse than Google, Facebook, Twitter combined. Also, you’ll have an effective backdoor into every two-factor authentication, be it online banking, valuable Twitter accounts or AWS admins. There are massive monetary and political incentives to hack or infiltrate your service. Given your scale, you can’t have comparable security measures to the big players. And given your location (US) you’ll eventually receive national security letters forcing you to secretly sip off anything secret services or law enforcement wants you to.

He didn’t respond.

People with M1-based Macs aren’t going to care about the performance of their browser. There is so much extra computing power in those things, they’re begging for something to do. Might as well be crunching media-heavy web sites. Maybe there’s some hope that poorly-ported video games will smooth out with the extra cycles…

Whatever. The joke’s on them, anyway. At $30-$50/mo, by the time “Mighty” could reach any sort of serious market penetration, users will interact with apps rather than web sites anyway. With an i9-based MBP, Imgur can make even my computer wheeze, but that’s because they load, like, 50 thumbnails on EVERY page view, and half the posts on the image sharing site are now video. Like Reddit’s execrable web site, I can only guess this is a move to push people to their app.

No, the next big shift is not to centrally-hosted web browsers. It’s to get rid of browsers entirely. Watch for one of the big sites, like Amazon, to introduce an “app” for their site, which will be based on Electron. Either that, or they’ll just go with Apple’s new thing where you can run their iOS app on macOS, and dust off their hands. (Poor Microsoft, with no mobile, and poor Google, with no (real) desktop!) Web sites for the places big enough to make apps will eventually just be a pointer to their app.

Leave a Reply

Your email address will not be published. Required fields are marked *