21
submitted 3 months ago* (last edited 3 months ago) by EkHouVanBraai@piefed.co.za to c/main@lemmy.ca

I made this post today, https://www.reddit.com/r/BuyFromEU/comments/1quso40/comment/o3evucz/ It got 150k+ views, piefed.social etc. has seen a big spike in users.

If possible I want to copy-paste that recipe in r/BuyCanadian tomorrow to get more Canadians onboard here. But I need a nice image of a graph for the post to work.

Anyone know where I can get a graph like that? Admins?

all 17 comments
sorted by: hot top new old
[-] Shadow@lemmy.ca 2 points 3 months ago* (last edited 3 months ago)

Edit: Hmm, this graph doesn't seem to match up to the fediverse observer data, it's quite a bit lower and I'm not immediately clear why. (This is graphed off the lemmy.ca DB as federated users from piefed.ca)

Here's the same graph for piefed.social:

[-] EkHouVanBraai@piefed.co.za 2 points 3 months ago

Is it possible to get that for total daily users?

[-] Shadow@lemmy.ca 3 points 3 months ago

As in active users each day? I don't have that query written but if I remember I'll look in the next couple days

[-] EkHouVanBraai@piefed.co.za 2 points 3 months ago

Yea these graphs won't really work for making a good reddit post.

If and when I can find one I'll make a post, which should hopefully add a few hundred more users here

[-] otter@piefed.ca 2 points 3 months ago

Assuming I ran the queries correctly

Past 8 days:

image

Past 14 days:

image

Since launch:

image

[-] EkHouVanBraai@piefed.co.za 3 points 3 months ago

Amazing thanks, only seeing this now. I've already made a post and it seems to be blowing up.

[-] cabbage@piefed.social 2 points 3 months ago* (last edited 3 months ago)

You're not wrong. Today's data is from 12:20, all other days are from around 14 central European time.

Monthly active users of piefed.ca

mau <- c(109, 114, 114, 114, 120, 123, 370, 502, 569, 588, 602, 611, 613, 969)  
Date <- as.Date(as.Date("2026-01-24"):as.Date("2026-02-06"))  
plot(Date, mau, type="l", ylab="Monthly active users", lwd="2", main="Monthly active users of piefed.ca",  
     col="#D80621", xaxs="i", yaxs="i", ylim=c(0,1000))  
grid()  
[-] EkHouVanBraai@piefed.co.za 1 points 3 months ago
[-] cabbage@piefed.social 2 points 3 months ago* (last edited 3 months ago)

Here's the number of monthly active users, which might look more impressive to people who obsess over the Y axis:

Monthly active users of piefed.ca per day

It's not super pretty as I just threw it together and really should be doing other things. But it's colour matching the Canadian flag, which I hope is appreciated. :)

I guess a key takeaway is that the number of active users at Piefed.ca multiplied by more than five since late January.

mau <- c(109, 114, 114, 114, 120, 123, 370, 502, 569, 588, 602, 611, 613)  
Date <- as.Date(as.Date("2026-01-24"):as.Date("2026-02-05"))  
plot(Date, mau, type="l", ylab="Monthly active users", lwd="2", main="Monthly active users of piefed.ca",  
     col="#D80621", xaxs="i", ylim=c(0,613))  
grid()  
[-] OpenStars@piefed.social 2 points 3 months ago
[-] EkHouVanBraai@piefed.co.za 5 points 3 months ago

I wish it was weekly or daily, it doesn't really pop and a good image is so important.

I didn't think it would work on reddit 🤔 but could try

[-] OpenStars@piefed.social 3 points 3 months ago

Oh I thought it was daily but you are right it's monthly (it's super hard to see it on my phone screen). One of the buttons on the bottom, for Additional Checks Data, has data provided multiple times per day, if someone wants to make a chart from the raw numbers.

this post was submitted on 03 Feb 2026
21 points (88.9% liked)

Lemmy.ca's Main Community

4114 readers
1 users here now


Welcome to the lemmy.ca/c/main community!

All new users on lemmy.ca are automatically subscribed to this community, so this is the place to read announcements, make suggestions, and chat about the goings-on of lemmy.ca.

For support requests specific to lemmy.ca, you can use !lemmy_ca_support@lemmy.ca.


founded 5 years ago
MODERATORS