Skip Navigation

Forums Are Still Alive, Active, And A Treasure Trove Of Information [Aftermath]

aftermath.site Forums Are Still Alive, Active, And A Treasure Trove Of Information - Aftermath

Internet forums are still alive and kicking and full of information. Here are the best niche communities I could find that are alive and well.

Forums Are Still Alive, Active, And A Treasure Trove Of Information - Aftermath
17

You're viewing a single thread.

17 comments
  • I would love to see integration with the fediverse. There's still a few forums I jump in on every once in a while, but it's so hard to keep up. I'd love it if I could see them here via federation

    • interoperability is the problem with this. what "integration with the fediverse" means practically for novel forms of software is "handling a trillion really annoying edge cases that Mastodon created for every other thing that isn't Mastodon." Lemmy, for example, handles interoperation with Mastodon incredibly poorly (and vice versa). you can do it, but for meaningful interaction it's not very good. and forums have their own sets of edge cases that would probably make, say, forum-to-Lemmy interoperation a giant mess.

      • I think they're similar enough where it could work, and thinking about it from mastodon too it's essentially just a long trail of messages. It wouldn't be a plugin system (I'm real sick of business people telling me to just 'plug in' my code), but I don't think it's impossible

        • the issue isn't really with federating messages per se (that's actually quite easy afaik, at least in federation terms), it's with how to display them and everything associated with them. my understanding--based off of the fact that i'm working on a project where we're having to fight how ActivityPub works, and how to display things is a big problem--is that ActivityPub is structured in a way you can be fast and loose with the stuff you're federating, and it's not a super big deal necessarily. but how it displays is a big deal, and that's a total mess. and a lot of that mess begins with how Mastodon does stuff and the need to accommodate its choices (which i think are mostly bad for anything that isn't microblogging, so non-microblog platforms have to design around it). it's then amplified by differences in front-ends and clients, none of which can agree exactly on how to display or handle things, and some of which can't/don't display certain things at all and create differing user experiences as a result.

          how Mastodon handles content warnings, for instance, is a big problem. functionally it's just a details tag and i think in ActivityPub it's literally just a "summary" field. but the field is--in addition to being used as a details tag, a readmore, and a summary field--primarily used as the load bearing content warning functionality on Mastodon. so everything has to kind of assume the field will be used the way Mastodon uses it, which is... an issue, to say the least. obviously, not everything can handle that (or wants to handle that) the same way by design, so you get a bunch of differing ways to display the field that might not even contextually make sense for what's in it.

          that's what the issue is with translating from Mastodon-to-Lemmy and vice versa, and likewise would probably be the difficulty with translating stuff from forum-to-Lemmy even in a best-case scenario. i'm not even sure what the best way to handle our conversation would be, for example, since forums are often chronological/basically never indent replies/exchanges, but Reddit-alikes like Lemmy allow for different ways of sorting thread replies and do indent exchanges.

    • this might not be too far off, i know flarum is planning to include activitypub in their 2.0 release and nodebb already has it working in test

You've viewed 17 comments.