To anyone reading, im leaving. The moderation on this place sucks.

I cant tell someone to add authentication to their app I cant tell anyone to self reflect

But people are allowed to bully others out of learning? yeah bye

  • ghodawalaaman@programming.dev
    link
    fedilink
    arrow-up
    3
    ·
    18 hours ago

    we have been trying to move away from google but don’t have any other robust solution to prevent spam that’s why we are stuck with Google :(

    • org@lemmy.org
      link
      fedilink
      arrow-up
      3
      ·
      17 hours ago

      The joke is that you’re doing cybersecurity, and you cannot figure out how to secure your platform without using Google to manage authentication, despite the massive amount of resources to do exactly that.

      People who are serious about cybersecurity would never use Gmail. Perhaps you should stay out of cybersecurity until you know what you’re doing.

            • org@lemmy.org
              link
              fedilink
              arrow-up
              2
              ·
              16 hours ago

              You use the word “nuance,” and you simp for insecure cybersecurity products because someone was “rude.”

              I’m cracking up. Please participate in their project. You will fit right in.

              • comradelux@programming.devOP
                link
                fedilink
                English
                arrow-up
                3
                ·
                edit-2
                16 hours ago

                I feel bad for you, to live a life of such hate. I truly don’t understand the disconnect in your brain between “maintaining a production-ready codebase for 100k users” and “me and my mate made a shitproject to learn more about xyz”.

                I’m “simping” for new people being interested in programming, what? do you want people to stop being programmers?

    • comradelux@programming.devOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      16 hours ago

      You should implement a regular registration system, but make it invite-only until you figure out how to prevent spam.

          • hark@sh.itjust.works
            link
            fedilink
            arrow-up
            3
            ·
            5 hours ago

            Why is there even a profanity filter? I understand it for slurs but who cares if somebody says a swear word?

            • Spyro@programming.devM
              link
              fedilink
              arrow-up
              1
              ·
              1 hour ago

              We had a bunch of new accounts created that immediately hurled abuse at another user. It got us briefly defederated from a few instances. We are using the profanity filter to raise those kinds of post to our attention so we can deal with them rapidly.

              Once we are sure the new account is behaving itself, the filter is turned off. We don’t care if you swear, as long as it’s in line with the code of conduct.

            • Spyro@programming.devM
              link
              fedilink
              arrow-up
              3
              ·
              16 hours ago

              We do, the library I am using isn’t the best. If you know of a good rust lib for profanity checking, feel free to share.

              But we are kinda okay with it being a bit over-eager. It only applies to new accounts, and I am actively reverting the messages if its an error. Its scaling okay for now.

              Just want fast enough in this case.