this post was submitted on 05 Sep 2024
18 points (95.0% liked)

No Stupid Questions

35281 readers
1443 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
 

@nostupidquestions Can't you log in to Jerboa using a Mastodon account and log in using a Mastodon app like Moshidon to log in to lemmy? How would that work?

The fedi community and app remains confusing to me. I don't know if they're separate federated communities or linked ones and if it's linked if they are seamless. I don't know how many levels of complexity I haven't even considered. Maybe you can only log in through Jerboa sometimes because I can't with my account.

top 5 comments
sorted by: hot top controversial new old
[–] [email protected] 17 points 1 week ago

Authentication between instances is not federated.

Posted content is “sync’d” between instances.

Apps log into the instance using your creds on that instance to access the content that’s syncs to that instance.

[–] AsudoxDev 5 points 1 week ago* (last edited 1 week ago)

They are different platforms, so you can't. If you remove ActivityPub from one Lemmy instance (or server), it would be just one centralized Reddit clone. What makes them special is that every public activity (like, comment, post, etc.) are all sent to other servers in the whitelist. This causes the other instances to also have the same content (copy), making the fediverse possible. Just because you can comment on your instance and that being displayed on some Mastodon instance does not mean you have another account there. Your comment was simply copied to that other Mastodon instance using the ActivityPub protocol.

If you want this so you can claim your comments, posts, likes, etc. on other federated platforms (e.g. Lemmy -> Mastodon), you can look into DIDs. DIDs allow users to have Decentralized IDentifiers. Which means the identity that your content are linked to is not locked into one instance. You can log in with your DID(s) anywhere that supports them.

The thing is that DIDs are still being discussed (or had been discussed) to decide how it would be implemented into ActivityPub. Bluesky, for example, uses DIDs. Which is why you can claim the ownership of your content from one instance on another. Do note that Bluesky does not use ActivityPub, but their own protocol called the AT protocol (which, in my opinion, just exists because they want to be different).

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

@nostupidquestions Hmm. Just logged in through another app and it said server is using unsupported software

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

@Reshirams_Rad_Slam @nostupidquestions this would be possible if someone made a platform that implemented the same APIs for both mastodon and lemmy, but would fail if there was a platform they didn't implement say Loops and you tried to log into their app. A few fedi microblogging platforms like Plemora already implement Mastodon's api to allow using the Masto apps with their instances for free.

Federated identity is something being worked on, but will be likely be seperate to AP itself.

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

I tried that when I first got here last year. I'll spill the beans, you simply can't do it. Despite both Mastodon and Lemmy supporting the ActivityPub protocol, they are different platforms. You can exchange posts and comments and whatnot, but you can't use an account from one platform to log into another.

Just like email, you can't log into Proton Mail with a Gmail account, and vice versa, despite both platforms being able to exchange emails (because duh, that's how email works).

I hope that explains everything.