In recent weeks, I have posted an absolutely staggering amount of content on Lemmy.

My goal is simply to support the platform. I hate huge corporations.

Now I’m taking a break. I won’t post anything or I’ll post very little (I still feel a little guilty!! Who will post new content 😢?)

But I need to focus on improving my own life and relax.

However… I’m just curious.

Is the number of Lemmy users actually increasing, decreasing, or staying the same? Is that data even available?

Edit: I will still post stuff. I’ll just post a lot less!

  • Admiral Patrick@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    9 hours ago

    Good points.

    I don’t have a full plan yet (just the general idea of a plan), but when I start the journey to Piefed, it’ll probably be from the ground up or very close to that. I already need to update the codebase from Svelte 4 to Svelte 5 which is a pretty big job due to the fundamental and breaking changes between those two versions.

    The components that make up Tesseract (posts, comments, sidebars, everything) are also all heavily tied to Lemmy’s type definitions. To support Piefed, I’d have to de-couple the components in the code from Lemmy’s type def and add in an abstraction layer (both for future-proofing and to make it possible to support both if I wanted to).