I had an account on lemmy.one and now the instance has been down for a day or two so I made this new account. I also heard other small instances are dead or disappeared.

So which ones do you think will actually stick around for a long time?

ALSO, does anyone know how to get my subscriptions from lemmy.one and import it here? TIA!

  • u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.org
    link
    fedilink
    English
    arrow-up
    40
    ·
    edit-2
    11 months ago

    I guess instances run by SDF. They’ve been around since 1987 when they started with BBS. And since 1991 they are running the public access UNIX system. They also have Mastodon servers, Minecraft server and other stuff. These are their Lemmy instances:

    lemmy.sdf.org - somewhere in US
    lemmy.sdfeu.org - Falkenstein, Vogtland, Germany
    lemmy.sdfjp.org - Tokyo, Japan
    lemmy.sdfcn.org - Hong Kong
    lemmy.sdfin.org - Mumbai, India

  • Bosa@lemmy.ml
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 months ago

    No one really knows but I’d imagine the bigger ones the you see now like world ml kbin and others would stick around.

  • mookulator@wirebase.org
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    11 months ago

    It’s true that several instances (the ones hosted in Mali?) closed, but I think you’re premature in saying the smaller instances are disappearing, Lemmy.one included.

    Sure, they’re bound to crash or go down for maintenance from time to time, but that doesn’t mean they’re finished. So far my experience has been that if you give it a couple days they’ll be back. Keep in mind these are shoestring operations and sometimes seeing major influxes of users.

    • Wu9fee@lemmy.caOP
      link
      fedilink
      English
      arrow-up
      3
      ·
      11 months ago

      I don’t know. My friend was in another instance and he said it’s gone now and went back to Reddit.

  • Cyber Yuki@lemmy.world
    link
    fedilink
    English
    arrow-up
    22
    ·
    11 months ago

    Don’t think this is a strange phenomenon or that it’s permanent. I’ve seen Mastodon (and Pleroma and Misskey etc) instances get born and die regularly. This is because it’s easy to set up an instance but it’s also easy to fall in an economic problem or just give up.

    Not everyone is ready to set up their own instance; it requires dedication and resources.

    • Amju Wolf@pawb.social
      link
      fedilink
      English
      arrow-up
      23
      ·
      11 months ago

      The fediverse really needs some kind of universal login and a way to easily migrate accounts between instances.

      • Blackmist@feddit.uk
        link
        fedilink
        English
        arrow-up
        6
        ·
        11 months ago

        Not so much migrate as be able to use it from anywhere and have it replicated. Same with communities.

        Give things a unique ID, and access it from anywhere, even if the original server goes away.

        This kind of thing may not be possible with current ActivityPub protocols, but there’s always room for improvement.

      • Gamey@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        11 months ago

        The universal login is a very old suggestion but it’srealluy hard to pull off because that would have to be build into the core of the protocol. About the migration, that’s a Lemmy issue, not a general Fediverse one

        • Amju Wolf@pawb.social
          link
          fedilink
          English
          arrow-up
          4
          ·
          11 months ago

          Not really; login mechanisms are a separate thing. OAuth already exists. You only need Fediverse software to accept OAuth from anywhere and to provide it to others.

          The migration part is IMO harder, but not necessarily by much. I don’t know of any fediverse software that’d allow it though.

          • Gamey@lemmy.world
            link
            fedilink
            English
            arrow-up
            1
            ·
            11 months ago

            What I mean with “universal login” is one account for multiple Fediverse services, I guess that wasn’t clear from my post. Yea, proper migration is hard and questionable if we should even allow it (could cause all kinds of issues, espwcially regarding account security) but Mastodon allows you to move your followers and add a redirect which is the most important part of the account and Lemmy should probably try to do something similar with ranks and communities.

  • martinbasic@lemmy.world
    link
    fedilink
    English
    arrow-up
    15
    ·
    edit-2
    11 months ago

    how to get my subscriptions from lemmy.one and import it here?

    Unfortunately there is no way to do that yet, but I remembered that there is an unofficial tool that let you transfer your subscriptions like you said

    Edit: There isand open issue that might talking about it: https://github.com/LemmyNet/lemmy/issues/1985

      • Wu9fee@lemmy.caOP
        link
        fedilink
        English
        arrow-up
        2
        ·
        11 months ago

        How do I install this on Windows? I don’t know how to code. 😭

        • lemming934@lemmy.sdf.org
          link
          fedilink
          English
          arrow-up
          1
          ·
          11 months ago

          Here’s a thread where I helped someone else with the process on windows: https://lemmy.sdf.org/comment/1420339

          The steps are:

          1. Set up the python code
            1. Go to https://github.com/wescode/lemmy_migrate/releases/tag/v1.1.0
            2. Download the zip file
            3. Extract the zip file, to make a folder somewhere on your system called lemmy_migrate-1.1.0. Remember where this folder is
            4. Inside the folder you will find a file called config.ini. Use notepad to edit the file to have your server URL and login credentials.
          2. Set up the python interpreter
            1. Install python from https://www.python.org/downloads/
            2. Open powershell
            3. install the python package requests by pasting the following command into powershell: py -m pip install --user requests
          3. Use the python interpreter to interpret your python
            1. first make sure powershell is looking at the correct folder. One way to do this is to open the lemmy_migrate-1.1.0 folder in windows explorer. right click on the box that shows you the path, and copy the text. then write cd <pasted path> in powershell. This path will very likely be something like C:\\Users\Wu9fee\Downloads\lemmy_migrate-1.1.0. If you don’t want to copy and paste the path from explorer, you can just do cd Downloads then cd lemmy_migrate-1.1.0
            2. Finaly, you can run the python command with py lemmy-migrate.py -c config.ini

          Let me know if you run into any problems.

          If you can pull this off, you can officially say you know how to code.

        • StrawberryPigtails@lemmy.astaluk.icu
          link
          fedilink
          English
          arrow-up
          4
          ·
          11 months ago

          If you don’t have an experience using the command line then it’s a tad more involved then I can explain in-depth on mobile. Best I can do is give a brief outline.

          To start with, wescode/lemmy_migrate is a python 3 script. If you are running windows install WSL (Ubuntu), once you have a command line I am familiar with you will want to download the repository from GitHub to a directory.

          You will then need to create a config file called migrate.conf Use the sample provided in the repo under configuration. Edit it to use your information. You can use nano as a text editor.

          Then it looks like the command would be something like:

          python lemmy_migrate -c ./migrate.conf

          Sorry if that is crap help, but I’m not near my computer right now, and don’t often use Windows anymore to boot.

          PS:

          WSL is a program from Microsoft that gives you a mostly functional Linux command line within Windows. None of this is as complicated as it sounds, I’m using more words then strictly necessary to explain things somewhat at beginner level. The most time consuming part of this would be first installing WSL and then installing Ubuntu onto WSL. There are plenty of tutorials on how to do so.

          Hopefully someone more familiar with Windows can tell you how to do the same thing from either the DOS prompt or from Windows PowerShell. It’s doable, (almost anything is) I’m just not familiar enough with either to walk you through it.

            • StrawberryPigtails@lemmy.astaluk.icu
              link
              fedilink
              English
              arrow-up
              1
              ·
              11 months ago

              Just search for tutorials based on the key words from my post and you’ll get there.

              I am sorry for the RTFM post though. Been a rough day and haven’t been able to get near a computer to do a better write up for you.

    • kowcop@aussie.zone
      link
      fedilink
      English
      arrow-up
      7
      ·
      11 months ago

      Seems like this would be a great feature for the myriad of Lemmy mobile apps… nightly backups of your Lemmy account settings and a button to recreate it on a new instance

  • AnonymousLlama@kbin.social
    link
    fedilink
    arrow-up
    8
    ·
    11 months ago

    I’m pretty happy with kbin.social. It’s a nice place, with several devs actively looking at making the experience better, it just takes a while being an open source project and all

  • Brad Ganley@toad.work
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    edit-2
    11 months ago

    This is one reason that I think many people should consider running their own single-user instance or tiny instances for close friends/family.

    One of the problems with centralization is literally the fact that this can happen. The more small servers the fedi is comprised of, the stronger it is. There are also a huge number of benefits to this configuration on an individual level as well.

    EDIT: Re: importing/exporting your old account is, unfortunately, a thing that cannot be done currently. I’m happy to be corrected on that, though.

    • Wu9fee@lemmy.caOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      11 months ago

      I don’t know how to code so I don’t know how to run my own instance. 💀

      • Brad Ganley@toad.work
        link
        fedilink
        English
        arrow-up
        3
        ·
        11 months ago

        If it’s ever something you want to try, it’s one of the easier servers to self host and there’s a lot of helpful resources out there. There really isn’t any coding involved outside of editing a few configuration files unless you want there to be.

  • WorstPyroEver@lemmy.world
    link
    fedilink
    English
    arrow-up
    10
    ·
    11 months ago

    I’d like to say lemmy.world, but a lot of communities you’d think would be quite active are actually not so.

    • 1984@lemmy.today
      link
      fedilink
      English
      arrow-up
      16
      ·
      edit-2
      11 months ago

      That’s the thing about the fediverse, you need to be the change you want to see. Post a lot and contribute.

      I will try and post something new every day to help keep new content flowing in. Can’t expect everyone else to just keep us entertained. :)

      • br3d@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        arrow-down
        1
        ·
        11 months ago

        You’re right, it at the same time a small number of people trying to post regularly, regardless of whether they’ve got something that really needs posting, doesn’t tend to provide high-quality content - and I fear that’s what we’re seeing a lot on Lemmy right now.

        • 1984@lemmy.today
          link
          fedilink
          English
          arrow-up
          4
          arrow-down
          1
          ·
          11 months ago

          Yeah I have thought about that, but I think it’s better to have a lot of content than no content. Of course the optimal would be if everyone posted quality content but maybe it’s more important to just have new content now they Lemmy is growing.

          I think if Lemmy becomes very big, there will be enough users that people who want a bit higher quality can just skip the meme communities and all that and opt for better quality communities.

    • Wu9fee@lemmy.caOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      11 months ago

      Yeah I think this one will last forever. Everyone is on it and they have lots of supporters.

  • devious@lemmy.world
    link
    fedilink
    English
    arrow-up
    7
    ·
    11 months ago

    I feel like most of the “country” oriented instances will last (and grow) as it is a more purposeful reason to exist, and this extends to instances with very clear themes as it also gives users more of a reason for people to join them.

      • Polar@lemmy.ca
        link
        fedilink
        English
        arrow-up
        3
        ·
        11 months ago

        The law states that if you join .ca, you’re legally Canadian. Congrats on your new citizenship!

        What country do…I mean did you belong to before you became Canadian?