Zerush@lemmy.ml to Fuck AI@lemmy.world · 4 days agoCodeberg has decided to ban predominantly AI-generated repositoriesalternativeto.netexternal-linkmessage-square28linkfedilinkarrow-up1192arrow-down15
arrow-up1187arrow-down1external-linkCodeberg has decided to ban predominantly AI-generated repositoriesalternativeto.netZerush@lemmy.ml to Fuck AI@lemmy.world · 4 days agomessage-square28linkfedilink
minus-squareℍ𝕂-𝟞𝟝@sopuli.xyzlinkfedilinkEnglisharrow-up5·4 days agoI guess if you can find the worst offenders you can ease server load, like if they make pushes around the clock too fast, that’s one good signal. Like if you have 2000 pushes in a day (pushes, not commits) and it’s clearly 24/7, that’s probably an autoslopper. If someone is not doing that, who cares, the “agents directing agents” folks are the ones that cause the most problems.
minus-squareGonzako@lemmy.worldlinkfedilinkarrow-up2·4 days agoHm, I’m a heavy pusher. Tho, I don’t believe I’ve gotten past 200 a day
minus-squareℍ𝕂-𝟞𝟝@sopuli.xyzlinkfedilinkEnglisharrow-up2·4 days agoGit is actually very efficient. You need to be very inefficient with your workflows to cause strain on a git server. The fact that you can just host a git server for free and most people don’t need to ever worry about limits is a wonder.
minus-square[object Object]@lemmy.calinkfedilinkarrow-up2·4 days agoThis is partially why I chose a paid host with resource limits. I have one repo with a large benchmark library that I wouldn’t feel okay putting on a free service, for example.
I guess if you can find the worst offenders you can ease server load, like if they make pushes around the clock too fast, that’s one good signal.
Like if you have 2000 pushes in a day (pushes, not commits) and it’s clearly 24/7, that’s probably an autoslopper.
If someone is not doing that, who cares, the “agents directing agents” folks are the ones that cause the most problems.
Hm, I’m a heavy pusher. Tho, I don’t believe I’ve gotten past 200 a day
Git is actually very efficient. You need to be very inefficient with your workflows to cause strain on a git server.
The fact that you can just host a git server for free and most people don’t need to ever worry about limits is a wonder.
This is partially why I chose a paid host with resource limits. I have one repo with a large benchmark library that I wouldn’t feel okay putting on a free service, for example.