ds12

joined 1 year ago
[–] ds12@beehaw.org 5 points 10 months ago

At least according to this article, it seems like Wayland enabled by default will be for the next release!

[–] ds12@beehaw.org 8 points 11 months ago

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.

 

What a journey for this beetle!

[–] ds12@beehaw.org 1 points 1 year ago

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.

[–] ds12@beehaw.org 9 points 1 year ago* (last edited 1 year ago)

Sorry, 1984 references!

[–] ds12@beehaw.org 13 points 1 year ago (2 children)

It was said during the Two Minutes of Hate. The Brotherhood shall be sending a visitor to pay you a visit soon.

[–] ds12@beehaw.org 4 points 1 year ago* (last edited 1 year ago)

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@lemmy.ml

 

cross-posted from: https://mander.xyz/post/913220

It's call the Science Media Centre can they public short (2-4 paragraph usually) responses to new research publications by experts in the field. They are aimed at journalist but a nice overview of the strengths and weaknesses of the research. I've only been reading reading them for a couple of week but, so far, they seem really good.

[–] ds12@beehaw.org 4 points 1 year ago (1 children)

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.

[–] ds12@beehaw.org 1 points 1 year ago

Shouting 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! =)

[–] ds12@beehaw.org 2 points 1 year ago (1 children)

What do you mean by collapsing threads? Currently if you clicked on a comment, it should collapse said comment and any children of the comment.

With regards to navigating to the next/previous top level comment, worth putting that as an "issue" on Jerboa's GitHub as a feature request if one doesn't exist for this feature already.

[–] ds12@beehaw.org 1 points 1 year ago

It appears there's a PR for this in the works!