←back to thread

1525 points garyclarke27 | 1 comments | | HN request time: 0.201s | source
Show context
JeremyNT ◴[] No.23222914[source]
If you are an end user who would like to avoid getting caught in this situation, you might want to switch to using F-Droid [0] as your primary source of Android software. The selection is more limited, but because everything is open source and distributed outside of Google's walled garden, you can be sure that it won't be arbitrarily removed because of the whims of corporate bureaucracy.

I write this not as a dogmatic free software proponent, either; I have bought apps on the Play Store in the past and would consider doing so if the experience weren't so poor. Dealing with the Play Store has gotten so frustrating (not just due to this issue, but also due to the difficulty of filtering out shovelware and spyware) that I only reach for it as a last resort now.

[0] https://f-droid.org/

replies(1): >>23223027 #
rjmunro ◴[] No.23223027[source]
How does f-droid police "shovelware and spyware"? Or just outright malware? Surely they will remove it? In which case your favourite app might be "arbitrarily removed"?
replies(4): >>23223172 #>>23223205 #>>23224516 #>>23224754 #
1. JeremyNT ◴[] No.23224754[source]
Any app distribution platform carries with it a risk of hosting user-hostile software, so it is certainly not immune. Fortunately there are fewer incentives for trying to sneak such software into F-Droid which results in fewer (if any) straight up lies intended to trick users into buying misleading software or exposing their data for the sake of ad revenue.

This is of course the same issue we all face when opting to pull in an OSS dependency for our own projects (from npm or docker or rubygems or rust crates or...): we need to decide on our own how far to trust the software maintainers.

The android permissions model offers some degree of protection in both stores from hostile software. However, unlike the Play Store which offers only a couple of tags (contains in-app purchases / contains ads), in F-Droid any known "antifeatures" (i.e. association with paid services) are listed explicitly in the catalogue.

As for abandonware (or other software that F-Droid drops for practical concerns), users could still acquire the code and build it themselves, which means that a developer stepping away from a piece of software does not mean a user needs to say goodbye.