They must be those cool folks from r/onguardforthee and r/fredericton! Lets get off those american Reddit servers eh!

Update: there’s a thread on r/buycanadian with 93 upvotes, promoting the platform! Open the floodgates baby!

  • @[email protected]
    link
    fedilink
    202 months ago

    Oh Canada, we must come together to protect our country from the insane monsters south of our border.

  • atomicpoet
    link
    fedilink
    732 months ago

    Congrats. Canada needs to build its own social media infrastructure.

  • Shadow
    link
    fedilink
    64
    edit-2
    2 months ago

    I did some playing around with grafana. This data is all just number of signups per day, grouped by instance.

    Here you can see our recent spike in users compared to normal:

    Adding in some other large instances we all got an increase in traffic, but ours seems to be more sustained:

    And for completeness, compared to all of lemmy (as visible by lemmy.ca, so only things we federate with):

    Reddit’s announced some more changes but I suspect the whole tariff situation is pushing Canadians extra hard.

    • oce 🐆
      link
      fedilink
      132 months ago

      Is this grafana public? I’d like to check for jlai.lu, we also had a recent influx of users.

      • Shadow
        link
        fedilink
        282 months ago

        No, I want to start exposing a grafana instance but for now I’m keeping this internal since it hits our live postgres.

        The query if you want it is:

        SELECT
          DATE(published AT TIME ZONE 'UTC') AS date,
          COUNT(*) FILTER (WHERE instance_id IN (SELECT id FROM instance WHERE domain = 'lemmy.ca')) AS lemmy_ca,
          COUNT(*) FILTER (WHERE instance_id IN (SELECT id FROM instance WHERE domain = 'sh.itjust.works')) AS sh_itjust_works,
          COUNT(*) FILTER (WHERE instance_id IN (SELECT id FROM instance WHERE domain = 'lemmy.world')) AS lemmy_world,
          COUNT(*) FILTER (WHERE instance_id IN (SELECT id FROM instance WHERE domain = 'lemmy.dbzer0.com')) AS dbzer0,
          COUNT(*) FILTER (WHERE instance_id IN (SELECT id FROM instance WHERE domain = 'jlai.lu')) AS jlai_lu,
          count(*) as all_lemmy
        FROM person
        GROUP BY 1
        ORDER BY 1;
        

        Or here’s your instance overlayed with us to provide a comparison:

        • lemmyng
          link
          fedilink
          English
          72 months ago

          A suggestion from someone who frequently deals with observability infrastructure: it’s a good idea to set up a postgres exporter and record your data as Prometheus metrics, that way querying the metrics does not hit any of the production stack.

          • @[email protected]
            link
            fedilink
            62 months ago

            Prometheus is the goat, and is built into a surprisingly large amount of FOSS service tools. JupyterHub for example includes Prometheus metrics out of the box

            • Shadow
              link
              fedilink
              52 months ago

              Eh. Calling it the goat is excessive. I’m planning to go victoriametrics instead.

              Yes the exporter format is common and widely supported though, which is nice.

  • Lad
    link
    fedilink
    252 months ago

    Wait you mean .ca is Canada and not California??

  • Guillaume Harvey
    link
    fedilink
    1532 months ago

    Hi! If you need reliable canadian hosting for lemmy.ca let me know. I am a co-founder of a Canadian Cloud and I will be happy to provide the infra for free. We are happy to help canada going out of American Corporation. If you are interested, let me know!

  • @[email protected]
    link
    fedilink
    422 months ago

    There’s some Facebook ‘buy Canadian’ groups with over half a million people in - this server occasionally comes up there too when people are looking for Canadian hosted discussion sites to ditch big American tech like reddit or Facebook groups.

  • @[email protected]
    link
    fedilink
    English
    622 months ago

    Just joined to get away from Reddit - I’m pleasantly surprised with how active it seems here despite the much smaller community! This is exciting!

      • @[email protected]
        link
        fedilink
        English
        152 months ago

        Question for you: are pretty much all of the users Canadian or in Canada? Is it possible to tell?

        • Kichae
          link
          fedilink
          English
          102 months ago

          Users that you see with an email-like suffix to their name are using different websites and are less likely to be Camadian (though, as you know/ we are everywhere). Users without the suffix (if your client omits local addressing) are on lemmy.ca and are much more likely to be Canadian.

          • @[email protected]
            link
            fedilink
            English
            62 months ago

            though, as you know/ we are everywhere

            True enough. I joined a British instance for reasons that seemed good enough to me at the time I signed up. I kind of pity any Canadian who decided to sign up with an American instance somewhere back in the depths of time, though—I don’t think Trump will manage to put a tariff on electrons, but I wouldn’t put it past him to try, and the last I checked, migration of accounts between servers in the Fediverse was still kind of half-baked.

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

              I like being in a regional instance, it means I can view local and see Australian news etc, it also means I don’t need to tell people where I’m from as often

          • turtle [he/him]
            link
            fedilink
            English
            32 months ago

            Users without the suffix (if your client omits local addressing) are on lemmy.ca

            Just FYI, I don’t believe that this is strictly true. In most cases it is, but I’ve seen many users outside my instance without the suffix. I believe that if someone edits their display name it drops the suffix, or at least it used to. Maybe that’s been corrected?

          • @[email protected]
            link
            fedilink
            English
            122 months ago

            Hi, I use sh.itjust.works, another fantastic Canadian instance, and I’m British! Big love!

  • @[email protected]
    link
    fedilink
    English
    152 months ago

    I’ll still learning how to use it and I don’t know what the lemmys are or how the communities work but I’m happy I’m not supporting Reddit eh

    • Avid Amoeba
      link
      fedilink
      15
      edit-2
      2 months ago

      Doesn’t the new server support at least 10x-100x the current capacity? I think it was a huge machine compared to the old one. I guess storage is separate.

      • Sunshine (she/her)OP
        link
        fedilink
        182 months ago

        That’s a lot of potential wiggle room. 92k to 920k potential registered users while currently LW has 174k, that’s one crazy hardware upgrade. The servers will become cheaper to run in the future as we put to use our economies of scale.