Earlier quoted context omitted.
> while in reality it never happens. it never happens in 3 weeks? The AI revolution is just starting.. too soon to jump in conclusions, i guess?
Make it to 2 or more years. That’s the amount of times that I’ve been seeing comments equating not using AI with hopelessly doomed project/career.
SDL bans AI-written commits
81–90 of 145 posts
Re: SDL bans AI-written commits
#82Stopping a flood with a tissue.
Don't understand the down vote. Policies like these are not truly enforceable. There are many many unscrupulous humans out there, that are more than willing to make any code they submit, look like a human wrote it, even though an LLM created it.
Re: SDL bans AI-written commits
#83Earlier quoted context omitted.
> The main SDL maintainer is paid by a US for-profit company, Valve. They don't necessarily share your EU = automatically good attitude. I'm not sure how one follows from the other. I am paid by a US for-profit company. But I still think EU has done some things better. People's beliefs are not determined by the company they work for. It would be a very sad world if people couldn't think outside the bubble of their em…
In a "existential war" type situation, people who don't wave the flag and shout the slogans of their "home" country and have known sympathies for other places (any at all) will automatically be suspect, and their names will end up in a database for later use. You can be assured that the leanings of Valve are always going to be USA, USA, USA, for reasons that will be clear when you follow the chain of ownership to its…
Re: SDL bans AI-written commits
#84Earlier quoted context omitted.
Most SO snippets likely aren't unique or creative enough to count as works. If a hundred programmers would write essentially the same snippet to solve a problem, it's not copyrightable.
I wouldn't be so sure about that. The famous "rangeCheck" function in the Google vs Oracle lawsuit was only 9 lines: https://news.ycombinator.com/item?id=11722514
Re: SDL bans AI-written commits
#85Re: SDL bans AI-written commits
#86Earlier quoted context omitted.
In a "existential war" type situation, people who don't wave the flag and shout the slogans of their "home" country and have known sympathies for other places (any at all) will automatically be suspect, and their names will end up in a database for later use. You can be assured that the leanings of Valve are always going to be USA, USA, USA, for reasons that will be clear when you follow the chain of ownership to its…
Pretty sure Gabe's been partying it up in New Zeland ever since he got stuck there because of Covid
2) New Zealand is a favorite place for Western apparatchiks to build their bunkers. They don't move there out of a love for Kiwi culture and desire to integrate with the locals. Much like their interest in Wyoming/Montana also; they see a place they like, and they go take it over and drive out/murder whoever was there before.
Re: SDL bans AI-written commits
#87On the one hand open source projects are going to be overrun with AI code that no one reviewed. On the other hand, code produced with AI and reviewed by humans can be perfectly good, maintainable, and indistinguishable from regular old code. So many processes are no longer sufficient to manage a world where thousands of lines of working code are easy to conjure out of thin air. Already strained open source review pro…
>reviewed by humans can be perfectly good, maintainable, and indistinguishable from regular old code That depends on the 'regular old code' but most stuff I have seen doesn't come close to 'maintainable'. The amount of cruft is proper.
Re: SDL bans AI-written commits
#88Why are these projects still on Github? Isn't it better to move away from Github than go through all this shenanigans? This AI slopam nonsense isn't going to stop. Github is no longer the "social network" for software dev. It's just a vehicle to shove more and more Copilot stuff. The userbase is also changing. There are vast numbers of new users on Github who have no desire to learn the architecture or culture of the…
Re: SDL bans AI-written commits
#89Earlier quoted context omitted.
In the Monkey Selfie case - https://en.wikipedia.org/wiki/Monkey_selfie_copyright_disput... - courts decided that copyright requires a human author and a human merely setting the conditions for a copyrighted work to appear is not enough. This reasonably means AI contributions where a human has guided the AI are not subject to copyright, and thus can't be supported by a project's license.
That's quite a stretch, and untested in court. At least a monkey is an unambiguous autonomous entity. A LLM is a - heck of a complicated - piece of software, and could very well be ruled a tool like any other
https://www.reuters.com/legal/government/us-supreme-court-de...
It's still early, but this is absolutely going to be precedent used in a software related case, and it's going to lead to fun times with SOX/PCI style compliance issues, where developers will have to attest that merges did not use AI so compliance can ensure repos don't pass a threshold where there's too much LLM code.
Re: SDL bans AI-written commits
#90Earlier quoted context omitted.
Curious , what have you pivoted towards? A different field?
Game development, and writing small tools in the game dev space. This week I've been working on an image editing app, mostly to play with dithering algorithms and palettes, using Odin and SDL. I mean, it's either that or I quit software development completely; it would be a shame to throw away two decades of experience in the field.