this post was submitted on 28 Jun 2023
132 points (97.8% liked)

No Stupid Questions

35429 readers
1170 users here now

No such thing. Ask away!

!nostupidquestions is a community dedicated to being helpful and answering each others' questions on various topics.

The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:

Rules (interactive)


Rule 1- All posts must be legitimate questions. All post titles must include a question.

All posts must be legitimate questions, and all post titles must include a question. Questions that are joke or trolling questions, memes, song lyrics as title, etc. are not allowed here. See Rule 6 for all exceptions.



Rule 2- Your question subject cannot be illegal or NSFW material.

Your question subject cannot be illegal or NSFW material. You will be warned first, banned second.



Rule 3- Do not seek mental, medical and professional help here.

Do not seek mental, medical and professional help here. Breaking this rule will not get you or your post removed, but it will put you at risk, and possibly in danger.



Rule 4- No self promotion or upvote-farming of any kind.

That's it.



Rule 5- No baiting or sealioning or promoting an agenda.

Questions which, instead of being of an innocuous nature, are specifically intended (based on reports and in the opinion of our crack moderation team) to bait users into ideological wars on charged political topics will be removed and the authors warned - or banned - depending on severity.



Rule 6- Regarding META posts and joke questions.

Provided it is about the community itself, you may post non-question posts using the [META] tag on your post title.

On fridays, you are allowed to post meme and troll questions, on the condition that it's in text format only, and conforms with our other rules. These posts MUST include the [NSQ Friday] tag in their title.

If you post a serious question on friday and are looking only for legitimate answers, then please include the [Serious] tag on your post. Irrelevant replies will then be removed by moderators.



Rule 7- You can't intentionally annoy, mock, or harass other members.

If you intentionally annoy, mock, harass, or discriminate against any individual member, you will be removed.

Likewise, if you are a member, sympathiser or a resemblant of a movement that is known to largely hate, mock, discriminate against, and/or want to take lives of a group of people, and you were provably vocal about your hate, then you will be banned on sight.



Rule 8- All comments should try to stay relevant to their parent content.



Rule 9- Reposts from other platforms are not allowed.

Let everyone have their own content.



Rule 10- Majority of bots aren't allowed to participate here.



Credits

Our breathtaking icon was bestowed upon us by @Cevilia!

The greatest banner of all time: by @TheOneWithTheHair!

founded 1 year ago
MODERATORS
 

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

Does it exist already?

top 50 comments
sorted by: hot top controversial new old
[–] [email protected] 100 points 1 year ago (3 children)
[–] 0uterzenith 94 points 1 year ago

Listen here u lil shit

[–] denemdenem 9 points 1 year ago (1 children)

Yeah, came here to say this. The fediverse sites are so diverse that instead of trying to implement everything in one gigaapp it's better to just browse the site in the browser.

[–] 0uterzenith 4 points 1 year ago

heck, most some of the sites even allow for installing it as an app. Kbin works pretty good and for lemmy I use wefwef.app which mimics Apollo layout and even have gesture based actions, only downside is that I'm using android and the iPhone app UX threw me off lol (like the no universal back button).

though I think OP wants something like one place to see everything, and seamless experience when visiting each server / site.

[–] [email protected] 1 points 1 year ago

An app that collects the web versions of the sites with alerts etc, would be fine with me. Sometime it's nice to keep things simple.

[–] [email protected] 27 points 1 year ago (2 children)

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.

[–] [email protected] 15 points 1 year ago (2 children)

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.

[–] [email protected] 3 points 1 year ago (1 children)

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

[–] [email protected] 3 points 1 year ago* (last edited 1 year ago) (1 children)

…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.

[–] [email protected] 2 points 1 year ago

It's impossible to make an app that will support the whole fediverse, including apps that have not been developed yet, that's what I meant. Of course with enough work you can add each existing one individually, nobody will stop you from doing that.

[–] ViridianNott 23 points 1 year ago (4 children)

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 5 points 1 year ago (1 children)

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.

[–] [email protected] 2 points 1 year ago

Well they are using their free time and talent to make a app for a free service. That's kind of a default.

But I think people are approaching this the wrong way. You don't need to support the entire fediverse at once. I know it's OP's question, but the reality is that you'd focus on 1-2 of the biggest sites and add others later when (if?) any other big instance with a fundamentally different part of the API.

You won't support everything but you can eventually support 99% of where people browse.

[–] [email protected] 4 points 1 year ago (1 children)

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

[–] chimay 2 points 1 year ago

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

[–] [email protected] 3 points 1 year ago* (last edited 1 year ago)

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

[–] Lifecoach5000 2 points 1 year ago

Yeah I’m following a couple lemmy.world communities via the mastodon app and it’s a bit of a mess. You can’t distinguish new posts from replies in the mastodon feed. Still really cool though that it’s even possible - it’s just the interface isn’t quite built for it to be conducive.

[–] Chocrates 22 points 1 year ago (1 children)

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 🤣

[–] [email protected] 19 points 1 year ago

Maybe I'll start a project I will abandon soon after

This guy side-projects!

[–] mykl 12 points 1 year ago* (last edited 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?

[–] nightscout 9 points 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.

[–] [email protected] 8 points 1 year ago (1 children)

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 7 points 1 year ago (1 children)

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.

[–] andobando 3 points 1 year ago

Yeah Im still confused why people care so much about apps. So long as it has a good mobile web interface Im good

[–] [email protected] 8 points 1 year ago* (last edited 1 year ago) (2 children)

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.

[–] [email protected] 4 points 1 year ago (2 children)

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

[–] [email protected] 1 points 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.

[–] [email protected] 2 points 1 year ago (1 children)

You can also watch PeerTube videos on Fedilab.

[–] [email protected] 2 points 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.

[–] [email protected] 8 points 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

[–] [email protected] 7 points 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.

[–] [email protected] 7 points 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.

[–] [email protected] 7 points 1 year ago (2 children)

possibly, although it's probably just better to have separate apps for separate things

[–] Cynosure 2 points 1 year ago

Good old UNIX philosophy

load more comments (1 replies)
[–] [email protected] 4 points 1 year ago (2 children)

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.

[–] milady 1 points 1 year ago

The ActivityPub spec actually has a Server2Client part, which is where a regular "ActivityPub server" like lemmy or mastodon or anything like that could talk to an "activitypub client", which would be capable of interacting with any activitypub server and display it correctly.

AFAI, nobody bothered to implement it anywhere, but it is possible. It is also very much not like the internet as a whole, as activitypub represents user interactions in general, not anything ever.

[–] [email protected] 3 points 1 year ago (1 children)

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.

[–] [email protected] 1 points 1 year ago (2 children)

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.

[–] [email protected] 1 points 1 year ago

Good to know, which suggests Lemmy can work better in this regard they just need to enable it.

[–] [email protected] 1 points 1 year ago* (last edited 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.

[–] [email protected] 3 points 1 year ago

I guess app for kbin would cover all of it...