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

Beehaw Support

2797 readers
6 users here now

Support and meta community for Beehaw. Ask your questions about the community, technical issues, and other such things here.

A brief FAQ for lurkers and new users can be found here.

Our September 2024 financial update is here.

For a refresher on our philosophy, see also What is Beehaw?, The spirit of the rules, and Beehaw is a Community


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.


if you can see this, it's up  

founded 2 years ago
MODERATORS
 

Technically New isn’t either but that one makes sense. However what’s considered Active on !technology@beehaw.org is unattainable on say !food@beehaw.org as a result I see many posts from very active communities and nothing from less active ones.

Is there a work-around for that side from going to each of the communities I’m subscribed to? Or is this just a todo for lemmy devs for now?

top 6 comments
sorted by: hot top controversial new old
[–] Echolot@sh.itjust.works 9 points 1 year ago (2 children)

This needs to be addressed by the devs in my opinion... I read that the way the Hot score is calculated needs to be changed either way since it's currently horrible for the performance.

[–] towerful 3 points 1 year ago

I saw a post over on lemmy.ml as a request for comments on this..
Essentially apply a weighting to popularities based on community size.
I imagine an issue will pop up on the GitHub soon to centralise the discussion.

[–] Amir@lemmy.ml 1 points 1 year ago (1 children)

If it's horrible for performance, it should be bundled by cron jobs instead of recalculated every single request

[–] Hexorg 2 points 1 year ago

It’s not that. You can read the issue detail but essentially the database query for hot sorting is currently inefficient.

[–] fred 2 points 1 year ago

I have noticed that when click "all" and "active", after a minute or two my page will load a random instance's entire list today.

Here is an example

https://imgur.com/a/o3RWNfd

[–] sjolsen 1 points 1 year ago

I was thinking the same thing today. Figured I'd post here instead of starting a new thread. There's an open issue on github for this feature request: https://github.com/LemmyNet/lemmy/issues/1026