this post was submitted on 16 Jun 2023
11 points (100.0% liked)

Asklemmy

43336 readers
954 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
 

When I visit kbin.social, I see new posts regularly. On other servers posts stay on the frontpage for multiple days. This is also true if I switch their sorting to "hot". So that is probably not the difference.

What is kbin.social doing differently?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 0 points 1 year ago (1 children)

Do you know when 0.18 will be out?

[โ€“] [email protected] 2 points 1 year ago (3 children)

Trite answer: When it's done

More in-depth answer: Currently there's no set date. It depends on how quickly they can tear out all the WebSockets code and replace it with simple HTTP (that's the BIG change, will fix a lot of different things), and then test those changes. The hot_rank fix has already been merged, that's done, but they want a stable, cohesive release with all the good stuff.

Current estimations I've seen range from 1-2 weeks, but it all depends on how fast they can get it coded and tested.

[โ€“] [email protected] 2 points 1 year ago

I believe it's supposed to drop next week as long as there are no last minute problems.

[โ€“] [email protected] 1 points 1 year ago

2 weeks is juuuust in time for the 3rd party apps cancellation

[โ€“] [email protected] 0 points 1 year ago (1 children)

Why are they getting rid of WebSockets? It's really useful for instant data and is often faster than simple HTTP requests.

[โ€“] [email protected] 1 points 1 year ago

You can see the discussion about this here, but the short version is that it's not scalable, hits apps & browsers like a truck, memory leaks, and live updates cause feed reshuffling which is really annoying