Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)MW
mwlczk @lemmy.world
Posts 0
Comments 14
Should I selfhost kbin/lemmy for my own account so my data stays in my stance?
  • I second @vtez44, You would only host Your own private profile data - like password. Whenever You post to an other instance, then your post (data + username) is being shared to that instance - it does not matter if you connect via your own instance or not. There is only little advantage.

  • Lemmy.world officially has 30k users!
  • DNS-Names are not bound/specific to a protocol/service type. Of course some might fit better for a serivce, e.g. the top level domain ".im" fits "Instant Messaging" (e.g xmpp, matrix ...) services well. But still you could host a Website (https-protocol) on the same address. The list of valid top level domains is not static. new TLDs are being approved constantly. This means e.g. ".world" is a valid Top Level Domain but not many/big services use it for now, so it is rather unknown.

  • Does Anyone Host a Discord Alternative? Like a Matrix/Synapse Server?
  • Matrix has one caveat: it synchronizes every room (group chat) from another instance to your instance fully- which one user subscribed to on your instance. Because of this the instance-systems/servers are under heavy load for private userage (not controllable number of users and chats). Many governmental institutions (controllable number of users and chats) use though, because in case of "disasters/incidents" the data is not lost but saved all over all replicas.

  • What is fediverse and why is it so talked about in this site?
  • Fediverse is based on a distributed protocoll, where everyone can join. It gives alternatives to most known "social media" service silos like:

    • pixelfed : instagram
    • mastodon : twitter
    • Lemmy : reddit ...

    Go ahead and use a search engine ;)

  • lemmy.ml is migrated to a new server
  • Hey, what do you mean by "scale horizontally"? There are multiple approaches to tackle this.

    • Have multiple nodes/pods for the same instance and run them on a cloud-like service provider
    • have RO-instances to handle to read-load
    • share/merge bigger communities/subs over multiple instances
    • ...

    All of these requiere most likely a major rewrite/change of Lemmy server software I guess. They are already addressed as issues/feature requests on github In my opinion the first option would fit the most.