Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)NY
Posts
0
Comments
113
Joined
1 yr. ago
  • they won't be sent by infosec.pub directly, but other instances may send activities referencing content from infosec.pub, which will lead lemmy.ml to pull it from the source as well.

    this includes for example posts and comments in lemmy.world communities, because lemmy.world will announce those to lemmy.ml.

  • lemmy has an image proxy feature, but it doesn't seem to be enabled on lemm.ee currently. it also still has various issues where media may break, it should get better in future lemmy versions (probably only in 1.0, not in 0.19 versions).

    some alt uis also have the option to proxy images if enabled by the person hosting it, e.g. tesseract.
    there is an open instance available at https://tesseract.dubvee.org/, you can enable media proxying in the settings on the left.
    as always with uis hosted by third parties, keep in mind that you need to trust the operator, as they could deliver code that steals your credentials. when possible, use uis hosted by your own instance operator, as they would have access to them anyway if they wanted.

  • bans currently don't create explicit records for all content that was removed with them.

    when a user gets banned from an instance or a community, there is an option to remove content along with the ban. in those cases, all content within the scope of the ban gets removed as well, but no individual modlog entries for the content are created.

    modlog entries also disappear when the associated object gets purged, which results in a deletion from the database, but that will result in a purge modlog entry.

  • I made two accounts on sh.it instance using the same email.

    this isn't possible, you can't reuse the same email for multiple accounts on the same instance.

    if you reset another account's password with that it just means that you the user @[email protected] uses a different email address.

  • slur filters are a commonly used method on lemmy to deal with certain types of spam.

    there are lots of spammers posting links to blog spot subdomains all the time, i think there were at least two new ones just today.

    unfortunately, the amount of malicious links (random spam posts) to blog spot significantly outranks the amount of legitimate links, which is likely why this was added to blahaj's slur filter.

  • to add to that, Lemmy currently does not handle site bans well if it's not a home instance ban, as instances don't keep track of which other instances have banned which users. this should get better with 1.0 though, as a PR to improve that was recently merged.

    for now, there is a band-aid solution that federates community bans for all communities local to the instance the user got banned from, but that only includes communities that the user previously participated in, so they'll still be able to participate in the local copies of other communities from the instance they're banned from, it just won't fully federate out.

  • 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.

  • I think my grafana is newer and stuff is deprecated

    that's unlikely, i'm running 11.2.4 currently.

    yes, you'll need to run that exporter against each instance you want to be monitoring.

    my setup looks more or less like this: https://github.com/Nothing4You/grafana.lem.rocks

    depending on the grafana version you are using you may be running into this bug though: https://github.com/grafana/grafana/issues/96356

  • 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.