Skip Navigation

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!

78 comments
  • Update: we just hit 9.2k! Keep up the surge folks! Keep Shadow busy tonight!

    • 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.

      • 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.

  • 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.

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

      • 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:

  • former r/onguardforthee fan here ... I've been on Lemmy.ca now for over a year ... happy to see others are hopping on board and jumping off the burning train wreck

    ADDITION TO MY ORIGINAL .... one thing we current users of Lemmy should point out to any new users that are joining Lemmy either here at Lemmy.ca or any other fediverse instance is to REMIND EVERYONE TO DONATE TO AND SUPPORT THE INSTANCE THEY ARE ON. It's great that all this stuff is free for us to use but there are people here who work to develop, maintain and upgrade the source software and there are groups of people who maintain and manage the instances that we all use. We can't expect all these people to work for free. Many of them may not mind working for free and they might even enjoy it but there will come times when they either can't do it any more or they just run out of money, resources and time and energy to manage things as they grow more and more popular. No one complains when things are working but everyone will scream and shout as soon as their instance fails for one reason or another. Everyone or as many people as possible should find a bit of money to support their instance or the developers. Even if everyone gave a dollar, that would add up to thousands. If we keep these instances and the people that work and maintain all this well funded then we can all be safe and secure from any corporate rot that might creep into our communities.

78 comments