To me, it was the astounding amount of interactivity between the community.

At first I thought this was temporarily caused by the whole migration from the R site. But, just out of curiosity, I signed up to Mastodon and have enjoyed myself just as much as here.

Most of the Lemmy post’s / Mastodon toots have almost as much or more comments / boosts than upvotes or favorites. It feels so organic and makes me realize how much these huge companies employ technics to pretty much force to interact the way they see fit.

It reminds me of that good old saying “you are not immune to propaganda”, well I guess neither I nor anyone is immune to psychological tricks either.

P.S. I also love the fact that since there isn’t pretty much any money involved, most opinions and interactions are genuine. Like, who is gonna pay this dude to advertise a book through BookWyrm? That increases immensely the odds that said person is being honest with their opinion of that book. It’s amazing.

  • JWBananas
    link
    3811 months ago

    The two biggest surprises I’ve had so far:

    1. Lack of federated login / single sign on. It seems bizarre in a land of federated instances to not have the identity provider decoupled (or even truly decentralized). Instance goes away? Poof, there goes your identity. “Backed up” your data and want to import it into another instance? That functionality doesn’t exist today. And even if it were added, how do you validate?

    I hate to even suggest it just because of how much of a buzzword it has become. But blockchain feels like a possible answer to the identity problem. It would couple one’s identity to the network as opposed to the instance.

    That’s not to say that instance-level identities shouldn’t be allowed as well; but it would be nice to have the option. Right now one basically needs to sign up for separate accounts on as many instances as possible to prevent bad actors from posing as them. A universal ID would solve that.

    1. Lack of historical data. Are you the first subscriber to !bobswidgets@feder.icio.us through lemmy.world? Doesn’t matter if the original community had fiftyleven posts. You only get to see any created after you subscribe?
    • @jrubal1462@vlemmy.net
      link
      fedilink
      411 months ago

      I think you’re justified to be wary of the buzzwordiness of Blockchain though. For the 2 days I spent learning about what all this is before I signed up, every time I heard “de-centralized” I kept asking myself, “How sure am I that this isn’t some weirdly elaborate crypto scam?”

      Bonus fear: I was also concerned for a while that this was just going to be a refuge for hate groups who have been kicked off of major platforms. I’ve been pleasantly surprised so far.

    • Decide
      link
      fedilink
      2
      edit-2
      11 months ago

      I’ve been thinking about this for the last couple days, and I agree. There’s even the problem of duplicate "subs* popping up on other instances. Federation as it currently is seems to be something that works a lot better with a Twitter alternative than a Reddit one. There’s probably some tweaks that can be done to make it a more unified experience. I have some ideas, but I don’t think they’d work.

      These are my suggestions, and I’m sure there’s a reason why they haven’t been done.

      • Break down the Lemmy/Kbin Federation further. Each sub is it’s own instance, this makes it cheaper for people to run their own instances, instead of running a full blown site with several subs. This will also allow for replacements for subs to be created easily, and removes the chance for another Spez to show up.
      • Make the user account an instance. Each individual post or comment is made to the user profile/instance, but is copied or reflected to the sub it is posted to. If the user account is deleted, a signal is sent to each server that the user has deleted their profile, and to remove each comment/post with the users unique ID.
      • Make each sub lowercase and remove all white space, so that individual “comic” instances, or “funny” instances appear together by default.
      • tinwhiskers
        link
        fedilink
        211 months ago

        But you can also have multiple subs on reddit for the same topic. e.g. AI and ArtificialIntelligence. People choose the best one and they either stand or fall based on merit. Things will settle down.

      • Kresten
        link
        fedilink
        111 months ago

        I completely disagree with that it works better for mastodon than lemmy. I think it was confusing as hell on mastodon, but makes perfectly good sense on lemmy.

        Communities are a major advantage, because they allow people without technical knowhow and capital, to create and moderate places of common discussion. This was an issue with mastodon because instances was the only way to divide users into topics, which prevented non tech savvy people from making these categories. Having communities, separates the concern of hosting from the concern of moderating.

        Furthermore, I don’t understand the problem people have with “duplicate” instances. What is the issue with subscribing to more than one? It’s not like you have a limited number of subscriptions. There are already a couple threads on the issue tracker on GitHub, about implementing “multi communities” and so on, it has too many downfalls in my opinion.

      • mfz
        link
        fedilink
        111 months ago

        I’ve been thinking a bit about this lately since the Reddit migration started. I believe it could be solved at the client level at least. Unifying magazines over instances and behind the scenes pull in and follows twin magazines at other instances and presents them in a single abstract magazine.

        There are probably reasons why you at the server level or user level want the low level community access and behavior we have today but judging of all comments and how we typically behave as humans I would say that is rather the unusual case not the mainstream.

        Such users could easily then opt in at the instance level and everyone else looking for a more “centralized” experience can still have that through the client app.

        No doubt it would take some work but I believe it is very doable given my understanding of the Activity Pub protocol and how it works today.

    • Deref
      link
      fedilink
      211 months ago

      Bluesky is working on persistent identity with a DNS based scheme. You still have instance accounts but they’re optional and posts reference DIDs so getting kicked out won’t break mentions.

      • JWBananas
        link
        111 months ago

        In practice it’s probably going to result in 90% of users anchoring at did.meta.com or some such identity broker. But it looks promising.

    • tal
      link
      fedilink
      111 months ago

      Instance goes away? Poof, there goes your identity. “Backed up” your data and want to import it into another instance? That functionality doesn’t exist today. And even if it were added, how do you validate?

      Normally, you deal with something like wanting to authenticate to many different entities via use of a public key. I suppose one could hypothetically have a mechanism to register a PGP or SSH pubkey with the network.

      But I don’t know how easy it would be for most users to handle the key management.

    • bbtai
      link
      fedilink
      111 months ago

      Lack of historical data. Are you the first subscriber to !bobswidgets@feder.icio.us through lemmy.world? Doesn’t matter if the original community had fiftyleven posts. You only get to see any created after you subscribe?

      This was suuuch a mystery for me as a noob, I didn’t know what was happening!

    • @Spzi@lemmy.click
      link
      fedilink
      111 months ago

      It seems bizarre in a land of federated instances to not have the identity provider decoupled (or even truly decentralized). Instance goes away? Poof, there goes your identity. “Backed up” your data and want to import it into another instance? That functionality doesn’t exist today.

      Just linking a suggestion someone made in the same spirit:

      https://beehaw.org/post/605834

      They propose / wish for Decentralized Identities.

      There’s also an open issue on GitHub Moving user profile to a new instance #1985.

    • tc
      link
      fedilink
      111 months ago

      Regarding the first issue, you could check out https://hubzilla.org which has NomadicIdentity, but it still doesn’t solve it for ActivityPub. Maybe later.

      • samwise
        link
        fedilink
        111 months ago

        I’ll have to check out hubzilla this was something I didn’t even think of but make so much sense.

    • Sean Tilley
      link
      fedilink
      111 months ago

      These are both definitely pain points. The good news is that the second issue can be dealt with manually, even though it’s annoying: you can copy and paste post links from the community on the server you’re browsing, throw it into the search form, and the remote post will get pulled in. This is a common convention in almost all fediverse platforms.