• ryannathans@aussie.zone
    link
    fedilink
    English
    arrow-up
    37
    arrow-down
    4
    ·
    12 hours ago

    Open source maintainers aren’t here to teach contributors how to write better code, we’re here for maintenance of the project. The review prevents shit getting merged. Humans write shit too. This is what reviews are for

    • Azzu@leminal.space
      link
      fedilink
      English
      arrow-up
      15
      arrow-down
      2
      ·
      edit-2
      11 hours ago

      That is just mostly wrong. Around 90% of the time, when you do a review, just fixing the issue that you found is much faster than explaining the issue and saying what needs to be done instead.

      Reviews plainly are for educating the contributor to what constitutes “non-shit”(using your terminology) code on the repo. If that wasn’t the case, you could just not do a review and just change the code, without any interaction at all. Why would you communicate the change that needs to be done otherwise?

      Rarely of course, something is so complicated that it actually takes more time to come up with the right code than do a review. But that is only a rare thing.

      • ryannathans@aussie.zone
        link
        fedilink
        English
        arrow-up
        5
        arrow-down
        1
        ·
        edit-2
        8 hours ago

        I don’t need to explain the issue, that’s what the issue report does

        I’m sure every project is a little different. The one I maintain has well over 1000 merged PRs now (2000 if you count the old repo), and I’d be dead if I did even 1/4 of the work contributors do

        Plus, even maintainers must have a code review and functional testing on their PRs, so doing the work yourself doesn’t relieve the human workload that must be done. It actually increases total maintainer effort to do the work yourself

        • Azzu@leminal.space
          link
          fedilink
          English
          arrow-up
          4
          ·
          5 hours ago

          I’m not talking about the work contributors do, obviously that is invaluable.

          But if you do a review, and you see that a function should be extracted at one point to avoid code duplication, is it really faster to tell the contributor that a function needs to be extracted there, compared to just extracting it yourself as you see it?

          The value of a review is collaborative truth finding and learning. If there is an LLM on the other end, that’s just not happening.

    • Deebster@infosec.pub
      link
      fedilink
      English
      arrow-up
      8
      arrow-down
      1
      ·
      10 hours ago

      Part of being a maintainer is helping to onboard new contributors, this is why many projects have a tag for “good first issue”. Teaching people how to use the library/tool is part of that.

  • Imperious_melange@lemmy.world
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    1
    ·
    12 hours ago

    Yeah, the Turing test has essentially been solved and at least in a digital format aka text, audio, video call it is now quite difficult to fully determine if what you are getting is from a human or a machine. I think it won’t be long now until there’s a push for a biometric verification for the web and the internet is essentially split into agents only, agents and humans, and humans only.

    • mesa@piefed.social
      link
      fedilink
      English
      arrow-up
      2
      ·
      2 hours ago

      I have some friends that are thinking of investing into some HiLow systems and making our own intranet. Or a meshnet. Seems like a fun project.

      And no random bot scans, no agencies, no nothing but our own sites.

      • Imperious_melange@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        51 minutes ago

        Add some USB dead drops here and there like little geocaches. Maybe add some offline Wikipedia backups and other Zim files with a kiwix server. You could manage text, a file server, some web pages, possibly voip and maybe video calls. Sounds like a good time. What’s it called, meshtastic? I have some vague experience / knowledge but never set it up.

        Depending on terrain and population density you might be able to cover a large area. I’ve seen small scale implementations for highly urban areas using Bluetooth.

  • ikt@aussie.zone
    link
    fedilink
    English
    arrow-up
    4
    ·
    12 hours ago

    I mean might have to go back to old school with this type of repo, before internet repos were around, have to request for access to the code and confirm you cannot use AI to help you in any way before getting it

  • makeshift0546@lemmy.today
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    8
    ·
    edit-2
    9 hours ago

    Then don’t be prejudice and invent worries about how the code was generated. We have prs for a reason.