I think the fight is still on! I kinda hope it happens 🀣

If I had to suggest something:

  • Quick switching between accounts on different instances (a couple of clicks, instead of another website in another tab)
  • More configurable UI. Quickly switch between seeing/not seeing read posts, NSFW, NSFW blur
  • Combined communities list and/or wall between all your accounts, so that you see more

Upvote me daddy

Interesting to hear this from a dirty lemmy.fmhy.ml-er! 😈

[-] SomeOtherUsername@lemmynsfw.com 23 points 1 year ago* (last edited 1 year ago)

I think I found what eats the memory. DB iops isn't the cause - looks like the server doesn't reply before all the database operations are done. The problem is the unbounded queue in the activitypub_federation crate, spawned when creating the ActivityQueue struct. The point is, this queue holds all the "activities" - events to be sent to federated instances. If, for whatever reason, the events aren't delivered to all the federated servers, they are retried with an exponential backoff for up to 2.5 days. If even a single federated instance is unreachable, all events remain in memory. For a large instance, this will eat up the memory for every upvote/downvote, post or comment.

Lemmy needs to figure out a scalable eventual consistency algorithm. Most importantly, to store the messages in the DB, not in memory.

But... but... Rust...

These are upvotes and downvotes. I doubt views are logged anywhere, apart from the webserver.

Big true! I'm actually spending most of my time on Lemmy down in the comment section 😁

In terms of an optimal load spread, it's best if the lemmiverse is split into multiple equally sized instances. If you use an instance just for yourself, it doesn't actually decrease the load on the main servers in any way. The only thing you get is a guarantee that your instance won't suddenly go down.

This dude literally understood infinity in the shower... Image

5

Many websites ask for permissions to send you push notifications in your browser. Does anyone actually use it? Does anyone find it convenient? Is it something you'd implement in your website?

YouTube is very profitable now. MEGA is probably profitable.

view more: next β€Ί

SomeOtherUsername

joined 1 year ago