Mbin contributor and maintainer

  • 0 Posts
  • 7 Comments
Joined 11 months ago
cake
Cake day: October 12th, 2023

help-circle



  • 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