Welcome!

Due the recent high amount of users coming over from Reddit, many of the existing large Lemmy instances have been struggling to keep up. This instance was created to help spread out the load on the Lemmy network. Lemmy newbies are welcome here.

The goal for lemm.ee is to provide a home Lemmy instance for anybody that needs one. That means that you are more than welcome here even if you mostly intend to just interact with other instances rather than this one!

Note: if you want to start up a new community here, but the name is already taken by an inactive community, then don’t worry! Inactive communities can be transferred to new moderators. Please follow the steps outlined in our FAQ under the “How can I take over an inactive community” section.

What is Lemmy?

Lemmy is a federated link aggregator. This image explains it pretty well! In general, the fact that it’s “federated” just means that it works much like e-mail - in the same way as a Gmail user can send e-mails to iCloud Mail users or Outlook users, a lemm.ee user is able to participate in communities on many different Lemmy instances. Regardless of which Lemmy instance your account lives on, you are a part of the federated network and can interact with other users from other instances, so this instance is as good of a place as any other to get started with Lemmy.

If you have any further questions about Lemmy, please check out our guide/FAQ!

About lemm.ee (this instance)

lemm.ee is intended to be a serious long-term instance, not just some random experiment.

You can always find the most up to date rules and general info about lemm.ee in the sidebar on our front page. If you want to know more about how this instance is run, you can check our administration and federation policy.


For some technical background, this instance is operated following industry best practices:

  • Our infrastructure is robust and has been built up with redundancy and recoverability in mind
  • The servers are running in the cloud (this is not some bedroom server situation!)
  • All of the infrastructure is described declaratively as code, which allows relatively quick and safe changes to any part of our infrastructure whenever necessary
  • Our entire database is backed up constantly, so in the worst case, we can always restore our data

A significant chunk of funding for this infrastructure comes directly from our amazing community. This support is essential to help secure our future. These supporters deserve the gratitude of all lemm.ee users!

You can read more details about how our instance is funded on this GitHub sponsorships page. There is also a Ko-Fi donations page as a back-up.


If it sounds like lemm.ee might be the right instance for you, then you are welcome to join us!

  • marshoepial
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    I hate to keep bringing up weird sorting quirks…

    but is anyone else running into 4 year old posts sticking at the top of some communities in Hot sort (like here: https://lemm.ee/c/unixporn@lemmy.ml)? It seems to be an instance specific thing.

    Definitely not a big deal, but i thought I would mention it. Thanks again for keeping this place maintained! Server has been running great and i just added a community recently too. Can’t wait for this community to grow.

    • sunaurusOPMA
      link
      fedilink
      English
      arrow-up
      4
      ·
      1 year ago

      Thanks a lot for the report! I believe it’s actually related to this same issue: https://github.com/LemmyNet/lemmy/issues/3076

      Calculating ranks for older posts is more expensive process, and it appears that this process just doesn’t have a chance to finish before it is hit by a database deadlock. Basically, I’m on it, hopefully will have a proper fix for the deadlock itself soon.

      • wit@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        Do you have any ide aof when lemmy 0.18 will be released? I have read that it is the next release (no more 0.17.x releases), but it would be nice having some sort of timeframe. The posts automatically appearing on the frontpage is annoying.

        • sunaurusOPMA
          link
          fedilink
          English
          arrow-up
          3
          ·
          1 year ago

          There is no set date, but current sentiment seems to be that it will be released some time next week.

          But these things are not set in stone, and at the end of the day, releasing it before known bugs are worked out would be a huge pain for the whole community.

      • marshoepial
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        Oh, sorry to bring up the same issue again. Thanks for the response. I’ll shut up now 🙂

        • sunaurusOPMA
          link
          fedilink
          English
          arrow-up
          4
          ·
          1 year ago

          Older posts are now recalculated, things should be looking a bit better!