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!

  • @Petter1@discuss.tchncs.de
    link
    fedilink
    02 months ago

    And depending on vibe coding, python just isn’t complaining about wrong syntax, but just do its job, which generally results in nasty code.

    If you need a script language (run using interpreter instead of precompiling) use ruby, this one enforces good syntax.

    • Lena
      link
      fedilink
      English
      12 months ago

      Wdym “doesnt complain about wroh syntax”?

      • @Petter1@discuss.tchncs.de
        link
        fedilink
        12 months ago

        Well syntax error may be not the right wording, I am talking about stuff like unused variables, multiple semicolons, multiple declarations of variables, changing type of variables mid-code, dead code after return, return type mismatch etc.