this post was submitted on 31 Mar 2024
95 points (88.0% liked)

F-Droid

7920 readers
1 users here now

F-Droid is an installable catalogue of FOSS (Free and Open Source Software) applications for the Android platform. The client makes it easy to browse, install, and keep track of updates on your device.

Website | GitLab | Mastodon

Matrix space | forum | IRC

founded 3 years ago
MODERATORS
top 20 comments
sorted by: hot top controversial new old
[–] [email protected] 28 points 5 months ago* (last edited 5 months ago) (1 children)

The bot should at least pick from a pool of apps new enough to run on the latest 2 versions of Android. There's a lot of ancient apps that haven't been updated in ages.

[–] [email protected] 5 points 5 months ago* (last edited 5 months ago) (1 children)

The bot could just filter out any app that didn't receive an update in the last ~1 year.

[–] [email protected] 9 points 5 months ago* (last edited 5 months ago)

There are many good apps that don't receive/need regular updates anymore. Besides, giving them more attention might encourage new contributions.

Edit: maybe we can make an exception for this though:

[–] [email protected] 27 points 5 months ago (1 children)

That'd be neat. I feel like that could definitely add to the community growth and engagement.

If I saw an app that I used regularly I'd definitely be willing to enthuse about it and talk about issues I've encountered.

[–] [email protected] 2 points 5 months ago

Could that same bot (or a different bot even) be relegated to doing 'best of' lists or 'featured' based on different metrics like 'most commented'? Just a thought

[–] [email protected] 26 points 5 months ago* (last edited 5 months ago) (2 children)

Random isn't good.

A weekly post asking about the users fav apps or fav new apps. Or updates of apps and what's new in them.

[–] [email protected] 10 points 5 months ago

Imo random is good if you limit it to stuff compatible with Android 12 or newer, because there is a ton of legacy stuff that might have security or usability issues and any bugs would not be resolved

[–] [email protected] 7 points 5 months ago* (last edited 5 months ago) (1 children)

A random selection once a week can reveal interesting apps

[–] [email protected] 8 points 5 months ago (1 children)
[–] [email protected] 3 points 5 months ago (1 children)

I made my comment more clear

[–] [email protected] 4 points 5 months ago

To me, it's still the same.

Each week there are a lot of updates and new apps on fdroid. And there's even a blog post about it. Maybe that should become more visible

[–] [email protected] 16 points 5 months ago (2 children)
[–] [email protected] 2 points 5 months ago

Because it is tedious and would only reveal a handful of apps. It would be nice to get a random app as once in a while it might be something you want to use.

[–] [email protected] 2 points 5 months ago

Maybe a stickied thread with suggestions and each week pick the highest voted one that hasn't been discussed yet.

[–] [email protected] 7 points 5 months ago

Be the change you want to see in the world

[–] [email protected] 5 points 5 months ago

This could also be a weekly engagement thing, but from the users? For example, a weekly thread called "This Week's Discovery". And then people can suggest their findings and share experiences.

[–] [email protected] 3 points 5 months ago

Here is a list of apps (taken from the names of metadata/*.yml files on the f-droid gitlab): apps.txt (pastebin)

Choose one at random:

#!/usr/bin/env python
import random
names = open("apps.txt").readlines()
print("https://f-droid.org/en/packages/"+random.choice(names)[:-1]+"/")
[–] [email protected] 1 points 5 months ago (1 children)

Maybe semi automated

Random chooses an all, the human rejects the candidates until something that is generally useful is found

I don't think many would be interested in https://f-droid.org/packages/org.hwyl.sexytopo/ for example

Or a icon pack like https://f-droid.org/packages/org.xphnx.ameixamonochrome/

[–] [email protected] -1 points 5 months ago

Honestly I think random is the best answer

[–] [email protected] 0 points 5 months ago

Honestly, great idea.