this post was submitted on 20 Aug 2023
289 points (100.0% liked)
linuxmemes
22763 readers
532 users here now
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
- Don't get baited into back-and-forth insults. We are not animals.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
- These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudo
in Windows.
- No porn. Even if you watch it on a Linux machine.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
5. ๐ฌ๐ง Language/ัะทัะบ/Sprache
- This is primarily an English-speaking community. ๐ฌ๐ง๐ฆ๐บ๐บ๐ธ
- Comments written in other languages are allowed.
- The substance of a post should be comprehensible for people who only speak English.
- Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
ย
Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
founded 2 years ago
MODERATORS
I never intend to use a flatpak or snap, and avoid them like the plague. The whole concept is incredibly ugly to me, and wasteful of computer resources.
Depends on the viewpoint. As a software consumer, sure. As a software producer though, not having to deal with with tons of different packaging formats and repositories for different distributions and versions is a blessing.
It wastes resources on the consumer side to free up resources on the developer side, allowing for more time spent on improving the software instead of worrying about millions of different system setup combinations.
There are of course two sides of the story, and you are right that it causes performance/battery life issues. Including a browser does actually improve the situation with screen readers and such.
The big advantage of the "include a browser/large framework" solution is that it allows you to write the application once and use it on web, Linux, Windows, Mac, Android, iOS, some weird TV OS, a game console or someone's car.
Without some middleware you'd be writing 10 different versions and every one would need it's own native libraries that are "just a few days to learn" and "just a few dozen days to master" and only "a few hundred hours to implement and maintain", and the result would be what we had in the 2000s: "Sorry, we do not support Linux."
Hard disagree. I'd rather run an Electron application than having to side-load Windows for some application I actually need. Also, you don't have to install Electron applications, so if you want you can just pretend they don't support Linux.
Since when is theming aaccessibility? That's customizability.
But you can have your wishes easily. If you prefer no Linux support over an Electron app, just don't install the Electron app and you get the same result.
Again, how would not providing any Linux app at all be preferable over an Electron app? How would it lead to you having a better Linux app?
Ok, what's your suggestion? Go back to a world before wine when Linux gaming was Tux Racer?
I much prefer solid, well working games with great performance delivered through Proton than no games at all.
The 90s called, they want their native-purism back.
Easier route = electron app.
Most native Linux apps have absolutely shit keyboard navigation and screen reader support, if they even bothered testing it at all. So yes web apps are far better for accessibility.
I'm sick of purists who don't know they're talking about. If it was up to you there'd be zero growth in Linux and you'd actually be happy with that. Electron exists to put software on multiple OSes at low cost. It's a good thing. App devs are just jealous that they're getting replaced by web and mobile devs, both of whom they've shat on for decades.
Karma's a bitch. It isn't the 90s anymore, the time to move on and learn a worthwhile stack was 15 years ago. If you're so good then surely you can bring your genius level skills to a web team and show them how it's done.
Microsoft Teams has a high contrast mode. Signal and Threema are both high contrast originally. That's all the electron apps I am consciously using.
And all of them natively support scaling up by pressing CTRL plus the + key.
They are actually much better in this regard than most native apps.
flatpak isn't the same because you only have to learn one packaging format and can distribute to virtually any system out there. I really don't see why you'd also package for every distro individually then. Installing flatpak isn't that hard, it not being "the defacto standard" shouldn't be an issue.
Yep lazy developers! That doesn't care about security!
You aren't owed a native package for whatever OS you're using. In fact, you should be thankful that flatpak exists because the most common alternative is piping wget into shell.
And if you care so much about security, just build your stuff from source. Whether flatpak or apt, at some point you will run third-party code.
-said the person that probably has never worked in their entire life
What do you know about someone on the other side of the keyboard, nothing ๐
Hope it helps you be annoyed at me because I don't like flatpak and snap.
I don't really understand why you would do anything other than native install unless you really, really need the performance.
Edit: 5 months later and I recognize this was a shit take.
Agreed
Yesterday I freed up 6GB of diskspace by uninstalling a single flatpak app and running
flatpak uninstall --unused
Somehow flatpak had grown to fill the disk over the years, my installation is about 5 years old, and I have only used flatpak very sparingly.