3/6/2026 at 1:04:19 AM
> If you truly wish to be helpful, please direct your boundless generative energy toward a repository you personally own and maintain.This is a habit humans could learn from. Publishing a fork is easier than ever. If you aren’t using your own code in production you shouldn’t expect anyone else to.
If anyone at GitHub is out there. Look at the stats for how many different projects on average that a user PRs a day (that they aren’t a maintainer of). My analysis of a recent day using gharchive showed 99% 1, 1% 2, 0.1% 3. There are so few people PRing 5+ repos I was able to review them manually. They are all bots/scripts. Please rate limit unregistered bots.
by deckar01
3/7/2026 at 1:20:29 PM
It would be nice to have some kind of forever patch mode on these git forges, where my fork (which, let's say, is a one line change) gets rebased on top of the original repo periodically.by pas
3/7/2026 at 1:41:25 PM
You can ask an LLM to create a github action for that. The action can fail if the rebase fails and you can either fix it yourself or ask an LLM to do it for you.by baruch
3/7/2026 at 11:21:57 PM
I am imagining first class support for patches in package managers to allow searching for patches and observing their adoption stats.by deckar01