ds12

u/ds12@beehaw.org
3 posts · 14 comments

Recent posts

Recent comments

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

In the search bar in the side drawer, you should be able to search for something like connect or lemmyconnect. Give it a few seconds to search and load up the search results. One this community shows up, you should be able to click it!

The screenshot you're sharing is the raw markup of Beehaw's custom error page. I think it's getting rendered because it's a different result from what other "typical" Lemmy instance would return in an error - either a status code or a specific error string. You can swipe it down to return to the previous view I'm pretty sure.

on Removing accounts · c/lemmy · 4 pts · 3y

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.

Freakonomics Radio with a lot of interesting insights to things in life.

Big Biology for any Biology nerds. A lot of interviews with researchers.

This Is Actually Happening with some absolutely wild stories.

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

When viewing a post, there should be a bookmark icon to the right of the upvote/downvote buttons. If you click it, it should save the post. Same for the comments.

To view saved posts or comments, there should be the same icon in the navigation bar or the side bar.