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

Asklemmy

43400 readers
831 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_A@discuss.tchncs.de~

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
[–] AnonTwo@kbin.social 0 points 1 year ago (1 children)

Have to agree that Kbin.social has more consistently given me content i'm interested in.

It's also nice that it doesn't do dynamic updates by default, so I can just look at what i'm interested in and refresh the page once I want to see new things.

[–] SpacemanSpiff@kbin.social 1 points 1 year ago

I think the “dynamic updates” behaviour is tied to Lemmy’s use of websockets instead of http. Kbin uses http. The Lemmy devs have stated they’re going to move off of websockets in the future as they present scaling issues with the way the software is written.

The websocket protocol allows bi-directional push communication regardless of the previous request which means that new posts are constantly triggering server side updates which then appear like a page “refresh” on clients.

Arguably, while websockets have very cool realtime features compared to http, for a Reddit-like content aggregate their use can quickly overwhelm usability without significant retooling.