Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment Re:AI code = Public Domain (Score 1) 45

That is how it's been, Those AI tools were trained on open source/public domain content, so any contribution by AI tools must be considered released under public domain. It does not get simpler than that, and current US copyright law has already indicated that any AI created works are not eligible for copyright

That's not the question.

The question is whether the AI-produced code is a derivative of existing code, and the answer is still not resolved.

In some cases, the answer is a clear YES, because the code is a direct copy of something written by someone else. If something like that ends up in the kernel, it will have to be removed when someone notices.

Comment Re:Really? (Score 1) 28

especially with how tepid the results are for the money poured in, it seems much more the case that we are seeing a lot of nakedly cynical playing of the 'give us what we want, lest the chinese win' by people who are otherwise on deeply shaky ground

I'm ok with it as long as I don't have to bail it out if it fails.

Comment Re:Higher Costs (Score 5, Insightful) 97

Tariffs are a bad thing from a pure economic perspective. They introduce inefficiencies, and make things more expensive. This is a basic concept of macroeconomics.

However, some things are more important than making the most money. Among them, national defense. In America, both parties have decided they don't want to work with China anymore, for varying reasons of ideology, ethics, and self defense. And they have decided that is more important to them than economic efficiencies.

Comment Re:Meanwhile slashdot has released popup ads (Score 1) 45

Visual Studio and Eclipse are typically used for statically typed languages (C# and Java), so you get IDE magic like automatic refactors, renaming, jump to definition, etc. It's nice, and helps you program faster.

However, in the real world most people use dynamic languages like Python, which loses all that IDE magic (AI can kind of help here). btw IntelliJ has been more popular than Eclipse among Java programmers for more than a decade now.

The conclusion is that most programmers don't care about programming more quickly/efficiently.

Comment Re:The headline is wrong (Score 1) 70

You can't call something a "serious bid for top talent" when you don't even know what the terms are. Applications haven't opened, and the details about eligibility haven't been released. It's premature to make conclusions about what they are trying to do (let along what they will do) without those details.

Slashdot Top Deals

Old programmers never die, they just branch to a new address.

Working...