this post was submitted on 18 Feb 2026
1005 points (99.1% liked)

Technology

81907 readers
5040 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
(page 2) 50 comments
sorted by: hot top controversial new old
[–] Bongles@lemmy.zip 15 points 1 week ago (2 children)

I don't contribute to open source projects (not talented enough at the moment, I can do basic stuff for myself sometimes) but I wonder if you can implement some kind of requirement to prove that your code worked to avoid this issue.

Like, you're submitting a request that fixes X thing or adds Y feature, show us it doing it before we review it in full.

[–] Magnum@infosec.pub 16 points 1 week ago (3 children)

Tests, what you are asking for are automated tests.

load more comments (3 replies)
[–] selfAwareCoder@programming.dev 14 points 1 week ago

The trouble is just volume and time, even just reading through the description and "proof it works" would take a few minutes, and if you're getting 10s of these a day it can easily eat up time to find the ones worth reviewing. (and these volunteers are working in their free time after a normal work day, so wasting 15 or 30 minutes out of the volunteers one or two hours of work is throwing away a lot of time.

Plus, when volunteering is annoying the volunteers stop showing up which kills projects

[–] HugeNerd@lemmy.ca 11 points 1 week ago

Time to become a plumber!

[–] DylanMc6@lemmy.dbzer0.com 11 points 1 week ago

A lot of programmers with thigh-high striped socks should take one for the team and take back Godot and such. Seriously!

[–] derAbsender@piefed.social 10 points 1 week ago (7 children)

Stupid question:

Are there really no safe guards to the merging process except for human oversight?

Isnt there some "In Review State" where people who want to see the experimental stuff, can pull this experimental stuff and if enough™ people say "This new shit is okay" it gets merged?

So the Main Project doesnt get poisoned and everyone can still contribute in a way and those who want to Experiment can test the New Stuff.

[–] Kissaki@feddit.org 14 points 1 week ago* (last edited 1 week ago)

Most projects don't have enough people or external interest for that kind of process.

It would be possible to establish some tooling like that, but standard forges don't provide that. So it'd feel cumbersome.

And in the end you're back at having contributors, trustworthiness, and quality control. Because testing and reviewing are contributions too. You don't want just a popularity contest (I want this) nor blindly trust unknown contribute.

[–] captain_aggravated@sh.itjust.works 8 points 1 week ago (1 children)

It is my understanding that pull requests say "Hey, I forked and modified your project. Look at it and consider adopting my changes in your project." So anyone who wants to look at the "experimental stuff" can just pull that fork. Someone in charge of the main branch decides if and when to merge pull requests.

The problem becomes the volume of requests; they're kinda getting DDOS'd.

load more comments (1 replies)
load more comments (5 replies)
[–] dreadbeef@lemmy.dbzer0.com 10 points 1 week ago* (last edited 1 week ago)

Get off of Github and I bet you those drop to nearly zero. Using Github is a choice with all of the AI slop it enables. They aren't getting rid of it any time soon. The want agents and people making shitty code PRs—that's money sent Microsoft's way in their minds.

Now that they see what the cost of using Github is maybe Godot will (re?)consider codeberg or a self-hosted forgejo instance that they control.

[–] Etterra@discuss.online 8 points 1 week ago (4 children)

Sounds like they need a bot to check the code for AI telltales. Send AI to kill AI.

load more comments (4 replies)
[–] roserose56@lemmy.zip 7 points 1 week ago (2 children)

People want AI, people get AI! Force feed your self with AI, thats what you wanted right? ask your self, what innovations have AI brought to us, apart from money to big corporate companies.

load more comments (2 replies)
[–] bluGill@fedia.io 7 points 1 week ago (20 children)

I've been writting a lot of code with ai - for every half hour the ai needs to write the code I need a full week to revise it into good code. If you don't do that hard work the ai is going to overwhelm the reviewers with garbage

load more comments (19 replies)
load more comments
view more: ‹ prev next ›