you shouldn’t reuse domains on the fediverse for a new instance anyway, subdomains are fine though: https://programming.dev/comment/14173239
you shouldn’t reuse domains on the fediverse for a new instance anyway, subdomains are fine though: https://programming.dev/comment/14173239
I’m pretty sure it’s doable but it might be necessary to become a mod first, which admins should be able to in remote communities as well iirc. it’s just that their mod actions won’t federate.
based on the creation date advertised by the instance, lemmy.ml exists since 2019-04-20. lemmy.world exists since 2023-06-01.
on lemmy, people blocking you will only hide your content from them, it won’t prevent you from seeing theirs.
Then I generated sql statements to remove duplicate posts that had higher ids than the other posts theyre a duplicate of
i assume this was done after updating the other tables referencing this table, such as comments, votes, saved posts, as previously discussed on matrix?
while it may be omitted here for simplicity, it can be dangerous to not mention that for others that might find this in the future if they experience index corruptions on their own if they don’t fix all references, as that would result in data loss.
you can find your user info in the /api/v3/site
response. the /api/v3/user
endpoint requires a name or person id.
i recommend checking out https://join-lemmy.org/api/classes/LemmyHttp.html
you can only set a community to only allow local users, not prevent users from interacting with remote communities.
you’d have to either disable federation or set up a script to automatically remove all remote communities, but that also won’t be a per user thing, just a per instance thing.
fwiw, the estimate number only states the max amount of activities behind. the real number can be lower, but not higher (unless sending is entirely broken on the instance being checked).
each activity being sent has a numeric id in the database. lemmy has an api that returns the id of the last activity that was either successfully sent to an instance or skipped when it didn’t need to get sent (e.g. pm to a user on a different instance). there may also be holes in activity ids due to postgres implementation details for auto-incrementing sequence ids.
for determining the highest known activity id to compare it with the last activity id sent to a specific instance, you can just go through the successfully sent ids for all instances in the response and find the highest number across them all. then you can calculate the difference between the highest number and the number for the specific instance.
depending on the lemmy version and timing of the action, it can take up to 30 seconds for the activity queue to deal with new activities, so on a somewhat busy instance the delta is likely rarely going to be zero.
while this is generally what most people talk about when speaking of defederation, admins can also decide to remove communities locally without blocking the entire instance.
@fmstrat@lemmy.nowsci.com there’s also rss feeds for communities
ugh, i didn’t notice they’re even hiding domains of remote communities for “simplicity” in most cases. that seems so much more dishonest tbh.
this isn’t entirely true, they do have some comments on lemmy as well, here are some examples:
it seems to be primarily about their communities not federating though i guess?
and either nobody from there posted a post to a lemmy community yet or maybe it doesn’t federate posts currently?
das ist nur ein guter troll :)
@Gullible@sh.itjust.works hat als anzeigenamen WolfdadCigarette@threads.net
at least the image resizing topic has recently been fixed in lemmy, thumbnails sizes are limited (at the time of thumbnail creation) in the latest release. I’d have to look closer at the other stuff, the api part is unlikely to have changed and will affect all frontends, but js part should differ depending on the front end. some instances already use other frontends by default and there is also a replacement for lemmy-ui being worked on (lemmy-ui-leptos), but I don’t know how they compare. either.
it should be taken into account though how much of this is cacheable as well, as it will then typically only affect the first load for the static files.
I can totally understand the issues in general though, I’ve been living with a 64kbps uplink for several years in the past.
requires sending ~25-fold less data per post
what are you referring to with this? AP traffic?
do you have some more information about this?
since you’re on programming.dev, you may be affected by https://programming.dev/post/20515601
this doesn’t just affect lemmy.ml.
it seems that lemmy.ml -> lemm.ee was somehow fixed yesterday, but there are several other instances that also have issues sending to lemm.ee:
you’ll probably want to wait for 0.19.7, which will fix at least https://github.com/LemmyNet/lemmy/issues/5182.
https://github.com/LemmyNet/lemmy/issues/5196 is also something to keep an eye on.
peertube embeds are supposed to be fixed in lemmy 0.19.6, so when updating to that lemmy version they should start working again
that post on lemm.ee in your first point is dead