The fanbase is still large, but the Lemmy community hasn’t quite caught up yet, and now there is a transitional period where the audience is smaller.

  • @[email protected]
    link
    fedilink
    English
    172 years ago

    Small communities and slow content feeds are fine for me I think. Either way I’m glad I’m here to witness this liminal period.

  • kersploosh
    link
    fedilink
    English
    302 years ago

    Enjoy the intimate atmosphere while it last. The hordes will find us eventually.

  • 👍Maximum Derek👍
    link
    fedilink
    English
    102 years ago

    And the old memes trend is that time the band did a bunch of coffee shop shows playing nothing but ukuleles.

  • Bilbo Baggins
    link
    fedilink
    English
    5
    edit-2
    2 years ago

    This is a concern, but luckily this isn’t required. I set up hobbit.world to host my Tolkien related communities. It only costs $6 a month plus the $35/yr for the domain name to host a tiny instance like this. I don’t need to depend on anyone but my hosting provider.

    To be safe I should download backups once a month or so.

    But the point is that for big communities that people put a lot of time into, there should be an instance for each one owned by one of the mods.

    Edit: Meant to reply to the person concerned about the centralization of communities.

    • @[email protected]
      link
      fedilink
      English
      42 years ago

      To be safe I should download backups once a month or so.

      Please do it more often if you have users other than yourself. One backup on the same server is barely a backup at all.

      • Bilbo Baggins
        link
        fedilink
        English
        22 years ago

        Fair enough. I’ll look into automating it using some sort of storage from another provider.

        • @[email protected]
          link
          fedilink
          English
          12 years ago

          Even just a cronjob or scheduled task to download the backups to a machine at another location would be a big improvement. Then you can do it far more often because it’s automated.

          But personally I like to have both a copy on a PC and a cloud backup, in addition to the server.

          • Bilbo Baggins
            link
            fedilink
            English
            12 years ago

            I’m using the easy Lemmy script to run the docker instance. How do I take a backup of a running docker instance.

            The backups I’ve done so far are full shard backups. But I don’t have a way to automate that.

            • @[email protected]
              link
              fedilink
              English
              12 years ago

              this is the bash script I use to create backups

              #! /bin/bash
              # https://join-lemmy.org/docs/administration/backup_and_restore.html#a-sample-backup-script
              now=$(date +"%Y-%m-%d_%H.%M.%S")
              
              cd ~/lemmy && (docker-compose exec -T postgres pg_dumpall -c -U lemmy 1> dump.sql 2> dump.errors)
              cd ~/lemmy && zip -r9 ~/bak-lemmy-$now.zip ./ --exclude "volumes/postgres/*"
              rm -f ~/lemmy/dump.sql
              

              it creates very small zip files as a result so it’s very efficient

              I made a cron for it to run every 3 hours, like

              0 */3 * * * ~/lemmy/backup.sh
              
              • Bilbo Baggins
                link
                fedilink
                English
                12 years ago

                I figured out how to do this with docker container, but that’s not ideal for a script.

                Using docker compose it just fails with: Service “postgres” is not running container #1

                I can see lemmy-easy-deploy if I do: docker compose ls

                The service name is postgres in the docker-compose.yml file. Any idea what the issue might be?

                • @[email protected]
                  link
                  fedilink
                  English
                  02 years ago

                  Where is this lemmy-easy-deploy? I haven’t seen that before, maybe if I read how it works I can figure out what’s wrong

            • @[email protected]
              link
              fedilink
              English
              22 years ago

              The page here explains getting a database dump on a running instance (and how to restore): https://join-lemmy.org/docs/administration/backup_and_restore.html

              Then just back up the other files in the volumes directory where Lemmy is installed (everything except postgres, which is what the database dump does).

              The pictrs volume includes both the uploaded images and the image cache. I have no idea how to separate out the uploaded images so you don’t have to back up the cache, I just back it all up.

  • @[email protected]
    link
    fedilink
    English
    332 years ago

    That is good since we are all beta testing the site and developing tools to manage everything before the real migration occurs.

    • El Barto
      link
      fedilink
      English
      152 years ago

      Real migration? Who would be migrating? The 90% we left behind?

      No, thank you.

        • El Barto
          link
          fedilink
          English
          02 years ago

          No, in this case, the more is not the merrier. Otherwise you end up with the reddit shitshow.

          • @[email protected]
            link
            fedilink
            English
            12 years ago

            You can choose to be on smaller instances that only federate with smaller instances.

            Having more people gives us more options.

          • Nix
            link
            fedilink
            English
            142 years ago

            The more the merrier. I want the doctors from askdocs and the historians and the eli5 people and the lawyers from legaladvice etc etc to be here too. Currently it’s mainly us tech nerds who understand how the fediverse works. Which is nice at times but having a wide range of nerds from many fields would be great

            • El Barto
              link
              fedilink
              English
              12 years ago

              Ah, when you put it this way, it makes sense.

              I just don’t wante the usual pokemon or sponge bob memes flooding the fediverse.

  • @[email protected]
    link
    fedilink
    English
    112 years ago

    I’m just over here waiting on more Braves fans to show up from /r/Braves. That’s where I was the most active.

      • FavrionOP
        link
        fedilink
        English
        02 years ago

        Sports fans be like: If no NFL, Doritos, Mountain Dew, or gamble, me no want. Me sit watch game and eat Lay chip on couch. Reddit for smart people like me. Other sites no have football.

          • FavrionOP
            link
            fedilink
            English
            12 years ago

            Find me in Man Cave where game on and beer ice cold. If not football in USA motherland it pussy sport for girls.

    • @[email protected]
      link
      fedilink
      English
      72 years ago

      The trouble is the fediverse means there can be multiple. I’m subscribed to two Red Sox groups but there’s only a couple dozen people in each one so there’s no real place for GDTs yet.

    • FavrionOP
      link
      fedilink
      English
      22 years ago

      Build the community and they will come.

  • @[email protected]
    link
    fedilink
    English
    182 years ago

    This could be a concern but i think it will even out in the end. Many people will naturally gravitate to am instance that suites them. I created unilem.org as an instance aimed at not defederating. Some will like that and join others will not and find a different place that suits them. Its the beauty of the fediverse. You can choose your home or even host your own.

    • @[email protected]
      link
      fedilink
      English
      3
      edit-2
      2 years ago

      Thank you for sharing this.

      I’ve been looking for an instance that protects free speech.

      Edit: It would be nice if we could sign up without giving a rationale.

      • @[email protected]
        link
        fedilink
        English
        42 years ago

        The explanation box is more just to prevent bots, once im confident that the captcha is working as intended I’ll likely remove it

  • @[email protected]
    link
    fedilink
    English
    92 years ago

    They’re just doing their part for decentralized social media.

    If their fans love them enough, they’ll make an account.

  • @[email protected]
    link
    fedilink
    English
    22 years ago

    …the other 50 who showed up had to stand in the hall or not get in at all. They said the venue sucks and left.

      • @[email protected]
        link
        fedilink
        English
        42 years ago

        A lot of people ran into signup and login issues over the last few weeks and just bailed.

        • FavrionOP
          link
          fedilink
          English
          4
          edit-2
          2 years ago

          “The system overwhelmed by this influx of new users is experiencing problems that make it take more than three seconds to get something done. Bye.”

          • @[email protected]
            link
            fedilink
            English
            12 years ago

            WTF, I’m not going anywhere. I’ve been trying to help frustrated people on /r/Lemmy and /r/Redditalternatives. What have you done to help?

            • FavrionOP
              link
              fedilink
              English
              32 years ago

              Lol, I was imitating the people who left after two seconds because of the problems.