52
submitted 1 year ago* (last edited 1 year ago) by SleepingTower@lemmy.world to c/nostupidquestions@lemmy.world

I apologize if there's posts on this already. I'm still new here, and it's very confusing.

I've read through the wikipedia entry, blogs, stack overflow posts, lemmy threads, etc... however in all of them, I feel like everyone glosses over how one goes about subscribing or even viewing content from other "packages". For example, I have an account on lemmy.world, and am using the lemmy mobile app. I'd like to view / subscribe / participate in content from Misskey. Is this possible?

Everything I've read suggests it is, given that both lemmy and misskey leverage the same protocol, though I can't figure out how that works.

all 23 comments
sorted by: hot top controversial new old
[-] fozzie@lemmy.mumbled.xyz 46 points 1 year ago

Generally if you search for the full URL or handle of a profile or community your server should be able to find it. For example to find a user like mark ruffalo I just searched for @MarkRuffalo@mastodon.social on my lemmy instance. After a few tries it did find him but not his posts. I've only reliably gotten this searching to work through the main lemmy ui so your mileage may vary depending on the app you use. Misskey should work similarly I believe but I don't follow or know of anyone on there so not sure

[-] Candelestine@lemmy.world 11 points 1 year ago

Upvoted for actually attempting to answer the question. Very well done.

[-] mikazuki@lemmy.world 6 points 1 year ago

I believe it just finds the user and not the post because the previous posts aren’t synced. So if you are the first user on your instance (eg lemmy.world) to look at that user, only the new posts that this user posts after you have subscribed are synced to the instance.

[-] SleepingTower@lemmy.world 2 points 1 year ago

I got similar results. I can see his profile, but not his posts. Thanks for replying! This definitely helps.

[-] Holodeck_Moriarty@lemm.ee 1 points 1 year ago

"could not find the user" on Liftoff app

[-] Nemo@midwest.social 1 points 1 year ago

Should this work for Funkwhale? That's what I'm interested in.

[-] fozzie@lemmy.mumbled.xyz 2 points 1 year ago

I don't believe so, it looks like they use their own API. I would guess because they implement a subset of the subsonic API and it might be hard to juggle both. But there's no harm in trying and seeing what happens.

[-] Nemo@midwest.social 1 points 1 year ago

I thought it was still the ActivityPub API? Or you're saying they've added enough on top that compatibility is an issue?

[-] SleepingTower@lemmy.world 2 points 1 year ago* (last edited 1 year ago)

That'd be nice. I think this is what confused me - I made an account here, and expected to be able to use this account to interact with other packages like Funkwhale. However, it seems this is not the case. Each package requires you to create an account on their platform if you want to interact with their content within their app.

[-] Rooki@lemmy.world 10 points 1 year ago

Hi @SleepingTower@lemmy.world,

a Mod Note: Please phrase your title as a Question ( Its our Rule 1 ) please change it in the next hour or we are forced to take down this post.

Thank you.

[-] Ducks@ducks.dev 6 points 1 year ago

Full disclosure I can be completely wrong, but this is my understanding.

I don't believe it is possible today to connect your Lemmy to Misskey. I may be wrong, but Lemmy at the moment supports kbin and lemmy. For example, Mastodon can read Lemmy, but Lemmy cannot read Mastodon. This is just a limitation of the way the app is programmed, even though the ActivityPub backend can communicate.

[-] fozzie@lemmy.mumbled.xyz 3 points 1 year ago

Yeah, I'm pretty sure they interpret the endpoints differently so unless a mastodon post is directly targeted at a community or something, lemmy just drops it. That's why I still run a dedicated mastodon and lemmy instance. Kbin promises best of both worlds but doesn't seem mature enough for my tastes.

[-] Rooki@lemmy.world 2 points 1 year ago

It isnt posting it directly to the others instance api. Rather the Servers "Bot" requests the others API for updates and "scrapes" it like so

[-] SleepingTower@lemmy.world 1 points 1 year ago

I can see how the incompatibility can happen, despite the common protocols, each package serves a different purpose. For example, what should be shown when you subscribe to a video hosting service through a Lemmy instance? An aggregated list of thumbnails? A list of videos? What is a video hosting service to a link aggregator.

Despite having a common protocol, it does seem impossible to have one app handling everything.

Thank you for your reply.

[-] Ducks@ducks.dev 2 points 1 year ago

There is one app I know of that is for generic ActivityPub activity, https://docs.microblog.pub/

But as you said, in the more complex UIs like Lemmy, Mastodon, PeerTube, it would be a challenge to make the different forms of content fit the same structures. Micropub isn't exactly nice to look at, but it is basic enough to be able to serve the different types of content... kinda

[-] Drewfro66@lemmygrad.ml 1 points 1 year ago

For example, what should be shown when you subscribe to a video hosting service through a Lemmy instance? An aggregated list of thumbnails? A list of videos? What is a video hosting service to a link aggregator.

While I agree with the general premise, this is actually something a link aggregator would handle well. Translating, say, a YouTube video to a Reddit or Lemmy post is just title to title, video as the link, description as the text, replies as comments. Despite being shown very differently and used for different purposes, they're about as similar on the backend as any two formats. Converting Tweets to Reddit posts and vice-versa is more difficult.

[-] eh@nerdbin.social 6 points 1 year ago

Well, the "how" is technically simple. You paste the URL to the search box and you hit subscribe. You can do that right now with:

  • Lemmy communities
  • Kbin communities
  • PeerTube channels
  • Mayyyyybe a.gup.pe / chirp.social groups???? idk how well those would work

Lemmy itself only let you subscribe to ActivityPub Group actors though, so it's quite restrictive in that regard. kbin adds user follows and microblogging into the mix, but you can't do those through Lemmy yet (or perhaps ever).

However, the real "problem" is presentation. While you can, say, follow a Lemmy group from Mastodon. Mastodon is not intended for groups so it kinda breaks and ends up spamming your home timeline with all the posts and comments. Other implementations such as Akkoma or Misskey or Calckey (pending rename) might end up interacting better (because Mastodon will try to convert everything it gets into Notes in a "lossy" fashion).

While the protocol does allow you the freedom to interact between services, you will not get the best experience if you're not on a "similar enough" service. Although that does not stop you from following a PixelFed account from Misskey, or a Mastodon user accidentally finding their way into the Lemmy comments section. (You can tell because they'll be the only comments that end up tagging people when replying)

Ppl have already provided really good information.

I wanted to add that generally a lot of things work in theory rn for Lemmy and other fediverse entities, but a lot of them are still riddled with bugs and stuff, so your experience might not line up with what is theoretically possible.

I'd assume in January a lot of the apps are already broadly usable for the most part with some minor bugs still sticking around. So things will definitely improve greatly over the next while. But until then things might not always look like you'd expect them to.

[-] Rhaedas@kbin.social -4 points 1 year ago

It's been compared to email. There are many different clients and ways to send and receive email, and they are all compatible with the core text. It's not perfect, some places still don't see others, but the concept is that everyone can share a base communication and connect to each other using different methods and styles.

[-] Klear@lemmy.world 8 points 1 year ago

That's not helpful at all.

this post was submitted on 18 Jul 2023
52 points (98.1% liked)

No Stupid Questions

35251 readers
1155 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