1183
Language
(lemmy.blahaj.zone)
A place to share screenshots of Microblog posts, whether from Mastodon, tumblr, ~~Twitter~~ X, KBin, Threads or elsewhere.
Created as an evolution of White People Twitter and other tweet-capture subreddits.
Rules:
Related communities:
Boot2Gecko is a thing: it's called KaiOS. It targets lower tech devices though and is just as locked down as Android, potentially even more actually.
I'm interested: why do you want it? I'm not a big fan of the idea of web development being the standard
Let me answer your question with a question: How many things do you do with your phone that aren't also able to be accomplished with a website already? I'd be willing to bet that the answer is in the single digits. And for most of those, that limitation is likely to be entirely arbitrary, instituted by a developer as an anti-consumer form of lock-in.
Delivering application-like experiences via the web allows users to make accessibility changes to that experience without the developer needing to support it explicitly. It also allows users to implement plugins that extend and improve their experience, by removing undesirable content or adding functionality that you haven't provided. And because browsers are built on open standards, there's no longer any device ecosystem lock-in; I should be able to access all of the websites I want to from any browser on any device. Users could even build their own bespoke applications, without the need to enable a developer mode on their phone or get a certification from a megacorp.
And because downloadable and cacheable progressive web apps are a thing, as well as local storage options for browsers, the experience for an end-user of a browser-only phone wouldn't need to be any different in low-signal or high-latency situations.
The web is a mature and proven platform for delivering arbitrary code and data, plugins make the web more accessible and easier to use, and web standards make the world more open. It's not a perfect platform, of course, but it's the one we've got; I think making it the default rather than the fallback for the devices most people use more than any other would be a great boon for the world at large.
This is kinda begging the question imo. Phones are terrible anti-user devices, so I can't do the things I'd like to do with it that I can't also accomplish on a website. Wasn't that kinda the problem that was initially stated in the OP?
Almost all of this would be equally possible if the phone wasn't just a platform for a browser. I actually think a browser model limits a lot of what you say here, and browsers definitely have ecosystem lock-in problems: what Google says essentially goes these days. The browser isn't the great liberator of phones imo.
I don't hate browsers; a lot of what you said is true and great for users with respect to browsers. I do however think it's a weird way to try to fix the phone ecosystem by replacing a restrictive sandbox with a restrictive sandbox that also ties you to a really terrible development ecosystem.
I, too, hate web dev being the standard. It's inevitable though. Mostly OS agnostic, easy to learn, etc.
I don't see why it's inevitable at all. Browsers are incredibly useful and will always have their place, but they don't have to be everything. Why would you say it's inevitable? There are plenty of other OS agnostic frameworks on which to build programs, and not everything actually has to be OS agnostic imo. I don't write anything with Windows in mind :)
If you write desktop software and don't ship a Windows version, that's like 90% of users you're missing out on. Android vs iOS you lose half. Not everyone wants to learn C++ for qt and by the time you get to things like Flutter, might as well use Tauri and some lightweight js framework.
Not an issue if you only do FOSS, but commercial software is always about lowest possible cost to build
Sure, but imagine a world where you could run a JVM (just as an example please don't focus on that lol) on your phone (and yes I know Android is JVM-esque, but you aren't just running JVM code on there willy nilly due to the way it's designed). There is no longer an Android vs iOS in that case with respect to JVM and even desktop or laptop applications. Of course there would need to be work done on the development side to deal with screen size and all that fun stuff, but these are all solvable problems and things you already have to deal with. QT has very easy to use Python bindings if you want an easy entry to that so that's no big deal. I don't write a lot of GUI code so I don't know the landscape that well, but I've had success with PyQt6 and Kotlin + JavaFX.
Anyway that's all kinda besides the point. We know how to build VMs; we've done it plenty of times. There is nothing magic about JavaScript; it's just a VM. Are browsers incredibly complex and well designed programs? Yes, but they're not special and their role as the backbone of everything doesn't seem inevitable or wise to me.
As for KaiOS, I don't think that's really a good successor of Boot2Gecko; from what I've seen they went the app route, which kind of fundamentally violates the spirit of what B2G was supposed to be.
I'm not sure what the original vision was, but KaiOS is just a fork of Boot2Gecko.