Hey All,
I’m an (old 😉) IT guy, very excited by the #fediverse and trying to find my way amongst various services.

As an example, I started gathering topics I like on a Lemmy account. Then, I got tempted to create different accounts on smaller instances and try out kbin.

I’d love that my « subscriptions » follow me, so that I don’t have to scan all my « magazines » and re-register from everywhere.

Can someone kindly help me on how I can achieve that? Apologies if the question is naive, but given the decentralised nature of those services, shouldn’t each user have a « local » trace of what they follow (for example on a local app), no matter the service, so that they get « their view », their « window » on the #fediverse?

Many thanks for the #fedihelp and again my apologies for the probably basic questions!

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

    What you are alluding to is called “DIDs” = “Decentralized identifiers” (see https://en.wikipedia.org/wiki/Decentralized_identifier).
    The idea of most of these methods is that you identify yourself using a private key, while a public key is spread throughout the network.
    If you want to log into a server on that network, the server would “challenge” your identity by encrypting something (e.g. a random number) using the public key, which you, the holder of the private key, can then decrypt and send back to prove you are who you say you are.

    This method is already standardized by the W3C, but only has been for less than a year. You also have to keep in mind that all federalized social network systems (such as lemmy and kbin) are still in early development.