I took screenshots of this convo as well 😆 Picked this game up when it went on sale for the multiplayer update, been having a fun time. Not too far into it though, been taking my time catching everything and ranking everything up first.
Mbin contributor and maintainer
I took screenshots of this convo as well 😆 Picked this game up when it went on sale for the multiplayer update, been having a fun time. Not too far into it though, been taking my time catching everything and ranking everything up first.
https://infosec.exchange/@jerry/112223844887981400
We’re also trying to investigate and solve the issues he’s been running into
It’s one of my big projects, in progress in this PR. I’m really happy with where I got it to recently. I’m not sure if it’ll make it into 1.6.0, but it’s what I’m currently working on.
This may come close to what OP is looking for as it includes reasons for the tags such as gore
or spoiler
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.
I always think about the post I saw a while back that was like “I use KeepassXC, a fork of KeepassX, a port of Keepass”. That seems very likely to be true in regards to the fediverse as well.
But I think that’s great, as a contributor to one platform I don’t necessarily see it as “one software above all”, which might be bad to say, but more like we’re all sailing on the much larger ship Fediverse, and it’s been great to see so much back and forth between the different ones, for example one person helping get pixelfed’s avatars federating, or piefed’s blogs, which helped reduce page load sizes for mbin by 40%. It’s quite possible we’re all just slowly contributing to a lot of learned lessons for a yet unstarted software.
All that said, mastodon does have a ton of staying power, as you said. Once they fully support groups, and lemmy has stated they never plan to support microblogs, it’s quite possible that mastodon will be a very solid experience for most of what people are looking for.
Any clarification you can provide on what “this path” means? Edit: Just trying to double check anything would be covered by known issues/roadmap, but it’s fair to say there are a lot of issues.
There was a test a bit back and mbin -> mbin ampersands work: https://kbin.run/m/Test@gehirneimer.de/t/181055/Does-Mbin-support-and-in-title it’s just ones that come in from lemmy that end up like that. I’d have to look up the rules of markdown parsing but I imagine lemmy emits the character as escaped, but not sure that’s expected for markdown vs html. Still might be worth double checking, the markdown library mbin uses might have differences, it definitely doesn’t support superscript which we’ve discussed but the extension to do so hasn’t been updated in years and doesn’t work with the latest versions of things we’re using, for example
edit: It’s always possible I’m missing something like maybe it’s only link/images posts or something else, so will try to double check
Visa systems were down one day for me when I needed gas, and I decided then to always have at least two different types just in case (it also helps with other issues as I tend of get chip malfunction errors and stuff)
The defederation is one-way; lemmy.world isn’t defederating beehaw.org. lemmy.world users can still see the community, and even still post to it (I assume, not sure if lemmy.world took changes to stop that but, as you can see it even has posts from local lemmy.world users as of 2 months ago, but the last content from anyone outside the instance is 7 months old). However, they will never make it to beehaw.org and thus won’t be federated anywhere else (only users on lemmy.world would ever see it).
The anti-unionization stuff makes me sad. They’re really the only ones around here who carry vegetarian/vegan options. If I go to the chain store next door the prices are quite a bit more expensive, and all they have is a small corner of the refrigerated section of vegetarian options of questionable expiration.
The reference does seem to indicate teabags, but mentions it a lot along side carbonated drinks (it also mentions “milk tea”, but I’m not sure what it means by that)
Furthermore, there is evidence proving the contamination of MPs in teabags and it has been clarified that bottle-production and filling processes could contribute to the existence of MPs in drinks
I’m not sure what a good source is, but I do remember a while back articles about those pyramid teabags containing microplastics.
Edit: I guess to jump to the source of the reference of this article, this is the report on MPs in tea
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
What gets to me is the “Thanks in advance”. I might be alone in this, I asked a co-worker and she said it just seemed like normal dialogue, but I interpret that as “You don’t have a say in the matter, you will do this, your consent is not needed”. Granted, the people who say this to me are my boss or director, so they’re right, I don’t have a choice. But if I wanted to be reminded of reality, I wouldn’t play so many video games.
An ActivityPub group actor defining its moderators is a specific implementation of the AP protocol. You can find the spec details lemmy uses here. An Mbin contributor recently implemented this to line up with Lemmy, but whether other fediverse software do or will is up to them, as it’s more of a community proposal than an official implementation of the spec. So when you see no moderators from other software, they likely just do not implement the linked FEP
Here’s a comment in a lemmy issue describing mastodon images not appearing in lemmy from last year. Since the issue was closed three days after 0.19.3 released I had expected it to work in the next version 0.19.4, but it appears that was not the case.
Edit: While I’m here, I noticed piefed also doesn’t support it, so was considering opening an issue to support attachments, but I imagine there wouldn’t be much desire to do so until mastodon integration is more of a real thing? though I think other software does it, like Plemora/Akkoma/Iceshrimp, I didn’t check but did see the code for it being discussed for plemora at least