this post was submitted on 14 Jun 2023
443 points (97.4% liked)

Lemmy.World Announcements

28915 readers
4 users here now

This Community is intended for posts about the Lemmy.world server by the admins.

Follow us for server news 🐘

Outages πŸ”₯

https://status.lemmy.world

For support with issues at Lemmy.world, go to the Lemmy.world Support community.

Support e-mail

Any support requests are best sent to [email protected] e-mail.

Report contact

Donations πŸ’—

If you would like to make a donation to support the cost of running this platform, please do so at the following donation URLs.

If you can, please use / switch to Ko-Fi, it has the lowest fees for us

Ko-Fi (Donate)

Bunq (Donate)

Open Collective backers and sponsors

Patreon

Join the team

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

There is a bug in 0.17.4 that stops front pages from updating shortly after the server is restarted, thus resulting in β€œhot” and "active" showing stale posts.

I have fixed this issue on https://lemm.ee already, you can check our front page to see fresh posts. The fix will soon land in the main Lemmy codebase as well so other instances can take advantage, you can track the issue here: https://github.com/LemmyNet/lemmy/issues/3076

I have also advised other instance admins that regularly restarting their Lemmy server will work as a band-aid workaround until the proper fix is released, so some admins have already implemented this in order to get their post rankings working again, but the proper fix will come in the next release of Lemmy.

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

Welcome to Costco

[–] PriorProject 14 points 1 year ago

Thanks for your work debugging and fixing this for everyone.

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

Hey there, I appreciate all the work you guys are all doing to keep this going. We see you and thank you.

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

I was halfway through reading this when I immediately thought "is the 'solution' just regularly restarting the server?" lol

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

How many people are working on Lemmy?

[–] [email protected] 25 points 1 year ago* (last edited 1 year ago)

There are two maintainers, but it's open source, so dozens of others have contributed over the years (and a lot of new contributors have joined in the current month - myself included!)

[–] MicroWave 4 points 1 year ago (1 children)

When would you expect the fix to make it to the main codebase?

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

The most crucial fix has already been merged and should be included in the 0.18 release of Lemmy!

[–] ewe 3 points 1 year ago (1 children)

I poked around to see which bugs are being worked on and whatnot on lemmy-ui's github, but I couldn't find the release schedule (new to open source projects like this).

Is there a way to get a sense of when a new version drop will be applied outside of being an actual contributor or is that all hidden/just in the minds of the maintainers?

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

AFAIK there is no release schedule as such, it's more a situation of it'll be released no sooner or later than when it's ready for release πŸ˜ƒ

I know it can be frustrating to hear that as a user, but it really is better than promising a release date, and then either failing to deliver on time, or delivering something which you know is not really ready.

[–] ewe 8 points 1 year ago* (last edited 1 year ago) (1 children)

I know it can be frustrating to hear that as a user

Not at all. I get it completely. I do some programming for my 9-5 and have our releases and stuff scheduled in our Jira, but that's a private dev team, not a open source project like this and it doesn't use github/gitlab for anything.

Expectation management and getting people to understand why we didn't deploy at the specified time is a huge annoyance, lol.

[–] breadsmasher 3 points 1 year ago (1 children)

You don’t use version control at work?

[–] ewe 4 points 1 year ago (1 children)
[–] breadsmasher 2 points 1 year ago (1 children)

I’m interested what you do use!

[–] ewe 3 points 1 year ago (1 children)

I wish it were git...

We use subversion primarily.

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

Let's cry together, my boss wants me to write him all changes via email including screenshots of code. So that the different versions are "archived" and can be "backtracked".

[–] ewe 4 points 1 year ago

I wish there where upvote, downvote, and hug options.

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

@sunaurus @lemmyworld Glad to hear. I have accounts on lemmy and Mastodon and some times have to use lemmy web. Would be nice to see new posts.

[–] MicroWave 1 points 1 year ago

Awesome! Appreciate your hard work!

[–] BitOneZero 1 points 1 year ago

that regularly restarting their Lemmy server will work as a band-aid workaround

This will cause another problem. The outbound federation queue is held in RAM only, and restarting lemmy_server will cause it to forget to send copies of comments and postings to other instances when it has not yet finished delivery. see issue: https://github.com/LemmyNet/lemmy/issues/2142