this post was submitted on 04 Jul 2023
383 points (97.8% liked)

Programmer Humor

32070 readers
469 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 1 year ago (1 children)

Can you explain why? Are you using wefwef on Android?

[–] [email protected] 2 points 1 year ago (3 children)

I’m using it on iOS and don’t get me wrong the app looks beautiful. I’m finding issues with communities not loading posts, comments or general sync issues. I have an issue where trying to reply to a comment would overlay the comments over the textfield.

[–] [email protected] 6 points 1 year ago

I’m finding issues with communities not loading posts, comments or general sync issues.

Lemmy's Rust code uses an ORM called Diesel that masks the SQL statements and you really have to watch the PostgreSQL server independently to verify that the SQL isn't doing wild things like loading thousands of records when you only needed 3. Just today people are finally sharing some information out of the big servers (lemmy.world) as to what PostgreSQL side says is actually happening. Hopefully the biggest mistakes are going to get cleaned up quickly.

[–] [email protected] 3 points 1 year ago (1 children)

That might be a server issue. Lemmy.world is still having performance issues and just like the picture in this post we are all seeing many errors often.

[–] [email protected] 2 points 1 year ago

I appreciate the explanation.

[–] [email protected] 1 points 1 year ago (1 children)

That sounds like a server issue. Try a smaller server

[–] [email protected] 1 points 1 year ago (1 children)

Can I change servers without changing my account?

[–] [email protected] 2 points 1 year ago

At this time, no. This is a limitation on lemmy's side though