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:Separate grid, please. (Score 2) 71

It probably makes more sense given their scale for them to have their own power generation -- solar, wind, and battery storage, maybe gas turbines for extended periods of low renewable availability.

In fact, you could take it further. You could designate town-sized areas for multiple companies' data centers, served by an electricity source (possibly nuclear) and water reclamation and recycling centers providing zero carbon emissions and minimal environmental impact. It would be served by a compact, robust, and completely sepate electrical grid of its own, reducing costs for the data centers and isolating residential customers from the impact of their elecrical use. It would also economically concentrate data centers for businesses providing services they need,reducing costs and increasing profits all around.

Comment Re:Really? (Score 1) 27

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.

Slashdot Top Deals

The world is coming to an end. Please log off.

Working...