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?

you are viewing a single comment's thread
view the rest of the comments
[–] [S] 3 points 5 months ago (1 child)

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

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 5 months ago* (last edited 5 months ago) (1 child)

    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()  
    
  • source
  • parent
  • hideshow 2 child comments