fishcharlie

joined 1 year ago
[–] fishcharlie@eventfrontier.com 1 points 9 months ago

Thanks. It did go down after about 40 minutes or so. It seems like my instance isn't federating properly now tho. Had to manually call /api/v3/resolve_object with the link to your comment to even be able to reply to it.

Another example is here you can see that the number of upvotes doesn't match this.

Any ideas?

 

After upgrading Lemmy from 0.18.5 to 0.19.1, the lemmy_server process is taking up 200-350+% of my CPU. Although I haven't seen it max out my CPU yet, it's getting dangerously close at times.

Any thing I can do to fix this?

I'd be fine with downgrading temporarily if this will require a Lemmy fix, but I'm not seeing any documentation on how to do that. I'm assuming DB migrations were run between those two versions (which might make that complicated).

 

Does Lemmy have anyway to pre-fill the Create Post details from the URL? For example Reddit allows for: https://www.reddit.com/submit?url=https%3A%2F%2Fstackoverflow.com%2Fquestions%2F24823114%2Fpost-to-reddit-via-url&title=Post%20to%20Reddit%20via%20URL.

I'm aware that this gets slightly tricky across instances (due to different domains), however I was hoping to build a system where the user enters their Lemmy domain, and it takes them to a page so they can create a post about a given URL.

Any ideas?

[–] fishcharlie@eventfrontier.com 2 points 1 year ago (2 children)

Good feedback. This is meant to be extremely initial. I absolutely understand the hesitation to collecting PII. TestFlight does capture a lot of this data automatically when you sign up using a link anyways. Once it gets into beta (or even later alpha stages) I plan on releasing a public link that doesn’t require an application. I really appreciate your honest feedback tho, and I’ll definitely take it into consideration and consider alternatives in the coming days. Thanks again!

[–] fishcharlie@eventfrontier.com 3 points 1 year ago (1 children)

Feels like this would just be adding on a centralized feature to a system designed to be decentralized. If anything, it should be based on a decentralized system like Bitcoin or something.

 

cross-posted from: https://eventfrontier.com/post/6196

I'm extremely excited to announce Echo for Lemmy. This is a project I've dedicated all of my free time to for the past little bit, and it has come such a long way. Although there is still a lot of work to do, I'm excited to share this alpha version and get feedback from the community.

Key Features:

  • Intuitive, beautiful design
  • Timeline that provides key information about posts
  • Upvote, downvote, and comment on posts just by swiping
  • Threaded comment support
  • Blocking & Reporting support
  • Support for every timeline sort option
  • Share Extension to create posts from other apps
  • And much more

Screenshots:

Screenshot of the Echo timeline

Screenshot of the profile view

How to Join:

Please keep in mind that this is currently a closed alpha program. Things might not be perfect. Bugs exist. It's not feature complete. However, it's a great start, and after using it myself, I think it's ready to be shared with the community.

I truly believe in the community aspect of Lemmy and the Fediverse. Your feedback will help shape this application, and I'm excited to hear what you think.

If you would like to join the alpha program, please fill out this form, and I'll be sending out invites as soon as possible. I expect the first wave of invites to be sent out this week. Then be sure to subscribe to our Lemmy community to stay up to date on the latest news, ask questions, leave feedback, and more.

How to Report Feedback:

I will be compiling feedback from the following sources. Please feel free to use any of these to report feedback.

All constructive feedback is welcome. Please note, that nonconstructive feedback may result in removal from the alpha program.

[–] fishcharlie@eventfrontier.com 3 points 1 year ago (1 children)

@MentalEdge@sopuli.xyz If the instance is overloaded, how do you still get posts then?

Does the subscription being pending remove any functionality or change the behavior at all?

I have a lot of them from Beehaw.org. What I didn't expect is I still seem to be seeing posts from those communities in my subscribed feed.

 

After getting a LoginResponse from the Lemmy API, it returns an auth JWT token.

I'm trying to figure out how I can get that users person_id or username so I can make a GetPersonDetails request for the currently logged in user.

Any ideas on how to do this?

 

I'm curious where everyone else has found communities to subscribe to on Lemmy.

 

I'd love to contribute some improvements to the lemmy-js-client documentation (ex. https://join-lemmy.org/api/interfaces/GetPosts.html), but I can't seem to find the source of that.

I've tried to search in the main Lemmy repo for the comment under community_name to try to give me a pointer, and I can't find any results.

Any ideas where this documentation is even coming from?

 

I have just released a Swift Client for Lemmy! It's still early stages, but it has full API parity with the JavaScript client, and full Swift type safety.

I plan on improving the documentation shortly, but wanted to get something up so others could start using it and provide any feedback you might have.