

i think it was just never cleaned up after you fixed it on your end.
merging accounts together is rather painful afaik. there are a total of 15 users or so with http://kbin.earth/ actor ids in our db :/
other accounts:
i think it was just never cleaned up after you fixed it on your end.
merging accounts together is rather painful afaik. there are a total of 15 users or so with http://kbin.earth/ actor ids in our db :/
yes, post_read
marks which posts a user has marked as read. it links post ids with user ids and adds a timestamp on top to allow for sorting.
edit:
for comments, lemmy only stores the number of read comments per post, which is what goes into person_post_aggregates
. this is a tradeoff, it has some limitations, e.g. when comments are deleted or removed, which affects the total count. as there is also a timestamp attached it might be possible to use that in combination with comment creation times, though this would likely impact query performance quite a bit more.
yay, database inconsistencies.
looks like kbin.earth has a broken setup at some point where their user profiles were using http instead of https urls and that results in random breakage in lemmy:
something doesn’t seem to be right there. i can reproduce it with this comment but not with other comments they created. also, the comment doesn’t show up on their profile.
at least in lemmy’s db structure, it wouldn’t make that much of a difference compared to other tables that use significantly more space:
how does that affect db bloat? or rather, how does it protect from that?
please mark this post as nsfw as soon as possible. the next lemmy version should enforce this when the community is marked as nsfw, but most instances are running the stable version that does not have this functionality yet.
can you think of any solution that is not a variation of “keep finding fresh volunteers to work until they burn out”?
how would paying admins prevent burnout? the only difference i see here is that it is probably easier to find people willing to do it as a paid job than volunteers, but they can both burn out. this would just change it from “keep finding fresh volunteers” to “keep finding fresh job applicants”.
Ruud and Stux are not the only people involved.
I’m personally only involved in Ruud’s side of things (mostly .world instances). Stux’ platforms are managed separately, I can’t say too much about those. Afaik finances between Ruud’s instances and Stux’ instances are also separate.
On the .world side, we currently have 6 active members for infra. For moderation, LW currently has 4 active instance admins plus some community team members with elevated privileges. Other .world platforms have moderation separate from LW. We certainly don’t have resources to hire professional admins, but I’m sure that we would find a viable solution if Ruud ever wanted to leave things behind. Not all solutions require paying someone a salary for it, which seems to be your implication here.
probably. the check for higher modes was changed for 0.19.6 in https://github.com/LemmyNet/lemmy/pull/4860, but before that it seems like all mods could remove other mods.
I’ve removed both other mods now
they can, but only those that were appointed after them
internal team discussion relating to that request. searching by trump was not really an option, but searching for the username did bring it up.
you requested this here: https://midwest.social/comment/12017524
you can leave the mod team by using the “Leave mod team” button on the community page
I don’t think “too big to fail” is as much of a factor here as the fact that LW is not the only FHF platform. Fedihosting Foundation, the non-profit behind Lemmy.World and our other platforms, existed before Lemmy.World already. While the Lemmy moderation team is working mostly independently from the rest of FHF, if the LW admin team disappeared there would still be FHF in a position to search for new admins and probably also at least temporarily step in without requiring to shut down the instance.
I don’t see us going down anytime soon, and at current user numbers I don’t think there’s going to be a major difference in moderation workload with the influx of users compared to what we already have, but it really is not great for decentralization. We already try delegating the majority of moderation to community moderators where applicable, where on a lot of other instances the admin teams seem to be more involved in addressing community reports on admin level as well. For the most part we’re dealing only with instance level topics in the admin team and provide some additional tooling to improve report notifications to community mods. There are even various benefits from a moderation perspective when users are all local and not remote, as with federation a lot of signals that would allow various types of abuse are unfortunately lost. That said, I would still prefer if there were more stable and larger instances overall, while not having a single instance stand out as massively larger than any other one. Friendly “competition” is almost always beneficial for everyone involved.
lemm.ee being the second largest instance and the shutdown only being announced less than a month before is unfortunately also not something that gives people looking for a stable instance much confidence. I hope this won’t scare too many users away from Lemmy and that most will just find a new instance in the Fediverse.
Instance moderation and moderation in general are unfortunately tasks that can be very challenging at scale, even with just a few thousand users, especially when dealing with drama. It’s not really a surprise that there are somewhat frequently posts from larger instances looking for new admins, while older admins on the same instance are becoming less active. Even if people aren’t exhausted from their involvement, their circumstances in life may change, or they may no longer be interested in Lemmy as a platform in general, leading to a number of reasons why admins may not be as active as it seems when looking at the list of admins in an instance sidebar. It’s often a thankless job with a lot of things happening in the background to deal with spam, trolls and other issues, which most users won’t even see when done right.
Would you say the old “mlmym” design is more attractive than the new design?
anything that is plain html and doesn’t need js is more attractive for crawlers than things that aren’t plain html.
historical comparison
this doesn’t provide much historical context, it’s just for the last 7 days
Are you saying most of the blue requests are bots?
one way or another, yes. we definitely don’t have that many legitimate users trying to access it and then stopping when they get a cloudflare challenge.
Can you estimate how much it would cost to serve all the bot requests
currently no. this was a quick fix implemented when it got to the point that we couldn’t handle the traffic anymore and lemmy.world was getting outages from the load caused by these criminals. the amount of crawler traffic we see also gets spikes here and there, so what might be enough today might not be enough tomorrow. they just don’t care about anything but themselves.
we’ll have to see. when you’re logged in you’ll have that cookie anyway.
due to the structure of the page it’s a very attractive crawler target for those that don’t care about robots.txt and pretend they’re real browsers. they’re hitting it from a range of different countries that even our initial attempts of limiting the challenge to certain countries was not useful.
even after implementing this challenge we’re still getting lots of requests on this domain that all fail the challenge, 42k challenges issued within the last 24h and only 371 (0.89%) solved.
mlmym also doesn’t seem to be that efficient with its api call usage per page load, so it would likely also need some investigation there if that can be optimized to reduce the server load from mlmym pages compared to other clients.
criminal ai crawler operators are killing the (public) js-free web.
Removed by mod