Forgot your password?
typodupeerror

Comment Re:Get a Border Collie (Score 1) 84

Silicon Valley.

What's interesting is that this article leads with "Peter Thiel". Why? It's just standard VC stuff.

New experimental system for mammals (like humans) which are controlled by electric collars that trigger when one of "thousands" of data points goes outside expected boundaries. Who did you expect to be behind this? Tom Hanks? Margot Robbie? Big bird?

Comment Re:Renewables rock (Score 1) 110

Germany, whilst not as bad as some try to project, has a seriously broken transmission network with not enough connectivity between the North and the South of the country and too much reliance on links through Sweden which annoy the Swedes by pushing up their energy prices. They need to get interconnection to both Scotland (direct or through Denmark) and to Morocco for wind (via Italy and Tunisia? It would really make sense for them to have a huge set of Solar farms in the North African desert).

If Germany was as much electric as Norway, Europe's real energy problems would be mostly solved.

This appears to be a reasonable article about the subject.

Comment Re:Stupid (Score 1) 69

Correct. Even if they can win the case for copyright, they would lose things like triple damages for wilful infringement. All a defendant would have to do is point to a different repo with no copyright identification and say that they copied from that without realizing it was the Anthropic code. As it is, there will be no such repo, except on dark web sites so that claim will be much harder to make.

Comment Re:hohoho (Score 1) 69

Interesting idea but most likely both AI systems were trained on the original code in question. I can only imagine the millions being spent to make a horrible law to help protect Anthropic's code base be copyright protected.

Anthropic may well have trained their agents on some of their customer's code. I guarantee you that they have never trained it on their own core source code.

Comment Re:hohoho (Score 1) 69

*BUZZ*

Clean-room design requires that the new model be built from a description of the original by someone with no exposure to the original.

Look at the rust repo. They are 100% clear that they did exactly that. Each team consisted only of one agent (an advantage, since the agent can work much faster and with AI code advantages, but still clearly a compete software team). One team (agent) saw the code and wrote a spec. A different team (second agent) saw the spec and wrote Rust code to match it.

Comment Re:Guessing (Score 1) 77

If the license is changed it's no longer AGPL, it's a unique license.

A) the copyright restrictions on the AGPLv3 make it illegal to distribute an altered AGPLv3 so that would make it invalid. As I read it, they have only added extra stuff at the end which would be aggregation not alteration so may well be okay as long as they don't add anything the AGPLv3 doesn't permit to be added.

B) The software clearly states that it is licensed under the AGPLv3, but with permitted restrictions. In which case, the actual AGPLv3 and not any altered version is what we care about anyway.

I would just give the Russians proper attribution but the European governments hate Russia so much that they couldn't possibly do that. This is a problem with having governments run open source projects.

My understanding is that this isn't an attribution problem, it's about forcing the logo to appear in the final user visible product, which is going beyond mere attribution, so I think that EuroOffice is actually mostly right and will find an appropriate solution in the end, even if they aren't right in some details.

Comment Re:Hypocrites (Score 3, Insightful) 101

They went from "come into the office or you're fired, you lazy assholes!" to "stay home because we're not giving you a raise to pay for gas!" awfully quickly, don't you think? And then simultaneously "You will be replaced by AI."

There are, in the world, multiple people with different, sometimes even contradictory opinions between them.

Comment Re:Is that because of the monopoly? (Score 2) 86

Yes, it was the monopoly that made it possible. .

It's not as simple as just that. It's a monopoly that is fearful that it might lose the monopoly if it isn't seen to be doing a good job. If you just have a monopoly, as Microsoft did in operating systems, the tendency is to exploit your customers for gain. If you have a monopoly but you think someone with the power to do so is out looking for an excuse to take it away from you then you want to avoid giving them an excuse.

Comment Re:*facepalm* (Score 1) 177

This is not just paranoia. Multiple of the involved politicians have already been asked "isn't this stupid because you can use a VPN to get around it" and have answered things to the effect of "we are at least doing something and we will try to get round to blocking VPNs in future". I expect that they will come up with exceptions for corporates or UK hosted VPNs, however the current legislation proves that the mere fact of it being insane will not stop them.

Comment Re:Well cult followers (Score 4, Insightful) 338

Well, TDS is real - the fanbois of the orange shitgibbon are indeed usually deranged.

Well, in this case the funniest thing is that Trump is absolutely making the case for both solar and wind and the wierd ranting just brings more attention to that fact. China has been much more insulated from the New Gulf War than other nations because of their huge amount of renewable energy. China is rescuing Cuba by supplying them with solar panels.Other places are getting into trouble basically in inverse proportion to how much of their energy is renewable and so on.

Having energy supply systems that don't need fuel turns out to be a huge advantage in war or otherwise unstable times.

Comment Re: a corporation gave some money... (Score 2) 31

"If you write code in rust, you may link to a library in your code. I think this is somehow unique to rust, but I have no experience in software development. That makes rust more challenging in Enterprise environments."

The standard Rust competitor is C++. That has a very different design choice - the standard library is huge, ancient and ever expanding and basically requires backwards compatibility. However, that also means that you know that your compiler vendor or specific standard library vendor has to provide those functions for certification and that there's some basic level of support and responsibility for the contents. Likely similar to or related to the level you get for the compiler.

With Rust's choice you get a very different set of trade offs, one we are much less experienced with. Perl is probably the most similar language which has become old and we can see real maintenance problems with the libraries, partly caused by standard bit rot, but mostly caused by a dysfunctional community which hasn't even allowed the language to increase it's version number properly. Since Rust is making the same kind of choices that Perl made for libraries, it might be legitimate to wonder whether there might come a time in future when similar problems happen to Rust crates as are happening to Perl libraries.

Given that the North American Enterprise Linux vendor is giving up their leadership of the Linux community and given that Linux is starting to use Rust seriously in the kernel as well as in user space, having an actual sensible distro vendor directly influencing how rust packages are maintained and how the Rust community prioritizes them may actually be pretty important and useful.

Slashdot Top Deals

He who has but four and spends five has no need for a wallet.

Working...