Yeah, when the popup came up offering to do the translation on a Japanese website I was on, I was pretty stoked! I was using the Developer Edition then, so it was still in beta and there weren’t any official announcements then. Glad it’s out officially now!
ds12
- 2 Posts
- 14 Comments
ds12@beehaw.orgto Linux@lemmy.ml•Mozilla Firefox 120 Is Now Available for Download, Here's What's New5·2 years agoAt least according to this article, it seems like Wayland enabled by default will be for the next release!
ds12@beehaw.orgto Privacy@lemmy.ml•Is there any point in using MFA if you use a password manager to auto generate all your passwords for each account you have?4·2 years agoYes, 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?
!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.
ds12@beehaw.orgto Asklemmy@lemmy.ml•How are you managing your interaction with redundant communities?1·2 years agoHuh, 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.
ds12@beehaw.orgto Technology@beehaw.org•Critical Vulnerability Exploits Several Lemmy InstancesEnglish9·2 years agoSorry, 1984 references!
ds12@beehaw.orgto Technology@beehaw.org•Critical Vulnerability Exploits Several Lemmy InstancesEnglish13·2 years agoIt was said during the Two Minutes of Hate. The Brotherhood shall be sending a visitor to pay you a visit soon.
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 aSubscribe
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 likebeehaw.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 theirname
(username).Here’s a link to the “schema” of the
person
table as generated by the backend code.
ds12@beehaw.orgto Asklemmy@lemmy.ml•Hi everyone, coming over from Apollo (aka Reddit… ;). It’s hilarious how I’m trying to figure out how all this works by emulating nearly 10 years of Apollo. To answer to the post I swiped right on the1·2 years agoShouting a welcome over from the Beehaw instance!
There’ll be a learning curve for sure, but I hope it’ll be an enjoyable experience as you go through it! =)
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
It appears there’s a PR for this in the works!
I’ve been using Connect and it seems to be working well with Beehaw!