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?
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?
!internetisbeautiful@feddit.de for interesting and fun sites folks have come across.
I’m a fellow Malaysian, so this one’s country-specific: !cafe@monyet.cc. A chill and free-for-all chat, and nice to get a little hit of the Malaysian vibe while living away from home.
Huh, never thought about it this way but it makes sense. Ultimately the URL will be identical across the different posts, and I believe a Post
object has a URL field.
Assuming you’re viewing on mobile, at the top of the page, there should be a Sidebar
button. Click that and it will expand the sidebar. There should now be a Subscribe
button for you to subscribe to the community.
Note that the URL should look something like <local instance url>/c/<remote channel>@<remote instance hostname>
. For example, my local instance is Beehaw too and I’m trying to view AskLemmy on lemmy.ml, so it should be something like beehaw.org/c/asklemmy .ml
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
At least according to this article, it seems like Wayland enabled by default will be for the next release!