this post was submitted on 15 Apr 2026
55 points (100.0% liked)

Firefox

22774 readers
1 users here now

/c/firefox

A place to discuss the news and latest developments on the open-source browser Firefox.


Rules

1. Adhere to the instance rules

2. Be kind to one another

3. Communicate in a civil manner


Reporting

If you would like to bring an issue to the moderators attention, please use the "Create Report" feature on the offending comment or post and it will be reviewed as time allows.


founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] dan@upvote.au 9 points 1 month ago* (last edited 1 month ago) (1 children)

Why install a native app when a website can do it? It's very common to use a website to flash ESPHome for example.

[–] thingsiplay@lemmy.ml 2 points 1 month ago (1 children)

Well you have more control over it and not dependent on the server. Also it should be more private I guess. I'm not judging, just asking if there was no native app that you felt forced to use a worse browser.

[–] dan@upvote.au 5 points 1 month ago* (last edited 1 month ago)

not dependent on the server

It doesn't have to be - a developer could also provide a HTML file that the user can download and open locally.

And to be honest, if someone had to build a user-friendly cross-platform GUI app for connecting to some sort of serial device, they'd probably just end up using web technologies (Electron or Tauri) anyways. May as well avoid the extra overhead of Electron.