←back to thread

925 points dmitrybrant | 1 comments | | HN request time: 0s | source
Show context
rmoriz ◴[] No.45164188[source]
I was banned from an OpenSource project [1] recently because I suggested a bug fix. Their „code of conduct“ not only prevents PRs but also comments on issues with information that was retrieved by any AI tool or resource.

Thinking about asking Claude to reimplement it from scratch in Rust…

[1] https://codeberg.org/superseriousbusiness/gotosocial/src/bra...

replies(7): >>45164303 #>>45164375 #>>45164387 #>>45165103 #>>45167034 #>>45168743 #>>45169162 #
1. ok123456 ◴[] No.45168743[source]
"You used AI!" is now being weaponized by project maintainers who don't want to accept contributions, regardless of how innocuous.

A large C++ emulator project was failing to build with a particular compiler with certain Werror's enabled. It came down to reordering a few members (that matters in C++) and using the universal initializer syntax in a few places. It was a +3-3 diff. I got lambasted. One notoriously hostile maintainer accused me of making AI slop. The others didn't understand why the order mattered and referred to it as "churn."