My favorite part of the web is that it makes things hackable. Stuff like userscripts or even being able to muck around in devtools makes it so much more empowering than native apps that give you a "take it or leave it" approach to apps.
Mobile apps make me so mad because they give me no control over my device even with the prospect of "app permissions".
@teal Could you give some examples of scriptable linux apps you use? Most of the ones in my daily use don't have stuff like that.
Big agree on mobile lacking devtools. I think only Kiwi Browser on Android has usable ish devtools and extensions. I was hoping to learn from their code to add devtools to my browser too.
I wish web devs were a bit more cautious with memory usage for their apps and that browsers were a bit less greedy with resource usage.
i think most just embed lua or python
emacs is a lisp vm, and plasma i believe uses shared objects? though i'm not sure, it could be another vm.