125

I've been using wefwef WebApps to browse the fediverse and am curious to understand how it works. I do not have knowledge deep knowledge about coding or programming.

you are viewing a single comment's thread
view the rest of the comments
[-] gvasco@discuss.tchncs.de 17 points 1 year ago

The main big difference without going into different programming languages is that web apps are built to be served via a web browser and don't interact directly with the underlying operating system (OS). Regular apps are built to be run and interact directly with the OS.

[-] Nobody@lemmy.world 2 points 1 year ago

So, web apps lose a great deal of functionality, but gain independence and privacy? Or am I not seeing the issue correctly?

[-] terrapin@lemmy.world 3 points 1 year ago

Web apps allow for greater cross system support since they can be utilized on any system that has a browser and access to the internet. Another benefit is that none of the code is hosted on your local system (except the client side which is served to you in the browser). Web apps don’t necessarily lose any functionality, it just depends on the goal of the application. Web apps still have server side (remote) applications that serve the web app to your browser and which can perform the lower level functionality on the host system.

[-] Serinus@lemmy.ml 2 points 1 year ago

No, not at all.

Web apps automatically update, and you basically don't run any code on your machine. Whoever is running the webapp can usually see everything you do. Google knows you opened and edited that document at 4am last Thursday. If someone serves Google a warrant, they'll give them your documents. You also don't have to trust whoever is running the webapp. You can use Joe Shmoe's interactive Diablo map and the only risk is the data you give them.

Desktop apps may or may not phone home. But generally if you edit a document in notepad or WordPad, nobody has that information but you. If someone wants that document, they need to get access to your machine. But it does require you to run code that you can never really be sure of what it's doing. So you generally want to stick to known names or people you can trust. Don't run random executables on your machine. Note that this is also why it's so much harder to pirate games or software than it is to pirate media. You (generally) can't get a virus from an mp3 or mpeg or jpeg file.

[-] gvasco@discuss.tchncs.de 2 points 1 year ago

Web apps will be more restricted into terms of how they can interact with the underlying OS as they first have to go through the browser. Also I wouldn't say weapp have any influence on independence and privacy, and if anything they are less private since the hosting server will know your IP and often require an account to use them. Native apps are installed on the system and unless they have routines to call back to the developer, it won't really share any information about your system or usage.

this post was submitted on 06 Jul 2023
125 points (96.3% liked)

Asklemmy

43326 readers
1117 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy 🔍

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS