By this I mean: something that can view and fully interact with multiple different services like Lemmy, Mastodon, etc.

Does it exist already?

  • ViridianNott@lemmy.world
    link
    fedilink
    arrow-up
    7
    ·
    1 year ago

    Artemis is an upcoming iOS app that is supposed to work for the whole “threadiverse” (so Kbin and Lemmy).

    I think it is generally doable but it end up being double the work - you have to take the independently designed architectures of kbin and lemmy and marry them under one UI. This could lead to more bugs and slower development, especially early on. I can see what most apps are focusing on one or the other.

    Implementing Mastodon would be even harder, because it’s post at architecture doesn’t follow the same pattern as kbin and lemmy’s . Would people really use an app where Reddit-style threads are mixed in with Twitter-style posts? I think it’s better that Mastodon is kept separate tbh.

    • Dark_Blade@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      Yeah, someone could make a Fediverse app that works with everything, but it’d have to be someone with a lot of time on their hands and enough acumen to make something that can put up a UI for all frontends that can compete with both Ivory and…well, whatever emerges as the big Lemmy/Kbin app.

    • static@kbin.social
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      Kbin is doing this for a bit, see the microblogging tab.
      Boost is the same as mastodon, and you can follow users.

      • chimay@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        yes, but you can’t see a timeline with followed users only, at least I couldn’t find how.

    • exscape@kbin.social
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      1 year ago

      Artemis is also for Android.
      Also I do believe they have Mastodon/microblogging support planned for later!

  • HerrLewakaas@feddit.de
    link
    fedilink
    arrow-up
    6
    ·
    1 year ago

    You would have to support each service separately, because they all work differently.

    What connects Lemmy, Mastodon and other fediverse services is the ActivityPub protocol, that’s the standardized communication protocol that makes everything run. The individual instances run different software that offer entirely different APIs (application programming interface; basically the language that defines how an app talks to a service) so in order to support Mastodon, Lemmy and Kbin, an app must explicitly implement the APIs for those three services.

    So an app that generally just supports every service that will be added to the fediverse in the future can’t be made unless we agree on some form of standard API, which we haven’t (yet) and which may not even be feasable, because different services have much different capabilities.

    A fediverse discord clone would offer completely different data structures and functionality than Lemmy, so an app that magically just works with both isn’t possible to make.

    • 0xBEEF@feddit.de
      link
      fedilink
      English
      arrow-up
      4
      ·
      1 year ago

      I wouldn’t say it’s not possible it’s just too hard for the reward. The app would not be user-friendly because of the very different kinds of services that exists. OP just imagine you had an one app that basically lets you access discord, twitter, instagram, Facebook, Reddit and others. It would be possible but it’s a lot of work for a really crappy app. That app would be messy and cluttered and not a good experience.

      • amiuhle@feddit.de
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        Well, technically there are apps that let you access all those services. They’re called browsers.

        • dani@kbin.social
          link
          fedilink
          arrow-up
          2
          ·
          edit-2
          1 year ago

          …and I find that Lemmy/kbin/Mastodon (and the rest?) work really well in a browser, obviating the need for dedicated apps. Dedicated apps are nice though.

  • nightscout@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    1 year ago

    I would love this! At least for Mastodon and Lemmy, which I consider somewhat similar. I use Mona for Mastodon and would love have a separate tab within that app for accessing Lemmy. I just really like the design and feature set of the app and having it extended to Lemmy would be so nice.

  • Chocrates@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    1 year ago

    Technically I think yes, you could pull all the data you are subscribed to from the instances. Getting the UI to be clean would be the major challenge imo.
    I would like to see this though. Maybe I’ll start a project I will abandon soon after 🤣

  • mykl@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    1 year ago

    Yes. It’s called a “web browser”.

    Seriously though, “fediverse” just means internet plus shared hosting of content. Why would you want a single app to amalgate photos and chat and videos and weather and restaurant reviews and auctions and whatever else people choose to federate?

  • iByteABit@kbin.social
    link
    fedilink
    arrow-up
    4
    ·
    1 year ago

    It’s definitely possible, but it would be a swiss army knife of an app that’s way too hard to make compared to how confusing and messy the end result would probably be

  • supermurs@kbin.social
    link
    fedilink
    arrow-up
    3
    ·
    1 year ago

    I remember having an app like that on my old Nokia smart phone. The app supported Twitter, Foursquare, Facebook and some other social platform too. I can only imagine how difficult it was to maintain.

  • mfz@kbin.social
    link
    fedilink
    arrow-up
    3
    ·
    1 year ago

    As ActivityPub is just an underlying protocol, the question is similar to asking something like “Is it possible to make an Internet app for everything?”.

    There will be new ways to use the #fediverse in the future and new applications will be developed and adopted and it makes little sense in trying to provide every possible way to view the fediverse in an ever playing catch-up implementation of a view into it.

    Try to look at it as the Internet itself.

    It’s an attempt at providing a finite and limited answer to an open ended question. Doesn’t make a lot of sense.

    • tenet@kbin.social
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      An internet app for everything is literally a fucking web browser.

      Which is all most apps are.

      There’s nothing technically keeping a unified Fediverse app from happening outside of any account conflation limitations that exist. But even then it should be possible to handle multiple logins on the same app.

      • Overzeetop@kbin.social
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        Exactly. There’s no reason you couldn’t create a mastodon/kbin/lemmy/+ app which lets you log in and switch personalities on the fly, either aggregating all feeds into one or showing you individual feeds (like the Gmail All Inboxes). You could even have custom aggregation, like having it show you all of the c/+m/ [!foo@*.ext] threads in one combined feed so that you can see everything related to foo in one place no matter what instance its hosted on.

        All it takes is someone who wants to create it and the programming to make it and maintain it. Which is kind of like saying all I need is a desire to retire and five million dollars; no matter how unlikely to happen, it’s still a true statement.

  • InterSynth@kbin.social
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    Closest thing I know is Fedilab, which works with Mastodon, Pleroma, Pixelfed and Friendica. While compatible with each other, each fediverse service uses different parts and features of ActivityPub (the protocol they all share). It’s technically possible to build an app that does it all, but doesn’t really sound sensible.

    • jherazob@kbin.social
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      Exactly what i was thinking: Possible? Yes, absolutely. A good idea? Probably not, it’d be a confusing mess of an app

      • thann@kbin.social
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        Yeah, it doesn’t make much sense to make the app interoperable, when so much effort is spent to make the whole website interoperable, and that allows you to communicate with the rest of the fediverse anyway.

      • tenet@kbin.social
        link
        fedilink
        arrow-up
        0
        ·
        1 year ago

        Why would that be the case? You’re pretty much already in the middle of it. Look up top. Microblogs, threads, magazines. Throw on some hashtags and you’ve got yourself a stew going.

        • Kichae@kbin.social
          link
          fedilink
          arrow-up
          1
          ·
          1 year ago

          Let’s differentiate between a Fediverse service, like kbin or Calckey, and something like Fedilab, which is a mobile app.

          Fedilab supporting 8 different services is different from any one service being interoperable with 7 others. This is because the mobile apps aren’t using ActivityPub to talk to the different servers, they’re using each service’s API. And they don’t all have the same API, or support the same feature set.

          Consider Lemmy and kbin. Lemmy doesn’t have support for thr microblogging feed, so an app that supported both would either need special support for the microblog on kbin, or exclude it.

          Then say they want to roll out Mastodon and Calckey support. Well, Mastodon is a relatively simple microblog in many respects, with posts, and lists, and favouritrs, but Calckey has a “Channels” feature, emoji reactions, instant messaging, “Antennae” saved searches, local-only posting, and advanced Markup features. Everything that makes Calckey different from Mastodon just gets hidden if special development isn’t done to actually support Calckey features.

          And then there’s Pleroma and Akkoma, which have many similar features, but different implementations, and so on, and so forth.

      • noodlejetski@kbin.social
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        it also sort-of-kind-of-little-bit-of works with Misskey/Calckey. I don’t think any official work has been done to enable support, but you can login with your account and browse posts.

  • PierreKanazawa@fedia.io
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    To get ui/ux suited for Mastodon, the app shouldn’t use e. g. the same interface for Lemmy.

    Then the situation is almost the same as using different apps.

  • r00ty@kbin.nerfed.net
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    If the various “redditish” projects could agree an shared framework providing access to all the features common across all implementations then sure, it’d be easy. But the thing is, that things are done just different enough that dedicated apps make sense to make use of any unique features.

    Also, I’ve been using my phone’s browser to post to kbin and I think it is fine.

    • postmateDumbass@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      shared framework providing access to all the features common across all implementations

      Thats what web browsers are supposed to do.

      It is the exact role they serve.

      The last 2 gemerations of ‘the web’ have added little new capability, instead inventing new expensive ways to do what was once free all while invading our privacy.

      All an app does is add another layer for someone else’s profit.

  • ᴇᴍᴘᴇʀᴏʀ 帝@feddit.uk
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    In Mastodon you can follow people (and Lemmy communities) in other Fediverse implementations. It’s not the full featured experience you get on them but you get a feed of the posts and can comment and like them, giving them a boost there.

    It’s early days and I’m still experimenting with it but it looks like I might be using Mastodon as my hub for the Fediverse.

    • EnglishMobster@kbin.social
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      FWIW, Kbin integrates a lot more smoothly with Mastodon than Lemmy does. Lemmy does this weird thing with boosts, but Kbin looks like native posts.

      • Kaldo@kbin.social
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        1 year ago

        This is true but I am still very confused about various kbin submission types. I once created a microblog post and then when I later checked that community on its lemmy domain view, my “micropost” was a whole thread with the entire contents as both title and body in it, duplicated. Some kbin threads also show up on mastodon (articles IIRC) but others don’t and there is no visual indication in the app which one it’s going to be.