1302
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:
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.