Yes, because bad actors may be able to get ahold of passwords from your device or the service providers. MFA helps mitigate the risk of unauthorized logins in this event.
QKSMS is on Fdroid, and you can download the APKs on their GitHub as well.
What sort of features that you think you'll be missing?
Unfortunately I don't think they support Lemmy accounts at the moment.. =(
Welcome and I hope you enjoy interacting in this space!
One thing to note is that communities across the instances (lemmy.ml being an instance) will have varying content and vibe, and may differ from what you might expect of an instance. So if you're selective with the communities you subscribe to and typically only scroll through your Subscribed front page, filtering out lemmy.ml might not be necessary.
I would suggest looking into subscribing to and engaging with communities from the programming.dev instance. While they continue to exist, and Beehaw is federated with them and vice versa, Beehaw users like you and me can do so!
Sorry, 1984 references!
It was said during the Two Minutes of Hate. The Brotherhood shall be sending a visitor to pay you a visit soon.
This probably needs verification, so run at your own risk!
The SQL statement to delete would be: DELETE from person where name = '...'
person
is the table of users.
name = '...'
is the condition for the row that is to be deleted.
You can also modify the condition to, for example, delete a user using the id
instead of their name
(username).
Here's a link to the "schema" of the person
table as generated by the backend code.
fzf for quickly matching file names especially deep in the directory hierarchy
ripgrep for quickly searching for text content within files
dtrx for handling the right extractions of different archive types
Just chiming in to remark how hilarious and wholesome these downvote comments are! =D
If you have familiarity with mobile app development, might be worth looking into the mobile apps for Lemmy as well!
At least according to this article, it seems like Wayland enabled by default will be for the next release!