thatcasualgamingguy

joined 1 year ago

I think Stash should cover most of your points, except for the page-less scroll: https://github.com/stashapp/stash The only other software I know for this is Porn Vault: https://gitlab.com/porn-vault/porn-vault

[–] thatcasualgamingguy@lemmy.nerdcore.social 4 points 1 year ago (1 children)

I use Fedilab for the Twitter-like part of the Fediverse and it has a nice feature, where you long-press the button for reply, star or boost and then you can choose as which account you want to do it.

[–] thatcasualgamingguy@lemmy.nerdcore.social 1 points 1 year ago (1 children)

I'm currently looking for a software to host my images and I found this table quite helpful to compare features: https://meichthys.github.io/foss_photo_libraries/

[–] thatcasualgamingguy@lemmy.nerdcore.social 2 points 1 year ago (1 children)

For me, saving a post also crashes the app. But when I open the app again the post is saved. So at least the saving itself works.

[–] thatcasualgamingguy@lemmy.nerdcore.social 1 points 1 year ago (1 children)

That's a cool idea. Thanks for your work!

One question: Let's say the script defederates an instance and then the admin of that instance cleans up their database and makes sure no new bots can register. Would your script remove them from the blacklist or would I have to manually check if all instances on my blacklist are still "infested" to give them a second chance?

I think it's actually pretty clean. Thanks to the references on the person table all related entries in the database like posts, comments, etc. also get deleted if there are any. It's better than banning all those fake users and thereby spamming the modlog of all instances that federate with you 😅

[–] thatcasualgamingguy@lemmy.nerdcore.social 1 points 1 year ago (1 children)

Just did that for my instance. Luckily it's fairly easy. Since there were no human registrations after those bots I just looked up the lowest bot id in the local_user table which was 9 and then used delete from person where id in (select person_id from local_user where id >= 9);. Thanks to the references and triggers on the table, the rest of the database was also cleaned up by that, including the local_user table.

While looking for a way to enable captchas I found out that they will remove that feature from lemmy: https://github.com/LemmyNet/lemmy/issues/2922

Same here. I always have to search for and subscribe to new communities through a browser. And after that, I have to kill the app and open it again for the new community to show up in my list. There might be a different way to reload the community list, though. Just haven't found it, yet.

For me that only works in a browser, not in the app.

view more: ‹ prev next ›