Mbin contributor and maintainer

  • 0 Posts
  • 14 Comments
Joined 1 year ago
cake
Cake day: October 12th, 2023

help-circle
  • Off with a (bomb) bang. Animation looked pretty good, especially the wave controller scenes. I hardly remember any of this story at all so don’t think I can give as indepth comments as I did with tsukimichi. It feels a bit risky to introduce a pretty much entirely new cast after only one season. There was a lot of story for each characters, that I remember at least, back in season 1 but it feels like we kind of lost all of that if they’re going with a new crew, which I’m not sure whether will hold the interest the same way the originals did





  • If you can give me any more details, let me know. Looking at your instance, I only see two communities from lemmy.today, and one looks like it was deleted, so should only be their announcements one. Is the one you’re having trouble interacting with the potentially deleted one?

    Or do you mean users rather than communities? If you’re trying to report threads or comments, are they potentially already removed from blahaj and then it won’t let you interact with them?

    To sum up some things about cross instance interaction as of this date:

    • reports do propagate to lemmy
    • moderator actions do not propagate back
    • direct messages don’t work cross instance

  • To clarify, Mbin reports do make it to lemmy as of this PR, but lemmy moderator actions taken, such as removing comments, does not then make it back to Mbin. Not exactly the most clear situation to be in right now, but it’s been iterative process to get all the systems correctly hooked up to the fediverse.

    My post didn’t make it to blahaj or fedia 🤔 that’s not good… the other one after did, though



  • I recently watched DansGaming play through this last Halloween. Was interesting to finally see what all the hype was about as everyone had asked for it every year. As a fan of point-and-click games, it was interesting to see something in FMV and what they did with scenes to blend the real and video game aspects. Story-wise it felt a lot more coherent and suspenseful compared to Harvester, but didn’t quite blow me away either. That might be too harsh, the music and set work obviously was done well, perhaps after nearly 30 years of other video game media the storyline just felt a little, expected.




  • That note was very interesting to me, because there’s also Pulsar which is what I have been trying out, which also relates to Atom. I’m not sure if “fork” is the right word as I don’t know the complete history, but installing packages uses atom packages / github sources so it’s fairly similar. I wonder what led to this other one



  • They could, yes. Afaik no extra work was needed on lemmy’s side once Mbin changed to report moderators in the same manner (aside from some kind of activity which triggered a refresh of the data)

    However, looking at peertube, it looks like they already are using the attributedTo field for the group with a person, which is different from the FEP. For the channel you link in the OP specifically:

    "attributedTo": [
      {
        "type": "Person",
        "id": "https://tilvids.com/accounts/thelinuxexperiment"
      }
    ]
    

    It’s possible PeerTube could change to make a /moderators endpoint and respond with that as the FEP suggests, or Lemmy and other software to change to accept this array of actor types instead. I’m not sure who decides these things or if there is an evangelist for FEPs, It’s possible this was already discussed on the peertube github as well, I didn’t look through all the past issues as there are quite a lot