moved to username e-five on the same instance

  • 0 Posts
  • 129 Comments
Joined 1 年前
cake
Cake day: 2023年7月8日

help-circle





  • Both servers are larger than the single server that infosec.pub runs on, yet infosec.pub has about 10x the traffic, and kbin is struggling under the load.

    I wonder what the difference is. One thing I have always wondered is if the double comment / post issue is causing tons of double traffic, not to mention double storage / bandwidth / network costs. I really wish there was an easy solution but I haven’t been able to find any answers. The random thing I thought was like, it looks like everything federates with both fedia.io and www.fedia.io, so I was like maybe everything is double sending on its side? (E.G. if you look at lemmy.world or lemm.ee etc they all list fedia twice.) But people didn’t seem that was likely to be the cause, as hopefully everything is deduped by signing keys rather than hostnames. I don’t know enough to investigate further myself.


  • I don’t know of every instance of course, but from the general purpose ones the order of up-to-date from most to least at the time of posting would be something like: kbin.run, fedia.io, kbin.cafe, artemis.camp (specific API branch), kbin.social.

    But there’s also other considerations. fedia has a double post/comment issue and a low amount of 500s. Artemis has been giving me a lot of 500s, can’t upvote anymore (just reloads the page), commenting doesn’t always federate. Many instance admins seem to have disappeared since 3 months ago. I’m not sure what life is like on instances I’m not actively using so there might be issues unknown to me.

    Edit: the keys that I look for are localization / ui changes. “more” dropdown now has “more from domain” on updated instances. The UI for the sidebar is different, and most recently the footer is differently styled. There’s also the federation list of instances page in the footer now.


  • Yeah, Mastodon has separate block and mute functions.

    Ah, good to know. I’ll have to look into it a bit more, but reading https://docs.joinmastodon.org/user/moderating/#block

    If you and the blocked user are on the same server, the blocked user will not be able to view your posts on your profile while logged in.

    It looks like the limitation that Pamasich and I sort of expected is there. Blocks are basically only possible at your own instance. If the user is on another instance, there’s no way to stop them in the fediverse. And that includes it going out to all other instances they federate with too.

    I sort of just experienced how this would work if implemented, in a way. A kbin social user posted to a beehaw org magazine. I replied to it, but my post does not seem to have made it to kbin social. However, it’s on my instance, beehaw’s, lemmy one, etc, because my instance federates with all of those instances. That’s sort of what blocking would be like if the original page refused an incoming comment due to a block, all other instances would still accept it. It’s possible there’s something I’m missing as I’m not super knowledgable on activity pub or the fediverse, so I’ll try to learn more about it


  • does the fediverse actually support the kind of block that’s being asked for here?

    Yea, that’s where I’m thinking the hangup on this might be. A block could be implemented, but it’d come with the caveat of that all it’s doing is giving you the idea they aren’t continuing to engage with you on your instance. On their instance, and any instance that federates with them, they and others will continue to see the replies.

    Personally, I would like to see block renamed to mute to be more accurate and a block from replying added with the note about the drawbacks of them being able to tell you blocked them and their posts still going out everywhere else. That at least empowers the user to make the decision themselves on what they’re most ok with. My reasoning is: changing the UI for, let’s say an aggressor, gives them a reason to retaliate. To me, either blocking method is a lose-lose; either it doesn’t stop engagement which some users clearly want it to, or it makes it obvious someone is being blocked which start aggressors down the retaliation path. That’s kind of why I’d want users to make their own risk assessment on actions.

    Anyways, that’s all very unlikely to happen. Most of all I’d like the bug about notifications fixed because that is clearly not working as intended.








  • One thing I’m trying to keep an eye on is sup. Not much information at all besides a snippet of 1 to 1 encrypted messaging for activitypub, but the tidbit of working with any fediverse account is interesting. Potentially that could help deal with the different fediverse implementations of messaging. Of course, like I said, this is just me making up assumptions, it could not work the way I envision it at all. The creator just posted something 5d ago about it with “soon” though, so I’m hoping to read more about it





  • I don’t want to give false information, but on fedia the majority of 500 pages seemed to stem from the image media cache causing issues (our instance admin detailed the issue here). People were able to mitigate it by disabling images everywhere they could, but one place they can’t be disabled is the user avatars on the notification page. I could be wrong, but it’s my belief it’s those images causing the 500s, and that pushed me to add https://codeberg.org/Kbin/kbin-core/issues/1039 in hopes that if it was possible to disable them the 500s would stop. All this could be wrong though, maybe it’s something else like deleted messages or anything else, or maybe there’s a better way to solve issues with cached images